From c3129841209efe629af075e35d80063410b32bbb Mon Sep 17 00:00:00 2001 From: Fabian Wolf Date: Fri, 14 May 2021 10:17:57 +0200 Subject: [PATCH] Release 5.4.22 --- include/inc.ilias_version.php | 4 +- setup/sql/ilDBTemplate.php | 62 +- setup/sql/ilias3.sql | 42172 +++++++++++++++++++++++++++++++- 3 files changed, 42208 insertions(+), 30 deletions(-) diff --git a/include/inc.ilias_version.php b/include/inc.ilias_version.php index ce6df7f9a6c5..2cb2b6792a56 100644 --- a/include/inc.ilias_version.php +++ b/include/inc.ilias_version.php @@ -9,5 +9,5 @@ * * @package ilias-core */ -define("ILIAS_VERSION", "5.4.21 2021-03-26"); -define("ILIAS_VERSION_NUMERIC", "5.4.21"); // must be always x.y.z: x, y and z are numbers +define("ILIAS_VERSION", "5.4.22 2021-05-14"); +define("ILIAS_VERSION_NUMERIC", "5.4.22"); // must be always x.y.z: x, y and z are numbers diff --git a/setup/sql/ilDBTemplate.php b/setup/sql/ilDBTemplate.php index 6021de269497..948a86a6cf34 100644 --- a/setup/sql/ilDBTemplate.php +++ b/setup/sql/ilDBTemplate.php @@ -2050,6 +2050,12 @@ function setupILIASDatabase() $in_fields = array("object_id"); $ilDB->addIndex("booking_reservation", $in_fields, "i2", false); +$in_fields = array("date_from"); +$ilDB->addIndex("booking_reservation", $in_fields, "i3", false); + +$in_fields = array("date_to"); +$ilDB->addIndex("booking_reservation", $in_fields, "i4", false); + $ilDB->createSequence("booking_reservation", 1); @@ -4106,9 +4112,10 @@ function setupILIASDatabase() // $fields = array ( "user_id" => array ( - "notnull" => false + "notnull" => true ,"length" => 4 ,"unsigned" => false + ,"default" => "" ,"type" => "integer" ) ,"satisfied" => array ( @@ -4124,9 +4131,10 @@ function setupILIASDatabase() ,"type" => "text" ) ,"scope_id" => array ( - "notnull" => false + "notnull" => true ,"length" => 4 ,"unsigned" => false + ,"default" => "" ,"type" => "integer" ) ,"status" => array ( @@ -4136,8 +4144,9 @@ function setupILIASDatabase() ,"type" => "text" ) ,"objective_id" => array ( - "notnull" => false + "notnull" => true ,"length" => 253 + ,"default" => "" ,"fixed" => false ,"type" => "text" ) @@ -4174,12 +4183,12 @@ function setupILIASDatabase() ); $ilDB->createTable("cmi_gobjective", $fields); +$pk_fields = array("user_id","scope_id","objective_id"); +$ilDB->addPrimaryKey("cmi_gobjective", $pk_fields); + $in_fields = array("scope_id","objective_id"); $ilDB->addIndex("cmi_gobjective", $in_fields, "i2", false); -$in_fields = array("user_id","objective_id","scope_id"); -$ilDB->addUniqueConstraint("cmi_gobjective", $in_fields, "c1"); - // // cmi_interaction @@ -6551,22 +6560,24 @@ function setupILIASDatabase() ,"type" => "clob" ) ,"user_id" => array ( - "notnull" => false + "notnull" => true ,"length" => 4 ,"unsigned" => false + ,"default" => "" ,"type" => "integer" ) ,"obj_id" => array ( - "notnull" => false + "notnull" => true ,"length" => 4 ,"unsigned" => false + ,"default" => "" ,"type" => "integer" ) ); $ilDB->createTable("cp_suspend", $fields); -$in_fields = array("user_id","obj_id"); -$ilDB->addUniqueConstraint("cp_suspend", $in_fields, "c1"); +$pk_fields = array("user_id","obj_id"); +$ilDB->addPrimaryKey("cp_suspend", $pk_fields); // @@ -32065,6 +32076,13 @@ function setupILIASDatabase() ,"fixed" => false ,"type" => "text" ) + ,"escape_dn" => array ( + "notnull" => true + ,"length" => 1 + ,"unsigned" => false + ,"default" => "0" + ,"type" => "integer" + ) ); $ilDB->createTable("ldap_server_settings", $fields); @@ -32683,13 +32701,13 @@ function setupILIASDatabase() 'module' => array('text', 'adm'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:3:{s:20:"adm_support_contacts";s:17:"Technical Support";s:30:"adm_awrn_support_contacts_info";s:149:"All technical support contacts are listed. Users are defined as technical support contacts in the section "General Settings" > "Contact Information".";s:25:"adm_support_contacts_info";s:133:"Support contacts used in the footer link and (if activated) in the ‘Who is online?’-Tool. Comma separated list of account logins.";}'))); $ilDB->insert("lng_modules", array( -'module' => array('text', 'administration'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:274:{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: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:19:"adm_item_cmd_asynch";s:41:"Load Resource Action Lists Asynchronously";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:10:"adm_locale";s:6:"Locale";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:"Analyze and repair data integrity";s:24:"analyzing_tree_structure";s:27:"Analyzing tree structure...";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:10:"clean_desc";s:78:"Remove invalid references and tree entries. Initialize gaps in tree structure.";s:5:"clean";s:8:"Clean up";s:14:"cleaning_final";s:17:"Final cleaning...";s:8:"cleaning";s:11:"Cleaning...";s:13:"course_export";s:18:"Visible in Courses";s:8:"disabled";s:8:"Disabled";s:4:"done";s:4:"Done";s:14:"dump_tree_desc";s:82:"Perform an analysis of the tree and print all tree nodes along with analysis data.";s:9:"dump_tree";s:9:"Dump tree";s:12:"dumping_tree";s:15:"Dumping tree...";s:10:"found_none";s:11:"none found.";s:5:"found";s:6:"found.";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: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:26:"language_error_clear_local";s:55:"The local changed could not be cleared in the database!";s:25:"language_error_read_local";s:58:"The custom language file does not exist or cannot be read!";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 %s is identical to the current language file.";s:28:"language_former_file_missing";s:30:"The file %s 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:21:"language_loaded_local";s:54:"The custom language file was loaded into the database.";s:31:"language_maintain_local_changes";s:22:"Maintain local changes";s:17:"language_maintain";s:8:"Maintain";s:20:"language_maintenance";s:20:"Language Maintenance";s:29:"language_mode_existing_delete";s:23:"Delete existing entries";s:30:"language_mode_existing_keepall";s:25:"Keep all existing entries";s:30:"language_mode_existing_keepnew";s:22:"Keep all local changes";s:30:"language_mode_existing_replace";s:24:"Replace existing entries";s:22:"language_mode_existing";s:16:"Existing Entries";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:27:"language_save_local_changes";s:44:"Save all changes to the custom language file";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:20:"language_scope_local";s:18:"Local changes only";s:24:"language_scope_unchanged";s:22:"Unchanged entries only";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:13:"log_scan_desc";s:65:"Write scan results to ‘scanlog.log’ in client data directory.";s:8:"log_scan";s:16:"Log scan results";s:35:"loginname_change_blocking_time_info";s:138:"Insert a period in days that a user has to wait before changing again its login name. If you enter 0, user can change login names anytime.";s:46:"loginname_change_blocking_time_invalidity_info";s:30:"Please insert a numeric value.";s:30:"loginname_change_blocking_time";s:38:"Blocking Time for Changing Login Names";s:22:"loginname_history_info";s:134:"If activated, login name changes will be logged in 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:12:"obj_mds_desc";s:49:"Configure Metadata and Advanced Metadata Settings";s:7:"obj_mds";s:8:"Metadata";s:7:"options";s:7:"Options";s:14:"output_options";s:14:"Output options";s:15:"path_to_mkisofs";s:15:"Path to mkisofs";s:45:"reuse_of_loginnames_contained_in_history_info";s:128:"If activated, it is allowed to reuse any login name that is already saved in the history (even if it belongs to a deleted user).";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:15:"purge_age_limit";s:9:"Limit age";s:22:"purge_count_limit_desc";s:84:"If this field contains a value, only the specified number of objects will be purged.";s:17:"purge_count_limit";s:11:"Limit count";s:18:"purge_missing_desc";s:57:"Remove all missing and unbound objects found from system.";s:13:"purge_missing";s:21:"Purge missing objects";s:16:"purge_trash_desc";s:44:"Remove all objects in trash bin from system.";s:11:"purge_trash";s:21:"Purge deleted objects";s:21:"purge_type_limit_desc";s:82:"If this field contains a value, only objects of the specified type will be purged.";s:16:"purge_type_limit";s:10:"Limit type";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:7:"purging";s:10:"Purging...";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:20:"restore_missing_desc";s:54:"Restore missing and unbound objects to RecoveryFolder.";s:15:"restore_missing";s:23:"Restore missing objects";s:18:"restore_trash_desc";s:51:"Restore all objects in trash bin to RecoveryFolder.";s:13:"restore_trash";s:23:"Restore deleted objects";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:9:"restoring";s:12:"Restoring...";s:40:"reuse_of_loginnames_contained_in_history";s:20:"Reuse of Login Names";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:4:"scan";s:4:"Scan";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:11:"systemcheck";s:12:"System check";s:12:"tree_corrupt";s:44:"Tree is corrupted! See scan log for details.";s:26:"usr_loginname_history_info";s:67:"The user changed its login at last at %s. The former login was: %s.";s:13:"view_last_log";s:18:"View last Scan log";s:8:"view_log";s:12:"View details";s:19:"frm_displayed_infos";s:21:"Displayed Information";s:18:"frm_disp_info_desc";s:71:"Please select the attributes which should to be shown in the overviews.";s:25:"adm_rep_tree_presentation";s:28:"Repository Tree Presentation";s:22:"adm_rep_tree_only_cntr";s:14:"Container Only";s:27:"adm_rep_tree_only_cntr_info";s:47:"Only categories, courses and groups are listed.";s:22:"adm_rep_tree_all_types";s:18:"All Resource Types";s:27:"adm_rep_tree_all_types_info";s:46:"All types of resources are listed in the tree.";s:26:"adm_rep_tree_limit_grp_crs";s:48:"Show limited context tree in courses and groups.";s:16:"adm_db_benchmark";s:12:"DB Benchmark";s:25:"adm_activate_db_benchmark";s:18:"Activate Benchmark";s:30:"adm_activate_db_benchmark_desc";s:62:"Benchmarking will be automatically disabled after one request.";s:21:"adm_db_benchmark_user";s:17:"User Account Name";s:26:"adm_db_benchmark_user_desc";s:45:"Only measurements for this user will be made.";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:7:"adm_sql";s:3:"SQL";s:8:"adm_time";s:4:"Time";s:27:"adm_db_bench_by_first_table";s:32:"Aggregated by First Table in SQL";s:17:"adm_nr_statements";s:20:"Number of Statements";s:9:"adm_table";s:5:"Table";s:12:"group_export";s:17:"Visible in Groups";s:31:"adm_rep_tree_limit_grp_crs_info";s:84:"This relies on and automatically activates the ‘Synchronize Tree Frame’ feature.";s:21:"language_scope_merged";s:52:"Local changes merged into the standard language file";s:20:"language_scope_added";s:20:"Local additions only";s:28:"language_merge_local_changes";s:51:"Merge local changes into the standard language file";s:31:"language_delete_local_additions";s:38:"Delete local additions in the database";s:27:"language_error_write_global";s:44:"The standard language file can\'t be written!";s:27:"language_error_local_missed";s:40:"The custom language file does not exist!";s:27:"language_error_delete_local";s:42:"The custom language file can\'t be deleted!";s:27:"language_local_file_deleted";s:37:"The custom language file was deleted.";s:26:"language_remove_local_file";s:31:"Delete the custom language file";s:22:"language_merged_global";s:62:"The local changes were merged into the standard language file.";s:20:"apache_auth_settings";s:6:"Apache";s:15:"apache_settings";s:29:"Configure LDAP Authentication";s:18:"apache_enable_auth";s:36:"Enable Apache Authentication support";s:17:"apache_autocreate";s:25:"Enable account generation";s:19:"apache_default_role";s:17:"Default user role";s:19:"apache_enable_local";s:28:"Enable local user assignment";s:18:"apache_enable_ldap";s:27:"Enable LDAP user assignment";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:33:"apache_auth_enable_override_login";s:27:"Override default login page";s:33:"apache_auth_target_override_login";s:32:"Target url for custom login page";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:37:"apache_auth_username_extended_mapping";s:19:"Extended assignment";s:32:"apache_auth_username_by_function";s:36:"Assign user names by custom function";s:40:"apache_ldap_hint_ldap_must_be_configured";s:41:"LDAP must be configured in administration";s:45:"apache_auth_username_direct_mapping_fieldname";s:20:"Field for assignment";s:11:"auth_apache";s:6:"Apache";s:31:"apache_settings_changed_success";s:19:"Configuration saved";s:38:"apache_auth_authenticate_on_login_page";s:54:"Try Apache authentication when entering the login page";s:22:"adm_settings_templates";s:18:"Settings Templates";s:25:"adm_add_settings_template";s:12:"Add Template";s:26:"adm_edit_settings_template";s:13:"Edit Template";s:13:"adm_hide_tabs";s:9:"Hide Tabs";s:23:"adm_predefined_settings";s:19:"Predefined Settings";s:9:"adm_value";s:16:"Predefined Value";s:8:"adm_hide";s:21:"Hide in Settings Form";s:33:"adm_sure_delete_settings_template";s:53:"Do you really want to delete the following templates?";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:20:"apache_auth_security";s:17:"Security Settings";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.
If ILIAS is reachable by more than one domain please enter all target you want to allow.
Example: example.com allows the redirection to http://example.com and http://www.example.com and all pages located there.";s:8:"obj_blga";s:4:"Blog";s:13:"obj_blga_desc";s:20:"Global Blog Settings";s:8:"obj_prfa";s:9:"Portfolio";s:13:"obj_prfa_desc";s:25:"Global Portfolio Settings";s:13:"obj_chta_desc";s:19:"Chat Administration";s:9:"adm_basic";s:5:"Basic";s:34:"adm_show_comments_tagging_in_lists";s:55:"Show number of notes, comments and tags in object lists";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: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: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:23:"adm_user_starting_point";s:23:"Personal Starting Point";s:28:"adm_user_starting_point_info";s:53:"Select the page or object which is shown after login.";s:30:"adm_user_starting_point_object";s:17:"Repository Object";s:30:"adm_user_starting_point_ref_id";s:12:"Reference-Id";s:32:"adm_user_starting_point_personal";s:16:"Personal Setting";s:37:"adm_user_starting_point_personal_info";s:50:"If activated users may select their starting page.";s:20:"adm_adm_role_protect";s:26:"Protect Administrator Role";s:25:"adm_adm_role_protect_info";s:93:"If enabled, only administrator are allowed to de/assign users from/to the administrator role.";s:21:"system_check_no_owner";s:17:"Ownerless Objects";s:9:"adm_https";s:5:"HTTPS";s:25:"adm_external_setting_edit";s:13:"Edit Settings";s:36:"adm_user_starting_point_invalid_info";s:37:"This feature is currently not active.";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: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:8:"svn_path";s:8:"Path: %s";s:12:"git_revision";s:10:"Number: %s";s:14:"git_hash_short";s:23:"Commit Hash (short): %s";s:15:"git_last_commit";s:15:"Last Commit: %s";s:27:"adm_captcha_anonymous_short";s:7:"Captcha";s:25:"adm_captcha_anonymous_frm";s:122:"Activate captcha for anonymous in forums. Please keep in mind that this may effect the accessibility of your installation.";s:26:"adm_captcha_anonymous_auth";s:126:"Activate captcha for anonymous in login form. Please keep in mind that this may effect the accessibility of your installation.";s:25:"adm_captcha_anonymous_reg";s:133:"Activate captcha for anonymous in registration form. Please keep in mind that this may effect the accessibility of your installation.";s:12:"adm_auth_reg";s:27:"Authentication Registration";s:14:"adm_auth_login";s:20:"Authentication Login";s:26:"adm_captcha_anonymous_wiki";s:121:"Activate captcha for anonymous in wikis. Please keep in mind that this may effect the accessibility of your installation.";s:8:"obj_excs";s:8:"Exercise";s:13:"obj_excs_desc";s:24:"Global Exercise Settings";s:8:"obj_taxs";s:8:"Taxonomy";s:13:"obj_taxs_desc";s:24:"Global Taxonomy Settings";s:39:"adm_show_comments_tagging_in_lists_tags";s:30:"Display tags instead of number";s:34:"language_mode_existing_delete_info";s:281:"Delete all entries in the database before importing the file.
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:35:"language_mode_existing_keepall_info";s:62:"Import only new entries that do not yet exist in the database.";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: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:26:"language_scope_global_info";s:83:"Export all database entries of this language. This can be used for backup purposes.";s:25:"language_scope_local_info";s:69:"Export all entries that are locally added or changed in the database.";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: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: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: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: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: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:36:"language_delete_local_additions_info";s:59:"Delete all entries that were locally added to the database.";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: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: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:19:"language_saved_dist";s:58:"The backup of the standard ILIAS language file is created.";s:25:"language_save_dist_failed";s:68:"The backup of the standard ILIAS language file could not be written.";s:19:"adm_missing_entries";s:15:"Missing Entries";s:28:"adm_missing_entry_add_action";s:3:"Add";s:21:"adm_missing_entry_add";s:13:"Add New Entry";s:35:"adm_user_starting_point_ref_id_info";s:168:"Open the object that you would like to use as Personal Starting Point. Please copy the number directly following "ref_id=" in the browser bar into the text input field.";s:31:"adm_user_starting_point_inherit";s:21:"Use Standard-Settings";s:36:"adm_user_starting_point_inherit_info";s:89:"The settings that were made by the administrator of the platform as a whole will be used.";s:13:"adm_container";s:17:"Container Objects";s:19:"adm_content_objects";s:15:"Content Objects";s:20:"adm_content_services";s:16:"Content Services";s:21:"adm_learning_outcomes";s:17:"Learning Outcomes";s:15:"adm_maintenance";s:11:"Maintenance";s:23:"adm_user_administration";s:19:"User Administration";s:17:"adm_user_services";s:13:"User Services";}'))); +'module' => array('text', 'administration'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:274:{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: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:19:"adm_item_cmd_asynch";s:41:"Load Resource Action Lists Asynchronously";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:10:"adm_locale";s:6:"Locale";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:"Analyze and repair data integrity";s:24:"analyzing_tree_structure";s:27:"Analyzing tree structure...";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:10:"clean_desc";s:78:"Remove invalid references and tree entries. Initialize gaps in tree structure.";s:5:"clean";s:8:"Clean up";s:14:"cleaning_final";s:17:"Final cleaning...";s:8:"cleaning";s:11:"Cleaning...";s:13:"course_export";s:18:"Visible in Courses";s:8:"disabled";s:8:"Disabled";s:4:"done";s:4:"Done";s:14:"dump_tree_desc";s:82:"Perform an analysis of the tree and print all tree nodes along with analysis data.";s:9:"dump_tree";s:9:"Dump tree";s:12:"dumping_tree";s:15:"Dumping tree...";s:10:"found_none";s:11:"none found.";s:5:"found";s:6:"found.";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: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:26:"language_error_clear_local";s:55:"The local changed could not be cleared in the database!";s:25:"language_error_read_local";s:58:"The custom language file does not exist or cannot be read!";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 %s is identical to the current language file.";s:28:"language_former_file_missing";s:30:"The file %s 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:21:"language_loaded_local";s:54:"The custom language file was loaded into the database.";s:31:"language_maintain_local_changes";s:22:"Maintain local changes";s:17:"language_maintain";s:8:"Maintain";s:20:"language_maintenance";s:20:"Language Maintenance";s:29:"language_mode_existing_delete";s:23:"Delete existing entries";s:30:"language_mode_existing_keepall";s:25:"Keep all existing entries";s:30:"language_mode_existing_keepnew";s:22:"Keep all local changes";s:30:"language_mode_existing_replace";s:24:"Replace existing entries";s:22:"language_mode_existing";s:16:"Existing Entries";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:27:"language_save_local_changes";s:44:"Save all changes to the custom language file";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:20:"language_scope_local";s:18:"Local changes only";s:24:"language_scope_unchanged";s:22:"Unchanged entries only";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:13:"log_scan_desc";s:65:"Write scan results to ‘scanlog.log’ in client data directory.";s:8:"log_scan";s:16:"Log scan results";s:35:"loginname_change_blocking_time_info";s:138:"Insert a period in days that a user has to wait before changing again its login name. If you enter 0, user can change login names anytime.";s:46:"loginname_change_blocking_time_invalidity_info";s:30:"Please insert a numeric value.";s:30:"loginname_change_blocking_time";s:38:"Blocking Time for Changing Login Names";s:22:"loginname_history_info";s:134:"If activated, login name changes will be logged in 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:12:"obj_mds_desc";s:47:"Configure Metadata and Custom Metadata Settings";s:7:"obj_mds";s:8:"Metadata";s:7:"options";s:7:"Options";s:14:"output_options";s:14:"Output options";s:15:"path_to_mkisofs";s:15:"Path to mkisofs";s:45:"reuse_of_loginnames_contained_in_history_info";s:128:"If activated, it is allowed to reuse any login name that is already saved in the history (even if it belongs to a deleted user).";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:15:"purge_age_limit";s:9:"Limit age";s:22:"purge_count_limit_desc";s:84:"If this field contains a value, only the specified number of objects will be purged.";s:17:"purge_count_limit";s:11:"Limit count";s:18:"purge_missing_desc";s:57:"Remove all missing and unbound objects found from system.";s:13:"purge_missing";s:21:"Purge missing objects";s:16:"purge_trash_desc";s:44:"Remove all objects in trash bin from system.";s:11:"purge_trash";s:21:"Purge deleted objects";s:21:"purge_type_limit_desc";s:82:"If this field contains a value, only objects of the specified type will be purged.";s:16:"purge_type_limit";s:10:"Limit type";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:7:"purging";s:10:"Purging...";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:20:"restore_missing_desc";s:54:"Restore missing and unbound objects to RecoveryFolder.";s:15:"restore_missing";s:23:"Restore missing objects";s:18:"restore_trash_desc";s:51:"Restore all objects in trash bin to RecoveryFolder.";s:13:"restore_trash";s:23:"Restore deleted objects";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:9:"restoring";s:12:"Restoring...";s:40:"reuse_of_loginnames_contained_in_history";s:20:"Reuse of Login Names";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:4:"scan";s:4:"Scan";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:11:"systemcheck";s:12:"System check";s:12:"tree_corrupt";s:44:"Tree is corrupted! See scan log for details.";s:26:"usr_loginname_history_info";s:67:"The user changed its login at last at %s. The former login was: %s.";s:13:"view_last_log";s:18:"View last Scan log";s:8:"view_log";s:12:"View details";s:19:"frm_displayed_infos";s:21:"Displayed Information";s:18:"frm_disp_info_desc";s:71:"Please select the attributes which should to be shown in the overviews.";s:25:"adm_rep_tree_presentation";s:28:"Repository Tree Presentation";s:22:"adm_rep_tree_only_cntr";s:14:"Container Only";s:27:"adm_rep_tree_only_cntr_info";s:47:"Only categories, courses and groups are listed.";s:22:"adm_rep_tree_all_types";s:18:"All Resource Types";s:27:"adm_rep_tree_all_types_info";s:46:"All types of resources are listed in the tree.";s:26:"adm_rep_tree_limit_grp_crs";s:48:"Show limited context tree in courses and groups.";s:16:"adm_db_benchmark";s:12:"DB Benchmark";s:25:"adm_activate_db_benchmark";s:18:"Activate Benchmark";s:30:"adm_activate_db_benchmark_desc";s:62:"Benchmarking will be automatically disabled after one request.";s:21:"adm_db_benchmark_user";s:17:"User Account Name";s:26:"adm_db_benchmark_user_desc";s:45:"Only measurements for this user will be made.";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:7:"adm_sql";s:3:"SQL";s:8:"adm_time";s:4:"Time";s:27:"adm_db_bench_by_first_table";s:32:"Aggregated by First Table in SQL";s:17:"adm_nr_statements";s:20:"Number of Statements";s:9:"adm_table";s:5:"Table";s:12:"group_export";s:17:"Visible in Groups";s:31:"adm_rep_tree_limit_grp_crs_info";s:84:"This relies on and automatically activates the ‘Synchronize Tree Frame’ feature.";s:21:"language_scope_merged";s:52:"Local changes merged into the standard language file";s:20:"language_scope_added";s:20:"Local additions only";s:28:"language_merge_local_changes";s:51:"Merge local changes into the standard language file";s:31:"language_delete_local_additions";s:38:"Delete local additions in the database";s:27:"language_error_write_global";s:44:"The standard language file can\'t be written!";s:27:"language_error_local_missed";s:40:"The custom language file does not exist!";s:27:"language_error_delete_local";s:42:"The custom language file can\'t be deleted!";s:27:"language_local_file_deleted";s:37:"The custom language file was deleted.";s:26:"language_remove_local_file";s:31:"Delete the custom language file";s:22:"language_merged_global";s:62:"The local changes were merged into the standard language file.";s:20:"apache_auth_settings";s:6:"Apache";s:15:"apache_settings";s:29:"Configure LDAP Authentication";s:18:"apache_enable_auth";s:36:"Enable Apache Authentication support";s:17:"apache_autocreate";s:25:"Enable account generation";s:19:"apache_default_role";s:17:"Default user role";s:19:"apache_enable_local";s:28:"Enable local user assignment";s:18:"apache_enable_ldap";s:27:"Enable LDAP user assignment";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:33:"apache_auth_enable_override_login";s:27:"Override default login page";s:33:"apache_auth_target_override_login";s:32:"Target url for custom login page";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:37:"apache_auth_username_extended_mapping";s:19:"Extended assignment";s:32:"apache_auth_username_by_function";s:36:"Assign user names by custom function";s:40:"apache_ldap_hint_ldap_must_be_configured";s:41:"LDAP must be configured in administration";s:45:"apache_auth_username_direct_mapping_fieldname";s:20:"Field for assignment";s:11:"auth_apache";s:6:"Apache";s:31:"apache_settings_changed_success";s:19:"Configuration saved";s:38:"apache_auth_authenticate_on_login_page";s:54:"Try Apache authentication when entering the login page";s:22:"adm_settings_templates";s:18:"Settings Templates";s:25:"adm_add_settings_template";s:12:"Add Template";s:26:"adm_edit_settings_template";s:13:"Edit Template";s:13:"adm_hide_tabs";s:9:"Hide Tabs";s:23:"adm_predefined_settings";s:19:"Predefined Settings";s:9:"adm_value";s:16:"Predefined Value";s:8:"adm_hide";s:21:"Hide in Settings Form";s:33:"adm_sure_delete_settings_template";s:53:"Do you really want to delete the following templates?";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:20:"apache_auth_security";s:17:"Security Settings";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.
If ILIAS is reachable by more than one domain please enter all target you want to allow.
Example: example.com allows the redirection to http://example.com and http://www.example.com and all pages located there.";s:8:"obj_blga";s:4:"Blog";s:13:"obj_blga_desc";s:20:"Global Blog Settings";s:8:"obj_prfa";s:9:"Portfolio";s:13:"obj_prfa_desc";s:25:"Global Portfolio Settings";s:13:"obj_chta_desc";s:19:"Chat Administration";s:9:"adm_basic";s:5:"Basic";s:34:"adm_show_comments_tagging_in_lists";s:55:"Show number of notes, comments and tags in object lists";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: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: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:23:"adm_user_starting_point";s:23:"Personal Starting Point";s:28:"adm_user_starting_point_info";s:53:"Select the page or object which is shown after login.";s:30:"adm_user_starting_point_object";s:17:"Repository Object";s:30:"adm_user_starting_point_ref_id";s:12:"Reference-Id";s:32:"adm_user_starting_point_personal";s:16:"Personal Setting";s:37:"adm_user_starting_point_personal_info";s:50:"If activated users may select their starting page.";s:20:"adm_adm_role_protect";s:26:"Protect Administrator Role";s:25:"adm_adm_role_protect_info";s:93:"If enabled, only administrator are allowed to de/assign users from/to the administrator role.";s:21:"system_check_no_owner";s:17:"Ownerless Objects";s:9:"adm_https";s:5:"HTTPS";s:25:"adm_external_setting_edit";s:13:"Edit Settings";s:36:"adm_user_starting_point_invalid_info";s:37:"This feature is currently not active.";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: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:8:"svn_path";s:8:"Path: %s";s:12:"git_revision";s:10:"Number: %s";s:14:"git_hash_short";s:23:"Commit Hash (short): %s";s:15:"git_last_commit";s:15:"Last Commit: %s";s:27:"adm_captcha_anonymous_short";s:7:"Captcha";s:25:"adm_captcha_anonymous_frm";s:122:"Activate captcha for anonymous in forums. Please keep in mind that this may effect the accessibility of your installation.";s:26:"adm_captcha_anonymous_auth";s:126:"Activate captcha for anonymous in login form. Please keep in mind that this may effect the accessibility of your installation.";s:25:"adm_captcha_anonymous_reg";s:133:"Activate captcha for anonymous in registration form. Please keep in mind that this may effect the accessibility of your installation.";s:12:"adm_auth_reg";s:27:"Authentication Registration";s:14:"adm_auth_login";s:20:"Authentication Login";s:26:"adm_captcha_anonymous_wiki";s:121:"Activate captcha for anonymous in wikis. Please keep in mind that this may effect the accessibility of your installation.";s:8:"obj_excs";s:8:"Exercise";s:13:"obj_excs_desc";s:24:"Global Exercise Settings";s:8:"obj_taxs";s:8:"Taxonomy";s:13:"obj_taxs_desc";s:24:"Global Taxonomy Settings";s:39:"adm_show_comments_tagging_in_lists_tags";s:30:"Display tags instead of number";s:34:"language_mode_existing_delete_info";s:281:"Delete all entries in the database before importing the file.
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:35:"language_mode_existing_keepall_info";s:62:"Import only new entries that do not yet exist in the database.";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: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:26:"language_scope_global_info";s:83:"Export all database entries of this language. This can be used for backup purposes.";s:25:"language_scope_local_info";s:69:"Export all entries that are locally added or changed in the database.";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: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: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: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: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: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:36:"language_delete_local_additions_info";s:59:"Delete all entries that were locally added to the database.";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: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: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:19:"language_saved_dist";s:58:"The backup of the standard ILIAS language file is created.";s:25:"language_save_dist_failed";s:68:"The backup of the standard ILIAS language file could not be written.";s:19:"adm_missing_entries";s:15:"Missing Entries";s:28:"adm_missing_entry_add_action";s:3:"Add";s:21:"adm_missing_entry_add";s:13:"Add New Entry";s:35:"adm_user_starting_point_ref_id_info";s:168:"Open the object that you would like to use as Personal Starting Point. Please copy the number directly following "ref_id=" in the browser bar into the text input field.";s:31:"adm_user_starting_point_inherit";s:21:"Use Standard-Settings";s:36:"adm_user_starting_point_inherit_info";s:89:"The settings that were made by the administrator of the platform as a whole will be used.";s:13:"adm_container";s:17:"Container Objects";s:19:"adm_content_objects";s:15:"Content Objects";s:20:"adm_content_services";s:16:"Content Services";s:21:"adm_learning_outcomes";s:17:"Learning Outcomes";s:15:"adm_maintenance";s:11:"Maintenance";s:23:"adm_user_administration";s:19:"User Administration";s:17:"adm_user_services";s:13:"User Services";}'))); $ilDB->insert("lng_modules", array( 'module' => array('text', 'adve'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:64:{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:25:"adve_page_editor_settings";s:17:"ILIAS Page Editor";s:17:"adve_rte_settings";s:14:"TinyMCE Editor";s:26:"adve_text_content_features";s:17:"Text Content Menu";s:15:"adve_pe_general";s:7:"General";s:17:"adve_use_physical";s:32:"Use b/i/u instead of str/emp/imp";s:22:"adve_use_physical_info";s:334:"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:15:"adve_activation";s:10:"Activation";s:17:"adve_use_tiny_mce";s:34:"Enable TinyMCE for WYSIWYG Editing";s:20:"adve_excass_settings";s:20:"Exercise Assignments";s:32:"advanced_editing_excass_settings";s:25:"Exercise Text Assignments";s:18:"adve_blocking_mode";s:9:"Edit Lock";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:19:"char_selector_admin";s:75:"Menu for Selecting Special Characters (Unicode) in Tests and Question Pools";s:18:"char_selector_user";s:56:"Menu for Selecting Special Characters (Unicode) in Tests";s:18:"char_selector_test";s:37:"Selector Special Characters (Unicode)";s:31:"char_selector_inherit_info_test";s:170:"Depending on the settings made in the platforms\' administration or those made by individual users on their personal desktop the Ω-button is displayed in the test or not.";s:31:"char_selector_inherit_info_user";s:89:"The settings that were made by the administrator of the platform as a whole will be used.";s:26:"char_selector_inherit_test";s:84:"Settings made either Globally by Administrators or Individually by Users are Applied";s:26:"char_selector_inherit_user";s:21:"Use Standard-Settings";s:28:"char_selector_disabled_admin";s:99:"Ω-Button for Activating the Menu for Selecting Special Characters is displayed only if switched on";s:33:"char_selector_disabled_info_admin";s:257:"The menu for selecting special characters (Unicode) in tests and question pools is activated but the Ω-Button has to be switched on by users on their Personal Desktop and or in individual tests or questions pools. Test Settings will override user settings.";s:32:"char_selector_disabled_info_test";s:110:"Regardless of a user\'s individual setting the special character selector is switched off for taking this test.";s:32:"char_selector_disabled_info_user";s:160:"In tests a menu for selecting special characters will be not displayed. However individual tests ‘force switch on’ the menu though your deactivated it here.";s:27:"char_selector_disabled_test";s:33:"Special Character Selector is Off";s:27:"char_selector_disabled_user";s:45:"Disable Menu for Selecting Special Characters";s:28:"char_selector_inactive_admin";s:61:"Globally Deactivate the Menu for Selecting Special Characters";s:33:"char_selector_inactive_info_admin";s:209:"The menu for selecting special characters is deactivated for the whole system. Users cannot make individual settings on their Personal Desktop nor can individual tests or questions pools switch on the setting.";s:27:"char_selector_enabled_admin";s:90:"Ω-Button for Activating the Menu for Selecting Special Characters is Displayed by Default";s:32:"char_selector_enabled_info_admin";s:305:"The menu for selecting special characters (Unicode) is activated in tests and question pools. It will present users with the selection of Unicode blocks composed below. Users can make individual settings on their Personal Desktop and the setting can be switched on for individual tests or questions pools.";s:31:"char_selector_enabled_info_test";s:169:"Regardless of a user\'s individual setting the Ω-button for switching on the special character selector will be displayed in the test. Special characters can be entered.";s:31:"char_selector_enabled_info_user";s:225:"In tests a menu for selecting special characters will be displayed. However individual tests can prevent this setting from becoming effective and not display the special character menu despite your choice about activating it.";s:26:"char_selector_enabled_test";s:32:"Special Character Selector is On";s:26:"char_selector_enabled_user";s:44:"Enable Menu for Selecting Special Characters";s:20:"char_selector_blocks";s:42:"Available Special Character Sets (Unicode)";s:25:"char_selector_blocks_info";s:119:"All characters of the selected blocks will be listed, but not all of them may be supported by the current browser font.";s:26:"char_selector_custom_items";s:16:"Custom Selection";s:32:"char_selector_custom_items_info1";s:114:"The custom selection will be listed before the selected blocks. Please add your characters in the following style:";s:33:"char_selector_custom_items_info2a";s:5:"A B C";s:33:"char_selector_custom_items_info2b";s:71:"Characters are separated by space, generating separate selector buttons";s:33:"char_selector_custom_items_info3a";s:6:"A BC D";s:33:"char_selector_custom_items_info3b";s:51:"It is possible to put more characters on one button";s:33:"char_selector_custom_items_info4a";s:3:"A-Z";s:33:"char_selector_custom_items_info4b";s:50:"Ranges of characters can be defined with a ‘-’";s:33:"char_selector_custom_items_info5a";s:6:"U+00C0";s:33:"char_selector_custom_items_info5b";s:70:"A character can also be defined in Unicode notation (case insensitive)";s:33:"char_selector_custom_items_info6a";s:13:"U+00C0-U+00CF";s:33:"char_selector_custom_items_info6b";s:44:"Ranges are also possible in Unicode notation";s:25:"char_selector_unicode_all";s:18:"All Unicode Blocks";s:27:"adve_char_selector_settings";s:18:"Character Selector";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:41:"char_selector_msg_blocks_or_custom_needed";s:93:"When you activate the selector, please choose a character block or enter a special selection!";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:23:"char_selector_menu_open";s:31:"Open Special Character Selector";s:24:"char_selector_menu_close";s:32:"Close Special Character Selector";s:13:"adve_grp_copa";s:13:"Content Pages";}'))); $ilDB->insert("lng_modules", array( -'module' => array('text', 'assessment'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:1495:{s:8:"autosave";s:16:"Automatic saving";s:13:"autosave_info";s:74:"Answers are automatically saved in specified intervals to avoid data loss.";s:13:"autosave_ival";s:8:"Interval";s:3:"for";s:3:"for";s:33:"tst_presentation_settings_section";s:12:"Presentation";s:27:"wait_for_next_pass_hint_msg";s:39:"Additional pass is possible on time: %s";s:24:"tst_pass_waiting_enabled";s:33:"Force Waiting Time between Passes";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:23:"char_selector_btn_label";s:14:" Ω ";s:50:"tst_objective_oriented_test_pass_without_questions";s:62:"The started pass for test "%s" does not contain any questions.";s:30:"tst_dyn_quest_set_pool_deleted";s:61:"The currently configured question pool "%s" has been deleted.";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:25:"solution_contain_keywords";s:67:"Score is granted based on the occurrence of the following keywords:";s:19:"ass_mc_sel_lim_hint";s:31:"Please select %s of %s answers!";s:29:"ass_mc_sel_lim_exhausted_hint";s:48:"Please do not select more than %s of %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:18:"essay_scoring_mode";s:12:"Scoring Mode";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: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_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_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:19:"mark_schema_invalid";s:66:"The mark schema does not validate. Please create a correct schema.";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: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: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:24:"tst_corrections_qst_form";s:20:"Correction of Points";s:27:"tst_corrections_answers_tbl";s:10:"Statistics";s:36:"tst_corrections_answers_tbl_subindex";s:17:"Statistics for %s";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:26:"tst_corr_add_as_answer_btn";s:21:"Add as Correct Answer";s:17:"qpl_reset_preview";s:13:"Reset Preview";s:21:"qst_preview_reset_msg";s:27:"The preview has been reset.";s:31:"tst_question_not_from_pool_info";s:7:"No Pool";s:6:"action";s:6:"Action";s:10:"add_circle";s:15:"Add circle area";s:7:"add_gap";s:12:"Add Gap Text";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: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:20:"addSuggestedSolution";s:30:"Add Content for Recapitulation";s:29:"tst_answer_aggr_answer_header";s:6:"Answer";s:32:"tst_answer_aggr_frequency_header";s:9:"Frequency";s:28:"all_available_question_pools";s:28:"All available question pools";s:12:"allow_images";s:25:"Image Support for Answers";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:"allowedextensions";s:23:"Allowed File Extensions";s:17:"analyze_errortext";s:18:"Analyze Error Text";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:17:"answer_characters";s:50:" characters allowed, entered number of characters:";s:11:"answer_text";s:11:"Answer Text";s:12:"answer_types";s:18:"Editor for Answers";s:15:"gap_combination";s:15:"Gap Combination";s:6:"answer";s:6:"Answer";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: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:31:"ass_skl_import_fails_remove_btn";s:16:"Remove this Hint";s:17:"answers_multiline";s:18:"Multi Line Answers";s:18:"answers_singleline";s:19:"Single Line Answers";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: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: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:50:"tst_pass_overview_header_lo_initial_all_objectives";s:74:"Initial Test Results
for the Learning Objectives within the Course %s";s:49:"tst_pass_overview_header_lo_initial_per_objective";s:77:"Initial Test Results
for the Learning Objectives %s within the Course %s";s:53:"tst_pass_overview_header_lo_qualifying_all_objectives";s:77:"Qualifying Test Results
for the Learning Objectives within the Course %s";s:52:"tst_pass_overview_header_lo_qualifying_per_objective";s:80:"Qualifying Test Results
for the Learning Objectives %s within the Course %s";s:34:"tst_pass_details_header_lo_initial";s:61:"Initial Test Results for the Learning Objectives
%s - %s";s:34:"tst_virtual_pass_header_lo_initial";s:55:"Initial Test Results for the Learning Objective
%s";s:37:"tst_pass_details_header_lo_qualifying";s:64:"Qualifying Test Results for the Learning Objectives
%s - %s";s:37:"tst_virtual_pass_header_lo_qualifying";s:58:"Qualifying Test Results for the Learning Objective
%s";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_results";s:31:"Create Test Results Export File";s:30:"ass_create_export_test_archive";s:24:"Create Test Archive File";s:12:"ass_question";s:8:"Question";s:8:"ass_size";s:4:"Size";s:12:"ass_comments";s:8:"Comments";s:28:"ass_commented_questions_only";s:24:"Only Commented Questions";s:11:"tst_proceed";s:7:"Proceed";s:42:"tst_dont_show_msg_again_in_current_session";s:52:"Don\'t show this message again in my current session.";s:38:"tst_nav_next_locks_empty_answer_header";s:25:"Navigation Without Answer";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:40:"tst_nav_next_locks_current_answer_header";s:27:"Navigation to Next Question";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:24:"tst_filter_question_type";s:13:"Question Type";s:32:"tst_filter_question_type_enabled";s:27:"Use Question Type as Filter";s:30:"tst_objectives_progress_header";s:28:"Learning Objectives Progress";s:29:"tst_objective_progress_header";s:27:"Learning Objective Progress";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:19:"assImagemapQuestion";s:29:"Hot Spot / Image Map Question";s:13:"assJavaApplet";s:20:"Java Applet Question";s:19:"assMatchingQuestion";s:17:"Matching Question";s:17:"assMultipleChoice";s:43:"Multiple Choice Question (Multiple Answers)";s:14:"assKprimChoice";s:40:"Multiple Choice Question (Kprim 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:15:"autosave_failed";s:16:"Autosave failed!";s:16:"autosave_success";s:22:"Autosave successful...";s:22:"average_reached_points";s:14:"Average Points";s:17:"backtocallingtest";s:24:"Back to the calling test";s:11:"assLongMenu";s:9:"Long Menu";s:16:"answers_text_box";s:4:"Text";s:17:"min_auto_complete";s:12:"Autocomplete";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:14:"answers_select";s:6:"Select";s:16:"info_text_upload";s:45:"Choose an answer text (UTF-8) file to upload.";s:14:"manual_editing";s:14:"Manual Editing";s:13:"longmenu_text";s:14:"Long Menu Text";s:8:"longmenu";s:8:"Longmenu";s:15:"correct_answers";s:16:"Correct Answers:";s:14:"answer_options";s:15:"Answer Options:";s:11:"add_answers";s:11:"Add answers";s:2:"by";s:2:"by";s:11:"cancel_test";s:16:"Suspend the Test";s:17:"cannot_edit_marks";s:154:"There are already learners who ran the test. You can only change the marks if a score reporting date is enabled and the reporting date is not yet 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:24:"cannot_read_questionpool";s:73:"You do not possess sufficient permissions to read the question pool data!";s:22:"cannot_save_metaobject";s:64:"You do not possess sufficient permissions to save the meta data!";s:23:"changeSuggestedSolution";s:41:"Select type of content for recapitulation";s:16:"checkbox_checked";s:7:"Checked";s:18:"checkbox_unchecked";s:9:"Unchecked";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:6:"circle";s:6:"Circle";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:10:"insert_gap";s:10:"Insert Gap";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: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: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:22:"cloze_fixed_textlength";s:17:"Text Field 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:31:"cloze_textgap_whitespace_before";s:27:"Whitespace before the value";s:30:"cloze_textgap_whitespace_after";s:27:"Whitespace behind the value";s:33:"cloze_textgap_multiple_whitespace";s:20:"Multiple Whitespaces";s:12:"out_of_range";s:12:"Out of range";s:17:"ass_cloze_fb_mode";s:13:"Feedback Mode";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_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:26:"ass_cloze_gap_fb_gap_label";s:17:"Gap %s: %s";s:32:"ass_cloze_gap_fb_txt_empty_label";s:17:"Gap %s - No Input";s:34:"ass_cloze_gap_fb_txt_nomatch_label";s:21:"Gap %s - Wrong Answer";s:32:"ass_cloze_gap_fb_txt_match_label";s:32:"Gap %s - Given Answer: %s";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: %s";s:32:"ass_cloze_gap_fb_num_empty_label";s:17:"Gap %s - No Input";s:35:"ass_cloze_gap_fb_num_valuehit_label";s:18:"Gap %s - Value Hit";s:35:"ass_cloze_gap_fb_num_rangehit_label";s:18:"Gap %s - Range Hit";s:33:"ass_cloze_gap_fb_num_toolow_label";s:22:"Gap %s - Value too Low";s:34:"ass_cloze_gap_fb_num_toohigh_label";s:23:"Gap %s - Value too High";s:4:"code";s:4:"Code";s:8:"codebase";s:8:"Codebase";s:13:"concatenation";s:13:"Concatenation";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: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:16:"definition_image";s:16:"Definition Image";s:15:"definition_text";s:15:"Definition Text";s:10:"definition";s:10:"Definition";s:11:"definitions";s:11:"Definitions";s:33:"delete_all_user_data_confirmation";s:69:"Do you really want to delete the test data of all users in this test?";s:20:"delete_all_user_data";s:29:"Delete Test Data of all Users";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:23:"deleteSuggestedSolution";s:38:"Remove this content for recapitulation";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:85:"The time allotted for this test is now over. The test had not been available since %s";s:34:"detail_max_processing_time_reached";s:65:"You have reached the maximum allowed processing time of the test!";s:32:"detail_starting_time_not_reached";s:81:"You have not reached the start time of the test. The test will be available on %s";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:19:"detailed_evaluation";s:19:"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: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:9:"duplicate";s:9:"Duplicate";s:22:"ects_grade_desc_prefix";s:17:"Meaning of grade:";s:17:"ects_grade_a_desc";s:46:"outstanding performance with only minor errors";s:17:"ects_grade_b_desc";s:47:"above the average standard but with some errors";s:17:"ects_grade_c_desc";s:52:"generally sound work with a number of notable errors";s:17:"ects_grade_d_desc";s:38:"fair but with significant shortcomings";s:17:"ects_grade_e_desc";s:38:"performance meets the minimum criteria";s:18:"ects_grade_fx_desc";s:56:"some more work required before the credit can be awarded";s:17:"ects_grade_f_desc";s:37:"considerable further work is required";s:10:"ects_grade";s:10:"ECTS Grade";s:22:"ects_allow_ects_grades";s:43:"Show ECTS grade additional to received mark";s:26:"ects_output_of_ects_grades";s:21:"Output of ECTS grades";s:11:"use_ects_fx";s:22:"Use the ‘FX’ grade";s:17:"ects_fx_threshold";s:9:"Threshold";s:22:"ects_fx_threshold_info";s:69:"Please enter the required percentile for granting the ‘FX’ grade.";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:19:"element_height_info";s:98:"This is the minimum height in pixels for term and definition/picture items during the test output.";s:14:"element_height";s:14:"Minimum Height";s:7:"end_tag";s:7:"End Tag";s:29:"tst_settings_conflict_message";s:74:"The current configuration uses settings combinations that are not allowed.";s:23:"tst_conflicting_setting";s:48:"This setting does conflict with another setting.";s:7:"enlarge";s:7:"Enlarge";s:20:"enter_anonymous_code";s:27:"Enter Anonymous Access Code";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:20:"err_no_numeric_value";s:28:"Please enter a numeric value";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:14:"errors_section";s:10:"Error Data";s:6:"errors";s:6:"Errors";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 "Analyze Error Text" button, all marked words will be extracted for further processing.";s:9:"errortext";s:10:"Error Text";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:12:"option_label";s:13:"Option Labels";s:17:"option_label_info";s:91:"The configured phrases will be used as label for the options selectable by the participant.";s:24:"option_label_right_wrong";s:13:"right / wrong";s:18:"option_label_right";s:5:"right";s:18:"option_label_wrong";s:5:"wrong";s:23:"option_label_plus_minus";s:5:"+ / -";s:17:"option_label_plus";s:1:"+";s:18:"option_label_minus";s:1:"-";s:30:"option_label_applicable_or_not";s:27:"applicable / not applicable";s:23:"option_label_applicable";s:10:"applicable";s:27:"option_label_not_applicable";s:14:"not applicable";s:28:"option_label_adequate_or_not";s:23:"adequate / not adequate";s:21:"option_label_adequate";s:8:"adequate";s:25:"option_label_not_adequate";s:12:"not adequate";s:19:"option_label_custom";s:18:"Userdefined Labels";s:24:"option_label_custom_true";s:20:"Label for ‘TRUE’";s:25:"option_label_custom_false";s:21:"Label for ‘FALSE’";s:22:"kprim_instruction_text";s:51:"You have to decide on every statement: [%s] or [%s]";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:12:"tst_feedback";s:8:"Feedback";s:16:"ass_process_lock";s:30:"Use Locking During Test Passes";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:26:"Lock Mode during Test Pass";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: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: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:13:"exp_eval_data";s:25:"Export evaluation data as";s:20:"exp_type_certificate";s:17:"Certificate (PDF)";s:14:"exp_type_excel";s:15:"Microsoft Excel";s:13:"exp_type_spss";s:27:"Comma Separated Value (CSV)";s:6:"export";s:6:"Export";s:15:"failed_official";s:6:"failed";s:12:"failed_short";s:6:"failed";s:5:"false";s:5:"False";s:16:"feedback_generic";s:24:"Common Solution Feedback";s:26:"feedback_complete_solution";s:16:"Correct solution";s:28:"feedback_incomplete_solution";s:34:"At least one answer is not correct";s:16:"feedback_answers";s:25:"Feedback for Every Answer";s:12:"file_uploads";s:12:"File Uploads";s:12:"fileDownload";s:13:"File download";s:39:"fill_out_all_required_fields_add_answer";s:59:"Please fill out all required fields before you add answers!";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:6:"filter";s:6:"Filter";s:25:"final_statement_show_desc";s:55:"Shows concluding remarks after the test was submitted.";s:15:"final_statement";s:18:"Concluding Remarks";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:36:"tst_res_jump_to_participant_hint_opt";s:23:"--Jump to Participant--";s:31:"tst_res_jump_to_participant_btn";s:4:"Jump";s:32:"tst_participant_fullname_pattern";s:10:"%2$s, %1$s";s:9:"flashfile";s:10:"Flash File";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:18:"tst_reporting_date";s:4:"Date";s:3:"gap";s:3:"Gap";s:7:"general";s:7:"General";s:13:"glossary_term";s:13:"Glossary Term";s:6:"height";s:6:"Height";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:17:"identical_scoring";s:17:"Identical Scoring";s:8:"imagemap";s:9:"Image Map";s:15:"import_question";s:18:"Import Question(s)";s:12:"insert_after";s:12:"Insert After";s:13:"insert_before";s:13:"Insert Before";s:14:"internal_links";s:14:"Internal Links";s:10:"javaapplet";s:11:"Java Applet";s:17:"kiosk_description";s:364:"Exam view runs test in kiosk mode. This hides the browser bar and navigation and all other screen elements that are not part of the test. Participants are prevented from opening an other website.
Effectively preventing participants from opening other websites during tests additinally requires deploying a suitable browser enviroment (e.g. Safe Exam Browser).";s:18:"kiosk_options_desc";s:58:"Information is displayed at the top section of the screen.";s:13:"kiosk_options";s:17:"Exam View Options";s:22:"kiosk_show_participant";s:24:"Show Name of Participant";s:16:"kiosk_show_title";s:15:"Show Test Title";s:5:"kiosk";s:9:"Exam View";s:11:"last_update";s:7:"Updated";s:6:"legend";s:6:"Legend";s:28:"qpl_lac_legend_header_common";s:16:"Expression Logic";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:21:"qpl_lac_desc_brackets";s:8:"Brackets";s:29:"qpl_lac_desc_res_of_cur_quest";s:26:"Result of Current Question";s:39:"qpl_lac_desc_res_of_answ_m_of_cur_quest";s:41:"Result of m-th Answer of Current Question";s:36:"qpl_lac_legend_header_quest_specific";s:29:"Question Specific Expressions";s:30:"qpl_lac_legend_label_operators";s:9:"Operators";s:35:"qpl_lac_desc_compare_with_quest_res";s:53:"Compare the Result with the Reached Points in Percent";s:32:"qpl_lac_desc_compare_with_number";s:36:"Compare the Result with the Number n";s:30:"qpl_lac_desc_compare_with_text";s:37:"Compare the Result with the text TEXT";s:36:"qpl_lac_desc_compare_with_assignment";s:40:"Compare the Result with the Matching n:m";s:34:"qpl_lac_desc_compare_with_sequence";s:54:"Compare the Result with the Answer Sequence ($a,..,z$)";s:34:"qpl_lac_desc_compare_with_answer_n";s:55:"Compare the Result with the n-th Answer of the Question";s:40:"qpl_lac_desc_compare_with_exact_sequence";s:50:"Compare the Result with exactly the Given Sequence";s:33:"qpl_lac_desc_compare_answer_exist";s:48:"Compare if there is an Answer for a Question/Gap";s:20:"lacex_example_header";s:8:"Examples";s:46:"lacex_assQuestion_PercentageResultExpression_e";s:9:"R >= %75%";s:46:"lacex_assQuestion_PercentageResultExpression_d";s:59:"The questions answer result is equal to or greater than 75%";s:41:"lacex_assQuestion_EmptyAnswerExpression_e";s:5:"R = ?";s:41:"lacex_assQuestion_EmptyAnswerExpression_d";s:29:"The question was not answered";s:48:"lacex_assSingleChoice_NumberOfResultExpression_e";s:7:"R = +2+";s:48:"lacex_assSingleChoice_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:50:"lacex_assMultipleChoice_NumberOfResultExpression_d";s:64:"While answering the question the second answer option was chosen";s:51:"lacex_assMultipleChoice_ExclusiveResultExpression_e";s:11:"R = *1,3,4*";s:51:"lacex_assMultipleChoice_ExclusiveResultExpression_d";s:78:"Exactly the answer options 1, 3 and 4 were chosen while answering the question";s:45:"lacex_assErrorText_NumberOfResultExpression_e";s:7:"R = +2+";s:45:"lacex_assErrorText_NumberOfResultExpression_d";s:64:"While answering the question the second answer option was chosen";s:46:"lacex_assErrorText_ExclusiveResultExpression_e";s:11:"R = *1,3,4*";s:46:"lacex_assErrorText_ExclusiveResultExpression_d";s:78:"Exactly the answer options 1, 3 and 4 were chosen while answering the question";s:52:"lacex_assImagemapQuestion_NumberOfResultExpression_e";s:7:"R = +2+";s:52:"lacex_assImagemapQuestion_NumberOfResultExpression_d";s:64:"While answering the question the second answer option was chosen";s:53:"lacex_assImagemapQuestion_ExclusiveResultExpression_e";s:11:"R = *1,3,4*";s:53:"lacex_assImagemapQuestion_ExclusiveResultExpression_d";s:78:"Exactly the answer options 1, 3 and 4 were chosen while answering the question";s:42:"lacex_assNumeric_NumericResultExpression_e";s:9:"R = #4.7#";s:42:"lacex_assNumeric_NumericResultExpression_d";s:52:"The question was answered with the numeric value 4.7";s:52:"lacex_assOrderingQuestion_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:54:"lacex_assOrderingHorizontal_OrderingResultExpression_e";s:15:"R = $2,5,1,4,3$";s:54:"lacex_assOrderingHorizontal_OrderingResultExpression_d";s:62:"The question\'s elements were ordered as follows: 2, 5, 1, 4, 3";s:52:"lacex_assMatchingQuestion_MatchingResultExpression_e";s:33:"R = ;1:2; & R = ;2:3; & R = ;3:1;";s:52:"lacex_assMatchingQuestion_MatchingResultExpression_d";s:102:"The question\'s terms were assigned to definitions as follows: 1 → 2 and 2 → 3 and 3 → 1";s:44:"lacex_assTextSubset_StringResultExpression_e";s:24:"R[2] = ~sodium chloride~";s:44:"lacex_assTextSubset_StringResultExpression_d";s:73:"For the second answer option the answer „sodium chloride“ was entered";s:50:"lacex_assFormulaQuestion_NumericResultExpression_e";s:16:"R[1] = #3.14159#";s:50:"lacex_assFormulaQuestion_NumericResultExpression_d";s:67:"The first answer option was answered with the numeric value 3.14159";s:44:"lacex_assClozeTest_NumericResultExpression_e";s:10:"R[2] = #5#";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:45:"lacex_assClozeTest_StringResultExpression_1_e";s:15:"R[1] = ~Monday~";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_2_e";s:14:"R[4] = ~Green~";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_NumberOfResultExpression_e";s:10:"R[4] = +2+";s:45:"lacex_assClozeTest_NumberOfResultExpression_d";s:75:"The fourth answer option is a select gap and the second option was selected";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: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:24:"tst_solution_compare_cfg";s:34:"Configuration for Solution Compare";s:24:"tst_sol_comp_expressions";s:22:"Comparison Expressions";s:23:"ass_lac_hide_legend_btn";s:11:"Hide Legend";s:23:"ass_lac_show_legend_btn";s:11:"Show Legend";s:24:"ass_lac_validation_error";s:62:"Errors occured while validating the conditional expression(s)!";s:18:"ass_lac_expression";s:10:"Expression";s:33:"ass_lac_unable_to_parse_condition";s:40:"The condition "%s" can not be validated.";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.
The required amount of questions: %s";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:25:"qpl_qst_skl_usg_skill_col";s:10:"Competence";s:24:"qpl_qst_skl_usg_numq_col";s:53:"Number of Questions in Pool adressing this competence";s:26:"qpl_qst_skl_usg_sklpnt_col";s:45:"Total Sum of Competence-Points per Competence";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):
%s

The configuration of threshold values is to be done here in the test.";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:
%s

The configuration of threshold values is to be done here in the test.";s:41:"qpl_qst_skl_selection_for_question_header";s:37:"Compence Assignments for Question: %s";s:20:"tst_save_comp_points";s:22:"Save Competence Points";s:35:"tst_msg_skl_qst_assign_points_saved";s:38:"The competence points have 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:32:"tst_skl_level_thresholds_missing";s:58:"There are missing thresholds for the relevant competences!";s:29:"tst_skl_level_thresholds_link";s:31:"Configure Competence Thresholds";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:6:"locked";s:6:"locked";s:25:"log_answer_changed_points";s:68:"Manual change of points of test person %s from %d to %d points by %s";s:31:"log_wrong_test_password_entered";s:40:"Participant entered wrong test password.";s:50:"log_could_not_enter_test_due_to_simultaneous_users";s:99:"The user could not enter the test because the maximum number of simultaneous users has been reached";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:11:"maintenance";s:11:"Maintenance";s:15:"manscoring_done";s:19:"Scored Participants";s:15:"manscoring_hint";s:238:"You have added at least one question which may require manual scoring. To avoid that participants get already access to the test results before you finished manual scoring, please define a suitable date for the access to the test results.";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:76:"This test pass does not contain question types which can be scored manually.";s:23:"manscoring_results_pass";s:35:"Manual Scored Questions for Pass %s";s:10:"manscoring";s:14:"Manual Scoring";s:11:"mark_schema";s:11:"Mark Schema";s:25:"grading_status_passed_msg";s:44:"Congratulations, you passed the test.";s:25:"grading_status_failed_msg";s:34:"Sorry, you failed the test.";s:32:"grading_obligations_answered_msg";s:40:"You filled out all compulsory questions.";s:31:"grading_obligations_missing_msg";s:49:"You didn‘t filled out all compulsory questions.";s:29:"grading_obligations_listlabel";s:20:"Compulsory Questions";s:38:"grading_obligations_answered_listentry";s:8:"Answered";s:37:"grading_obligations_missing_listentry";s:4:"Open";s:16:"grading_mark_msg";s:32:"Your mark is: "[mark]"";s:13:"mark_tst_ects";s:65:"Your ECTS grade is "[markects]" (European Credit Transfer System)";s:20:"tst_pass_finished_on";s:21:"Test pass finished on";s:7:"matches";s:7:"matches";s:14:"matching_pairs";s:14:"Matching Pairs";s:28:"matching_shuffle_definitions";s:16:"Definitions only";s:34:"matching_shuffle_terms_definitions";s:28:"Both (Terms and Definitions)";s:22:"matching_shuffle_terms";s:10:"Terms only";s:13:"matching_type";s:25:"Matching Question Subtype";s:13:"material_file";s:13:"Material File";s:8:"material";s:8:"Material";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: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:7:"maxsize";s:24:"Maximum file upload size";s:19:"min_percentage_ne_0";s:82:"You must define a minimum percentage of 0 percent! The mark schema wasn’t saved.";s:16:"msg_circle_added";s:12:"Circle added";s:33:"tst_rnd_quest_set_tb_add_pool_btn";s:35:"New Rule for Selection of Questions";s:33:"tst_src_quest_pool_def_list_table";s:39:"Rules for Random Selection of Questions";s:24:"tst_source_question_pool";s:13:"Question Pool";s:19:"tst_filter_taxonomy";s:8:"Taxonomy";s:19:"tst_filter_tax_node";s:13:"Taxonomy Node";s:25:"tst_non_avail_pools_table";s:27:"Non Available Questionpools";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: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:19:"tst_derive_new_pool";s:24:"Derive New Question Pool";s:20:"tst_derive_new_pools";s:25:"Derive New Question Pools";s:41:"tst_please_select_target_for_pool_derives";s:34:"Please select a target conatainer.";s:36:"tst_non_available_pool_newly_derived";s:55:"The new question pool(s) has been derived successfully.";s:21:"tst_introduction_text";s:20:"Introductory Message";s:28:"tst_save_and_create_new_rule";s:21:"Save and Add New Rule";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:37:"tst_btn_rebuild_random_question_stage";s:31:"Synchronize Questions from Pool";s:43:"tst_msg_rand_quest_set_stage_pool_last_sync";s:59:"Date of last synchronisation of selected question pools: %s";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:"A test with a random set of questions is not possible with the current selection of question pools and the 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.
%s";s:38:"tst_msg_rand_quest_set_lost_pools_link";s:28:"Open Selected Question Pools";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: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: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:47:"tst_msg_rand_quest_set_change_quest_amount_here";s:43:"You can change the question amount here: %s";s:29:"tst_wf_info_optional_question";s:62:"This question relates to an already passed learning objective.";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:46:"tst_optional_questions_confirmation_fixed_test";s:563:"Question related to already passed learning objectives were answered in previous passes.

You want to navigate to a question, that relates to an already passed learning objective.
You can choose:

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.

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:"Question related to already passed learning objectives are optional.

You want to navigate to a question, that relates to an already passed learning objective.
You can choose:

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.

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:29:"tst_tab_results_pass_oriented";s:24:"Test Results by Attempts";s:34:"tst_tab_results_objective_oriented";s:35:"Test Results by Learning Objectives";s:31:"tst_rnd_quest_set_cfg_pool_form";s:31:"Rule for Selection of Questions";s:25:"tst_inp_source_pool_label";s:13:"Question Pool";s:30:"tst_inp_source_pool_filter_tax";s:15:"Taxonomy Filter";s:33:"tst_inp_source_pool_no_tax_filter";s:28:"Use No Taxonomy Based Filter";s:32:"tst_inp_source_pool_filter_tax_x";s:27:"Use Taxonomy "%s" as Filter";s:29:"tst_inp_no_available_tax_hint";s:50:"No Available Taxonomies for Selected Question Pool";s:39:"tst_msg_source_pool_definitions_deleted";s:39:"The rule has been removed successfully.";s:21:"tst_limit_nr_of_tries";s:27:"Limit Number of Test Passes";s:24:"msg_deleted_export_files";s:22:"Export file(s) removed";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:21:"msg_selected_for_move";s:31:"Question(s) selected for moving";s:21:"no_selection_for_move";s:31:"No question selected for moving";s:18:"next_question_rows";s:26:"Questions %d - %d of %d »";s:14:"no_passed_mark";s:72:"You must set at least one mark to PASSED! The mark schema was not saved.";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:12:"no_selection";s:20:"--- No Selection ---";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: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:2:"or";s:2:"or";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: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:9:"ordertext";s:13:"Ordering Text";s:11:"output_mode";s:11:"Output Mode";s:6:"output";s:6:"Output";s:35:"participants_invitation_description";s:87:"This test can only be accessed by users you have manually added in tab ‘Dashboard’.";s:23:"participants_invitation";s:30:"Manually Selected Participants";s:12:"participants";s:12:"Participants";s:13:"dashboard_tab";s:9:"Dashboard";s:13:"pass_finished";s:7:"%s pass";s:4:"pass";s:4:"Pass";s:11:"tst_attempt";s:7:"Attempt";s:24:"tst_back_to_virtual_pass";s:25:"Back to Question Overview";s:13:"passed_status";s:13:"Passed Status";s:15:"passed_official";s:6:"passed";s:11:"passed_only";s:17:"Passed Tests Only";s:12:"passed_short";s:6:"passed";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:14:"points_checked";s:19:"Points when Checked";s:12:"points_short";s:3:"Pt.";s:16:"points_unchecked";s:21:"Points when Unchecked";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:12:"points_wrong";s:16:"Wrong Selections";s:6:"points";s:6:"Points";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:7:"polygon";s:7:"Polygon";s:10:"remove_gap";s:10:"Remove Gap";s:9:"postponed";s:9:"postponed";s:7:"preview";s:7:"Preview";s:22:"previous_question_rows";s:26:"<< Questions %d - %d of %d";s:34:"qpl_qst_edit_form_taxonomy_section";s:10:"Taxonomies";s:26:"qpl_qst_edit_form_taxonomy";s:13:"Taxonomy "%s"";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: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: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:17:"tst_pass_deletion";s:15:"Previous Passes";s:29:"tst_pass_deletion_not_allowed";s:46:"The Deletion of Previous Passes is NOT allowed";s:25:"tst_pass_deletion_allowed";s:42:"The Deletion of Previous Passes is allowed";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:24:"tst_import_non_ilias_zip";s:83:"Error: The filename of the uploaded import file does not match the expected 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: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:27:"qpl_settings_subtab_general";s:16:"General Settings";s:30:"qpl_settings_subtab_taxonomies";s:10:"Taxonomies";s:25:"qpl_form_general_settings";s:16:"General Settings";s:53:"qpl_settings_general_form_property_online_description";s:50:"Only online question pools could be used in tests.";s:41:"qpl_settings_general_form_property_online";s:6:"Online";s:44:"qpl_settings_general_form_prop_show_tax_desc";s:68:"Existing taxonomies in this pool are offered for question filtering.";s:50:"qpl_settings_general_form_property_show_taxonomies";s:15:"Show Taxonomies";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: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: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:25:"qpl_qst_inp_matching_mode";s:13:"Matching Mode";s:36:"qpl_qst_inp_matching_mode_one_on_one";s:37:"One Term Matches One Definition (1:1)";s:36:"qpl_qst_inp_matching_mode_all_on_all";s:53:"One or More Terms match One or More Definitions (n:n)";s:15:"qst_nr_of_tries";s:15:"Number of Tries";s:29:"question_cumulated_statistics";s:29:"Cumulated Question Statistics";s:24:"question_instances_title";s:44:"This question is used in the following tests";s:28:"question_marking_description";s:148:"Participants get the option to flag a test question for some purpose. The flags are shown in ‘List of Questions’, provided that it is activated.";s:16:"question_marking";s:18:"Flagging Questions";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:9:"Dashboard";s:20:"question_summary_btn";s:9:"Dashboard";s:19:"obligations_summary";s:28:"List of Compulsory Questions";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: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:14:"questions_from";s:14:"questions from";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:34:"tst_rnd_quest_set_cfg_general_form";s:33:"Configure Random Set of Questions";s:17:"range_lower_limit";s:11:"Lower Bound";s:17:"range_upper_limit";s:11:"Upper Bound";s:5:"range";s:5:"Range";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:9:"rectangle";s:9:"Rectangle";s:17:"redirectAfterSave";s:137:"The maximum working time has been reached and your last question has been saved automatically. In a few seconds you will be redirected...";s:6:"region";s:6:"Region";s:21:"remove_as_participant";s:27:"Remove as Fixed Participant";s:15:"remove_question";s:6:"Remove";s:15:"remove_solution";s:33:"Remove Content for Recapitulation";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:11:"finish_test";s:15:"Finish the Test";s:13:"next_question";s:4:"Next";s:17:"previous_question";s:8:"Previous";s:13:"submit_answer";s:11:"Save Answer";s:13:"skip_question";s:22:"Do not Answer and Next";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.

Do you want to delete your answer?";s:31:"tst_nav_while_edit_modal_header";s:22:"Decision about Answers";s:29:"tst_nav_while_edit_modal_text";s:67:"What to do with the answers you possibly entered for this question?";s:33:"tst_nav_while_edit_modal_save_btn";s:4:"Save";s:35:"tst_nav_while_edit_modal_nosave_btn";s:11:"Do Not Save";s:35:"tst_nav_while_edit_modal_cancel_btn";s:6:"Cancel";s:11:"edit_answer";s:11:"Edit Answer";s:15:"answer_question";s:15:"Answer Question";s:27:"back_to_objective_container";s:12:"Go to Course";s:11:"scored_pass";s:11:"Scored Pass";s:7:"scoring";s:19:"Scoring and Results";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:28:"tst_answer_fixation_handling";s:19:"Participant Answers";s:24:"tst_answer_fixation_none";s:51:"Do not Lock Participants Answers during Test Passes";s:29:"tst_answer_fixation_none_desc";s:91:"As long as a test pass was not finished, participants can change their answers at any time.";s:39:"tst_answer_fixation_on_instant_feedback";s:46:"Lock Answers with the Presentation of Feedback";s:44:"tst_answer_fixation_on_instant_feedback_desc";s:127:"After the feedback for a question is shown participant answers are locked, participants cannot change these answers any longer.";s:40:"tst_answer_fixation_on_followup_question";s:57:"Lock Answers with the Presentation of Follow-Up Questions";s:45:"tst_answer_fixation_on_followup_question_desc";s:140:"Showing the follow-up question will lock participant answers for the previous question, participants cannot change these answers any longer.";s:47:"tst_answer_fixation_on_instantfb_or_followupqst";s:69:"Lock Answers with the Presentation of Feedback or Follow-Up Questions";s:52:"tst_answer_fixation_on_instantfb_or_followupqst_desc";s:147:"Participant Answers for a question will be locked either with the presentation of the questions\'s feedback or when the follow-up question is shown.";s:28:"tst_instant_feedback_trigger";s:16:"Feedback Trigger";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: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: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: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:"show_detailed_results";s:44:"Show User’s Detailed Results (Marked Pass)";s:18:"show_pass_overview";s:25:"Show Marked Pass Overview";s:17:"show_user_answers";s:28:"Show User’s Marked Answers";s:13:"showinfo_desc";s:125:"Users will be presented with a complete list of test properties on tab ‘Info’, i.e. information on scoring and reporting.";s:8:"showinfo";s:24:"Show all Test Properties";s:21:"showSuggestedSolution";s:4:"Type";s:15:"shuffle_answers";s:15:"Shuffle Answers";s:18:"suggested_solution";s:26:"Content for Recapitulation";s:13:"solution_hint";s:35:"Assigned Content for Recapitulation";s:12:"solutionText";s:4:"Text";s:9:"start_tag";s:9:"Start Tag";s:16:"statistical_data";s:16:"Statistical Data";s:10:"statistics";s:10:"Statistics";s:37:"suggested_solution_added_successfully";s:50:"You successfully set a content for recapitulation!";s:21:"suggestedSolutionType";s:8:"Refer to";s:10:"term_image";s:10:"Term Image";s:9:"term_text";s:9:"Term Text";s:4:"term";s:4:"Term";s:5:"terms";s:5:"Terms";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: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:8:"textsize";s:9:"Text Size";s:19:"thumb_geometry_info";s:109:"The image thumbnails will be created with a maximum values of height and width given, aspect ratio preserved.";s:14:"thumb_geometry";s:18:"Thumbnail Geometry";s:15:"thumb_size_info";s:158:"If you enter a thumbnail size, a thumbnail of this size will be generated for uploaded images. Without a thumbnail size, the original image size will be used.";s:21:"thumb_size_unit_pixel";s:5:"Pixel";s:10:"thumb_size";s:14:"Thumbnail Size";s:11:"time_format";s:8:"HH MM SS";s:34:"too_many_targets_selected_for_move";s:44:"You must select exactly one target position!";s:4:"true";s:4:"True";s:23:"tst_access_code_created";s:204:"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 write down this code use it for further actions.";s:25:"tst_all_user_data_deleted";s:44:"All user data of this test has been removed!";s:26:"tst_allowed_users_time_gap";s:26:"Idle Time for Active Users";s:17:"tst_allowed_users";s:39:"Limit Number of Concurrent Participants";s:21:"tst_already_submitted";s:43:"Test has already been finish and submitted.";s:13:"tst_anonymity";s:7:"Privacy";s:27:"tst_answered_questions_test";s:31:"Questions answered in this test";s:22:"tst_answered_questions";s:18:"Answered Questions";s:20:"tst_best_solution_is";s:21:"The best solution is:";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:30:"tst_change_points_for_question";s:21:"Points for the Answer";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: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: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:23:"tst_delete_missing_mark";s:49:"Please select at least one mark step to remove it";s:29:"tst_dont_use_previous_answers";s:78:"Your previous answers will not be used as default values in future test passes";s:15:"tst_ending_time";s:14:"Finishing Time";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:36:"tst_eval_total_finished_average_time";s:28:"Average test processing time";s:23:"tst_eval_total_finished";s:69:"Total finished tests (Participants that used up all possible passes.)";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:21:"tst_eval_total_passed";s:18:"Total passed tests";s:22:"tst_eval_total_persons";s:49:"Total number of participants who started the test";s:11:"review_view";s:6:"Review";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:194:"You are going to finish this test and reach the maximum number of allowed test passes. You won’t be able to enter this test again to change your answers. Do you really want to finish the test?";s:32:"tst_finish_notification_advanced";s:25:"Send complete test result";s:31:"tst_finish_notification_content";s:17:"Content of e-mail";s:30:"tst_finish_notification_simple";s:29:"Send username and finish date";s:26:"tst_finish_notification_no";s:9:"No e-mail";s:23:"tst_finish_notification";s:12:"Notification";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:12:"tst_finished";s:8:"Finished";s:17:"unfinished_passes";s:17:"Unfinished Passes";s:33:"finish_pass_for_user_confirmation";s:72:"Are you sure you want to finish this test pass for the participant "%s"?";s:25:"finish_pass_for_all_users";s:62:"Are you sure you want to finish the test passes for all Users?";s:22:"finish_all_user_passes";s:22:"Finish all test Passes";s:24:"finish_unfinished_passes";s:18:"Finish open Passes";s:29:"finish_unfinished_passes_desc";s:98:"Passes which have a Finishing time or a Duration limit configured will be closed by this cron job.";s:22:"tst_general_properties";s:16:"General Settings";s:19:"tst_heading_scoring";s:7:"Scoring";s:18:"tst_hide_side_list";s:22:"Hide List of Questions";s:19:"tst_import_no_items";s:45:"Error: The import file contains no questions!";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:27:"tst_insert_missing_question";s:63:"Please select at least one question to insert it into 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_insert_questions";s:70:"Are you sure you want to insert the following question(s) to the test?";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: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:20:"tst_instant_feedback";s:16:"Instant Feedback";s:25:"tst_instant_feedback_desc";s:96:"When questions are configured with feedback it is provided to participants during the test pass.";s:29:"tst_instant_feedback_contents";s:17:"Included Contents";s:16:"tst_introduction";s:20:"Introductory Message";s:21:"tst_introduction_desc";s:128:"Shows an introductory message on the tab ‘Info’ of the test. This text is accessible already before the test can be started.";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:24:"tst_list_of_answers_show";s:24:"Review of Scored Answers";s:19:"tst_list_of_answers";s:15:"List of 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:29:"tst_mark_create_new_mark_step";s:20:"Create New Mark Step";s:34:"tst_mark_create_simple_mark_schema";s:27:"Reset to Simple Mark Schema";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:19:"tst_mark_short_form";s:10:"Short Form";s:8:"tst_mark";s:4:"Mark";s:29:"tst_max_allowed_users_heading";s:70:"The maximum number of simultaneous users in this test has been reached";s:29:"tst_max_allowed_users_message";s:264:"The maximum number of simultaneous active users in the test has been reached. Please try again later to start or resume the test. If one of the active users is inactive for more than %s seconds, you may be able to enter this test. Thank you for your understanding.";s:18:"tst_maximum_points";s:14:"Maximum Points";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:36:"tst_no_question_selected_for_removal";s:48:"Please check at least one question to remove it!";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:12:"tst_no_tries";s:4:"none";s:16:"tst_nr_of_passes";s:21:"Number of Test Passes";s:23:"tst_nr_of_tries_of_user";s:24:"Passes Already Completed";s:15:"tst_nr_of_tries";s:21:"Max. Number of Passes";s:23:"tst_participating_users";s:19:"Participating Users";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:31:"tst_answered_questions_of_total";s:8:"%s of %s";s:25:"tst_reached_points_of_max";s:8:"%s of %s";s:10:"tst_passed";s:6:"Passed";s:10:"tst_failed";s:6:"Failed";s:23:"tst_tbl_col_scored_pass";s:11:"Scored Pass";s:25:"tst_tbl_col_pass_finished";s:13:"Pass Finished";s:30:"tst_tbl_col_answered_questions";s:18:"Answered Questions";s:26:"tst_tbl_col_reached_points";s:14:"Reached Points";s:26:"tst_tbl_col_percent_result";s:14:"Percent Solved";s:25:"tst_tbl_col_passed_status";s:7:"Grading";s:22:"tst_tbl_col_final_mark";s:4:"Mark";s:18:"tst_pass_best_pass";s:19:"Score the Best Pass";s:23:"tst_pass_best_pass_desc";s:133:"The pass in which a participant performed best will be scored. This setting does only apply when more than one test pass is possible.";s:16:"tst_pass_details";s:16:"Detailed Results";s:18:"tst_pass_last_pass";s:19:"Score the Last Pass";s:23:"tst_pass_last_pass_desc";s:46:"The last pass of a participant will be scored.";s:16:"tst_pass_scoring";s:23:"Scoring Multiple Passes";s:10:"tst_passes";s:11:"Test Passes";s:21:"tst_allowed_users_max";s:27:"Max. Number of Participants";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: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:17:"tst_password_form";s:19:"Enter Test Password";s:12:"tst_password";s:13:"Test Password";s:18:"tst_percent_solved";s:14:"Percent Solved";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: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: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:9:"tst_print";s:32:"Test and Assessment - Print View";s:24:"tst_processing_time_desc";s:342:"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 passes is limited an additional feature for granting extra time to participants appears in the tab \'Dashboard\'.";s:19:"tst_processing_time";s:22:"Limit Duration of Test";s:13:"tst_qst_order";s:3:"No.";s:17:"tst_question_mark";s:18:"Mark this question";s:19:"tst_question_marked";s:23:"You marked the question";s:19:"tst_question_marker";s:7:"Flagged";s:15:"tst_question_no";s:5:"Order";s:18:"tst_question_offer";s:53:"Do you accept this sample or do you want another one?";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:254:"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.";s:29:"tst_inp_quest_amount_cfg_mode";s:19:"Amount of Questions";s:34:"tst_inp_quest_amount_cfg_mode_test";s:39:"Define the amount of questions per test";s:34:"tst_inp_quest_amount_cfg_mode_pool";s:76:"Define the amount of questions per selected question pool and taxonomy node.";s:29:"tst_inp_quest_amount_per_test";s:38:"Number of Questions for the Whole Test";s:36:"tst_inp_quest_amount_per_source_pool";s:15:"Question Amount";s:19:"tst_question_amount";s:15:"Question Amount";s:18:"tst_question_title";s:14:"Question Title";s:29:"tst_qbt_filter_question_title";s:17:"Title of Question";s:17:"tst_question_type";s:13:"Question Type";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:30:"tst_random_select_questionpool";s:53:"Select the question pool to choose the questions from";s:38:"tst_nonpool_questions_get_lost_warning";s:183:"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.";s:18:"tst_reached_points";s:6:"Points";s:15:"tst_remove_mark";s:16:"Remove this mark";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:20:"tst_remove_questions";s:70:"Are you sure you want to remove the following questions 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:21:"tst_report_after_test";s:44:"Offer test results when the test is finished";s:23:"tst_report_after_passed";s:48:"Offer test results when the test has been passed";s:16:"tst_report_never";s:25:"No test results available";s:37:"tst_res_tab_msg_res_after_taking_test";s:56:"After taking the test your results will be offered here.";s:37:"tst_res_tab_msg_res_after_finish_test";s:59:"After finishing the test your results will be offered here.";s:37:"tst_res_tab_msg_res_after_test_passed";s:57:"After passing the test your results will be offered here.";s:30:"tst_res_tab_msg_res_after_date";s:63:"You test results will be offered here on the following date: %s";s:37:"tst_res_tab_msg_res_after_date_no_res";s:82:"When you take the test your results will be offered here on the following date: %s";s:30:"tst_reset_processing_time_desc";s:134:"The duration will be reset to the defined maximum for every test pass. This setting requires multiple test passes to become effective.";s:25:"tst_reset_processing_time";s:34:"Reset duration for every test pass";s:25:"tst_result_user_name_pass";s:30:"Results of Test Pass %s for %s";s:20:"tst_result_user_name";s:19:"Test Results for %s";s:15:"tst_result_pass";s:20:"Results of Test Pass";s:25:"tst_results_access_always";s:11:"Immediately";s:30:"tst_results_access_always_desc";s:228:"Participants can access their results within the ‘Results’-tab immediately after starting the test pass 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:27:"tst_results_access_finished";s:27:"After Test Pass is Finished";s:32:"tst_results_access_finished_desc";s:179:"ILIAS displays the test results after the test pass is finished. After finishing the test pass 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_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:26:"tst_results_access_setting";s:13:"Point in Time";s:27:"tst_results_details_options";s:46:"Further Details to be Included in Test Results";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: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: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:20:"tst_results_overview";s:33:"Pass Overview of the Test Results";s:30:"tst_show_solution_details_desc";s:279:"As an add-on to the ‘Table of Detailed Test Results’, the participant get a link to a page for each question. This linked page contains the question, the answer provided by the participant, information on whether this was the correct answer and points scored by this answer.";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: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: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: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: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:11:"tst_results";s:12:"Test Results";s:15:"tst_resume_test";s:15:"Resume the Test";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:24:"tst_score_mcmr_questions";s:43:"Multiple Choice Questions with Empty Answer";s:33:"tst_score_mcmr_use_scoring_system";s:41:"Save and Score Empty Answers (Deprecated)";s:38:"tst_score_mcmr_use_scoring_system_desc";s:234:"An additional option "None of the above" allows saving of empty answers. The unchecked options will be scored as defined in the question. This setting is only kept for existing tests and will be abandoned in a following ILIAS version.";s:42:"tst_score_mcmr_zero_points_when_unanswered";s:26:"Don’t Save Empty Answers";s:47:"tst_score_mcmr_zero_points_when_unanswered_desc";s:95:"Answers without any checked option are not saved. Participants get 0 points on these questions.";s:24:"tst_score_reporting_date";s:20:"Score Reporting Date";s:19:"tst_score_reporting";s:15:"Score Reporting";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:18:"tst_sequence_fixed";s:34:"The Sequence of Questions is Fixed";s:21:"tst_sequence_postpone";s:52:"Questions may be postponed to the end of a test pass";s:23:"tst_sequence_properties";s:63:"Administering the Test: Functionality Available to Participants";s:12:"tst_sequence";s:8:"Sequence";s:20:"tst_session_settings";s:16:"Session Settings";s:21:"tst_show_answer_sheet";s:12:"Show Answers";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:15:"tst_show_cancel";s:12:"Suspend Test";s:21:"tst_show_pass_details";s:88:"Show ‘Table of Detailed Test Results’ for each Test Pass upon Selected Point in Time";s:26:"tst_show_pass_details_desc";s:655:"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 pass.
Other than that the table will be displayed after the last test pass possible (setting in link ‘General’, option ‘Limit Number of Test Passes’) or after the test is officially finished (setting in link ‘General’, option ‘Finishing Time’).
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:27:"participants_results_subtab";s:16:"All Participants";s:11:"results_tab";s:7:"Results";s:18:"tst_show_side_list";s:22:"Show List of Questions";s:37:"tst_dyn_unfreeze_answers_confirmation";s:173:"There are questions to which your initial answers were fixed and you could not make any changes. Do you want to answer them one more time now and thus unfreeze your answers?";s:24:"tst_dyn_unfreeze_answers";s:16:"Answer once more";s:24:"tst_dyn_keep_answ_freeze";s:30:"Keep my current answers frozen";s:30:"tst_show_solution_answers_only";s:36:"Print View of Results (Answers Only)";s:25:"tst_show_solution_details";s:29:"Scored Answers of Participant";s:26:"tst_show_solution_feedback";s:8:"Feedback";s:27:"tst_show_solution_printview";s:45:"Additional ‘List of Answers’ for Printing";s:27:"tst_show_solution_signature";s:21:"Signature Placeholder";s:27:"tst_show_solution_suggested";s:26:"Content for Recapitulation";s:28:"tst_show_summary_description";s:229:"Participants can switch on a list of test questions on the left of the actual question. Additionally, they are presented with a button ‘List of Questions’. On that screen the overall status of all questions will be displayed.";s:16:"tst_show_summary";s:28:"Show ‘List of Questions’";s:33:"tst_shuffle_questions_description";s:77:"Shuffles the sequence of questions for every participant and every test pass.";s:21:"tst_shuffle_questions";s:17:"Shuffle Questions";s:13:"tst_signature";s:9:"Signature";s:18:"tst_single_results";s:19:"Results by Question";s:23:"tst_start_new_test_pass";s:19:"Start New Test Pass";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: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:21:"tst_text_count_system";s:14:"Scoring System";s:27:"tst_time_already_spent_left";s:17:"You have %s left.";s:22:"tst_time_already_spent";s:64:"You started the test at: %s. Your maximum processing time is %s.";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:16:"tst_title_output";s:19:"Show Question Title";s:8:"tst_type";s:9:"Test Type";s:7:"exam_id";s:12:"Testpass ID:";s:13:"exam_id_label";s:7:"Exam Id";s:19:"examid_in_test_pass";s:20:"Display Test Pass ID";s:24:"examid_in_test_pass_desc";s:83:"A test pass ID is displayed in the test. A new ID is generated for every test pass.";s:18:"examid_in_test_res";s:18:"ILIAS Test Pass ID";s:23:"examid_in_test_res_desc";s:60:"The ILIAS test pass ID will be included in the test results.";s:36:"tst_use_previous_answers_description";s:180:"Participants will be presented with their answers from previous test passes. This option has to be activated by individual participants on the Info-tab before starting a test pass.";s:29:"tst_use_previous_answers_user";s:63:"Use my previous answers as default values in future test passes";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:21:"use_previous_solution";s:21:"Use Previous Solution";s:24:"tst_use_previous_answers";s:20:"Use Previous Answers";s:22:"tst_user_finished_test";s:23:"User finished test (%s)";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:21:"test_enable_archiving";s:16:"Enable Archiving";s:21:"cannot_export_archive";s:33:"Archive-Export cannot be created.";s:9:"unlimited";s:9:"unlimited";s:6:"unlock";s:6:"Unlock";s:17:"uploaded_material";s:17:"Uploaded Material";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:29:"warning_question_not_complete";s:29:"The question is not complete!";s:5:"width";s:5:"Width";s:14:"worked_through";s:14:"Worked Through";s:8:"answered";s:8:"Answered";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";s:16:"all_participants";s:16:"All participants";s:27:"with_solutions_participants";s:27:"Participants with solutions";s:30:"without_solutions_participants";s:30:"Participants without solutions";s:16:"tst_show_toplist";s:7:"Ranking";s:16:"toplist_by_score";s:19:"High score by score";s:15:"toplist_by_time";s:26:"High score by working time";s:16:"toplist_col_rank";s:4:"Rank";s:23:"toplist_col_participant";s:11:"Participant";s:20:"toplist_col_achieved";s:4:"Date";s:17:"toplist_col_score";s:5:"Score";s:22:"toplist_col_percentage";s:10:"Percentage";s:17:"toplist_col_hints";s:5:"Hints";s:17:"toplist_col_wtime";s:12:"Working Time";s:21:"tst_highscore_enabled";s:7:"Ranking";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: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_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: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: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_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: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: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: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: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: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:29:"tst_rnd_quest_cfg_tab_general";s:13:"Configuration";s:26:"tst_rnd_quest_cfg_tab_pool";s:23:"Selected Question Pools";s:21:"tst_question_set_type";s:27:"Selection of Test Questions";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: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:55:"tst_change_quest_set_type_from_old_to_new_with_conflict";s:221:"You are about to change the test mode from %s to %s, although a questions/question pool configuration dependent on the current test mode already exists.
This already existing configuration will be lost.";s:44:"tst_msg_dynamic_question_set_config_modified";s:61:"Continues question selection configuration has been modified.";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:31:"tst_delete_dyn_test_results_btn";s:19:"Remove Test Results";s:35:"tst_dyn_test_msg_pass_deletion_link";s:23:"Remove Previous Answers";s:33:"tst_dyn_test_pass_deletion_button";s:17:"Reset All Answers";s:36:"tst_form_dynamic_question_set_config";s:28:"Continues Question Selection";s:50:"tst_input_dynamic_question_set_source_questionpool";s:20:"Source Question Pool";s:59:"tst_dynamic_question_set_source_questionpool_summary_string";s:28:"%s (Path: %s) [%s Questions]";s:48:"tst_dyn_quest_set_src_qpl_summary_string_trashed";s:27:"%s (Removed) [%s Questions]";s:48:"tst_dyn_quest_set_src_qpl_summary_string_deleted";s:24:"%s (Removed Permanently)";s:55:"tst_input_dynamic_question_set_taxonomie_filter_enabled";s:23:"Provide Taxonomy Filter";s:52:"tst_input_dyn_quest_set_answer_status_filter_enabled";s:28:"Provide Answer Status Filter";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: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: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:55:"tst_input_dynamic_question_set_question_ordering_by_tax";s:27:"Order Questions by Taxonomy";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: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:37:"tst_start_dyn_test_with_cur_quest_sel";s:42:"Start Test with Current Question Selection";s:38:"tst_resume_dyn_test_with_cur_quest_sel";s:43:"Resume Test with Current Question Selection";s:34:"tst_dynamic_question_set_selection";s:47:"Test Question Selection and Selection-Statistic";s:33:"tst_dynamic_question_set_complete";s:15:"Total-Statistic";s:21:"tst_num_all_questions";s:23:"Number of All Questions";s:26:"tst_num_selected_questions";s:28:"Number of Selected Questions";s:38:"tst_num_non_answered_questions_skipped";s:7:"Skipped";s:38:"tst_num_non_answered_questions_notseen";s:18:"Not Presented, Yet";s:32:"tst_num_wrong_answered_questions";s:17:" Answered Wrongly";s:34:"tst_num_correct_answered_questions";s:18:"Answered Correctly";s:38:"tst_change_dyn_test_question_selection";s:25:"Change Question Selection";s:46:"tst_dyn_test_msg_currently_finished_completely";s:173:"Currently you have answered all questions from the selected question pool successfully. You can proceed the test when there are new or edited questions in the question pool.";s:45:"tst_dyn_test_msg_currently_finished_selection";s:132:"With the current question selection you have answered all questions successfully. Change the question selection to proceed the test.";s:26:"tst_activate_skill_service";s:18:"Competence Service";s:19:"tst_tab_competences";s:11:"Competences";s:19:"qpl_tab_competences";s:11:"Competences";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:26:"tst_skl_sub_tab_thresholds";s:21:"Competence Thresholds";s:32:"tst_msg_skl_lvl_thresholds_saved";s:41:"The competence thresholds has been saved.";s:14:"tst_competence";s:10:"Competence";s:29:"tst_manage_competence_assigns";s:29:"Manage Competence Assignments";s:26:"tst_edit_competence_assign";s:26:"Edit Assignment Properties";s:26:"tst_view_competence_assign";s:26:"View Assignment Properties";s:38:"qpl_qst_skl_assign_properties_modified";s:46:"The assignment\'s properties has been modified.";s:27:"qpl_qst_skl_assigns_updated";s:44:"The competence assignments has been updated.";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:33:"qpl_qst_skl_assign_synced_to_orig";s:75:"The competence assignments has been synchronised to the questions original.";s:29:"qpl_save_skill_assigns_update";s:27:"Save Competence Assignments";s:31:"qpl_cancel_skill_assigns_update";s:6:"Cancel";s:15:"tst_comp_points";s:17:"Competence Points";s:18:"tst_comp_eval_mode";s:13:"Evaluation by";s:17:"tst_num_questions";s:19:"Number of Questions";s:19:"tst_max_comp_points";s:22:"Max. Competence Points";s:9:"tst_level";s:16:"Competence Level";s:13:"tst_threshold";s:17:"Thresholds (in %)";s:19:"tst_save_thresholds";s:15:"Save Thresholds";s:21:"tst_show_comp_results";s:18:"Competence Results";s:12:"tst_analysis";s:8:"Analysis";s:24:"tst_all_test_competences";s:19:"All Test Competence";s:16:"tst_gap_analysis";s:12:"Gap Analysis";s:15:"tst_test_result";s:11:"Test Result";s:16:"feedback_setting";s:33:"Mode of answer specific feedback.";s:12:"feedback_all";s:46:"Show answer specific feedback for all answers.";s:16:"feedback_checked";s:62:"Show answer specific feedback for all chosen/selected answers.";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: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:28:"tst_add_quest_cont_edit_mode";s:29:"Editor for Feedback and Hints";s:36:"tst_add_quest_cont_edit_mode_default";s:51:"Use rich-text editor for editing feedback and hints";s:40:"tst_add_quest_cont_edit_mode_page_object";s:52:"Use ILIAS page editor for editing feedback and hints";s:31:"tst_question_feedback_edit_page";s:12:"Edit Content";s:43:"tst_question_feedback_back_to_feedback_form";s:24:"Back To Calling Question";s:15:"enable_examview";s:25:"Overview of Answers Given";s:20:"enable_examview_desc";s:120:"Participants are presented with all questions and the answers they provided in an overview prior to submitting the test.";s:18:"show_examview_html";s:9:"On screen";s:17:"show_examview_pdf";s:12:"PDF Download";s:13:"scoringadjust";s:11:"Corrections";s:29:"tst_trigger_result_refreshing";s:55:"Results need to be recalculated. This may take a while.";s:12:"test_scoring";s:15:"Scoring Options";s:12:"test_results";s:20:"Summary Test Results";s:4:"misc";s:12:"Misc Options";s:15:"tst_back_to_top";s:11:"Back to Top";s:25:"tst_back_to_question_list";s:21:"Back to Question List";s:23:"tst_results_tax_filters";s:13:"Result Filter";s:24:"tst_back_to_pass_details";s:20:"Back to Pass Details";s:18:"tst_answer_details";s:14:"Answer Details";s:23:"tst_list_answer_details";s:18:"Show in List Below";s:25:"tst_single_answer_details";s:18:"Show Single Answer";s:37:"tst_pass_details_overview_table_title";s:29:"Detailed Overview for Pass %s";s:27:"tst_btn_show_best_solutions";s:19:"Show Best Solutions";s:27:"tst_btn_hide_best_solutions";s:19:"Hide Best Solutions";s:25:"tst_settings_header_intro";s:32:"Information Before Start of Test";s:29:"tst_settings_header_execution";s:30:"Administering the Test: Access";s:22:"tst_starting_time_desc";s:132:"Point in time after which the test can be started by clicking the button ‚Start‘, participants can provide answers to questions.";s:20:"tst_ending_time_desc";s:124:"Point in time at which the test will be finished: Participants an no longer answer questions, the test is finished by ILIAS.";s:22:"tst_allowed_users_desc";s:178:"ILIAS will monitor the number of participants taking the test at the same time. If more users than maximally allowed try to access ILIAS will prevent them from starting the test.";s:31:"tst_allowed_users_time_gap_desc";s:140:"Participants that do not click in the test for the indicated amount of time will be categorized as ‚inactive‘ and removed from the test.";s:28:"tst_settings_header_test_run";s:32:"Administering the Test: Test Run";s:20:"tst_nr_of_tries_desc";s:48:"Maximum number of passes a participant can take.";s:21:"tst_final_information";s:18:"Finishing the Test";s:16:"saved_adjustment";s:14:"Changes saved.";s:15:"sign_submission";s:31:"Digitally Sign Test Submissions";s:20:"sign_submission_info";s:136:"If this is activated and a signature plugin is installed and active, participants will be requested to digitally sign their submissions.";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:23:"tst_qst_added_to_pool_s";s:53:"Successfully added the question to the selected pool.";s:23:"tst_qst_added_to_pool_p";s:54:"Successfully added the questions to the selected pool.";s:15:"autosavecontent";s:16:"Autosave Content";s:16:"submit_and_check";s:21:"Save and Check Answer";s:16:"tst_search_users";s:19:"Search Participants";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:11:"mailnottype";s:53:"Send notification even if a user finishes a test pass";s:21:"dont_use_questionpool";s:75:"Don\'t insert the questions in a question pool (only available in this test)";s:29:"ordering_answer_sequence_info";s:83:"The answer sequence you define here will be taken as the correct solution sequence.";s:16:"tst_exp_sc_short";s:49:"Item Analysis Export for Pure Single Choice Tests";s:21:"tst_exp_sc_short_desc";s:207:"In the ‘Statistics’-tab an additional export option is offered. It generates a spreadsheet for item analysis outside of ILIAS. This option only works for tests purely composed of Single Choice Questions.";s:23:"questions_per_page_view";s:9:"Page View";s:18:"test_next_question";s:13:"Next Question";s:18:"test_prev_question";s:17:"Previous Question";s:12:"test_jump_to";s:16:"Jump to Question";s:19:"ass_create_question";s:15:"Create Question";s:22:"adm_settings_templates";s:18:"Settings Templates";s:24:"test_question_pool_usage";s:21:"Use of Question Pools";s:33:"test_question_pool_usage_optional";s:52:"Questions can be added optionally to a question pool";s:38:"test_question_pool_usage_optional_info";s:44:"The questions can be re-used in other tests.";s:37:"test_question_pool_usage_tst_directly";s:42:"Questions are created directly in the test";s:42:"test_question_pool_usage_tst_directly_info";s:47:"The questions cannot be re-used in other tests.";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:30:"tst_anonymity_no_anonymization";s:18:"Results with Names";s:28:"tst_anonymity_anonymous_test";s:38:"Results without Names / Anonymous Test";s:27:"tst_presentation_properties";s:48:"Administering the Test: Behavior of the Question";s:16:"test_delete_page";s:15:"Delete Question";s:14:"test_move_page";s:13:"Move Question";s:25:"assessment_pool_selection";s:14:"Pool Selection";s:18:"assessment_no_pool";s:24:"Do not use question pool";s:24:"assessment_existing_pool";s:26:"Use existing question pool";s:19:"assessment_new_pool";s:24:"Create new question pool";s:27:"test_confirm_template_reset";s:62:"Are you sure that you do not want to use the template anymore?";s:19:"test_template_reset";s:30:"The template has been removed.";s:24:"test_using_template_link";s:27:"Do not use template anymore";s:9:"saveOrder";s:10:"Save Order";s:23:"saveOrderAndObligations";s:26:"Save Order and Obligations";s:10:"obligatory";s:10:"Compulsory";s:28:"not_all_obligations_answered";s:72:"You must answer all compulsory questions before you can finish the test.";s:36:"tst_setting_enable_obligations_label";s:20:"Compulsory Questions";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:38:"tst_test_contains_obligatory_questions";s:65:"To end this test you have to answer all compulsory questions (*).";s:29:"copy_and_link_to_questionpool";s:20:"Add to question pool";s:10:"tst_result";s:11:"Test Result";s:19:"tst_remove_question";s:69:"Are you sure you want to remove the following question from the test?";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: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:8:"imported";s:8:"imported";s:56:"cannot_switch_to_online_no_questions_andor_no_mark_steps";s:110:"The status cannot be changed to "online" because there are no questions and/or no marks in the test!";s:15:"test_is_offline";s:47:"You cannot start the test! The test is offline.";s:18:"test_edit_settings";s:13:"Edit 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: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: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:20:"tst_default_settings";s:25:"Personal Default Settings";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: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:12:"tst_question";s:8:"Question";s:15:"tst_participant";s:11:"Participant";s:22:"tst_participant_status";s:18:"Participant Status";s:16:"tst_edit_scoring";s:12:"Edit Scoring";s:33:"tst_pass_overview_for_participant";s:31:"Test Passes for Participant: %s";s:38:"tst_manscoring_question_section_header";s:12:"Question: %s";s:32:"tst_manscoring_user_notification";s:17:"Send Notification";s:33:"tst_saved_manscoring_successfully";s:71:"The manual scoring for test pass %s for %s has been saved successfully.";s:45:"tst_saved_manscoring_by_question_successfully";s:84:"The manual scoring for the question %s for test pass %s has been saved successfully.";s:26:"tst_save_manscoring_failed";s:54:"Saving the manual scoring for test pass %s has failed.";s:45:"tst_manscoring_maxpoints_exceeded_input_alert";s:39:"The maximum of %s point(s) is exceeded!";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: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:42:"tst_notify_manscoring_done_body_msg_reason";s:75:"You have received this notification, because you participated in this test.";s:29:"tst_setting_offer_hints_label";s:5:"Hints";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:22:"tst_question_hints_tab";s:5:"Hints";s:31:"tst_question_hints_table_header";s:22:"Hints for Question: %s";s:33:"tst_question_hints_table_no_items";s:17:"No Existing Hints";s:42:"tst_question_hints_table_column_hint_order";s:5:"Order";s:41:"tst_question_hints_table_column_hint_text";s:4:"Hint";s:43:"tst_question_hints_table_column_hint_points";s:16:"Points Deduction";s:39:"tst_question_hints_table_link_edit_hint";s:9:"Edit Hint";s:41:"tst_question_hints_table_link_delete_hint";s:11:"Delete Hint";s:40:"tst_questions_hints_table_cmd_save_order";s:10:"Save Order";s:46:"tst_questions_hints_table_multicmd_delete_hint";s:14:"Delete Hint(s)";s:43:"tst_questions_hints_table_multicmd_cut_hint";s:30:"Cut Hint to Ordering Clipboard";s:52:"tst_questions_hints_table_multicmd_paste_hint_before";s:32:"Prepend Hint to the Selected One";s:51:"tst_questions_hints_table_multicmd_paste_hint_after";s:31:"Append 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:53:"tst_question_hints_delete_hints_missing_selection_msg";s:33:"No hint(s) selected for deletion.";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:43:"tst_question_hints_delete_hints_confirm_cmd";s:14:"Delete Hint(s)";s:37:"tst_question_hints_delete_success_msg";s:51:"The selected hint(s) has been deleted successfully.";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:35:"tst_question_hints_form_header_edit";s:24:"Hint %s for Question: %s";s:37:"tst_question_hints_form_header_create";s:25:"New Hint for Question: %s";s:39:"tst_question_hints_form_label_hint_text";s:4:"Hint";s:41:"tst_question_hints_form_label_hint_points";s:15:"Point Deduction";s:32:"tst_question_hints_form_cmd_save";s:9:"Save Hint";s:33:"tst_question_hints_form_saved_msg";s:37:"The hint has been saved successfully.";s:35:"tst_question_hints_form_invalid_msg";s:56:"The hint could not been saved. Please check your inputs.";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:41:"tst_question_hints_save_order_success_msg";s:41:"The order of hint was saved successfully.";s:43:"tst_question_hints_paste_before_success_msg";s:56:"The hint %s has been pasted before hint %s successfully.";s:42:"tst_question_hints_paste_after_success_msg";s:55:"The hint %s has been pasted after hint %s successfully.";s:21:"tst_median_mark_panel";s:14:"Mark of Median";s:28:"tst_processing_time_duration";s:28:"Maximum Duration of the Test";s:33:"tst_processing_time_duration_desc";s:41:"Maximum of time granted to take the test.";s:28:"button_request_question_hint";s:12:"Request Hint";s:33:"button_request_next_question_hint";s:17:"Request Next Hint";s:36:"button_show_requested_question_hints";s:20:"Show Requested Hints";s:34:"tst_question_hints_confirm_request";s:12:"Request Hint";s:33:"tst_question_hints_cancel_request";s:16:"Back to Question";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:35:"tst_question_hints_back_to_question";s:16:"Back to Question";s:37:"tst_question_hints_index_column_label";s:7:"Hint %s";s:42:"tst_question_hints_table_column_hint_index";s:5:"Index";s:46:"tst_question_hints_requested_hint_count_header";s:15:"Requested Hints";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:46:"tst_question_hints_table_link_edit_hint_points";s:11:"Edit Points";s:44:"tst_question_hints_table_link_edit_hint_page";s:9:"Edit Page";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:36:"tst_question_hints_back_to_hint_list";s:18:"Question Hint List";s:20:"conf_delete_pass_ctm";s:55:"Wollen Sie Ihre bisherigen Antworten wirklich löschen?";s:16:"conf_delete_pass";s:54:"Are you sure you want to delete your existing answers?";s:26:"tst_activation_online_info";s:42:"If online, participants can take the test.";s:38:"tst_activation_limited_visibility_info";s:128:"Before and after the indicated period it is only the test\'s title that will be displayed. The participants cannot take the test.";s:8:"tst_copy";s:9:"Copy Test";s:17:"oq_btn_nest_terms";s:27:"Switch to term nesting view";s:20:"oq_btn_nest_pictures";s:30:"Switch to picture nesting view";s:19:"oq_btn_define_terms";s:30:"Switch to term definition view";s:22:"oq_btn_define_pictures";s:33:"Switch to picture definition view";s:27:"oq_header_ordering_elements";s:17:"Ordering Elements";s:19:"tst_extratime_added";s:69:"The working time of the participant has been increased by %s minutes.";s:26:"tst_extratime_notavailable";s:83:"Extra time can be added only for tests with one pass and a maximum processing time.";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:9:"extratime";s:10:"Extra Time";s:19:"log_added_extratime";s:44:"Added extra %d minutes for participant id %d";s:6:"timing";s:10:"Extra Time";s:22:"tst_change_workingtime";s:32:"Add extra time for a participant";s:17:"tst_imap_qst_mode";s:4:"Mode";s:20:"tst_imap_qst_mode_sc";s:13:"Single Choice";s:20:"tst_imap_qst_mode_mc";s:15:"Multiple Choice";s:24:"fixedparticipants_subtab";s:30:"Manually Selected Participants";s:23:"autoparticipants_subtab";s:12:"Participants";s:28:"redirect_after_finishing_tst";s:8:"Redirect";s:33:"redirect_after_finishing_tst_desc";s:168:"After completion of test each participant is automatically redirected to a defined webpage. This is only valid if the participants have no access to their test results.";s:29:"redirect_after_finishing_rule";s:8:"Redirect";s:22:"redirect_in_kiosk_mode";s:32:"only when exam view is activated";s:15:"redirect_always";s:25:"always to defined webpage";s:15:"redirection_url";s:14:"URL of webpage";s:16:"exp_file_created";s:20:"Export file created.";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_no_scorable_qst_available";s:30:"No question to score available";s:27:"part_received_a_of_b_points";s:49:"The participant received %s of %s possible points";s:10:"answers_of";s:11:"Answers of:";s:11:"question_id";s:11:"Question ID";s:17:"question_id_short";s:2:"ID";s:25:"apply_def_settings_to_tst";s:14:"Apply Settings";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:22:"tst_header_participant";s:12:"Your Answer:";s:19:"tst_header_solution";s:14:"Best Solution:";s:18:"assFormulaQuestion";s:16:"Formula Question";s:13:"parseQuestion";s:14:"Parse Question";s:9:"variables";s:9:"Variables";s:7:"results";s:7:"Results";s:11:"select_unit";s:19:"--- Select Unit ---";s:7:"formula";s:7:"Formula";s:13:"rating_simple";s:13:"Simple Rating";s:4:"unit";s:4:"Unit";s:9:"range_min";s:15:"Range (Minimum)";s:9:"range_max";s:15:"Range (Maximum)";s:9:"tolerance";s:13:"Tolerance (%)";s:12:"result_units";s:15:"Available Units";s:9:"precision";s:9:"Precision";s:9:"err_range";s:56:"The maximum range must be greater than the minimum range";s:14:"err_no_formula";s:24:"You must enter a formula";s:25:"err_wrong_rating_advanced";s:88:"Please make sure that the addition of the advanced rating settings equals to 100 percent";s:11:"rating_sign";s:9:"Rate Sign";s:12:"rating_value";s:10:"Rate Value";s:11:"rating_unit";s:9:"Rate Unit";s:10:"rated_sign";s:4:"Sign";s:11:"rated_value";s:5:"Value";s:10:"rated_unit";s:4:"Unit";s:13:"suggest_range";s:13:"Suggest Range";s:5:"units";s:5:"Units";s:8:"category";s:8:"Category";s:10:"categories";s:10:"Categories";s:12:"new_category";s:17:"New Unit Category";s:8:"new_unit";s:8:"New Unit";s:6:"factor";s:6:"Factor";s:8:"baseunit";s:9:"Base Unit";s:16:"unit_placeholder";s:14:"** New Unit **";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:19:"err_unit_in_results";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: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:22:"err_wrong_categoryname";s:28:"The category already exists.";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:21:"un_deleted_categories";s:31:"Deletion successfully processed";s:23:"un_deleted_categories_s";s:31:"Deletion successfully processed";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: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: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:16:"un_deleted_units";s:31:"Deletion successfully processed";s:18:"un_deleted_units_s";s:31:"Deletion successfully processed";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:17:"selected_category";s:21:"Selected Category: %s";s:19:"un_sel_cat_sel_unit";s:40:"Selected Category: %s, Selected Unit: %s";s:11:"un_sequence";s:8:"Sequence";s:21:"un_category_not_exist";s:38:"The requested category does not exist.";s:13:"un_save_order";s:10:"Save Order";s:12:"intprecision";s:12:"Divisible By";s:20:"errRecursionInResult";s:43:"The formula contains an infinite recursion.";s:21:"err_duplicate_results";s:84:"You used a result variable more than once. This is not allowed in the question text.";s:21:"result_type_selection";s:21:"Result Type Selection";s:10:"result_dec";s:7:"Decimal";s:11:"result_frac";s:8:"Fraction";s:14:"result_co_frac";s:16:"Coprime Fraction";s:14:"no_result_type";s:15:"No Restrictions";s:15:"result_dec_info";s:35:"Valid results are i.e.: 2,3 and 2.3";s:16:"result_frac_info";s:35:"i.e.: 1/3 and 2/6 are valid results";s:19:"result_co_frac_info";s:54:"Canceled out fraction i.e.: only 1/3 is a valid result";s:33:"change_adm_categories_not_allowed";s:57:"You do not have any permissions concerning this category.";s:20:"expected_result_type";s:20:"Expected result type";s:18:"enter_valid_values";s:63:"Please enter valid value. Chars will be evaluated as incorrect!";s:22:"res_contains_undef_var";s:48:"A result formula contains an undefined variable!";s:23:"que_contains_unused_var";s:78:"The question text contains a variable, that is not used in any result formula!";s:22:"res_contains_undef_res";s:46:"A result formula contains an undefined result!";s:18:"errFormulaQuestion";s:51:"A Formula Question contains incorrect information!!";s:13:"un_show_units";s:10:"Show Units";s:14:"un_local_units";s:11:"Local Units";s:15:"un_global_units";s:12:"Global Units";s:22:"un_units_of_category_x";s:21:"Units of Category: %s";s:10:"variable_x";s:11:"Variable %s";s:8:"result_x";s:9:"Result %s";s:6:"rating";s:6:"Rating";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:20:"show_answer_overview";s:20:"Show Answer Overview";s:15:"un_add_category";s:12:"Add Category";s:11:"un_add_unit";s:8:"Add Unit";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: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:17:"fq_precision_info";s:43:"Enter the number of desired decimal places.";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:22:"fq_no_restriction_info";s:50:"Both decimals and fractions are accepted as input.";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: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: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:16:"result_unit_info";s:90:"Please note that the selected result unit must also be activated in ‘Available units’.";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:13:"save_and_next";s:17:"Save and Continue";s:25:"positive_numbers_required";s:35:"Please enter only positive numbers.";s:24:"user_has_finished_a_test";s:34:"A participant has finished a test.";s:21:"tst_attached_xls_file";s:73:"You find the test result for this participant in the attached Excel file.";s:34:"tst_notification_explanation_admin";s:72:"You receive this mail from ILIAS because you activated the notification.";s:12:"ass_location";s:8:"Location";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:37:"ass_competence_respect_level_ordering";s:118:"Please note that the competence thresholds have to be defined in an ascending order according to the available levels.";s:18:"tst_revert_changes";s:12:"Undo Editing";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:38:"save_on_navigation_locked_confirmation";s:78:"Your changed answers will be automatically saved and locked when you navigate.";s:39:"save_on_navigation_forced_feedback_hint";s:45:"Before you get feedback on your given answer.";s:25:"tst_answer_status_editing";s:10:" (editing)";s:26:"tst_answer_status_answered";s:8:"Answered";s:30:"tst_answer_status_not_answered";s:12:"Not answered";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:23:"tst_mc_label_none_above";s:25:"None of the answers above";s:17:"postpone_question";s:24:"Move Question to the End";s:23:"tst_question_not_marked";s:22:"Question is not Marked";s:20:"tst_save_and_proceed";s:16:"Save and Proceed";s:25:"question_browse_area_info";s:64:"Please select an object from which you want to import questions.";}'))); +'module' => array('text', 'assessment'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:1495:{s:8:"autosave";s:16:"Automatic saving";s:13:"autosave_info";s:74:"Answers are automatically saved in specified intervals to avoid data loss.";s:13:"autosave_ival";s:8:"Interval";s:3:"for";s:3:"for";s:33:"tst_presentation_settings_section";s:12:"Presentation";s:27:"wait_for_next_pass_hint_msg";s:39:"Additional pass is possible on time: %s";s:24:"tst_pass_waiting_enabled";s:33:"Force Waiting Time between Passes";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:23:"char_selector_btn_label";s:14:" Ω ";s:50:"tst_objective_oriented_test_pass_without_questions";s:62:"The started pass for test "%s" does not contain any questions.";s:30:"tst_dyn_quest_set_pool_deleted";s:61:"The currently configured question pool "%s" has been deleted.";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:25:"solution_contain_keywords";s:67:"Score is granted based on the occurrence of the following keywords:";s:19:"ass_mc_sel_lim_hint";s:31:"Please select %s of %s answers!";s:29:"ass_mc_sel_lim_exhausted_hint";s:48:"Please do not select more than %s of %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:18:"essay_scoring_mode";s:12:"Scoring Mode";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: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_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_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:19:"mark_schema_invalid";s:66:"The mark schema does not validate. Please create a correct schema.";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: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: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:24:"tst_corrections_qst_form";s:20:"Correction of Points";s:27:"tst_corrections_answers_tbl";s:10:"Statistics";s:36:"tst_corrections_answers_tbl_subindex";s:17:"Statistics for %s";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:26:"tst_corr_add_as_answer_btn";s:21:"Add as Correct Answer";s:17:"qpl_reset_preview";s:13:"Reset Preview";s:21:"qst_preview_reset_msg";s:27:"The preview has been reset.";s:31:"tst_question_not_from_pool_info";s:7:"No Pool";s:6:"action";s:6:"Action";s:10:"add_circle";s:15:"Add circle area";s:7:"add_gap";s:12:"Add Gap Text";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: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:20:"addSuggestedSolution";s:30:"Add Content for Recapitulation";s:29:"tst_answer_aggr_answer_header";s:6:"Answer";s:32:"tst_answer_aggr_frequency_header";s:9:"Frequency";s:28:"all_available_question_pools";s:28:"All available question pools";s:12:"allow_images";s:25:"Image Support for Answers";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:"allowedextensions";s:23:"Allowed File Extensions";s:17:"analyze_errortext";s:18:"Analyze Error Text";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:17:"answer_characters";s:50:" characters allowed, entered number of characters:";s:11:"answer_text";s:11:"Answer Text";s:12:"answer_types";s:18:"Editor for Answers";s:15:"gap_combination";s:15:"Gap Combination";s:6:"answer";s:6:"Answer";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: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:31:"ass_skl_import_fails_remove_btn";s:16:"Remove this Hint";s:17:"answers_multiline";s:18:"Multi Line Answers";s:18:"answers_singleline";s:19:"Single Line Answers";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: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: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:50:"tst_pass_overview_header_lo_initial_all_objectives";s:74:"Initial Test Results
for the Learning Objectives within the Course %s";s:49:"tst_pass_overview_header_lo_initial_per_objective";s:77:"Initial Test Results
for the Learning Objectives %s within the Course %s";s:53:"tst_pass_overview_header_lo_qualifying_all_objectives";s:77:"Qualifying Test Results
for the Learning Objectives within the Course %s";s:52:"tst_pass_overview_header_lo_qualifying_per_objective";s:80:"Qualifying Test Results
for the Learning Objectives %s within the Course %s";s:34:"tst_pass_details_header_lo_initial";s:61:"Initial Test Results for the Learning Objectives
%s - %s";s:34:"tst_virtual_pass_header_lo_initial";s:55:"Initial Test Results for the Learning Objective
%s";s:37:"tst_pass_details_header_lo_qualifying";s:64:"Qualifying Test Results for the Learning Objectives
%s - %s";s:37:"tst_virtual_pass_header_lo_qualifying";s:58:"Qualifying Test Results for the Learning Objective
%s";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_results";s:31:"Create Test Results Export File";s:30:"ass_create_export_test_archive";s:24:"Create Test Archive File";s:12:"ass_question";s:8:"Question";s:8:"ass_size";s:4:"Size";s:12:"ass_comments";s:8:"Comments";s:28:"ass_commented_questions_only";s:24:"Only Commented Questions";s:11:"tst_proceed";s:7:"Proceed";s:42:"tst_dont_show_msg_again_in_current_session";s:52:"Don\'t show this message again in my current session.";s:38:"tst_nav_next_locks_empty_answer_header";s:25:"Navigation Without Answer";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:40:"tst_nav_next_locks_current_answer_header";s:27:"Navigation to Next Question";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:24:"tst_filter_question_type";s:13:"Question Type";s:32:"tst_filter_question_type_enabled";s:27:"Use Question Type as Filter";s:30:"tst_objectives_progress_header";s:28:"Learning Objectives Progress";s:29:"tst_objective_progress_header";s:27:"Learning Objective Progress";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:19:"assImagemapQuestion";s:29:"Hot Spot / Image Map Question";s:13:"assJavaApplet";s:20:"Java Applet Question";s:19:"assMatchingQuestion";s:17:"Matching Question";s:17:"assMultipleChoice";s:43:"Multiple Choice Question (Multiple Answers)";s:14:"assKprimChoice";s:40:"Multiple Choice Question (Kprim 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:15:"autosave_failed";s:16:"Autosave failed!";s:16:"autosave_success";s:22:"Autosave successful...";s:22:"average_reached_points";s:14:"Average Points";s:17:"backtocallingtest";s:24:"Back to the calling test";s:11:"assLongMenu";s:9:"Long Menu";s:16:"answers_text_box";s:4:"Text";s:17:"min_auto_complete";s:12:"Autocomplete";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:14:"answers_select";s:6:"Select";s:16:"info_text_upload";s:45:"Choose an answer text (UTF-8) file to upload.";s:14:"manual_editing";s:14:"Manual Editing";s:13:"longmenu_text";s:14:"Long Menu Text";s:8:"longmenu";s:8:"Longmenu";s:15:"correct_answers";s:16:"Correct Answers:";s:14:"answer_options";s:15:"Answer Options:";s:11:"add_answers";s:11:"Add answers";s:2:"by";s:2:"by";s:11:"cancel_test";s:16:"Suspend the Test";s:17:"cannot_edit_marks";s:154:"There are already learners who ran the test. You can only change the marks if a score reporting date is enabled and the reporting date is not yet 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: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:23:"changeSuggestedSolution";s:41:"Select type of content for recapitulation";s:16:"checkbox_checked";s:7:"Checked";s:18:"checkbox_unchecked";s:9:"Unchecked";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:6:"circle";s:6:"Circle";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:10:"insert_gap";s:10:"Insert Gap";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: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: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:22:"cloze_fixed_textlength";s:17:"Text Field 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:31:"cloze_textgap_whitespace_before";s:27:"Whitespace before the value";s:30:"cloze_textgap_whitespace_after";s:27:"Whitespace behind the value";s:33:"cloze_textgap_multiple_whitespace";s:20:"Multiple Whitespaces";s:12:"out_of_range";s:12:"Out of range";s:17:"ass_cloze_fb_mode";s:13:"Feedback Mode";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_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:26:"ass_cloze_gap_fb_gap_label";s:17:"Gap %s: %s";s:32:"ass_cloze_gap_fb_txt_empty_label";s:17:"Gap %s - No Input";s:34:"ass_cloze_gap_fb_txt_nomatch_label";s:21:"Gap %s - Wrong Answer";s:32:"ass_cloze_gap_fb_txt_match_label";s:32:"Gap %s - Given Answer: %s";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: %s";s:32:"ass_cloze_gap_fb_num_empty_label";s:17:"Gap %s - No Input";s:35:"ass_cloze_gap_fb_num_valuehit_label";s:18:"Gap %s - Value Hit";s:35:"ass_cloze_gap_fb_num_rangehit_label";s:18:"Gap %s - Range Hit";s:33:"ass_cloze_gap_fb_num_toolow_label";s:22:"Gap %s - Value too Low";s:34:"ass_cloze_gap_fb_num_toohigh_label";s:23:"Gap %s - Value too High";s:4:"code";s:4:"Code";s:8:"codebase";s:8:"Codebase";s:13:"concatenation";s:13:"Concatenation";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: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:16:"definition_image";s:16:"Definition Image";s:15:"definition_text";s:15:"Definition Text";s:10:"definition";s:10:"Definition";s:11:"definitions";s:11:"Definitions";s:33:"delete_all_user_data_confirmation";s:69:"Do you really want to delete the test data of all users in this test?";s:20:"delete_all_user_data";s:29:"Delete Test Data of all Users";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:23:"deleteSuggestedSolution";s:38:"Remove this content for recapitulation";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:85:"The time allotted for this test is now over. The test had not been available since %s";s:34:"detail_max_processing_time_reached";s:65:"You have reached the maximum allowed processing time of the test!";s:32:"detail_starting_time_not_reached";s:81:"You have not reached the start time of the test. The test will be available on %s";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:19:"detailed_evaluation";s:19:"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: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:9:"duplicate";s:9:"Duplicate";s:22:"ects_grade_desc_prefix";s:17:"Meaning of grade:";s:17:"ects_grade_a_desc";s:46:"outstanding performance with only minor errors";s:17:"ects_grade_b_desc";s:47:"above the average standard but with some errors";s:17:"ects_grade_c_desc";s:52:"generally sound work with a number of notable errors";s:17:"ects_grade_d_desc";s:38:"fair but with significant shortcomings";s:17:"ects_grade_e_desc";s:38:"performance meets the minimum criteria";s:18:"ects_grade_fx_desc";s:56:"some more work required before the credit can be awarded";s:17:"ects_grade_f_desc";s:37:"considerable further work is required";s:10:"ects_grade";s:10:"ECTS Grade";s:22:"ects_allow_ects_grades";s:43:"Show ECTS grade additional to received mark";s:26:"ects_output_of_ects_grades";s:21:"Output of ECTS grades";s:11:"use_ects_fx";s:22:"Use the ‘FX’ grade";s:17:"ects_fx_threshold";s:9:"Threshold";s:22:"ects_fx_threshold_info";s:69:"Please enter the required percentile for granting the ‘FX’ grade.";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:19:"element_height_info";s:98:"This is the minimum height in pixels for term and definition/picture items during the test output.";s:14:"element_height";s:14:"Minimum Height";s:7:"end_tag";s:7:"End Tag";s:29:"tst_settings_conflict_message";s:74:"The current configuration uses settings combinations that are not allowed.";s:23:"tst_conflicting_setting";s:48:"This setting does conflict with another setting.";s:7:"enlarge";s:7:"Enlarge";s:20:"enter_anonymous_code";s:27:"Enter Anonymous Access Code";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:20:"err_no_numeric_value";s:28:"Please enter a numeric value";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:14:"errors_section";s:10:"Error Data";s:6:"errors";s:6:"Errors";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 "Analyze Error Text" button, all marked words will be extracted for further processing.";s:9:"errortext";s:10:"Error Text";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:12:"option_label";s:13:"Option Labels";s:17:"option_label_info";s:91:"The configured phrases will be used as label for the options selectable by the participant.";s:24:"option_label_right_wrong";s:13:"right / wrong";s:18:"option_label_right";s:5:"right";s:18:"option_label_wrong";s:5:"wrong";s:23:"option_label_plus_minus";s:5:"+ / -";s:17:"option_label_plus";s:1:"+";s:18:"option_label_minus";s:1:"-";s:30:"option_label_applicable_or_not";s:27:"applicable / not applicable";s:23:"option_label_applicable";s:10:"applicable";s:27:"option_label_not_applicable";s:14:"not applicable";s:28:"option_label_adequate_or_not";s:23:"adequate / not adequate";s:21:"option_label_adequate";s:8:"adequate";s:25:"option_label_not_adequate";s:12:"not adequate";s:19:"option_label_custom";s:18:"Userdefined Labels";s:24:"option_label_custom_true";s:20:"Label for ‘TRUE’";s:25:"option_label_custom_false";s:21:"Label for ‘FALSE’";s:22:"kprim_instruction_text";s:51:"You have to decide on every statement: [%s] or [%s]";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:12:"tst_feedback";s:8:"Feedback";s:16:"ass_process_lock";s:30:"Use Locking During Test Passes";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:26:"Lock Mode during Test Pass";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: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: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:13:"exp_eval_data";s:25:"Export evaluation data as";s:20:"exp_type_certificate";s:17:"Certificate (PDF)";s:14:"exp_type_excel";s:15:"Microsoft Excel";s:13:"exp_type_spss";s:27:"Comma Separated Value (CSV)";s:6:"export";s:6:"Export";s:15:"failed_official";s:6:"failed";s:12:"failed_short";s:6:"failed";s:5:"false";s:5:"False";s:16:"feedback_generic";s:24:"Common Solution Feedback";s:26:"feedback_complete_solution";s:16:"Correct solution";s:28:"feedback_incomplete_solution";s:34:"At least one answer is not correct";s:16:"feedback_answers";s:25:"Feedback for Every Answer";s:12:"file_uploads";s:12:"File Uploads";s:12:"fileDownload";s:13:"File download";s:39:"fill_out_all_required_fields_add_answer";s:59:"Please fill out all required fields before you add answers!";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:6:"filter";s:6:"Filter";s:25:"final_statement_show_desc";s:55:"Shows concluding remarks after the test was submitted.";s:15:"final_statement";s:18:"Concluding Remarks";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:36:"tst_res_jump_to_participant_hint_opt";s:23:"--Jump to Participant--";s:31:"tst_res_jump_to_participant_btn";s:4:"Jump";s:32:"tst_participant_fullname_pattern";s:10:"%2$s, %1$s";s:9:"flashfile";s:10:"Flash File";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:18:"tst_reporting_date";s:4:"Date";s:3:"gap";s:3:"Gap";s:7:"general";s:7:"General";s:13:"glossary_term";s:13:"Glossary Term";s:6:"height";s:6:"Height";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:17:"identical_scoring";s:17:"Identical Scoring";s:8:"imagemap";s:9:"Image Map";s:15:"import_question";s:18:"Import Question(s)";s:12:"insert_after";s:12:"Insert After";s:13:"insert_before";s:13:"Insert Before";s:14:"internal_links";s:14:"Internal Links";s:10:"javaapplet";s:11:"Java Applet";s:17:"kiosk_description";s:364:"Exam view runs test in kiosk mode. This hides the browser bar and navigation and all other screen elements that are not part of the test. Participants are prevented from opening an other website.
Effectively preventing participants from opening other websites during tests additinally requires deploying a suitable browser enviroment (e.g. Safe Exam Browser).";s:18:"kiosk_options_desc";s:58:"Information is displayed at the top section of the screen.";s:13:"kiosk_options";s:17:"Exam View Options";s:22:"kiosk_show_participant";s:24:"Show Name of Participant";s:16:"kiosk_show_title";s:15:"Show Test Title";s:5:"kiosk";s:9:"Exam View";s:11:"last_update";s:7:"Updated";s:6:"legend";s:6:"Legend";s:28:"qpl_lac_legend_header_common";s:16:"Expression Logic";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:21:"qpl_lac_desc_brackets";s:8:"Brackets";s:29:"qpl_lac_desc_res_of_cur_quest";s:26:"Result of Current Question";s:39:"qpl_lac_desc_res_of_answ_m_of_cur_quest";s:41:"Result of m-th Answer of Current Question";s:36:"qpl_lac_legend_header_quest_specific";s:29:"Question Specific Expressions";s:30:"qpl_lac_legend_label_operators";s:9:"Operators";s:35:"qpl_lac_desc_compare_with_quest_res";s:53:"Compare the Result with the Reached Points in Percent";s:32:"qpl_lac_desc_compare_with_number";s:36:"Compare the Result with the Number n";s:30:"qpl_lac_desc_compare_with_text";s:37:"Compare the Result with the text TEXT";s:36:"qpl_lac_desc_compare_with_assignment";s:40:"Compare the Result with the Matching n:m";s:34:"qpl_lac_desc_compare_with_sequence";s:54:"Compare the Result with the Answer Sequence ($a,..,z$)";s:34:"qpl_lac_desc_compare_with_answer_n";s:55:"Compare the Result with the n-th Answer of the Question";s:40:"qpl_lac_desc_compare_with_exact_sequence";s:50:"Compare the Result with exactly the Given Sequence";s:33:"qpl_lac_desc_compare_answer_exist";s:48:"Compare if there is an Answer for a Question/Gap";s:20:"lacex_example_header";s:8:"Examples";s:46:"lacex_assQuestion_PercentageResultExpression_e";s:9:"R >= %75%";s:46:"lacex_assQuestion_PercentageResultExpression_d";s:59:"The questions answer result is equal to or greater than 75%";s:41:"lacex_assQuestion_EmptyAnswerExpression_e";s:5:"R = ?";s:41:"lacex_assQuestion_EmptyAnswerExpression_d";s:29:"The question was not answered";s:48:"lacex_assSingleChoice_NumberOfResultExpression_e";s:7:"R = +2+";s:48:"lacex_assSingleChoice_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:50:"lacex_assMultipleChoice_NumberOfResultExpression_d";s:64:"While answering the question the second answer option was chosen";s:51:"lacex_assMultipleChoice_ExclusiveResultExpression_e";s:11:"R = *1,3,4*";s:51:"lacex_assMultipleChoice_ExclusiveResultExpression_d";s:78:"Exactly the answer options 1, 3 and 4 were chosen while answering the question";s:45:"lacex_assErrorText_NumberOfResultExpression_e";s:7:"R = +2+";s:45:"lacex_assErrorText_NumberOfResultExpression_d";s:64:"While answering the question the second answer option was chosen";s:46:"lacex_assErrorText_ExclusiveResultExpression_e";s:11:"R = *1,3,4*";s:46:"lacex_assErrorText_ExclusiveResultExpression_d";s:78:"Exactly the answer options 1, 3 and 4 were chosen while answering the question";s:52:"lacex_assImagemapQuestion_NumberOfResultExpression_e";s:7:"R = +2+";s:52:"lacex_assImagemapQuestion_NumberOfResultExpression_d";s:64:"While answering the question the second answer option was chosen";s:53:"lacex_assImagemapQuestion_ExclusiveResultExpression_e";s:11:"R = *1,3,4*";s:53:"lacex_assImagemapQuestion_ExclusiveResultExpression_d";s:78:"Exactly the answer options 1, 3 and 4 were chosen while answering the question";s:42:"lacex_assNumeric_NumericResultExpression_e";s:9:"R = #4.7#";s:42:"lacex_assNumeric_NumericResultExpression_d";s:52:"The question was answered with the numeric value 4.7";s:52:"lacex_assOrderingQuestion_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:54:"lacex_assOrderingHorizontal_OrderingResultExpression_e";s:15:"R = $2,5,1,4,3$";s:54:"lacex_assOrderingHorizontal_OrderingResultExpression_d";s:62:"The question\'s elements were ordered as follows: 2, 5, 1, 4, 3";s:52:"lacex_assMatchingQuestion_MatchingResultExpression_e";s:33:"R = ;1:2; & R = ;2:3; & R = ;3:1;";s:52:"lacex_assMatchingQuestion_MatchingResultExpression_d";s:102:"The question\'s terms were assigned to definitions as follows: 1 → 2 and 2 → 3 and 3 → 1";s:44:"lacex_assTextSubset_StringResultExpression_e";s:24:"R[2] = ~sodium chloride~";s:44:"lacex_assTextSubset_StringResultExpression_d";s:73:"For the second answer option the answer „sodium chloride“ was entered";s:50:"lacex_assFormulaQuestion_NumericResultExpression_e";s:16:"R[1] = #3.14159#";s:50:"lacex_assFormulaQuestion_NumericResultExpression_d";s:67:"The first answer option was answered with the numeric value 3.14159";s:44:"lacex_assClozeTest_NumericResultExpression_e";s:10:"R[2] = #5#";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:45:"lacex_assClozeTest_StringResultExpression_1_e";s:15:"R[1] = ~Monday~";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_2_e";s:14:"R[4] = ~Green~";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_NumberOfResultExpression_e";s:10:"R[4] = +2+";s:45:"lacex_assClozeTest_NumberOfResultExpression_d";s:75:"The fourth answer option is a select gap and the second option was selected";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: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:24:"tst_solution_compare_cfg";s:34:"Configuration for Solution Compare";s:24:"tst_sol_comp_expressions";s:22:"Comparison Expressions";s:23:"ass_lac_hide_legend_btn";s:11:"Hide Legend";s:23:"ass_lac_show_legend_btn";s:11:"Show Legend";s:24:"ass_lac_validation_error";s:62:"Errors occured while validating the conditional expression(s)!";s:18:"ass_lac_expression";s:10:"Expression";s:33:"ass_lac_unable_to_parse_condition";s:40:"The condition "%s" can not be validated.";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.
The required amount of questions: %s";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:25:"qpl_qst_skl_usg_skill_col";s:10:"Competence";s:24:"qpl_qst_skl_usg_numq_col";s:53:"Number of Questions in Pool adressing this competence";s:26:"qpl_qst_skl_usg_sklpnt_col";s:45:"Total Sum of Competence-Points per Competence";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):
%s

The configuration of threshold values is to be done here in the test.";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:
%s

The configuration of threshold values is to be done here in the test.";s:41:"qpl_qst_skl_selection_for_question_header";s:37:"Compence Assignments for Question: %s";s:20:"tst_save_comp_points";s:22:"Save Competence Points";s:35:"tst_msg_skl_qst_assign_points_saved";s:38:"The competence points have 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:32:"tst_skl_level_thresholds_missing";s:58:"There are missing thresholds for the relevant competences!";s:29:"tst_skl_level_thresholds_link";s:31:"Configure Competence Thresholds";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:6:"locked";s:6:"locked";s:25:"log_answer_changed_points";s:68:"Manual change of points of test person %s from %d to %d points by %s";s:31:"log_wrong_test_password_entered";s:40:"Participant entered wrong test password.";s:50:"log_could_not_enter_test_due_to_simultaneous_users";s:99:"The user could not enter the test because the maximum number of simultaneous users has been reached";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:11:"maintenance";s:11:"Maintenance";s:15:"manscoring_done";s:19:"Scored Participants";s:15:"manscoring_hint";s:238:"You have added at least one question which may require manual scoring. To avoid that participants get already access to the test results before you finished manual scoring, please define a suitable date for the access to the test results.";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:76:"This test pass does not contain question types which can be scored manually.";s:23:"manscoring_results_pass";s:35:"Manual Scored Questions for Pass %s";s:10:"manscoring";s:14:"Manual Scoring";s:11:"mark_schema";s:11:"Mark Schema";s:25:"grading_status_passed_msg";s:44:"Congratulations, you passed the test.";s:25:"grading_status_failed_msg";s:34:"Sorry, you failed the test.";s:32:"grading_obligations_answered_msg";s:40:"You filled out all compulsory questions.";s:31:"grading_obligations_missing_msg";s:49:"You didn‘t filled out all compulsory questions.";s:29:"grading_obligations_listlabel";s:20:"Compulsory Questions";s:38:"grading_obligations_answered_listentry";s:8:"Answered";s:37:"grading_obligations_missing_listentry";s:4:"Open";s:16:"grading_mark_msg";s:32:"Your mark is: "[mark]"";s:13:"mark_tst_ects";s:65:"Your ECTS grade is "[markects]" (European Credit Transfer System)";s:20:"tst_pass_finished_on";s:21:"Test pass finished on";s:7:"matches";s:7:"matches";s:14:"matching_pairs";s:14:"Matching Pairs";s:28:"matching_shuffle_definitions";s:16:"Definitions only";s:34:"matching_shuffle_terms_definitions";s:28:"Both (Terms and Definitions)";s:22:"matching_shuffle_terms";s:10:"Terms only";s:13:"matching_type";s:25:"Matching Question Subtype";s:13:"material_file";s:13:"Material File";s:8:"material";s:8:"Material";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: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:7:"maxsize";s:24:"Maximum file upload size";s:19:"min_percentage_ne_0";s:82:"You must define a minimum percentage of 0 percent! The mark schema wasn’t saved.";s:16:"msg_circle_added";s:12:"Circle added";s:33:"tst_rnd_quest_set_tb_add_pool_btn";s:35:"New Rule for Selection of Questions";s:33:"tst_src_quest_pool_def_list_table";s:39:"Rules for Random Selection of Questions";s:24:"tst_source_question_pool";s:13:"Question Pool";s:19:"tst_filter_taxonomy";s:8:"Taxonomy";s:19:"tst_filter_tax_node";s:13:"Taxonomy Node";s:25:"tst_non_avail_pools_table";s:27:"Non Available Questionpools";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: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:19:"tst_derive_new_pool";s:24:"Derive New Question Pool";s:20:"tst_derive_new_pools";s:25:"Derive New Question Pools";s:41:"tst_please_select_target_for_pool_derives";s:34:"Please select a target conatainer.";s:36:"tst_non_available_pool_newly_derived";s:55:"The new question pool(s) has been derived successfully.";s:21:"tst_introduction_text";s:20:"Introductory Message";s:28:"tst_save_and_create_new_rule";s:21:"Save and Add New Rule";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:37:"tst_btn_rebuild_random_question_stage";s:31:"Synchronize Questions from Pool";s:43:"tst_msg_rand_quest_set_stage_pool_last_sync";s:59:"Date of last synchronisation of selected question pools: %s";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:"A test with a random set of questions is not possible with the current selection of question pools and the 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.
%s";s:38:"tst_msg_rand_quest_set_lost_pools_link";s:28:"Open Selected Question Pools";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: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: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:47:"tst_msg_rand_quest_set_change_quest_amount_here";s:43:"You can change the question amount here: %s";s:29:"tst_wf_info_optional_question";s:62:"This question relates to an already passed learning objective.";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:46:"tst_optional_questions_confirmation_fixed_test";s:563:"Question related to already passed learning objectives were answered in previous passes.

You want to navigate to a question, that relates to an already passed learning objective.
You can choose:

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.

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:"Question related to already passed learning objectives are optional.

You want to navigate to a question, that relates to an already passed learning objective.
You can choose:

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.

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:29:"tst_tab_results_pass_oriented";s:24:"Test Results by Attempts";s:34:"tst_tab_results_objective_oriented";s:35:"Test Results by Learning Objectives";s:31:"tst_rnd_quest_set_cfg_pool_form";s:31:"Rule for Selection of Questions";s:25:"tst_inp_source_pool_label";s:13:"Question Pool";s:30:"tst_inp_source_pool_filter_tax";s:15:"Taxonomy Filter";s:33:"tst_inp_source_pool_no_tax_filter";s:28:"Use No Taxonomy Based Filter";s:32:"tst_inp_source_pool_filter_tax_x";s:27:"Use Taxonomy "%s" as Filter";s:29:"tst_inp_no_available_tax_hint";s:50:"No Available Taxonomies for Selected Question Pool";s:39:"tst_msg_source_pool_definitions_deleted";s:39:"The rule has been removed successfully.";s:21:"tst_limit_nr_of_tries";s:27:"Limit Number of Test Passes";s:24:"msg_deleted_export_files";s:22:"Export file(s) removed";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:21:"msg_selected_for_move";s:31:"Question(s) selected for moving";s:21:"no_selection_for_move";s:31:"No question selected for moving";s:18:"next_question_rows";s:26:"Questions %d - %d of %d »";s:14:"no_passed_mark";s:72:"You must set at least one mark to PASSED! The mark schema was not saved.";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:12:"no_selection";s:20:"--- No Selection ---";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: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:2:"or";s:2:"or";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: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:9:"ordertext";s:13:"Ordering Text";s:11:"output_mode";s:11:"Output Mode";s:6:"output";s:6:"Output";s:35:"participants_invitation_description";s:87:"This test can only be accessed by users you have manually added in tab ‘Dashboard’.";s:23:"participants_invitation";s:30:"Manually Selected Participants";s:12:"participants";s:12:"Participants";s:13:"dashboard_tab";s:9:"Dashboard";s:13:"pass_finished";s:7:"%s pass";s:4:"pass";s:4:"Pass";s:11:"tst_attempt";s:7:"Attempt";s:24:"tst_back_to_virtual_pass";s:25:"Back to Question Overview";s:13:"passed_status";s:13:"Passed Status";s:15:"passed_official";s:6:"passed";s:11:"passed_only";s:17:"Passed Tests Only";s:12:"passed_short";s:6:"passed";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:14:"points_checked";s:19:"Points when Checked";s:12:"points_short";s:3:"Pt.";s:16:"points_unchecked";s:21:"Points when Unchecked";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:12:"points_wrong";s:16:"Wrong Selections";s:6:"points";s:6:"Points";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:7:"polygon";s:7:"Polygon";s:10:"remove_gap";s:10:"Remove Gap";s:9:"postponed";s:9:"postponed";s:7:"preview";s:7:"Preview";s:22:"previous_question_rows";s:26:"<< Questions %d - %d of %d";s:34:"qpl_qst_edit_form_taxonomy_section";s:10:"Taxonomies";s:26:"qpl_qst_edit_form_taxonomy";s:13:"Taxonomy "%s"";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: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: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:17:"tst_pass_deletion";s:15:"Previous Passes";s:29:"tst_pass_deletion_not_allowed";s:46:"The Deletion of Previous Passes is NOT allowed";s:25:"tst_pass_deletion_allowed";s:42:"The Deletion of Previous Passes is allowed";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:24:"tst_import_non_ilias_zip";s:83:"Error: The filename of the uploaded import file does not match the expected 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: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:27:"qpl_settings_subtab_general";s:16:"General Settings";s:30:"qpl_settings_subtab_taxonomies";s:10:"Taxonomies";s:25:"qpl_form_general_settings";s:16:"General Settings";s:53:"qpl_settings_general_form_property_online_description";s:50:"Only online question pools could be used in tests.";s:41:"qpl_settings_general_form_property_online";s:6:"Online";s:44:"qpl_settings_general_form_prop_show_tax_desc";s:68:"Existing taxonomies in this pool are offered for question filtering.";s:50:"qpl_settings_general_form_property_show_taxonomies";s:15:"Show Taxonomies";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: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: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:25:"qpl_qst_inp_matching_mode";s:13:"Matching Mode";s:36:"qpl_qst_inp_matching_mode_one_on_one";s:37:"One Term Matches One Definition (1:1)";s:36:"qpl_qst_inp_matching_mode_all_on_all";s:53:"One or More Terms match One or More Definitions (n:n)";s:15:"qst_nr_of_tries";s:15:"Number of Tries";s:29:"question_cumulated_statistics";s:29:"Cumulated Question Statistics";s:24:"question_instances_title";s:44:"This question is used in the following tests";s:28:"question_marking_description";s:148:"Participants get the option to flag a test question for some purpose. The flags are shown in ‘List of Questions’, provided that it is activated.";s:16:"question_marking";s:18:"Flagging Questions";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:9:"Dashboard";s:20:"question_summary_btn";s:9:"Dashboard";s:19:"obligations_summary";s:28:"List of Compulsory Questions";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: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:14:"questions_from";s:14:"questions from";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:34:"tst_rnd_quest_set_cfg_general_form";s:33:"Configure Random Set of Questions";s:17:"range_lower_limit";s:11:"Lower Bound";s:17:"range_upper_limit";s:11:"Upper Bound";s:5:"range";s:5:"Range";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:9:"rectangle";s:9:"Rectangle";s:17:"redirectAfterSave";s:137:"The maximum working time has been reached and your last question has been saved automatically. In a few seconds you will be redirected...";s:6:"region";s:6:"Region";s:21:"remove_as_participant";s:27:"Remove as Fixed Participant";s:15:"remove_question";s:6:"Remove";s:15:"remove_solution";s:33:"Remove Content for Recapitulation";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:11:"finish_test";s:15:"Finish the Test";s:13:"next_question";s:4:"Next";s:17:"previous_question";s:8:"Previous";s:13:"submit_answer";s:11:"Save Answer";s:13:"skip_question";s:22:"Do not Answer and Next";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.

Do you want to delete your answer?";s:31:"tst_nav_while_edit_modal_header";s:22:"Decision about Answers";s:29:"tst_nav_while_edit_modal_text";s:67:"What to do with the answers you possibly entered for this question?";s:33:"tst_nav_while_edit_modal_save_btn";s:4:"Save";s:35:"tst_nav_while_edit_modal_nosave_btn";s:11:"Do Not Save";s:35:"tst_nav_while_edit_modal_cancel_btn";s:6:"Cancel";s:11:"edit_answer";s:11:"Edit Answer";s:15:"answer_question";s:15:"Answer Question";s:27:"back_to_objective_container";s:12:"Go to Course";s:11:"scored_pass";s:11:"Scored Pass";s:7:"scoring";s:19:"Scoring and Results";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:28:"tst_answer_fixation_handling";s:19:"Participant Answers";s:24:"tst_answer_fixation_none";s:51:"Do not Lock Participants Answers during Test Passes";s:29:"tst_answer_fixation_none_desc";s:91:"As long as a test pass was not finished, participants can change their answers at any time.";s:39:"tst_answer_fixation_on_instant_feedback";s:46:"Lock Answers with the Presentation of Feedback";s:44:"tst_answer_fixation_on_instant_feedback_desc";s:127:"After the feedback for a question is shown participant answers are locked, participants cannot change these answers any longer.";s:40:"tst_answer_fixation_on_followup_question";s:57:"Lock Answers with the Presentation of Follow-Up Questions";s:45:"tst_answer_fixation_on_followup_question_desc";s:140:"Showing the follow-up question will lock participant answers for the previous question, participants cannot change these answers any longer.";s:47:"tst_answer_fixation_on_instantfb_or_followupqst";s:69:"Lock Answers with the Presentation of Feedback or Follow-Up Questions";s:52:"tst_answer_fixation_on_instantfb_or_followupqst_desc";s:147:"Participant Answers for a question will be locked either with the presentation of the questions\'s feedback or when the follow-up question is shown.";s:28:"tst_instant_feedback_trigger";s:16:"Feedback Trigger";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: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: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: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:"show_detailed_results";s:44:"Show User’s Detailed Results (Marked Pass)";s:18:"show_pass_overview";s:25:"Show Marked Pass Overview";s:17:"show_user_answers";s:28:"Show User’s Marked Answers";s:13:"showinfo_desc";s:125:"Users will be presented with a complete list of test properties on tab ‘Info’, i.e. information on scoring and reporting.";s:8:"showinfo";s:24:"Show all Test Properties";s:21:"showSuggestedSolution";s:4:"Type";s:15:"shuffle_answers";s:15:"Shuffle Answers";s:18:"suggested_solution";s:26:"Content for Recapitulation";s:13:"solution_hint";s:35:"Assigned Content for Recapitulation";s:12:"solutionText";s:4:"Text";s:9:"start_tag";s:9:"Start Tag";s:16:"statistical_data";s:16:"Statistical Data";s:10:"statistics";s:10:"Statistics";s:37:"suggested_solution_added_successfully";s:50:"You successfully set a content for recapitulation!";s:21:"suggestedSolutionType";s:8:"Refer to";s:10:"term_image";s:10:"Term Image";s:9:"term_text";s:9:"Term Text";s:4:"term";s:4:"Term";s:5:"terms";s:5:"Terms";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: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:8:"textsize";s:9:"Text Size";s:19:"thumb_geometry_info";s:109:"The image thumbnails will be created with a maximum values of height and width given, aspect ratio preserved.";s:14:"thumb_geometry";s:18:"Thumbnail Geometry";s:15:"thumb_size_info";s:158:"If you enter a thumbnail size, a thumbnail of this size will be generated for uploaded images. Without a thumbnail size, the original image size will be used.";s:21:"thumb_size_unit_pixel";s:5:"Pixel";s:10:"thumb_size";s:14:"Thumbnail Size";s:11:"time_format";s:8:"HH MM SS";s:34:"too_many_targets_selected_for_move";s:44:"You must select exactly one target position!";s:4:"true";s:4:"True";s:23:"tst_access_code_created";s:204:"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 write down this code use it for further actions.";s:25:"tst_all_user_data_deleted";s:44:"All user data of this test has been removed!";s:26:"tst_allowed_users_time_gap";s:26:"Idle Time for Active Users";s:17:"tst_allowed_users";s:39:"Limit Number of Concurrent Participants";s:21:"tst_already_submitted";s:43:"Test has already been finish and submitted.";s:13:"tst_anonymity";s:7:"Privacy";s:27:"tst_answered_questions_test";s:31:"Questions answered in this test";s:22:"tst_answered_questions";s:18:"Answered Questions";s:20:"tst_best_solution_is";s:21:"The best solution is:";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:30:"tst_change_points_for_question";s:21:"Points for the Answer";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: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: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:23:"tst_delete_missing_mark";s:49:"Please select at least one mark step to remove it";s:29:"tst_dont_use_previous_answers";s:78:"Your previous answers will not be used as default values in future test passes";s:15:"tst_ending_time";s:14:"Finishing Time";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:36:"tst_eval_total_finished_average_time";s:28:"Average test processing time";s:23:"tst_eval_total_finished";s:69:"Total finished tests (Participants that used up all possible passes.)";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:21:"tst_eval_total_passed";s:18:"Total passed tests";s:22:"tst_eval_total_persons";s:49:"Total number of participants who started the test";s:11:"review_view";s:6:"Review";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:194:"You are going to finish this test and reach the maximum number of allowed test passes. You won’t be able to enter this test again to change your answers. Do you really want to finish the test?";s:32:"tst_finish_notification_advanced";s:25:"Send complete test result";s:31:"tst_finish_notification_content";s:17:"Content of e-mail";s:30:"tst_finish_notification_simple";s:29:"Send username and finish date";s:26:"tst_finish_notification_no";s:9:"No e-mail";s:23:"tst_finish_notification";s:12:"Notification";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:12:"tst_finished";s:8:"Finished";s:17:"unfinished_passes";s:17:"Unfinished Passes";s:33:"finish_pass_for_user_confirmation";s:72:"Are you sure you want to finish this test pass for the participant "%s"?";s:25:"finish_pass_for_all_users";s:62:"Are you sure you want to finish the test passes for all Users?";s:22:"finish_all_user_passes";s:22:"Finish all test Passes";s:24:"finish_unfinished_passes";s:18:"Finish open Passes";s:29:"finish_unfinished_passes_desc";s:98:"Passes which have a Finishing time or a Duration limit configured will be closed by this cron job.";s:22:"tst_general_properties";s:16:"General Settings";s:19:"tst_heading_scoring";s:7:"Scoring";s:18:"tst_hide_side_list";s:22:"Hide List of Questions";s:19:"tst_import_no_items";s:45:"Error: The import file contains no questions!";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:27:"tst_insert_missing_question";s:63:"Please select at least one question to insert it into 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_insert_questions";s:70:"Are you sure you want to insert the following question(s) to the test?";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: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:20:"tst_instant_feedback";s:16:"Instant Feedback";s:25:"tst_instant_feedback_desc";s:96:"When questions are configured with feedback it is provided to participants during the test pass.";s:29:"tst_instant_feedback_contents";s:17:"Included Contents";s:16:"tst_introduction";s:20:"Introductory Message";s:21:"tst_introduction_desc";s:128:"Shows an introductory message on the tab ‘Info’ of the test. This text is accessible already before the test can be started.";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:24:"tst_list_of_answers_show";s:24:"Review of Scored Answers";s:19:"tst_list_of_answers";s:15:"List of 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:29:"tst_mark_create_new_mark_step";s:20:"Create New Mark Step";s:34:"tst_mark_create_simple_mark_schema";s:27:"Reset to Simple Mark Schema";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:19:"tst_mark_short_form";s:10:"Short Form";s:8:"tst_mark";s:4:"Mark";s:29:"tst_max_allowed_users_heading";s:70:"The maximum number of simultaneous users in this test has been reached";s:29:"tst_max_allowed_users_message";s:264:"The maximum number of simultaneous active users in the test has been reached. Please try again later to start or resume the test. If one of the active users is inactive for more than %s seconds, you may be able to enter this test. Thank you for your understanding.";s:18:"tst_maximum_points";s:14:"Maximum Points";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:36:"tst_no_question_selected_for_removal";s:48:"Please check at least one question to remove it!";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:12:"tst_no_tries";s:4:"none";s:16:"tst_nr_of_passes";s:21:"Number of Test Passes";s:23:"tst_nr_of_tries_of_user";s:24:"Passes Already Completed";s:15:"tst_nr_of_tries";s:21:"Max. Number of Passes";s:23:"tst_participating_users";s:19:"Participating Users";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:31:"tst_answered_questions_of_total";s:8:"%s of %s";s:25:"tst_reached_points_of_max";s:8:"%s of %s";s:10:"tst_passed";s:6:"Passed";s:10:"tst_failed";s:6:"Failed";s:23:"tst_tbl_col_scored_pass";s:11:"Scored Pass";s:25:"tst_tbl_col_pass_finished";s:13:"Pass Finished";s:30:"tst_tbl_col_answered_questions";s:18:"Answered Questions";s:26:"tst_tbl_col_reached_points";s:14:"Reached Points";s:26:"tst_tbl_col_percent_result";s:14:"Percent Solved";s:25:"tst_tbl_col_passed_status";s:7:"Grading";s:22:"tst_tbl_col_final_mark";s:4:"Mark";s:18:"tst_pass_best_pass";s:19:"Score the Best Pass";s:23:"tst_pass_best_pass_desc";s:133:"The pass in which a participant performed best will be scored. This setting does only apply when more than one test pass is possible.";s:16:"tst_pass_details";s:16:"Detailed Results";s:18:"tst_pass_last_pass";s:19:"Score the Last Pass";s:23:"tst_pass_last_pass_desc";s:46:"The last pass of a participant will be scored.";s:16:"tst_pass_scoring";s:23:"Scoring Multiple Passes";s:10:"tst_passes";s:11:"Test Passes";s:21:"tst_allowed_users_max";s:27:"Max. Number of Participants";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: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:17:"tst_password_form";s:19:"Enter Test Password";s:12:"tst_password";s:13:"Test Password";s:18:"tst_percent_solved";s:14:"Percent Solved";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: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: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:9:"tst_print";s:32:"Test and Assessment - Print View";s:24:"tst_processing_time_desc";s:342:"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 passes is limited an additional feature for granting extra time to participants appears in the tab \'Dashboard\'.";s:19:"tst_processing_time";s:22:"Limit Duration of Test";s:13:"tst_qst_order";s:3:"No.";s:17:"tst_question_mark";s:18:"Mark this question";s:19:"tst_question_marked";s:23:"You marked the question";s:19:"tst_question_marker";s:7:"Flagged";s:15:"tst_question_no";s:5:"Order";s:18:"tst_question_offer";s:53:"Do you accept this sample or do you want another one?";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:254:"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.";s:29:"tst_inp_quest_amount_cfg_mode";s:19:"Amount of Questions";s:34:"tst_inp_quest_amount_cfg_mode_test";s:39:"Define the amount of questions per test";s:34:"tst_inp_quest_amount_cfg_mode_pool";s:76:"Define the amount of questions per selected question pool and taxonomy node.";s:29:"tst_inp_quest_amount_per_test";s:38:"Number of Questions for the Whole Test";s:36:"tst_inp_quest_amount_per_source_pool";s:15:"Question Amount";s:19:"tst_question_amount";s:15:"Question Amount";s:18:"tst_question_title";s:14:"Question Title";s:29:"tst_qbt_filter_question_title";s:17:"Title of Question";s:17:"tst_question_type";s:13:"Question Type";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:30:"tst_random_select_questionpool";s:53:"Select the question pool to choose the questions from";s:38:"tst_nonpool_questions_get_lost_warning";s:183:"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.";s:18:"tst_reached_points";s:6:"Points";s:15:"tst_remove_mark";s:16:"Remove this mark";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:20:"tst_remove_questions";s:70:"Are you sure you want to remove the following questions 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:21:"tst_report_after_test";s:44:"Offer test results when the test is finished";s:23:"tst_report_after_passed";s:48:"Offer test results when the test has been passed";s:16:"tst_report_never";s:25:"No test results available";s:37:"tst_res_tab_msg_res_after_taking_test";s:56:"After taking the test your results will be offered here.";s:37:"tst_res_tab_msg_res_after_finish_test";s:59:"After finishing the test your results will be offered here.";s:37:"tst_res_tab_msg_res_after_test_passed";s:57:"After passing the test your results will be offered here.";s:30:"tst_res_tab_msg_res_after_date";s:63:"You test results will be offered here on the following date: %s";s:37:"tst_res_tab_msg_res_after_date_no_res";s:82:"When you take the test your results will be offered here on the following date: %s";s:30:"tst_reset_processing_time_desc";s:134:"The duration will be reset to the defined maximum for every test pass. This setting requires multiple test passes to become effective.";s:25:"tst_reset_processing_time";s:34:"Reset duration for every test pass";s:25:"tst_result_user_name_pass";s:30:"Results of Test Pass %s for %s";s:20:"tst_result_user_name";s:19:"Test Results for %s";s:15:"tst_result_pass";s:20:"Results of Test Pass";s:25:"tst_results_access_always";s:11:"Immediately";s:30:"tst_results_access_always_desc";s:228:"Participants can access their results within the ‘Results’-tab immediately after starting the test pass 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:27:"tst_results_access_finished";s:27:"After Test Pass is Finished";s:32:"tst_results_access_finished_desc";s:179:"ILIAS displays the test results after the test pass is finished. After finishing the test pass 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_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:26:"tst_results_access_setting";s:13:"Point in Time";s:27:"tst_results_details_options";s:46:"Further Details to be Included in Test Results";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: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: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:20:"tst_results_overview";s:33:"Pass Overview of the Test Results";s:30:"tst_show_solution_details_desc";s:279:"As an add-on to the ‘Table of Detailed Test Results’, the participant get a link to a page for each question. This linked page contains the question, the answer provided by the participant, information on whether this was the correct answer and points scored by this answer.";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: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: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: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: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:11:"tst_results";s:12:"Test Results";s:15:"tst_resume_test";s:15:"Resume the Test";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:24:"tst_score_mcmr_questions";s:43:"Multiple Choice Questions with Empty Answer";s:33:"tst_score_mcmr_use_scoring_system";s:41:"Save and Score Empty Answers (Deprecated)";s:38:"tst_score_mcmr_use_scoring_system_desc";s:234:"An additional option "None of the above" allows saving of empty answers. The unchecked options will be scored as defined in the question. This setting is only kept for existing tests and will be abandoned in a following ILIAS version.";s:42:"tst_score_mcmr_zero_points_when_unanswered";s:26:"Don’t Save Empty Answers";s:47:"tst_score_mcmr_zero_points_when_unanswered_desc";s:95:"Answers without any checked option are not saved. Participants get 0 points on these questions.";s:24:"tst_score_reporting_date";s:20:"Score Reporting Date";s:19:"tst_score_reporting";s:15:"Score Reporting";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:18:"tst_sequence_fixed";s:34:"The Sequence of Questions is Fixed";s:21:"tst_sequence_postpone";s:52:"Questions may be postponed to the end of a test pass";s:23:"tst_sequence_properties";s:63:"Administering the Test: Functionality Available to Participants";s:12:"tst_sequence";s:8:"Sequence";s:20:"tst_session_settings";s:16:"Session Settings";s:21:"tst_show_answer_sheet";s:12:"Show Answers";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:15:"tst_show_cancel";s:12:"Suspend Test";s:21:"tst_show_pass_details";s:88:"Show ‘Table of Detailed Test Results’ for each Test Pass upon Selected Point in Time";s:26:"tst_show_pass_details_desc";s:655:"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 pass.
Other than that the table will be displayed after the last test pass possible (setting in link ‘General’, option ‘Limit Number of Test Passes’) or after the test is officially finished (setting in link ‘General’, option ‘Finishing Time’).
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:27:"participants_results_subtab";s:16:"All Participants";s:11:"results_tab";s:7:"Results";s:18:"tst_show_side_list";s:22:"Show List of Questions";s:37:"tst_dyn_unfreeze_answers_confirmation";s:173:"There are questions to which your initial answers were fixed and you could not make any changes. Do you want to answer them one more time now and thus unfreeze your answers?";s:24:"tst_dyn_unfreeze_answers";s:16:"Answer once more";s:24:"tst_dyn_keep_answ_freeze";s:30:"Keep my current answers frozen";s:30:"tst_show_solution_answers_only";s:36:"Print View of Results (Answers Only)";s:25:"tst_show_solution_details";s:29:"Scored Answers of Participant";s:26:"tst_show_solution_feedback";s:8:"Feedback";s:27:"tst_show_solution_printview";s:45:"Additional ‘List of Answers’ for Printing";s:27:"tst_show_solution_signature";s:21:"Signature Placeholder";s:27:"tst_show_solution_suggested";s:26:"Content for Recapitulation";s:28:"tst_show_summary_description";s:229:"Participants can switch on a list of test questions on the left of the actual question. Additionally, they are presented with a button ‘List of Questions’. On that screen the overall status of all questions will be displayed.";s:16:"tst_show_summary";s:28:"Show ‘List of Questions’";s:33:"tst_shuffle_questions_description";s:77:"Shuffles the sequence of questions for every participant and every test pass.";s:21:"tst_shuffle_questions";s:17:"Shuffle Questions";s:13:"tst_signature";s:9:"Signature";s:18:"tst_single_results";s:19:"Results by Question";s:23:"tst_start_new_test_pass";s:19:"Start New Test Pass";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: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:21:"tst_text_count_system";s:14:"Scoring System";s:27:"tst_time_already_spent_left";s:17:"You have %s left.";s:22:"tst_time_already_spent";s:64:"You started the test at: %s. Your maximum processing time is %s.";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:16:"tst_title_output";s:19:"Show Question Title";s:8:"tst_type";s:9:"Test Type";s:7:"exam_id";s:12:"Testpass ID:";s:13:"exam_id_label";s:7:"Exam Id";s:19:"examid_in_test_pass";s:20:"Display Test Pass ID";s:24:"examid_in_test_pass_desc";s:83:"A test pass ID is displayed in the test. A new ID is generated for every test pass.";s:18:"examid_in_test_res";s:18:"ILIAS Test Pass ID";s:23:"examid_in_test_res_desc";s:60:"The ILIAS test pass ID will be included in the test results.";s:36:"tst_use_previous_answers_description";s:180:"Participants will be presented with their answers from previous test passes. This option has to be activated by individual participants on the Info-tab before starting a test pass.";s:29:"tst_use_previous_answers_user";s:63:"Use my previous answers as default values in future test passes";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:21:"use_previous_solution";s:21:"Use Previous Solution";s:24:"tst_use_previous_answers";s:20:"Use Previous Answers";s:22:"tst_user_finished_test";s:23:"User finished test (%s)";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:21:"test_enable_archiving";s:16:"Enable Archiving";s:21:"cannot_export_archive";s:33:"Archive-Export cannot be created.";s:9:"unlimited";s:9:"unlimited";s:6:"unlock";s:6:"Unlock";s:17:"uploaded_material";s:17:"Uploaded Material";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:29:"warning_question_not_complete";s:29:"The question is not complete!";s:5:"width";s:5:"Width";s:14:"worked_through";s:14:"Worked Through";s:8:"answered";s:8:"Answered";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";s:16:"all_participants";s:16:"All participants";s:27:"with_solutions_participants";s:27:"Participants with solutions";s:30:"without_solutions_participants";s:30:"Participants without solutions";s:16:"tst_show_toplist";s:7:"Ranking";s:16:"toplist_by_score";s:19:"High score by score";s:15:"toplist_by_time";s:26:"High score by working time";s:16:"toplist_col_rank";s:4:"Rank";s:23:"toplist_col_participant";s:11:"Participant";s:20:"toplist_col_achieved";s:4:"Date";s:17:"toplist_col_score";s:5:"Score";s:22:"toplist_col_percentage";s:10:"Percentage";s:17:"toplist_col_hints";s:5:"Hints";s:17:"toplist_col_wtime";s:12:"Working Time";s:21:"tst_highscore_enabled";s:7:"Ranking";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: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_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: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: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_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: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: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: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: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: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:29:"tst_rnd_quest_cfg_tab_general";s:13:"Configuration";s:26:"tst_rnd_quest_cfg_tab_pool";s:23:"Selected Question Pools";s:21:"tst_question_set_type";s:27:"Selection of Test Questions";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: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:55:"tst_change_quest_set_type_from_old_to_new_with_conflict";s:221:"You are about to change the test mode from %s to %s, although a questions/question pool configuration dependent on the current test mode already exists.
This already existing configuration will be lost.";s:44:"tst_msg_dynamic_question_set_config_modified";s:61:"Continues question selection configuration has been modified.";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:31:"tst_delete_dyn_test_results_btn";s:19:"Remove Test Results";s:35:"tst_dyn_test_msg_pass_deletion_link";s:23:"Remove Previous Answers";s:33:"tst_dyn_test_pass_deletion_button";s:17:"Reset All Answers";s:36:"tst_form_dynamic_question_set_config";s:28:"Continues Question Selection";s:50:"tst_input_dynamic_question_set_source_questionpool";s:20:"Source Question Pool";s:59:"tst_dynamic_question_set_source_questionpool_summary_string";s:28:"%s (Path: %s) [%s Questions]";s:48:"tst_dyn_quest_set_src_qpl_summary_string_trashed";s:27:"%s (Removed) [%s Questions]";s:48:"tst_dyn_quest_set_src_qpl_summary_string_deleted";s:24:"%s (Removed Permanently)";s:55:"tst_input_dynamic_question_set_taxonomie_filter_enabled";s:23:"Provide Taxonomy Filter";s:52:"tst_input_dyn_quest_set_answer_status_filter_enabled";s:28:"Provide Answer Status Filter";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: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: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:55:"tst_input_dynamic_question_set_question_ordering_by_tax";s:27:"Order Questions by Taxonomy";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: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:37:"tst_start_dyn_test_with_cur_quest_sel";s:42:"Start Test with Current Question Selection";s:38:"tst_resume_dyn_test_with_cur_quest_sel";s:43:"Resume Test with Current Question Selection";s:34:"tst_dynamic_question_set_selection";s:47:"Test Question Selection and Selection-Statistic";s:33:"tst_dynamic_question_set_complete";s:15:"Total-Statistic";s:21:"tst_num_all_questions";s:23:"Number of All Questions";s:26:"tst_num_selected_questions";s:28:"Number of Selected Questions";s:38:"tst_num_non_answered_questions_skipped";s:7:"Skipped";s:38:"tst_num_non_answered_questions_notseen";s:18:"Not Presented, Yet";s:32:"tst_num_wrong_answered_questions";s:17:" Answered Wrongly";s:34:"tst_num_correct_answered_questions";s:18:"Answered Correctly";s:38:"tst_change_dyn_test_question_selection";s:25:"Change Question Selection";s:46:"tst_dyn_test_msg_currently_finished_completely";s:173:"Currently you have answered all questions from the selected question pool successfully. You can proceed the test when there are new or edited questions in the question pool.";s:45:"tst_dyn_test_msg_currently_finished_selection";s:132:"With the current question selection you have answered all questions successfully. Change the question selection to proceed the test.";s:26:"tst_activate_skill_service";s:18:"Competence Service";s:19:"tst_tab_competences";s:11:"Competences";s:19:"qpl_tab_competences";s:11:"Competences";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:26:"tst_skl_sub_tab_thresholds";s:21:"Competence Thresholds";s:32:"tst_msg_skl_lvl_thresholds_saved";s:41:"The competence thresholds has been saved.";s:14:"tst_competence";s:10:"Competence";s:29:"tst_manage_competence_assigns";s:29:"Manage Competence Assignments";s:26:"tst_edit_competence_assign";s:26:"Edit Assignment Properties";s:26:"tst_view_competence_assign";s:26:"View Assignment Properties";s:38:"qpl_qst_skl_assign_properties_modified";s:46:"The assignment\'s properties has been modified.";s:27:"qpl_qst_skl_assigns_updated";s:44:"The competence assignments has been updated.";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:33:"qpl_qst_skl_assign_synced_to_orig";s:75:"The competence assignments has been synchronised to the questions original.";s:29:"qpl_save_skill_assigns_update";s:27:"Save Competence Assignments";s:31:"qpl_cancel_skill_assigns_update";s:6:"Cancel";s:15:"tst_comp_points";s:17:"Competence Points";s:18:"tst_comp_eval_mode";s:13:"Evaluation by";s:17:"tst_num_questions";s:19:"Number of Questions";s:19:"tst_max_comp_points";s:22:"Max. Competence Points";s:9:"tst_level";s:16:"Competence Level";s:13:"tst_threshold";s:17:"Thresholds (in %)";s:19:"tst_save_thresholds";s:15:"Save Thresholds";s:21:"tst_show_comp_results";s:18:"Competence Results";s:12:"tst_analysis";s:8:"Analysis";s:24:"tst_all_test_competences";s:19:"All Test Competence";s:16:"tst_gap_analysis";s:12:"Gap Analysis";s:15:"tst_test_result";s:11:"Test Result";s:16:"feedback_setting";s:33:"Mode of answer specific feedback.";s:12:"feedback_all";s:46:"Show answer specific feedback for all answers.";s:16:"feedback_checked";s:62:"Show answer specific feedback for all chosen/selected answers.";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: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:28:"tst_add_quest_cont_edit_mode";s:29:"Editor for Feedback and Hints";s:36:"tst_add_quest_cont_edit_mode_default";s:51:"Use rich-text editor for editing feedback and hints";s:40:"tst_add_quest_cont_edit_mode_page_object";s:52:"Use ILIAS page editor for editing feedback and hints";s:31:"tst_question_feedback_edit_page";s:12:"Edit Content";s:43:"tst_question_feedback_back_to_feedback_form";s:24:"Back To Calling Question";s:15:"enable_examview";s:25:"Overview of Answers Given";s:20:"enable_examview_desc";s:120:"Participants are presented with all questions and the answers they provided in an overview prior to submitting the test.";s:18:"show_examview_html";s:9:"On screen";s:17:"show_examview_pdf";s:12:"PDF Download";s:13:"scoringadjust";s:11:"Corrections";s:29:"tst_trigger_result_refreshing";s:55:"Results need to be recalculated. This may take a while.";s:12:"test_scoring";s:15:"Scoring Options";s:12:"test_results";s:20:"Summary Test Results";s:4:"misc";s:12:"Misc Options";s:15:"tst_back_to_top";s:11:"Back to Top";s:25:"tst_back_to_question_list";s:21:"Back to Question List";s:23:"tst_results_tax_filters";s:13:"Result Filter";s:24:"tst_back_to_pass_details";s:20:"Back to Pass Details";s:18:"tst_answer_details";s:14:"Answer Details";s:23:"tst_list_answer_details";s:18:"Show in List Below";s:25:"tst_single_answer_details";s:18:"Show Single Answer";s:37:"tst_pass_details_overview_table_title";s:29:"Detailed Overview for Pass %s";s:27:"tst_btn_show_best_solutions";s:19:"Show Best Solutions";s:27:"tst_btn_hide_best_solutions";s:19:"Hide Best Solutions";s:25:"tst_settings_header_intro";s:32:"Information Before Start of Test";s:29:"tst_settings_header_execution";s:30:"Administering the Test: Access";s:22:"tst_starting_time_desc";s:132:"Point in time after which the test can be started by clicking the button ‚Start‘, participants can provide answers to questions.";s:20:"tst_ending_time_desc";s:124:"Point in time at which the test will be finished: Participants an no longer answer questions, the test is finished by ILIAS.";s:22:"tst_allowed_users_desc";s:178:"ILIAS will monitor the number of participants taking the test at the same time. If more users than maximally allowed try to access ILIAS will prevent them from starting the test.";s:31:"tst_allowed_users_time_gap_desc";s:140:"Participants that do not click in the test for the indicated amount of time will be categorized as ‚inactive‘ and removed from the test.";s:28:"tst_settings_header_test_run";s:32:"Administering the Test: Test Run";s:20:"tst_nr_of_tries_desc";s:48:"Maximum number of passes a participant can take.";s:21:"tst_final_information";s:18:"Finishing the Test";s:16:"saved_adjustment";s:14:"Changes saved.";s:15:"sign_submission";s:31:"Digitally Sign Test Submissions";s:20:"sign_submission_info";s:136:"If this is activated and a signature plugin is installed and active, participants will be requested to digitally sign their submissions.";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:23:"tst_qst_added_to_pool_s";s:53:"Successfully added the question to the selected pool.";s:23:"tst_qst_added_to_pool_p";s:54:"Successfully added the questions to the selected pool.";s:15:"autosavecontent";s:16:"Autosave Content";s:16:"submit_and_check";s:21:"Save and Check Answer";s:16:"tst_search_users";s:19:"Search Participants";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:11:"mailnottype";s:53:"Send notification even if a user finishes a test pass";s:21:"dont_use_questionpool";s:75:"Don\'t insert the questions in a question pool (only available in this test)";s:29:"ordering_answer_sequence_info";s:83:"The answer sequence you define here will be taken as the correct solution sequence.";s:16:"tst_exp_sc_short";s:49:"Item Analysis Export for Pure Single Choice Tests";s:21:"tst_exp_sc_short_desc";s:207:"In the ‘Statistics’-tab an additional export option is offered. It generates a spreadsheet for item analysis outside of ILIAS. This option only works for tests purely composed of Single Choice Questions.";s:23:"questions_per_page_view";s:9:"Page View";s:18:"test_next_question";s:13:"Next Question";s:18:"test_prev_question";s:17:"Previous Question";s:12:"test_jump_to";s:16:"Jump to Question";s:19:"ass_create_question";s:15:"Create Question";s:22:"adm_settings_templates";s:18:"Settings Templates";s:24:"test_question_pool_usage";s:21:"Use of Question Pools";s:33:"test_question_pool_usage_optional";s:52:"Questions can be added optionally to a question pool";s:38:"test_question_pool_usage_optional_info";s:44:"The questions can be re-used in other tests.";s:37:"test_question_pool_usage_tst_directly";s:42:"Questions are created directly in the test";s:42:"test_question_pool_usage_tst_directly_info";s:47:"The questions cannot be re-used in other tests.";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:30:"tst_anonymity_no_anonymization";s:18:"Results with Names";s:28:"tst_anonymity_anonymous_test";s:38:"Results without Names / Anonymous Test";s:27:"tst_presentation_properties";s:48:"Administering the Test: Behavior of the Question";s:16:"test_delete_page";s:15:"Delete Question";s:14:"test_move_page";s:13:"Move Question";s:25:"assessment_pool_selection";s:14:"Pool Selection";s:18:"assessment_no_pool";s:24:"Do not use question pool";s:24:"assessment_existing_pool";s:26:"Use existing question pool";s:19:"assessment_new_pool";s:24:"Create new question pool";s:27:"test_confirm_template_reset";s:62:"Are you sure that you do not want to use the template anymore?";s:19:"test_template_reset";s:30:"The template has been removed.";s:24:"test_using_template_link";s:27:"Do not use template anymore";s:9:"saveOrder";s:10:"Save Order";s:23:"saveOrderAndObligations";s:26:"Save Order and Obligations";s:10:"obligatory";s:10:"Compulsory";s:28:"not_all_obligations_answered";s:72:"You must answer all compulsory questions before you can finish the test.";s:36:"tst_setting_enable_obligations_label";s:20:"Compulsory Questions";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:38:"tst_test_contains_obligatory_questions";s:65:"To end this test you have to answer all compulsory questions (*).";s:29:"copy_and_link_to_questionpool";s:20:"Add to question pool";s:10:"tst_result";s:11:"Test Result";s:19:"tst_remove_question";s:69:"Are you sure you want to remove the following question from the test?";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: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:8:"imported";s:8:"imported";s:56:"cannot_switch_to_online_no_questions_andor_no_mark_steps";s:110:"The status cannot be changed to "online" because there are no questions and/or no marks in the test!";s:15:"test_is_offline";s:47:"You cannot start the test! The test is offline.";s:18:"test_edit_settings";s:13:"Edit 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: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: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:20:"tst_default_settings";s:25:"Personal Default Settings";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: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:12:"tst_question";s:8:"Question";s:15:"tst_participant";s:11:"Participant";s:22:"tst_participant_status";s:18:"Participant Status";s:16:"tst_edit_scoring";s:12:"Edit Scoring";s:33:"tst_pass_overview_for_participant";s:31:"Test Passes for Participant: %s";s:38:"tst_manscoring_question_section_header";s:12:"Question: %s";s:32:"tst_manscoring_user_notification";s:17:"Send Notification";s:33:"tst_saved_manscoring_successfully";s:71:"The manual scoring for test pass %s for %s has been saved successfully.";s:45:"tst_saved_manscoring_by_question_successfully";s:84:"The manual scoring for the question %s for test pass %s has been saved successfully.";s:26:"tst_save_manscoring_failed";s:54:"Saving the manual scoring for test pass %s has failed.";s:45:"tst_manscoring_maxpoints_exceeded_input_alert";s:39:"The maximum of %s point(s) is exceeded!";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: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:42:"tst_notify_manscoring_done_body_msg_reason";s:75:"You have received this notification, because you participated in this test.";s:29:"tst_setting_offer_hints_label";s:5:"Hints";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:22:"tst_question_hints_tab";s:5:"Hints";s:31:"tst_question_hints_table_header";s:22:"Hints for Question: %s";s:33:"tst_question_hints_table_no_items";s:17:"No Existing Hints";s:42:"tst_question_hints_table_column_hint_order";s:5:"Order";s:41:"tst_question_hints_table_column_hint_text";s:4:"Hint";s:43:"tst_question_hints_table_column_hint_points";s:16:"Points Deduction";s:39:"tst_question_hints_table_link_edit_hint";s:9:"Edit Hint";s:41:"tst_question_hints_table_link_delete_hint";s:11:"Delete Hint";s:40:"tst_questions_hints_table_cmd_save_order";s:10:"Save Order";s:46:"tst_questions_hints_table_multicmd_delete_hint";s:14:"Delete Hint(s)";s:43:"tst_questions_hints_table_multicmd_cut_hint";s:30:"Cut Hint to Ordering Clipboard";s:52:"tst_questions_hints_table_multicmd_paste_hint_before";s:32:"Prepend Hint to the Selected One";s:51:"tst_questions_hints_table_multicmd_paste_hint_after";s:31:"Append 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:53:"tst_question_hints_delete_hints_missing_selection_msg";s:33:"No hint(s) selected for deletion.";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:43:"tst_question_hints_delete_hints_confirm_cmd";s:14:"Delete Hint(s)";s:37:"tst_question_hints_delete_success_msg";s:51:"The selected hint(s) has been deleted successfully.";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:35:"tst_question_hints_form_header_edit";s:24:"Hint %s for Question: %s";s:37:"tst_question_hints_form_header_create";s:25:"New Hint for Question: %s";s:39:"tst_question_hints_form_label_hint_text";s:4:"Hint";s:41:"tst_question_hints_form_label_hint_points";s:15:"Point Deduction";s:32:"tst_question_hints_form_cmd_save";s:9:"Save Hint";s:33:"tst_question_hints_form_saved_msg";s:37:"The hint has been saved successfully.";s:35:"tst_question_hints_form_invalid_msg";s:56:"The hint could not been saved. Please check your inputs.";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:41:"tst_question_hints_save_order_success_msg";s:41:"The order of hint was saved successfully.";s:43:"tst_question_hints_paste_before_success_msg";s:56:"The hint %s has been pasted before hint %s successfully.";s:42:"tst_question_hints_paste_after_success_msg";s:55:"The hint %s has been pasted after hint %s successfully.";s:21:"tst_median_mark_panel";s:14:"Mark of Median";s:28:"tst_processing_time_duration";s:28:"Maximum Duration of the Test";s:33:"tst_processing_time_duration_desc";s:41:"Maximum of time granted to take the test.";s:28:"button_request_question_hint";s:12:"Request Hint";s:33:"button_request_next_question_hint";s:17:"Request Next Hint";s:36:"button_show_requested_question_hints";s:20:"Show Requested Hints";s:34:"tst_question_hints_confirm_request";s:12:"Request Hint";s:33:"tst_question_hints_cancel_request";s:16:"Back to Question";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:35:"tst_question_hints_back_to_question";s:16:"Back to Question";s:37:"tst_question_hints_index_column_label";s:7:"Hint %s";s:42:"tst_question_hints_table_column_hint_index";s:5:"Index";s:46:"tst_question_hints_requested_hint_count_header";s:15:"Requested Hints";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:46:"tst_question_hints_table_link_edit_hint_points";s:11:"Edit Points";s:44:"tst_question_hints_table_link_edit_hint_page";s:9:"Edit Page";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:36:"tst_question_hints_back_to_hint_list";s:18:"Question Hint List";s:20:"conf_delete_pass_ctm";s:55:"Wollen Sie Ihre bisherigen Antworten wirklich löschen?";s:16:"conf_delete_pass";s:54:"Are you sure you want to delete your existing answers?";s:26:"tst_activation_online_info";s:42:"If online, participants can take the test.";s:38:"tst_activation_limited_visibility_info";s:128:"Before and after the indicated period it is only the test\'s title that will be displayed. The participants cannot take the test.";s:8:"tst_copy";s:9:"Copy Test";s:17:"oq_btn_nest_terms";s:27:"Switch to term nesting view";s:20:"oq_btn_nest_pictures";s:30:"Switch to picture nesting view";s:19:"oq_btn_define_terms";s:30:"Switch to term definition view";s:22:"oq_btn_define_pictures";s:33:"Switch to picture definition view";s:27:"oq_header_ordering_elements";s:17:"Ordering Elements";s:19:"tst_extratime_added";s:69:"The working time of the participant has been increased by %s minutes.";s:26:"tst_extratime_notavailable";s:83:"Extra time can be added only for tests with one pass and a maximum processing time.";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:9:"extratime";s:10:"Extra Time";s:19:"log_added_extratime";s:44:"Added extra %d minutes for participant id %d";s:6:"timing";s:10:"Extra Time";s:22:"tst_change_workingtime";s:32:"Add extra time for a participant";s:17:"tst_imap_qst_mode";s:4:"Mode";s:20:"tst_imap_qst_mode_sc";s:13:"Single Choice";s:20:"tst_imap_qst_mode_mc";s:15:"Multiple Choice";s:24:"fixedparticipants_subtab";s:30:"Manually Selected Participants";s:23:"autoparticipants_subtab";s:12:"Participants";s:28:"redirect_after_finishing_tst";s:8:"Redirect";s:33:"redirect_after_finishing_tst_desc";s:168:"After completion of test each participant is automatically redirected to a defined webpage. This is only valid if the participants have no access to their test results.";s:29:"redirect_after_finishing_rule";s:8:"Redirect";s:22:"redirect_in_kiosk_mode";s:32:"only when exam view is activated";s:15:"redirect_always";s:25:"always to defined webpage";s:15:"redirection_url";s:14:"URL of webpage";s:16:"exp_file_created";s:20:"Export file created.";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_no_scorable_qst_available";s:30:"No question to score available";s:27:"part_received_a_of_b_points";s:49:"The participant received %s of %s possible points";s:10:"answers_of";s:11:"Answers of:";s:11:"question_id";s:11:"Question ID";s:17:"question_id_short";s:2:"ID";s:25:"apply_def_settings_to_tst";s:14:"Apply Settings";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:22:"tst_header_participant";s:12:"Your Answer:";s:19:"tst_header_solution";s:14:"Best Solution:";s:18:"assFormulaQuestion";s:16:"Formula Question";s:13:"parseQuestion";s:14:"Parse Question";s:9:"variables";s:9:"Variables";s:7:"results";s:7:"Results";s:11:"select_unit";s:19:"--- Select Unit ---";s:7:"formula";s:7:"Formula";s:13:"rating_simple";s:13:"Simple Rating";s:4:"unit";s:4:"Unit";s:9:"range_min";s:15:"Range (Minimum)";s:9:"range_max";s:15:"Range (Maximum)";s:9:"tolerance";s:13:"Tolerance (%)";s:12:"result_units";s:15:"Available Units";s:9:"precision";s:9:"Precision";s:9:"err_range";s:56:"The maximum range must be greater than the minimum range";s:14:"err_no_formula";s:24:"You must enter a formula";s:25:"err_wrong_rating_advanced";s:88:"Please make sure that the addition of the advanced rating settings equals to 100 percent";s:11:"rating_sign";s:9:"Rate Sign";s:12:"rating_value";s:10:"Rate Value";s:11:"rating_unit";s:9:"Rate Unit";s:10:"rated_sign";s:4:"Sign";s:11:"rated_value";s:5:"Value";s:10:"rated_unit";s:4:"Unit";s:13:"suggest_range";s:13:"Suggest Range";s:5:"units";s:5:"Units";s:8:"category";s:8:"Category";s:10:"categories";s:10:"Categories";s:12:"new_category";s:17:"New Unit Category";s:8:"new_unit";s:8:"New Unit";s:6:"factor";s:6:"Factor";s:8:"baseunit";s:9:"Base Unit";s:16:"unit_placeholder";s:14:"** New Unit **";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:19:"err_unit_in_results";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: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:22:"err_wrong_categoryname";s:28:"The category already exists.";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:21:"un_deleted_categories";s:31:"Deletion successfully processed";s:23:"un_deleted_categories_s";s:31:"Deletion successfully processed";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: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: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:16:"un_deleted_units";s:31:"Deletion successfully processed";s:18:"un_deleted_units_s";s:31:"Deletion successfully processed";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:17:"selected_category";s:21:"Selected Category: %s";s:19:"un_sel_cat_sel_unit";s:40:"Selected Category: %s, Selected Unit: %s";s:11:"un_sequence";s:8:"Sequence";s:21:"un_category_not_exist";s:38:"The requested category does not exist.";s:13:"un_save_order";s:10:"Save Order";s:12:"intprecision";s:12:"Divisible By";s:20:"errRecursionInResult";s:43:"The formula contains an infinite recursion.";s:21:"err_duplicate_results";s:84:"You used a result variable more than once. This is not allowed in the question text.";s:21:"result_type_selection";s:21:"Result Type Selection";s:10:"result_dec";s:7:"Decimal";s:11:"result_frac";s:8:"Fraction";s:14:"result_co_frac";s:16:"Coprime Fraction";s:14:"no_result_type";s:15:"No Restrictions";s:15:"result_dec_info";s:35:"Valid results are i.e.: 2,3 and 2.3";s:16:"result_frac_info";s:35:"i.e.: 1/3 and 2/6 are valid results";s:19:"result_co_frac_info";s:54:"Canceled out fraction i.e.: only 1/3 is a valid result";s:33:"change_adm_categories_not_allowed";s:57:"You do not have any permissions concerning this category.";s:20:"expected_result_type";s:20:"Expected result type";s:18:"enter_valid_values";s:63:"Please enter valid value. Chars will be evaluated as incorrect!";s:22:"res_contains_undef_var";s:48:"A result formula contains an undefined variable!";s:23:"que_contains_unused_var";s:78:"The question text contains a variable, that is not used in any result formula!";s:22:"res_contains_undef_res";s:46:"A result formula contains an undefined result!";s:18:"errFormulaQuestion";s:51:"A Formula Question contains incorrect information!!";s:13:"un_show_units";s:10:"Show Units";s:14:"un_local_units";s:11:"Local Units";s:15:"un_global_units";s:12:"Global Units";s:22:"un_units_of_category_x";s:21:"Units of Category: %s";s:10:"variable_x";s:11:"Variable %s";s:8:"result_x";s:9:"Result %s";s:6:"rating";s:6:"Rating";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:20:"show_answer_overview";s:20:"Show Answer Overview";s:15:"un_add_category";s:12:"Add Category";s:11:"un_add_unit";s:8:"Add Unit";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: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:17:"fq_precision_info";s:43:"Enter the number of desired decimal places.";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:22:"fq_no_restriction_info";s:50:"Both decimals and fractions are accepted as input.";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: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: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:16:"result_unit_info";s:90:"Please note that the selected result unit must also be activated in ‘Available units’.";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:13:"save_and_next";s:17:"Save and Continue";s:25:"positive_numbers_required";s:35:"Please enter only positive numbers.";s:24:"user_has_finished_a_test";s:34:"A participant has finished a test.";s:21:"tst_attached_xls_file";s:73:"You find the test result for this participant in the attached Excel file.";s:34:"tst_notification_explanation_admin";s:72:"You receive this mail from ILIAS because you activated the notification.";s:12:"ass_location";s:8:"Location";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:37:"ass_competence_respect_level_ordering";s:118:"Please note that the competence thresholds have to be defined in an ascending order according to the available levels.";s:18:"tst_revert_changes";s:12:"Undo Editing";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:38:"save_on_navigation_locked_confirmation";s:78:"Your changed answers will be automatically saved and locked when you navigate.";s:39:"save_on_navigation_forced_feedback_hint";s:45:"Before you get feedback on your given answer.";s:25:"tst_answer_status_editing";s:10:" (editing)";s:26:"tst_answer_status_answered";s:8:"Answered";s:30:"tst_answer_status_not_answered";s:12:"Not answered";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:23:"tst_mc_label_none_above";s:25:"None of the answers above";s:17:"postpone_question";s:24:"Move Question to the End";s:23:"tst_question_not_marked";s:22:"Question is not Marked";s:20:"tst_save_and_proceed";s:16:"Save and Proceed";s:25:"question_browse_area_info";s:64:"Please select an object from which you want to import questions.";}'))); $ilDB->insert("lng_modules", array( 'module' => array('text', 'auth'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:110:{s:28:"auth_oidc_login_element_info";s:33:"Login to ILIAS via OpenID Connect";s:19:"auth_oidc_role_info";s:57:"OpenID Connect Attribute::Value (e.g: "roles::employee").";s:15:"auth_oidconnect";s:14:"OpenID Connect";s:24:"auth_oidc_settings_title";s:41:"Configure OpenID Connect Authentification";s:29:"auth_oidc_settings_activation";s:23:"Activate OpenID Connect";s:27:"auth_oidc_settings_provider";s:12:"Provider-Url";s:28:"auth_oidc_settings_client_id";s:9:"Client-ID";s:25:"auth_oidc_settings_secret";s:10:"Client-Key";s:21:"auth_oidc_settings_le";s:23:"Login Page Presentation";s:22:"auth_oidc_settings_txt";s:4:"Text";s:31:"auth_oidc_settings_txt_val_info";s:134:"Enter a text that is supposed to be shown on the login page. The text will be automatically linked to the OpenId Connect login script.";s:22:"auth_oidc_settings_img";s:5:"Image";s:32:"auth_oidc_settings_img_file_info";s:139:"Upload a picture that is supposed to be shown on the login page. The image will be automatically linked to the OpenId Connect login script.";s:32:"auth_oidc_settings_login_options";s:13:"Login Options";s:39:"auth_oidc_settings_login_option_enforce";s:11:"Force Login";s:44:"auth_oidc_settings_login_option_enforce_info";s:105:"A Login on the OpenId Connect Server is necessary in any case - even if there already is a valid session.";s:39:"auth_oidc_settings_login_option_default";s:17:"Don\'t Force Login";s:44:"auth_oidc_settings_login_option_default_info";s:91:"A Login on the OpenId Connect Server is not necessary, if there already is a valid session.";s:31:"auth_oidc_settings_logout_scope";s:19:"Behaviour on Logout";s:38:"auth_oidc_settings_logout_scope_global";s:15:"Logout globally";s:37:"auth_oidc_settings_logout_scope_local";s:22:"Logout only from ILIAS";s:43:"auth_oidc_settings_logout_scope_global_info";s:87:"When activated, both the OpenId Connect and ILIAS session will be terminated on logout.";s:42:"auth_oidc_settings_logout_scope_local_info";s:58:"When activated, only the ILIAS session will be terminated.";s:47:"auth_oidc_settings_custom_session_duration_type";s:29:"Settings for Session Duration";s:49:"auth_oidc_settings_custom_session_duration_option";s:23:"Custom Session Duration";s:42:"auth_oidc_settings_custom_session_duration";s:16:"Session Duration";s:36:"auth_oidc_settings_section_user_sync";s:33:"Settings for User Synchronisation";s:28:"auth_oidc_settings_user_sync";s:25:"Automatic Synchronisation";s:33:"auth_oidc_settings_user_sync_info";s:156:"When activated, users that authenticated successfully with OpenId Connect, but do not have an ILIAS user account, get an automatically created user account.";s:31:"auth_oidc_settings_default_role";s:15:"Role Assignment";s:36:"auth_oidc_settings_default_role_info";s:58:"Please choose a global role für newly created ILIAS users";s:28:"auth_oidc_settings_user_attr";s:30:"Attribute name of User acounts";s:35:"auth_oidc_settings_session_duration";s:8:"Duration";s:9:"auth_oidc";s:14:"OpenId Connect";s:23:"auth_oidc_mapping_table";s:58:"Assignment of ILIAS User Data to OpenId Connect Attributes";s:18:"auth_oidc_settings";s:15:"Server-Settings";s:17:"auth_oidc_profile";s:26:"Assignment of Profile Data";s:15:"auth_oidc_roles";s:15:"Role Assignment";s:27:"auth_oidc_update_field_info";s:20:"Update automatically";s:28:"auth_oidc_role_mapping_table";s:54:"Assignment of ILIAS Roles to OpenId Connect Attributes";s:26:"auth_oidc_update_role_info";s:53:"Only Apply at first Login (Automatic Synchronisation)";s:21:"lti_consumer_inactive";s:30:"LTI tool consumer is disabled.";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:22:"auth_account_migration";s:17:"New ILIAS Account";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:23:"auth_rad_migration_info";s:121:"Activate this option to give new users the possibility to migrate their existing ILIAS accounts to Radius authentication.";s:18:"auth_rad_migration";s:18:"Account Migration:";s:24:"auth_radius_charset_info";s:107:"Please choose the character encoding for the communication with the radius server. If unsure, choose UTF-8.";s:19:"auth_radius_charset";s:18:"Character Encoding";s:20:"auth_radius_sync_rad";s:37:"Automatic generation of user accounts";s:25:"auth_radius_sync_rad_info";s:137:"Creates automatically ILIAS user accounts, for users that successfully authenticated against Radius, without having an ILIAS account yet.";s:16:"auth_radius_ldap";s:26:"Synchronization using LDAP";s:21:"auth_radius_ldap_info";s:115:"If enabled, the synchronization of user accounts and role assignments is done using an existing LDAP configuration.";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:134:"Creates automatically ILIAS user accounts, for users that successfully authenticated against CAS, without having an ILIAS account yet.";s:21:"login_page_switch_rte";s:20:"Use Rich-text editor";s:21:"login_page_switch_ipe";s:21:"Use ILIAS page editor";s:26:"login_page_editor_switched";s:39:"The active page editor has been changed";s:19:"login_page_activate";s:38:"Activate Editor for Selected Languages";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:17:"auth_login_editor";s:18:"Loginscreen Editor";s:18:"auth_auth_settings";s:8:"Settings";s:19:"auth_ldap_server_ds";s:11:"LDAP-Server";s:29:"auth_err_invalid_user_account";s:49:"Authentication failed due to an internal failure.";s:16:"auth_err_expired";s:52:"Your session has been deactivated due to inactivity.";s:23:"auth_err_ldap_exception";s:71:"Authentication failed due to an internal authentication failure (LDAP).";s:28:"auth_activation_code_success";s:62:"Your account has been reactivated. You can now login to ILIAS.";s:36:"auth_err_login_attempts_deactivation";s:63:"The user account has been deactivated due wrong login attempts.";s:9:"auth_saml";s:4:"SAML";s:19:"auth_saml_configure";s:29:"Configure SAML Authentication";s:21:"auth_saml_add_idp_btn";s:25:"Add new Identity Provider";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:21:"auth_saml_deleted_idp";s:39:"The Identity Provider has been deleted.";s:20:"auth_saml_unknow_idp";s:44:"The passed Identity Provider does not exist.";s:26:"auth_saml_add_idp_md_label";s:31:"Identity Provider SAML Metadata";s:35:"auth_saml_idp_selection_table_title";s:27:"Identity Provider Selection";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: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_error";s:96:"The given value was not a valid XML document. Ensure the XML contains a valid Identity Provider.";s:16:"auth_saml_enable";s:19:"Enable SAML Support";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:19:"auth_saml_migration";s:18:"Account Migration:";s:21:"auth_saml_role_select";s:5:"Role:";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: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:14:"auth_saml_sync";s:20:"User Synchronization";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: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:22:"auth_saml_user_mapping";s:20:"User Profile Mapping";s:27:"auth_saml_update_field_info";s:20:"Update automatically";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: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: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 \'%s\' and \'%s\' (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.
Federation Metadata URL: %s";s:13:"auth_saml_idp";s:3:"IDP";s:23:"auth_saml_configure_idp";s:22:"Configure SAML IDP: %s";s:17:"saml_tab_head_idp";s:3:"IDP";s:22:"auth_saml_idp_settings";s:12:"IDP Settings";s:19:"auth_page_type_auth";s:10:"Login Page";}'))); @@ -32743,7 +32761,7 @@ function setupILIASDatabase() 'module' => array('text', 'chat'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:211:{s:11:"cancel_talk";s:14:"Cancel address";s:14:"cancel_whisper";s:14:"Cancel whisper";s:19:"chat_access_blocked";s:38:"You are excluded from these chat rooms";s:17:"chat_active_users";s:26:"Present Users in Chat Room";s:11:"chat_active";s:6:"Active";s:22:"chat_add_allowed_hosts";s:82:"Please add the address of the host(s) which are allowed to access the chat server.";s:17:"chat_add_blocking";s:10:"Block user";s:20:"chat_add_external_ip";s:36:"Please add the server\'s external IP.";s:20:"chat_add_internal_ip";s:36:"Please add the server\'s internal IP.";s:27:"chat_add_moderator_password";s:32:"Please add a moderator password.";s:13:"chat_add_port";s:27:"Please add the server port.";s:25:"chat_add_private_chatroom";s:21:"Add Private Chat Room";s:15:"chat_add_smiley";s:10:"Add Smiley";s:17:"chat_add_ssl_port";s:31:"Please add the server SSL port.";s:23:"chat_add_to_addressbook";s:15:"Add to Contacts";s:20:"chat_add_to_bookmark";s:16:"Add to Bookmarks";s:25:"chat_added_to_addressbook";s:48:"The User \' %s \' has been added to your Contacts.";s:23:"chat_added_to_bookmarks";s:66:"The Room \' %s \' has been added to the top folder of your Bookmarks";s:17:"chat_address_user";s:7:"Address";s:12:"chat_address";s:7:"Address";s:9:"chat_aqua";s:4:"aqua";s:10:"chat_arial";s:5:"Arial";s:22:"chat_available_smilies";s:17:"Available Smileys";s:10:"chat_black";s:5:"black";s:15:"chat_block_user";s:5:"Block";s:21:"chat_blocked_unlocked";s:6:"Unlock";s:18:"chat_blocked_users";s:13:"Blocked users";s:12:"chat_blocked";s:17:"Restricted access";s:9:"chat_blue";s:4:"blue";s:9:"chat_bold";s:4:"Bold";s:29:"chat_cannot_connect_to_server";s:58:"ILIAS cannot build a socket connection to the chat server.";s:20:"chat_chat_invitation";s:16:"Chat Invitations";s:18:"chat_chatroom_body";s:10:"Chat room:";s:20:"chat_chatroom_rename";s:14:"Edit chat room";s:14:"chat_chatrooms";s:10:"Chat Rooms";s:15:"chat_chatviewer";s:11:"Chat Viewer";s:10:"chat_color";s:10:"Font color";s:32:"chat_confirm_delete_private_room";s:41:"Are you sure to delete this private room?";s:26:"chat_confirm_delete_smiley";s:57:"Are you sure that all selected Smileys should be deleted?";s:19:"chat_confirm_delete";s:48:"Are you sure that you want to delete this rooms?";s:22:"chat_confirm_kick_user";s:31:"Are you sure to kick this user?";s:24:"chat_confirm_user_invite";s:42:"The User will be invited to this Chat Room";s:23:"chat_current_image_path";s:18:"Current Image Path";s:33:"chat_default_bookmark_description";s:24:"Link to Chat Room \' %s \'";s:27:"chat_default_bookmark_title";s:13:"Chat Link: %s";s:20:"chat_delete_selected";s:23:"Delete selected Smileys";s:16:"chat_delete_sure";s:47:"Are you sure, you want to delete this chat room";s:19:"chat_disinvite_user";s:44:"Disinvite/remove user from private chat room";s:14:"chat_disinvite";s:9:"Disinvite";s:14:"chat_drop_user";s:11:"User kicked";s:16:"chat_edit_smiley";s:11:"Edit Smiley";s:9:"chat_edit";s:9:"Edit chat";s:10:"chat_empty";s:5:"Empty";s:22:"chat_enable_autoscroll";s:17:"Enable Autoscroll";s:25:"chat_enter_valid_username";s:30:"Please enter a valid username.";s:15:"chat_export_all";s:50:"No restrictions (all users with access may export)";s:16:"chat_export_info";s:86:"Displays an export button for the current room. The messages will be exported to html.";s:21:"chat_export_moderator";s:15:"Moderators only";s:23:"chat_export_period_info";s:31:"Export the given number of days";s:18:"chat_export_period";s:13:"Export period";s:18:"chat_export_status";s:27:"Required export permissions";s:9:"chat_face";s:9:"Font type";s:12:"chat_fuchsia";s:7:"fuchsia";s:21:"chat_general_settings";s:16:"General Settings";s:9:"chat_gray";s:4:"gray";s:10:"chat_green";s:5:"green";s:17:"chat_hide_details";s:12:"Hide details";s:17:"chat_hide_smilies";s:12:"Hide smileys";s:20:"chat_hide_textformat";s:15:"Hide Textformat";s:16:"chat_html_export";s:11:"HTML export";s:10:"chat_ilias";s:17:"ILIAS Chat module";s:15:"chat_image_path";s:10:"Image Path";s:13:"chat_inactive";s:8:"Inactive";s:10:"chat_input";s:5:"Input";s:19:"chat_insert_message";s:23:"Please insert a message";s:20:"chat_invitation_body";s:24:"Invitation to chat from:";s:23:"chat_invitation_subject";s:15:"Chat invitation";s:16:"chat_invite_user";s:11:"Invite user";s:11:"chat_invite";s:6:"Invite";s:15:"chat_invited_by";s:10:"Invited by";s:11:"chat_italic";s:6:"Italic";s:22:"chat_kick_user_session";s:9:"Kick user";s:9:"chat_kick";s:4:"Kick";s:21:"chat_kicked_from_room";s:68:"You have been kicked from this chat room, you cannot write messages.";s:14:"chat_level_all";s:3:"All";s:16:"chat_level_debug";s:5:"Debug";s:16:"chat_level_error";s:5:"Error";s:16:"chat_level_fatal";s:5:"Fatal";s:15:"chat_level_info";s:4:"Info";s:9:"chat_lime";s:4:"lime";s:11:"chat_maroon";s:6:"maroon";s:28:"chat_message_notify_activate";s:18:"Chat Notifications";s:30:"chat_message_notify_deactivate";s:25:"Deactivate Message Notify";s:19:"chat_message_notify";s:16:"Message Notifier";s:21:"chat_messages_deleted";s:27:"Messages have been deleted.";s:23:"chat_moderator_password";s:18:"Moderator password";s:9:"chat_navy";s:4:"navy";s:32:"chat_new_invitation_sound_status";s:57:"Play a sound when user receives an invitation to the chat";s:29:"chat_new_message_sound_status";s:59:"Play a sound when a new message has been posted to the chat";s:16:"chat_new_message";s:11:"New message";s:20:"chat_no_active_users";s:25:"No further users present.";s:15:"chat_no_blocked";s:26:"No blocked users available";s:18:"chat_no_connection";s:27:"Cannot contact chat server.";s:21:"chat_no_delete_public";s:38:"The public chat room cannot be deleted";s:20:"chat_no_online_users";s:24:"No further users online.";s:28:"chat_no_recordings_available";s:42:"No recordings are available at the moment.";s:22:"chat_no_refresh_public";s:41:"The public chat room cannot be refreshed.";s:21:"chat_no_rename_public";s:33:"The public room cannot be renamed";s:21:"chat_no_room_selected";s:26:"No room has been selected.";s:22:"chat_no_users_selected";s:28:"You have to select one user.";s:18:"chat_no_write_perm";s:22:"No permission to write";s:23:"chat_notification_intro";s:72:"This mail was automatically sent to you by the ILIAS installation %s, %s";s:10:"chat_olive";s:5:"olive";s:17:"chat_online_users";s:18:"Other Users Online";s:9:"chat_open";s:10:"Enter Room";s:20:"chat_private_message";s:15:"Private Message";s:12:"chat_profile";s:7:"Profile";s:16:"chat_public_room";s:16:"Public chat room";s:11:"chat_purple";s:6:"purple";s:20:"chat_recent_postings";s:20:"Recent Chat Postings";s:21:"chat_recording_action";s:6:"Action";s:26:"chat_recording_description";s:11:"Description";s:24:"chat_recording_moderator";s:9:"Moderator";s:24:"chat_recording_not_found";s:25:"Could not find recording.";s:22:"chat_recording_running";s:17:"Recording running";s:22:"chat_recording_started";s:17:"Recording started";s:22:"chat_recording_stopped";s:17:"Recording stopped";s:25:"chat_recording_time_frame";s:10:"Time frame";s:20:"chat_recording_title";s:18:"Title of recording";s:27:"chat_recordings_delete_sure";s:32:"Deleting records - are you sure?";s:23:"chat_recordings_deleted";s:24:"Recordings were deleted.";s:26:"chat_recordings_select_one";s:50:"Please choose recordings you would like to delete.";s:15:"chat_recordings";s:10:"Recordings";s:8:"chat_red";s:3:"red";s:12:"chat_refresh";s:7:"Refresh";s:14:"chat_refreshed";s:48:"Deleted all messages of the selected chat rooms.";s:15:"chat_room_added";s:19:"Added new chat room";s:24:"chat_room_does_not_exist";s:84:"The Chat Room does not exist. Maybe it has been removed or you used an invalid link.";s:14:"chat_room_name";s:17:"Name of chat room";s:17:"chat_room_renamed";s:18:"Chat room renamed.";s:16:"chat_room_select";s:17:"Private chat room";s:18:"chat_rooms_deleted";s:21:"Chat room(s) deleted.";s:10:"chat_rooms";s:10:"Chat Rooms";s:20:"chat_select_one_room";s:27:"Please select one chat room";s:21:"chat_server_allowed_b";s:30:"(e.g. 192.168.1.1,192.168.1.2)";s:19:"chat_server_allowed";s:13:"Allowed hosts";s:23:"chat_server_external_ip";s:14:"Server Address";s:23:"chat_server_internal_ip";s:18:"Server internal IP";s:19:"chat_server_logfile";s:13:"Log file path";s:20:"chat_server_loglevel";s:9:"Log level";s:22:"chat_server_not_active";s:29:"The chat server is not active";s:16:"chat_server_port";s:11:"Server Port";s:20:"chat_server_settings";s:20:"Chat server settings";s:22:"chat_server_ssl_active";s:10:"SSL active";s:20:"chat_server_ssl_port";s:15:"Server SSL Port";s:24:"chat_server_ssl_settings";s:12:"SSL Settings";s:19:"chat_settings_saved";s:14:"Settings saved";s:17:"chat_show_details";s:12:"Show details";s:17:"chat_show_smilies";s:12:"Show smileys";s:20:"chat_show_textformat";s:11:"Format text";s:11:"chat_silver";s:6:"silver";s:33:"chat_smiley_image_only_if_changed";s:122:"Please enter a new Image only if you want to change the existing. If no new Image is given, the existing won\'t be changed.";s:17:"chat_smiley_image";s:12:"Smiley Image";s:19:"chat_smiley_keyword";s:15:"Smiley Shortcut";s:38:"chat_smiley_keywords_one_per_line_note";s:94:"You can enter multiple Keywords for each Smiley. Each line will be used as a seperate Keyword.";s:20:"chat_smiley_keywords";s:16:"Smiley Shortcuts";s:21:"chat_smilies_activate";s:16:"Activate Smileys";s:23:"chat_smilies_deactivate";s:18:"Deactivate Smileys";s:30:"chat_smilies_dir_not_available";s:126:"The smiley data directory could not be created. This ILIAS will not be able to use chat smileys as further actions are needed.";s:27:"chat_smilies_dir_not_exists";s:79:"The smiley data directory does not exist. Trying to setup folders and database.";s:29:"chat_smilies_dir_not_writable";s:90:"Your smiley data directory exists but is not writable. You will not be able to add smiles.";s:24:"chat_smilies_initialized";s:57:"The smiley data has been initialized and is ready to use.";s:19:"chat_smilies_status";s:12:"Chat Smileys";s:26:"chat_sound_status_activate";s:15:"Activate Sounds";s:28:"chat_sound_status_deactivate";s:17:"Deactivate Sounds";s:11:"chat_sounds";s:6:"Sounds";s:20:"chat_start_recording";s:15:"Start recording";s:17:"chat_status_saved";s:27:"The status has been changed";s:11:"chat_status";s:6:"Status";s:19:"chat_stop_recording";s:14:"Stop recording";s:11:"chat_tahoma";s:6:"Tahoma";s:9:"chat_teal";s:4:"teal";s:15:"chat_textformat";s:11:"Format text";s:10:"chat_times";s:5:"Times";s:18:"chat_title_missing";s:21:"Please insert a name.";s:17:"chat_to_chat_body";s:11:"To the chat";s:9:"chat_type";s:9:"Font face";s:19:"chat_unblocked_user";s:37:"The selected user have been unlocked.";s:15:"chat_underlined";s:10:"Underlined";s:24:"chat_unkick_user_session";s:11:"Unkick user";s:11:"chat_unkick";s:6:"Unkick";s:18:"chat_upload_smiley";s:13:"Upload Smiley";s:25:"chat_user_already_blocked";s:52:"The access for the selected user is already blocked.";s:32:"chat_user_already_in_addressbook";s:37:"The User is already in your Contacts.";s:17:"chat_user_blocked";s:37:"Blocked access for the selected user.";s:25:"chat_user_dropped_private";s:59:"The user was disinvited/removed from the private chat room.";s:17:"chat_user_dropped";s:11:"User kicked";s:16:"chat_user_hidden";s:6:"hidden";s:25:"chat_user_invited_private";s:51:"The user was invited to the private chat room \'%s\'.";s:24:"chat_user_invited_public";s:38:"The user was invited to the chat \'%s\'.";s:17:"chat_user_invited";s:21:"Invited user to chat.";s:14:"chat_user_name";s:8:"Username";s:18:"chat_user_unkicked";s:27:"The user has been unkicked.";s:17:"chat_user_visible";s:7:"visible";s:12:"chat_whisper";s:7:"Whisper";s:11:"chat_yellow";s:6:"yellow";s:5:"chats";s:5:"Chats";s:19:"check_configuration";s:40:"Please check the chat server\'s settings.";s:12:"edit_smilies";s:12:"Edit Smileys";s:8:"my_chats";s:8:"My Chats";s:33:"chat_activate_status_notification";s:74:"Show notification about new chat invitations and messages in main menu bar";}'))); $ilDB->insert("lng_modules", array( -'module' => array('text', 'chatroom'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:169:{s:22:"chat_enable_autoscroll";s:17:"Enable Autoscroll";s:13:"chat_settings";s:13:"Chat Settings";s:16:"chat_select_room";s:16:"Select Chat Room";s:19:"chatviewer_no_rooms";s:28:"No Chat Room available, yet.";s:14:"history_by_day";s:13:"Daily History";s:17:"no_username_given";s:24:"Please choose a username";s:18:"history_by_session";s:15:"Session History";s:6:"period";s:6:"Period";s:15:"allow_anonymous";s:21:"Allow Anonymous Login";s:17:"autogen_usernames";s:25:"Auto Generated User Names";s:22:"allow_custom_usernames";s:23:"Allow Custom User Names";s:14:"enable_history";s:14:"Enable History";s:16:"settings_general";s:7:"General";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:4:"bans";s:4:"Bans";s:11:"permissions";s:11:"Permissions";s:7:"session";s:7:"Session";s:22:"select_custom_username";s:22:"Select Custom Username";s:15:"custom_username";s:15:"Custom Username";s:5:"enter";s:15:"Enter Chat Room";s:13:"duration_from";s:4:"From";s:11:"duration_to";s:2:"To";s:8:"obj_chtr";s:9:"Chat Room";s:12:"chat_message";s:7:"Message";s:19:"chat_message_to_all";s:6:"To All";s:20:"chat_message_options";s:7:"Display";s:20:"chat_message_display";s:7:"Options";s:13:"chat_mainroom";s:9:"Main Room";s:9:"chat_join";s:4:"Join";s:11:"chat_invite";s:6:"Invite";s:9:"chat_kick";s:4:"Kick";s:8:"chat_ban";s:3:"Ban";s:12:"chat_address";s:7:"Address";s:12:"chat_whisper";s:7:"Whisper";s:27:"chat_connection_established";s:47:"+++ #username# has entered chat room +++";s:28:"chat_connection_disconnected";s:44:"--- #username# left the chat room ---";s:16:"chat_to_mainroom";s:12:"To Main Room";s:31:"chat_create_private_room_button";s:19:"Create Private Room";s:23:"chatroom_smiley_keyword";s:7:"Keyword";s:15:"chat_invitation";s:57:""[INVITER_NAME]" invites you into chat room "[ROOM_NAME]"";s:20:"chat_invitation_long";s:172:"[SALUTATION] You have been invited to a chat room: Chat Room Title: [ROOM_NAME] Invited by: [INVITER_NAME] URL: [LINK] To join the chat room, please follow the given URL.";s:21:"chat_invitation_short";s:51:"Please click the title link to enter the chat room.";s:14:"settings_title";s:8:"Settings";s:19:"history_byday_title";s:25:"Show Conversation per Day";s:23:"history_bysession_title";s:29:"Show Conversation per Session";s:15:"ban_table_title";s:12:"Banned Users";s:4:"main";s:9:"Main Room";s:11:"auto_scroll";s:16:"Scroll to Bottom";s:19:"public_chat_created";s:54:"The public chat room has been added to the repository.";s:15:"lost_connection";s:50:"The connection to the chat server was interrupted.";s:6:"banned";s:40:"You have been banned from this chat room";s:6:"kicked";s:40:"You have been kicked from this chat room";s:5:"unban";s:5:"Unban";s:17:"unable_to_connect";s:59:"The connection to the chat server could not be established.";s:26:"server_further_information";s:118:"You can find further information about the server configuration in the readme file.";s:8:"chtr_new";s:13:"New Chat Room";s:8:"chtr_add";s:13:"Add Chat Room";s:15:"welcome_to_chat";s:24:"Welcome to the chat room";s:12:"user_invited";s:26:"The user has been invited.";s:11:"user_kicked";s:39:"The user #user# has been kicked.";s:17:"user_invited_self";s:57:"#user# invited you to the chat room #room#.";s:19:"private_room_closed";s:45:"The chat room #title# has been closed.";s:20:"private_room_entered";s:43:"Welcome to the private room #title#.";s:17:"private_room_left";s:64:"The user #user# has left the private room #title#.";s:25:"private_room_entered_user";s:71:"The user #username# has entered the private room #title#.";s:24:"kicked_from_private_room";s:58:"You have been kicked from the private room #title#.";s:18:"chatserver_address";s:29:"IP-Address/FQN of Chat Server";s:15:"chatserver_port";s:19:"Port of Chat Server";s:8:"hint_osd";s:85:"If enabled, users are notified by a popup about new invitations for repository chats.";s:17:"hint_osd_interval";s:165:"Polling interval for checking of new notifications. A lower number will notify the user more quickly but increases the number of requests the web server must handle.";s:14:"enable_smilies";s:14:"Enable Smileys";s:19:"hint_enable_smilies";s:101:"If activated, configured text sequences are replaced with an icon. See Smileys tab for configuration.";s:17:"display_past_msgs";s:23:"Number of Past Messages";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:8:"speak_to";s:22:"Speak to #user#";s:10:"whisper_to";s:24:"Whisper to #user#";s:26:"chat_anonymous_not_allowed";s:29:"Please login to use the chat.";s:18:"leave_private_room";s:18:"Leave Private Room";s:17:"left_private_room";s:17:"Left private room";s:19:"delete_private_room";s:19:"Delete Private Room";s:22:"invite_to_private_room";s:22:"Invite to Current Room";s:5:"scope";s:17:"Room/Private Room";s:12:"user_in_room";s:34:"Invite user from current chat room";s:13:"user_in_ilias";s:33:"Search and invite user from ILIAS";s:13:"kick_question";s:54:"Do you really want to kick the user from current room?";s:12:"ban_question";s:53:"Do you really want to ban the user from current room?";s:15:"history_cleared";s:47:"The message history was deleted by a moderator.";s:18:"clear_room_history";s:22:"Delete Message History";s:27:"clear_room_history_question";s:62:"Do you really want to delete all messages of the current room?";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:24:"create_private_room_text";s:17:"Private room name";s:15:"invite_username";s:8:"Username";s:21:"private_rooms_enabled";s:19:"Allow Private Rooms";s:26:"private_rooms_enabled_info";s:91:"If activated, users can create private rooms. Only invited users have access to this rooms.";s:16:"no_further_users";s:22:"No other users present";s:5:"users";s:5:"Users";s:11:"no_messages";s:49:"There are no saved messages for the given period.";s:21:"history_title_general";s:30:"Conversation in Chat Room "%s"";s:26:"history_title_private_room";s:33:"Conversation in Private Room "%s"";s:11:"end_whisper";s:6:"Cancel";s:17:"room_in_container";s:11:"%s (in: %s)";s:13:"chatroom_auth";s:14:"Authentication";s:17:"chatroom_auth_key";s:18:"Authentication-Key";s:20:"chatroom_auth_secret";s:21:"Authentication-Secret";s:21:"chatroom_auth_btn_txt";s:13:"Generate Keys";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:3:"key";s:3:"Key";s:7:"dhparam";s:24:"Diffie-Hellman Parameter";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: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:3:"log";s:14:"Chatserver Log";s:9:"error_log";s:20:"Chatserver Error-Log";s:28:"delete_private_room_question";s:28:"Confirm delete private room?";s:20:"chat_auth_token_info";s:322:"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 id has to be unique.";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: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: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: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: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_log_level";s:9:"Log Level";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:27:"chat_osc_start_conversation";s:18:"Start Conversation";s:19:"chat_osc_accept_msg";s:34:"Allow On-Screen Chat Conversations";s:24:"chat_osc_accept_msg_info";s:67:"If activated, other users are allowed start a conversation with me.";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:22:"chat_osc_conversations";s:13:"Conversations";s:13:"chat_osc_send";s:4:"Send";s:31:"chat_osc_invite_to_conversation";s:19:"Add to Conversation";s:17:"chat_osc_add_user";s:17:"Add Further Users";s:13:"chat_osc_user";s:4:"User";s:20:"chat_osc_write_a_msg";s:19:"Write a Message ...";s:18:"chat_osc_emoticons";s:9:"Emoticons";s:21:"chat_osc_no_usr_found";s:45:"Could not find any user matching your search.";s:33:"chat_osc_section_head_other_rooms";s:15:"Public Chatroom";s:31:"chat_osc_sure_to_leave_grp_conv";s:54:"Are you sure you want to leave the group conversation?";s:23:"chat_osc_leave_grp_conv";s:18:"Leave Conversation";s:27:"chat_osc_user_left_grp_conv";s:42:"User \'%s\' has left the group conversation.";s:24:"chat_osc_dont_accept_msg";s:126:"You currently cannot be invited to conversations. If desired you can change this in your \'Personal Settings\'.";s:26:"chat_osc_doesnt_accept_msg";s:26:"Conversations not possible";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: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: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: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: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:18:"chtr_server_status";s:13:"Server Status";s:23:"chtr_ban_actor_tbl_head";s:6:"Akteur";s:20:"chtr_ban_ts_tbl_head";s:9:"Timestamp";s:27:"chat_osc_head_grp_x_persons";s:8:"%s Users";s:35:"chat_user_action_invite_public_room";s:25:"Invite to Public Chatroom";s:27:"chat_user_action_invite_osd";s:24:"Invite to On-Screen Chat";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:26:"chat_deletion_section_head";s:24:"Deletion of old Messages";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: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: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.";}'))); +'module' => array('text', 'chatroom'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:169:{s:22:"chat_enable_autoscroll";s:17:"Enable Autoscroll";s:13:"chat_settings";s:13:"Chat Settings";s:16:"chat_select_room";s:16:"Select Chat Room";s:19:"chatviewer_no_rooms";s:28:"No Chat Room available, yet.";s:14:"history_by_day";s:13:"Daily History";s:17:"no_username_given";s:24:"Please choose a username";s:18:"history_by_session";s:15:"Session History";s:6:"period";s:6:"Period";s:15:"allow_anonymous";s:21:"Allow Anonymous Login";s:17:"autogen_usernames";s:25:"Auto Generated User Names";s:22:"allow_custom_usernames";s:23:"Allow Custom User Names";s:14:"enable_history";s:14:"Enable History";s:16:"settings_general";s:7:"General";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:4:"bans";s:4:"Bans";s:11:"permissions";s:11:"Permissions";s:7:"session";s:7:"Session";s:22:"select_custom_username";s:22:"Select Custom Username";s:15:"custom_username";s:15:"Custom Username";s:5:"enter";s:15:"Enter Chat Room";s:13:"duration_from";s:4:"From";s:11:"duration_to";s:2:"To";s:8:"obj_chtr";s:9:"Chat Room";s:12:"chat_message";s:7:"Message";s:19:"chat_message_to_all";s:6:"To All";s:20:"chat_message_options";s:7:"Display";s:20:"chat_message_display";s:7:"Options";s:13:"chat_mainroom";s:9:"Main Room";s:9:"chat_join";s:4:"Join";s:11:"chat_invite";s:6:"Invite";s:9:"chat_kick";s:4:"Kick";s:8:"chat_ban";s:3:"Ban";s:12:"chat_address";s:7:"Address";s:12:"chat_whisper";s:7:"Whisper";s:27:"chat_connection_established";s:47:"+++ #username# has entered chat room +++";s:28:"chat_connection_disconnected";s:44:"--- #username# left the chat room ---";s:16:"chat_to_mainroom";s:12:"To Main Room";s:31:"chat_create_private_room_button";s:19:"Create Private Room";s:23:"chatroom_smiley_keyword";s:7:"Keyword";s:15:"chat_invitation";s:57:""[INVITER_NAME]" invites you into chat room "[ROOM_NAME]"";s:20:"chat_invitation_long";s:172:"[SALUTATION] You have been invited to a chat room: Chat Room Title: [ROOM_NAME] Invited by: [INVITER_NAME] URL: [LINK] To join the chat room, please follow the given URL.";s:21:"chat_invitation_short";s:51:"Please click the title link to enter the chat room.";s:14:"settings_title";s:8:"Settings";s:19:"history_byday_title";s:25:"Show Conversation per Day";s:23:"history_bysession_title";s:29:"Show Conversation per Session";s:15:"ban_table_title";s:12:"Banned Users";s:4:"main";s:9:"Main Room";s:11:"auto_scroll";s:16:"Scroll to Bottom";s:19:"public_chat_created";s:54:"The public chat room has been added to the repository.";s:15:"lost_connection";s:50:"The connection to the chat server was interrupted.";s:6:"banned";s:40:"You have been banned from this chat room";s:6:"kicked";s:40:"You have been kicked from this chat room";s:5:"unban";s:5:"Unban";s:17:"unable_to_connect";s:59:"The connection to the chat server could not be established.";s:26:"server_further_information";s:118:"You can find further information about the server configuration in the readme file.";s:8:"chtr_new";s:13:"New Chat Room";s:8:"chtr_add";s:13:"Add Chat Room";s:15:"welcome_to_chat";s:24:"Welcome to the chat room";s:12:"user_invited";s:26:"The user has been invited.";s:11:"user_kicked";s:39:"The user #user# has been kicked.";s:17:"user_invited_self";s:57:"#user# invited you to the chat room #room#.";s:19:"private_room_closed";s:45:"The chat room #title# has been closed.";s:20:"private_room_entered";s:43:"Welcome to the private room #title#.";s:17:"private_room_left";s:64:"The user #user# has left the private room #title#.";s:25:"private_room_entered_user";s:71:"The user #username# has entered the private room #title#.";s:24:"kicked_from_private_room";s:58:"You have been kicked from the private room #title#.";s:18:"chatserver_address";s:29:"IP-Address/FQN of Chat Server";s:15:"chatserver_port";s:19:"Port of Chat Server";s:8:"hint_osd";s:85:"If enabled, users are notified by a popup about new invitations for repository chats.";s:17:"hint_osd_interval";s:165:"Polling interval for checking of new notifications. A lower number will notify the user more quickly but increases the number of requests the web server must handle.";s:14:"enable_smilies";s:14:"Enable Smileys";s:19:"hint_enable_smilies";s:101:"If activated, configured text sequences are replaced with an icon. See Smileys tab for configuration.";s:17:"display_past_msgs";s:23:"Number of Past Messages";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:8:"speak_to";s:22:"Speak to #user#";s:10:"whisper_to";s:24:"Whisper to #user#";s:26:"chat_anonymous_not_allowed";s:29:"Please login to use the chat.";s:18:"leave_private_room";s:18:"Leave Private Room";s:17:"left_private_room";s:17:"Left private room";s:19:"delete_private_room";s:19:"Delete Private Room";s:22:"invite_to_private_room";s:22:"Invite to Current Room";s:5:"scope";s:17:"Room/Private Room";s:12:"user_in_room";s:34:"Invite user from current chat room";s:13:"user_in_ilias";s:33:"Search and invite user from ILIAS";s:13:"kick_question";s:54:"Do you really want to kick the user from current room?";s:12:"ban_question";s:53:"Do you really want to ban the user from current room?";s:15:"history_cleared";s:47:"The message history was deleted by a moderator.";s:18:"clear_room_history";s:22:"Delete Message History";s:27:"clear_room_history_question";s:62:"Do you really want to delete all messages of the current room?";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:24:"create_private_room_text";s:17:"Private room name";s:15:"invite_username";s:8:"Username";s:21:"private_rooms_enabled";s:19:"Allow Private Rooms";s:26:"private_rooms_enabled_info";s:91:"If activated, users can create private rooms. Only invited users have access to this rooms.";s:16:"no_further_users";s:22:"No other users present";s:5:"users";s:5:"Users";s:11:"no_messages";s:49:"There are no saved messages for the given period.";s:21:"history_title_general";s:30:"Conversation in Chat Room "%s"";s:26:"history_title_private_room";s:33:"Conversation in Private Room "%s"";s:11:"end_whisper";s:6:"Cancel";s:17:"room_in_container";s:11:"%s (in: %s)";s:13:"chatroom_auth";s:14:"Authentication";s:17:"chatroom_auth_key";s:18:"Authentication-Key";s:20:"chatroom_auth_secret";s:21:"Authentication-Secret";s:21:"chatroom_auth_btn_txt";s:13:"Generate Keys";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:3:"key";s:3:"Key";s:7:"dhparam";s:24:"Diffie-Hellman Parameter";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: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:3:"log";s:14:"Chatserver Log";s:9:"error_log";s:20:"Chatserver Error-Log";s:28:"delete_private_room_question";s:28:"Confirm delete private room?";s:20:"chat_auth_token_info";s:322:"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 id has to be unique.";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: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: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: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: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_log_level";s:9:"Log Level";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:27:"chat_osc_start_conversation";s:18:"Start Conversation";s:19:"chat_osc_accept_msg";s:34:"Allow On-Screen Chat Conversations";s:24:"chat_osc_accept_msg_info";s:67:"If activated, other users are allowed start a conversation with me.";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:22:"chat_osc_conversations";s:13:"Conversations";s:13:"chat_osc_send";s:4:"Send";s:31:"chat_osc_invite_to_conversation";s:19:"Add to Conversation";s:17:"chat_osc_add_user";s:17:"Add Further Users";s:13:"chat_osc_user";s:4:"User";s:20:"chat_osc_write_a_msg";s:19:"Write a Message ...";s:18:"chat_osc_emoticons";s:9:"Emoticons";s:21:"chat_osc_no_usr_found";s:45:"Could not find any user matching your search.";s:33:"chat_osc_section_head_other_rooms";s:15:"Public Chatroom";s:31:"chat_osc_sure_to_leave_grp_conv";s:54:"Are you sure you want to leave the group conversation?";s:23:"chat_osc_leave_grp_conv";s:18:"Leave Conversation";s:27:"chat_osc_user_left_grp_conv";s:42:"User \'%s\' has left the group conversation.";s:24:"chat_osc_dont_accept_msg";s:126:"You currently cannot be invited to conversations. If desired you can change this in your \'Personal Settings\'.";s:26:"chat_osc_doesnt_accept_msg";s:26:"Conversations not possible";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: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: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: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: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:18:"chtr_server_status";s:13:"Server Status";s:23:"chtr_ban_actor_tbl_head";s:9:"locked by";s:20:"chtr_ban_ts_tbl_head";s:9:"Timestamp";s:27:"chat_osc_head_grp_x_persons";s:8:"%s Users";s:35:"chat_user_action_invite_public_room";s:25:"Invite to Public Chatroom";s:27:"chat_user_action_invite_osd";s:24:"Invite to On-Screen Chat";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:26:"chat_deletion_section_head";s:24:"Deletion of old Messages";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: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: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.";}'))); $ilDB->insert("lng_modules", array( 'module' => array('text', 'chatroom_adm'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:32:{s:26:"chatroom_available_smilies";s:17:"Available Smileys";s:24:"chatroom_delete_selected";s:23:"Delete Selected Smileys";s:21:"chatroom_smiley_image";s:6:"Smiley";s:19:"chatroom_add_smiley";s:10:"Add Smiley";s:19:"chatroom_image_path";s:14:"Path to Smiley";s:24:"chatroom_smiley_keywords";s:8:"Keywords";s:42:"chatroom_smiley_keywords_one_per_line_note";s:20:"One Keyword per Line";s:22:"chatroom_upload_smiley";s:13:"Upload Smiley";s:8:"protocol";s:8:"Protocol";s:6:"smiley";s:7:"Smilies";s:20:"chatroom_edit_smiley";s:11:"Edit Smiley";s:34:"chatroom_current_smiley_image_path";s:14:"Current Smiley";s:29:"chatroom_current_smiley_image";s:19:"Current Smiley Icon";s:37:"chatroom_smiley_image_only_if_changed";s:67:"Choose a new smiley icon only if the current one is to be replaced.";s:15:"server_settings";s:19:"Chatserver Settings";s:15:"client_settings";s:16:"General Settings";s:5:"https";s:5:"HTTPS";s:12:"chat_enabled";s:11:"Enable Chat";s:10:"enable_osd";s:47:"Repository Chat: Enable On-Screen Notifications";s:22:"general_settings_title";s:21:"General Chat Settings";s:13:"osd_intervall";s:25:"Refreshinterval (seconds)";s:25:"chatserver_settings_title";s:19:"Chatserver Settings";s:30:"chatroom_confirm_delete_smiley";s:52:"Are you sure you want to delete the selected smiley?";s:27:"chat_smilies_dir_not_exists";s:33:"Smilies directory does not exist.";s:24:"chat_smilies_initialized";s:24:"Chat smileys initialized";s:23:"settings_has_been_saved";s:23:"Settings has been saved";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:29:"chat_cannot_connect_to_server";s:58:"ILIAS cannot build a socket connection to the chat server.";s:20:"public_chat_settings";s:25:"Public Chat Room Settings";s:23:"public_chat_permissions";s:28:"Public Chat Room Permissions";s:21:"play_invitation_sound";s:12:"Play a sound";s:26:"play_invitation_sound_info";s:66:"Play a sound when receiving a new invitation for repository chats.";}'))); @@ -32806,7 +32824,7 @@ function setupILIASDatabase() 'module' => array('text', 'didactic'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:40:{s:14:"didactic_scope";s:5:"Scope";s:26:"didactic_scope_list_header";s:11:"Limited to:";s:15:"grp_closed_info";s:37:"Group is not visible for non-members.";s:10:"grp_closed";s:12:"Closed Group";s:16:"sess_closed_info";s:44:"Session is not visible for non-participants.";s:11:"sess_closed";s:14:"Closed Session";s:16:"didactic_adm_tab";s:18:"Didactic Templates";s:19:"didactic_import_btn";s:24:"Import Didactic Template";s:23:"didactic_applicable_for";s:14:"Applicable for";s:28:"didactic_available_templates";s:28:"Available Didactic Templates";s:25:"didactic_copy_suc_message";s:24:"Copied didactic template";s:27:"didactic_confirm_delete_msg";s:62:"Do you really want to delete the following didactic templates?";s:19:"didactic_delete_msg";s:27:"Deleted didactic templates.";s:22:"didactic_activated_msg";s:28:"Activated didactic templates";s:24:"didactic_deactivated_msg";s:30:"Deactivated didactic templates";s:18:"didactic_do_export";s:6:"Export";s:27:"didactic_import_table_title";s:29:"Import of a didactic template";s:25:"didactic_back_to_overview";s:16:"Back to Overview";s:23:"didactic_import_success";s:39:"Successfully imported didactic template";s:22:"didactic_import_failed";s:52:"Importing the didactic template failed with message:";s:17:"didactic_edit_tpl";s:22:"Edit Didactic Template";s:26:"didactic_default_type_info";s:43:"Default set of permissions will be applied.";s:21:"didactic_install_info";s:19:"General Information";s:20:"didactic_not_changed";s:43:"The didactic template setting is unchanged.";s:28:"didactic_selected_tpl_option";s:26:"Applied didactic template:";s:25:"didactic_template_applied";s:26:"Applied didactic template.";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:21:"didactic_default_type";s:7:"Default";s:32:"activate_local_didactic_template";s:20:"Scope of Application";s:14:"effective_form";s:23:"Template Effective From";s:17:"more_translations";s:17:"More Translations";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: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:23:"didactic_auto_generated";s:19:"Automatic Generated";s:27:"activate_exclusive_template";s:16:"Grey Out Default";s:37:"activate_local_didactic_template_info";s:69:"Usage of this didactical template will be limited to these sub-areas.";s:32:"activate_exclusive_template_info";s:74:"The standard template won\'t be available wherever this template is active.";s:18:"dtpl_obj_type_info";s:58:"This didactic template can be applied on this object type.";}'))); $ilDB->insert("lng_modules", array( -'module' => array('text', 'ecs'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:241:{s:11:"cert_serial";s:25:"Certificate Serial Number";s:7:"ecs_abr";s:12:"Abbreviation";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:20:"ecs_account_duration";s:27:"Activation Period Extension";s:17:"ecs_active_header";s:21:"Import/Export Allowed";s:10:"ecs_active";s:24:"Enable ECS Functionality";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:16:"ecs_approval_rcp";s:35:"Notification About Approved Courses";s:18:"ecs_attribute_name";s:14:"Attribute Name";s:11:"ecs_ca_cert";s:14:"CA Certificate";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:24:"ecs_cat_mapping_duration";s:10:"Date Range";s:26:"ecs_cat_mapping_fixed_info";s:80:"Choose this mode for assigning Course Links to categories based on fixed values.";s:21:"ecs_cat_mapping_fixed";s:12:"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:12:"ecs_cert_key";s:15:"Certificate Key";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:15:"ecs_communities";s:12:"Participants";s:23:"ecs_connection_settings";s:19:"Connection Settings";s:7:"ecs_dns";s:10:"Domainname";s:12:"ecs_duration";s:8:"Duration";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:12:"ecs_econ_rcp";s:32:"Notification About New E-Content";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: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: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:23:"ecs_export_obj_settings";s:23:"Course Release Settings";s:10:"ecs_export";s:15:"Course Releases";s:15:"ecs_field_begin";s:5:"Begin";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:20:"ecs_global_role_info";s:68:"The chosen role will be assigned to newly created ECS user accounts.";s:16:"ecs_ignore_field";s:35:"Disable export/update of this field";s:18:"ecs_import_id_info";s:75:"Please enter the ID of the category, where new Course Links will be created";s:13:"ecs_import_id";s:9:"Import ID";s:10:"ecs_import";s:16:"Imported Objects";s:20:"ecs_imported_content";s:18:"Imported E-Content";s:17:"ecs_imported_from";s:13:"Imported From";s:16:"ecs_key_password";s:12:"Key Password";s:18:"ecs_local_settings";s:14:"Local Settings";s:15:"ecs_mapping_tbl";s:47:"Mapping of ECS-Data to ILIAS Advanced Meta Data";s:12:"ecs_mappings";s:16:"ECS Data Mapping";s:13:"ecs_meta_data";s:9:"Meta Data";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:12:"ecs_no_owner";s:33:"Please select one community name.";s:12:"ecs_no_value";s:13:"Not available";s:17:"ecs_not_published";s:22:"No approvals selected.";s:17:"ecs_notifications";s:13:"Notifications";s:22:"ecs_participants_infos";s:19:"Further Information";s:16:"ecs_participants";s:12:"Participants";s:16:"ecs_polling_info";s:70:"Please define the polling time for creation and update of Course Links";s:11:"ecs_polling";s:12:"Polling Time";s:8:"ecs_port";s:4:"Port";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:20:"ecs_released_content";s:18:"Released E-Content";s:12:"ecs_released";s:16:"Released Objects";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:19:"ecs_server_settings";s:17:"ECS Functionality";s:14:"ecs_server_url";s:10:"Server URL";s:12:"ecs_settings";s:8:"Settings";s:20:"ecs_tbl_active_rules";s:36:"Active Rules for Category Assignment";s:13:"ecs_unique_id";s:14:"Participant-ID";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:12:"ecs_user_rcp";s:28:"Notification About ECS Users";s:15:"ecs_add_new_ecs";s:11:"Add New ECS";s:17:"ecs_available_ecs";s:13:"Available ECS";s:14:"ecs_tbl_active";s:6:"Active";s:15:"ecs_server_addr";s:14:"Server Address";s:12:"ecs_activate";s:8:"Activate";s:14:"ecs_deactivate";s:10:"Deactivate";s:18:"ecs_not_configured";s:14:"Not configured";s:14:"ecs_tbl_import";s:6:"Import";s:14:"ecs_tbl_export";s:6:"Export";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_back_settings";s:12:"ECS Settings";s:17:"ecs_crs_alloc_set";s:22:"Edit Course Allocation";s:17:"ecs_dir_alloc_set";s:25:"Edit Directory Allocation";s:13:"ecs_crs_alloc";s:17:"Course Allocation";s:13:"ecs_dir_alloc";s:20:"Directory Allocation";s:20:"ecs_cert_valid_until";s:23:"Certificate valid until";s:13:"ecs_auth_type";s:19:"Authentication Type";s:18:"ecs_auth_type_cert";s:16:"Certificate-Base";s:20:"ecs_auth_type_apache";s:17:"Username/Password";s:15:"ecs_apache_user";s:8:"Username";s:15:"ecs_apache_pass";s:8:"Password";s:19:"ecs_field_community";s:9:"Community";s:14:"ecs_tab_import";s:6:"Import";s:14:"ecs_tab_export";s:6:"Export";s:15:"ecs_mapping_crs";s:19:"Mapping for Courses";s:16:"ecs_mapping_rcrs";s:23:"Mapping for ECS Courses";s:19:"ecs_mapping_exp_tbl";s:44:"Mapping ILIAS Advanced Meta Data to ECS-Data";s:14:"ecs_import_cms";s:17:"Campus Management";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:24:"ecs_campus_connect_title";s:22:"CampusConnect Mappings";s:27:"ecs_invalid_import_type_cms";s:64:"The import type ‘Campus Management’ can be chosen only once.";s:23:"ecs_cc_mapping_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: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:23:"ecs_confirm_delete_tree";s:77:"Do you really want to delete all assignments for this campus management tree?";s:20:"ecs_cms_tree_deleted";s:57:"The campus management tree assignments have been deleted.";s:10:"ecs_cms_id";s:35:"Root-ID in Campus Management System";s:17:"ecs_title_updates";s:22:"Transfer Title Updates";s:16:"ecs_tree_updates";s:21:"Transfer Tree Updates";s:20:"ecs_position_updates";s:25:"Transfer Position Updates";s:16:"ecs_general_info";s:19:"General Information";s:21:"ecs_local_information";s:19:"Further Information";s:18:"ecs_delete_setting";s:50:"Are you sure you want to delete the following ECS?";s:19:"ecs_setting_deleted";s:11:"ECS deleted";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:23:"ecs_err_invalid_by_type";s:44:"Please select a type when assigning by type.";s:18:"ecs_server_deleted";s:14:"Deleted Server";s:14:"ecs_crs_export";s:15:"Course Releases";s:27:"ecs_crs_export_obj_settings";s:23:"Course Release Settings";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:14:"ecs_cat_export";s:17:"Category Releases";s:27:"ecs_cat_export_obj_settings";s:25:"Category Release Settings";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:15:"ecs_wiki_export";s:13:"Wiki Releases";s:28:"ecs_wiki_export_obj_settings";s:21:"Wiki Release Settings";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:16:"ecs_availability";s:12:"Availability";s:13:"ecs_lm_export";s:24:"Learning Module Releases";s:26:"ecs_lm_export_obj_settings";s:32:"Learning Module Release Settings";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:14:"ecs_glo_export";s:17:"Glossary Releases";s:27:"ecs_glo_export_obj_settings";s:25:"Glossary Release Settings";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:15:"ecs_file_export";s:13:"File Releases";s:28:"ecs_file_export_obj_settings";s:21:"File Release Settings";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:14:"ecs_grp_export";s:14:"Group Releases";s:27:"ecs_grp_export_obj_settings";s:22:"Group Release Settings";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:14:"ecs_tst_export";s:13:"Test Releases";s:27:"ecs_tst_export_obj_settings";s:21:"Test Release Settings";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:24:"ecs_cms_tree_synchronize";s:16:"Synchronize Tree";s:25:"ecs_cms_tree_synchronized";s:31:"The tree has been synchronized.";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:17:"ecs_status_mapped";s:6:"Mapped";s:18:"ecs_status_deleted";s:7:"Deleted";s:17:"ecs_status_legend";s:6:"Legend";s:15:"ecs_cmap_enable";s:17:"Course Allocation";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:19:"ecs_cmap_all_in_one";s:22:"Course in one Category";s:24:"ecs_cmap_all_in_one_info";s:39:"Create all new courses in one category.";s:23:"ecs_cmap_all_in_one_cat";s:15:"Course Category";s:22:"ecs_cmap_multiple_atts";s:19:"Multiple Attributes";s:25:"ecs_cmap_att_organisation";s:12:"Organisation";s:20:"ecs_cmap_att_orgunit";s:19:"Organisational Unit";s:20:"ecs_member_auth_type";s:34:"Authentication Mode (Participants)";s:17:"ecs_cmap_att_term";s:4:"Term";s:18:"ecs_cmap_att_title";s:5:"Title";s:21:"ecs_cmap_att_lecturer";s:8:"Lecturer";s:19:"ecs_cmap_atts_table";s:31:"Attribute Mapping Configuration";s:19:"ecs_cmap_attributes";s:18:"Mapping Attributes";s:17:"ecs_cmap_overview";s:16:"Mapping Overview";s:27:"ecs_cmap_mapping_form_title";s:31:"Course Assignment for Category:";s:20:"ecs_cmap_form_filter";s:15:"Filter Settings";s:24:"ecs_cmap_form_all_values";s:10:"All Values";s:25:"ecs_cmap_form_filter_info";s:30:"Manual values, comma separated";s:28:"ecs_cmap_form_create_subdirs";s:21:"Create Subdirectories";s:25:"ecs_cmap_form_subdir_type";s:18:"Subdirectory Title";s:26:"ecs_cmap_form_subdir_value";s:18:"Subdirectory Value";s:25:"ecs_cmap_form_subdir_name";s:17:"Subdirectory Name";s:26:"ecs_cmap_add_attribute_btn";s:13:"Add Attribute";s:29:"ecs_cmap_delete_attribute_btn";s:21:"Delete Last Attribute";s:30:"ecs_cmap_form_filter_by_values";s:26:"Filter by Attribute Values";s:25:"ecs_cmap_form_current_dir";s:17:"Current Directory";s:26:"ecs_cmap_form_dir_relation";s:19:"Directory Reference";s:14:"ecs_sync_trees";s:27:"Synchronise Directory Trees";s:17:"ecs_role_mappings";s:26:"Course/Group Role Mappings";s:22:"ecs_role_mapping_value";s:15:"Attribute Value";s:23:"ecs_cmap_att_courseType";s:11:"Course Type";s:28:"ecs_cmap_att_degreeProgramme";s:16:"Degree Programme";s:19:"ecs_cmap_att_module";s:6:"Module";s:18:"ecs_cmap_att_venue";s:5:"Venue";s:20:"ecs_cmap_delete_rule";s:14:"Delete Mapping";s:16:"ecs_server_title";s:25:"Name of ECS Configuration";s:13:"ecs_no_adv_md";s:32:"No Advanced Meta Data available.";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:17:"ecs_part_settings";s:25:"Settings for Participant:";s:16:"ecs_export_types";s:23:"Exportable Object Types";s:16:"ecs_import_types";s:23:"Importable Object Types";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:24:"ecs_refresh_participants";s:24:"Refresh ECS-Participants";}'))); +'module' => array('text', 'ecs'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:241:{s:11:"cert_serial";s:25:"Certificate Serial Number";s:7:"ecs_abr";s:12:"Abbreviation";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:20:"ecs_account_duration";s:27:"Activation Period Extension";s:17:"ecs_active_header";s:21:"Import/Export Allowed";s:10:"ecs_active";s:24:"Enable ECS Functionality";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:16:"ecs_approval_rcp";s:35:"Notification About Approved Courses";s:18:"ecs_attribute_name";s:14:"Attribute Name";s:11:"ecs_ca_cert";s:14:"CA Certificate";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:24:"ecs_cat_mapping_duration";s:10:"Date Range";s:26:"ecs_cat_mapping_fixed_info";s:80:"Choose this mode for assigning Course Links to categories based on fixed values.";s:21:"ecs_cat_mapping_fixed";s:12:"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:12:"ecs_cert_key";s:15:"Certificate Key";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:15:"ecs_communities";s:12:"Participants";s:23:"ecs_connection_settings";s:19:"Connection Settings";s:7:"ecs_dns";s:10:"Domainname";s:12:"ecs_duration";s:8:"Duration";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:12:"ecs_econ_rcp";s:32:"Notification About New E-Content";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: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: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:23:"ecs_export_obj_settings";s:23:"Course Release Settings";s:10:"ecs_export";s:15:"Course Releases";s:15:"ecs_field_begin";s:5:"Begin";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:20:"ecs_global_role_info";s:68:"The chosen role will be assigned to newly created ECS user accounts.";s:16:"ecs_ignore_field";s:35:"Disable export/update of this field";s:18:"ecs_import_id_info";s:75:"Please enter the ID of the category, where new Course Links will be created";s:13:"ecs_import_id";s:9:"Import ID";s:10:"ecs_import";s:16:"Imported Objects";s:20:"ecs_imported_content";s:18:"Imported E-Content";s:17:"ecs_imported_from";s:13:"Imported From";s:16:"ecs_key_password";s:12:"Key Password";s:18:"ecs_local_settings";s:14:"Local Settings";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: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:12:"ecs_no_owner";s:33:"Please select one community name.";s:12:"ecs_no_value";s:13:"Not available";s:17:"ecs_not_published";s:22:"No approvals selected.";s:17:"ecs_notifications";s:13:"Notifications";s:22:"ecs_participants_infos";s:19:"Further Information";s:16:"ecs_participants";s:12:"Participants";s:16:"ecs_polling_info";s:70:"Please define the polling time for creation and update of Course Links";s:11:"ecs_polling";s:12:"Polling Time";s:8:"ecs_port";s:4:"Port";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:20:"ecs_released_content";s:18:"Released E-Content";s:12:"ecs_released";s:16:"Released Objects";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:19:"ecs_server_settings";s:17:"ECS Functionality";s:14:"ecs_server_url";s:10:"Server URL";s:12:"ecs_settings";s:8:"Settings";s:20:"ecs_tbl_active_rules";s:36:"Active Rules for Category Assignment";s:13:"ecs_unique_id";s:14:"Participant-ID";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:12:"ecs_user_rcp";s:28:"Notification About ECS Users";s:15:"ecs_add_new_ecs";s:11:"Add New ECS";s:17:"ecs_available_ecs";s:13:"Available ECS";s:14:"ecs_tbl_active";s:6:"Active";s:15:"ecs_server_addr";s:14:"Server Address";s:12:"ecs_activate";s:8:"Activate";s:14:"ecs_deactivate";s:10:"Deactivate";s:18:"ecs_not_configured";s:14:"Not configured";s:14:"ecs_tbl_import";s:6:"Import";s:14:"ecs_tbl_export";s:6:"Export";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_back_settings";s:12:"ECS Settings";s:17:"ecs_crs_alloc_set";s:22:"Edit Course Allocation";s:17:"ecs_dir_alloc_set";s:25:"Edit Directory Allocation";s:13:"ecs_crs_alloc";s:17:"Course Allocation";s:13:"ecs_dir_alloc";s:20:"Directory Allocation";s:20:"ecs_cert_valid_until";s:23:"Certificate valid until";s:13:"ecs_auth_type";s:19:"Authentication Type";s:18:"ecs_auth_type_cert";s:16:"Certificate-Base";s:20:"ecs_auth_type_apache";s:17:"Username/Password";s:15:"ecs_apache_user";s:8:"Username";s:15:"ecs_apache_pass";s:8:"Password";s:19:"ecs_field_community";s:9:"Community";s:14:"ecs_tab_import";s:6:"Import";s:14:"ecs_tab_export";s:6:"Export";s:15:"ecs_mapping_crs";s:19:"Mapping for Courses";s:16:"ecs_mapping_rcrs";s:23:"Mapping for ECS Courses";s:19:"ecs_mapping_exp_tbl";s:41:"Mapping ILIAS Custom Metadata to ECS-Data";s:14:"ecs_import_cms";s:17:"Campus Management";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:24:"ecs_campus_connect_title";s:22:"CampusConnect Mappings";s:27:"ecs_invalid_import_type_cms";s:64:"The import type ‘Campus Management’ can be chosen only once.";s:23:"ecs_cc_mapping_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: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:23:"ecs_confirm_delete_tree";s:77:"Do you really want to delete all assignments for this campus management tree?";s:20:"ecs_cms_tree_deleted";s:57:"The campus management tree assignments have been deleted.";s:10:"ecs_cms_id";s:35:"Root-ID in Campus Management System";s:17:"ecs_title_updates";s:22:"Transfer Title Updates";s:16:"ecs_tree_updates";s:21:"Transfer Tree Updates";s:20:"ecs_position_updates";s:25:"Transfer Position Updates";s:16:"ecs_general_info";s:19:"General Information";s:21:"ecs_local_information";s:19:"Further Information";s:18:"ecs_delete_setting";s:50:"Are you sure you want to delete the following ECS?";s:19:"ecs_setting_deleted";s:11:"ECS deleted";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:23:"ecs_err_invalid_by_type";s:44:"Please select a type when assigning by type.";s:18:"ecs_server_deleted";s:14:"Deleted Server";s:14:"ecs_crs_export";s:15:"Course Releases";s:27:"ecs_crs_export_obj_settings";s:23:"Course Release Settings";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:14:"ecs_cat_export";s:17:"Category Releases";s:27:"ecs_cat_export_obj_settings";s:25:"Category Release Settings";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:15:"ecs_wiki_export";s:13:"Wiki Releases";s:28:"ecs_wiki_export_obj_settings";s:21:"Wiki Release Settings";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:16:"ecs_availability";s:12:"Availability";s:13:"ecs_lm_export";s:24:"Learning Module Releases";s:26:"ecs_lm_export_obj_settings";s:32:"Learning Module Release Settings";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:14:"ecs_glo_export";s:17:"Glossary Releases";s:27:"ecs_glo_export_obj_settings";s:25:"Glossary Release Settings";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:15:"ecs_file_export";s:13:"File Releases";s:28:"ecs_file_export_obj_settings";s:21:"File Release Settings";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:14:"ecs_grp_export";s:14:"Group Releases";s:27:"ecs_grp_export_obj_settings";s:22:"Group Release Settings";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:14:"ecs_tst_export";s:13:"Test Releases";s:27:"ecs_tst_export_obj_settings";s:21:"Test Release Settings";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:24:"ecs_cms_tree_synchronize";s:16:"Synchronize Tree";s:25:"ecs_cms_tree_synchronized";s:31:"The tree has been synchronized.";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:17:"ecs_status_mapped";s:6:"Mapped";s:18:"ecs_status_deleted";s:7:"Deleted";s:17:"ecs_status_legend";s:6:"Legend";s:15:"ecs_cmap_enable";s:17:"Course Allocation";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:19:"ecs_cmap_all_in_one";s:22:"Course in one Category";s:24:"ecs_cmap_all_in_one_info";s:39:"Create all new courses in one category.";s:23:"ecs_cmap_all_in_one_cat";s:15:"Course Category";s:22:"ecs_cmap_multiple_atts";s:19:"Multiple Attributes";s:25:"ecs_cmap_att_organisation";s:12:"Organisation";s:20:"ecs_cmap_att_orgunit";s:19:"Organisational Unit";s:20:"ecs_member_auth_type";s:34:"Authentication Mode (Participants)";s:17:"ecs_cmap_att_term";s:4:"Term";s:18:"ecs_cmap_att_title";s:5:"Title";s:21:"ecs_cmap_att_lecturer";s:8:"Lecturer";s:19:"ecs_cmap_atts_table";s:31:"Attribute Mapping Configuration";s:19:"ecs_cmap_attributes";s:18:"Mapping Attributes";s:17:"ecs_cmap_overview";s:16:"Mapping Overview";s:27:"ecs_cmap_mapping_form_title";s:31:"Course Assignment for Category:";s:20:"ecs_cmap_form_filter";s:15:"Filter Settings";s:24:"ecs_cmap_form_all_values";s:10:"All Values";s:25:"ecs_cmap_form_filter_info";s:30:"Manual values, comma separated";s:28:"ecs_cmap_form_create_subdirs";s:21:"Create Subdirectories";s:25:"ecs_cmap_form_subdir_type";s:18:"Subdirectory Title";s:26:"ecs_cmap_form_subdir_value";s:18:"Subdirectory Value";s:25:"ecs_cmap_form_subdir_name";s:17:"Subdirectory Name";s:26:"ecs_cmap_add_attribute_btn";s:13:"Add Attribute";s:29:"ecs_cmap_delete_attribute_btn";s:21:"Delete Last Attribute";s:30:"ecs_cmap_form_filter_by_values";s:26:"Filter by Attribute Values";s:25:"ecs_cmap_form_current_dir";s:17:"Current Directory";s:26:"ecs_cmap_form_dir_relation";s:19:"Directory Reference";s:14:"ecs_sync_trees";s:27:"Synchronise Directory Trees";s:17:"ecs_role_mappings";s:26:"Course/Group Role Mappings";s:22:"ecs_role_mapping_value";s:15:"Attribute Value";s:23:"ecs_cmap_att_courseType";s:11:"Course Type";s:28:"ecs_cmap_att_degreeProgramme";s:16:"Degree Programme";s:19:"ecs_cmap_att_module";s:6:"Module";s:18:"ecs_cmap_att_venue";s:5:"Venue";s:20:"ecs_cmap_delete_rule";s:14:"Delete Mapping";s:16:"ecs_server_title";s:25:"Name of ECS Configuration";s:13:"ecs_no_adv_md";s:29:"No Custom Metadata Available.";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:17:"ecs_part_settings";s:25:"Settings for Participant:";s:16:"ecs_export_types";s:23:"Exportable Object Types";s:16:"ecs_import_types";s:23:"Importable Object Types";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:24:"ecs_refresh_participants";s:24:"Refresh ECS-Participants";}'))); $ilDB->insert("lng_modules", array( 'module' => array('text', 'error'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:2:{s:24:"error_back_to_repository";s:18:"Back to Repository";s:15:"error_sry_error";s:25:"Sorry, an error occurred.";}'))); @@ -32878,7 +32896,7 @@ function setupILIASDatabase() 'module' => array('text', 'jsmath'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:12:{s:27:"jsmath_default_setting_info";s:169:"If checked, jsMath will be used as default method to render LaTeX code for all users who did not enable or disable the jsMath support in their personal profile settings.";s:22:"jsmath_default_setting";s:14:"Use as default";s:25:"jsmath_enable_jsmath_info";s:76:"Activates support for jsMath based mathematical output of LaTeX expressions.";s:20:"jsmath_enable_jsmath";s:13:"Enable jsMath";s:23:"jsmath_enable_user_desc";s:205:"Activate jsMath for the output of mathematical formulae. jsMath output produces scaleable formulae and requires activated Javascript. When jsMath output is deactived, formulae will be rendered as graphics.";s:18:"jsmath_enable_user";s:21:"Enable jsMath support";s:18:"jsmath_extt_jsmath";s:6:"jsMath";s:20:"jsmath_no_javascript";s:381:"If you don\'t see the correct mathematical formula next to this hint, then you have jsMath output enabled but your web browser doesn\'t support JavaScript or JavaScript is disabled. To see mathematical formulae, please activate JavaScript in your web browser and reload this page or go to Personal Desktop > Personal Profile > jsMath and disable jsMath output.";s:21:"jsmath_path_not_found";s:88:"Cannot find jsMath.js in the given path. Please check the jsMath location on the server!";s:26:"jsmath_path_to_jsmath_desc";s:121:"The path to the jsMath base directory relative to the ILIAS base directory, e.g. "./Services/Javascript/jsMath"";s:21:"jsmath_path_to_jsmath";s:14:"Path to jsMath";s:15:"jsmath_settings";s:15:"jsMath Settings";}'))); $ilDB->insert("lng_modules", array( -'module' => array('text', 'ldap'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:121:{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: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: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:26:"ldap_err_missing_plugin_id";s:31:"Please enter a valid plugin id.";s:16:"ldap_filter_info";s:109:"Filter that will be added to the search filter this way: (&(userattr=username)(userfilter)).";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. * The role selection is required in case you chose a type of synchronisation.";s:16:"ldap_global_role";s:11:"Global Role";s:25:"ldap_group_attribute_info";s:34:"The group attribute to search for.";s:20:"ldap_group_attribute";s:19:"Attribute for Group";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:13:"ldap_group_dn";s:8:"Group DN";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)(groupfilter)).";s:17:"ldap_group_filter";s:11:"LDAP Filter";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:17:"ldap_group_member";s:22:"Group Member Attribute";s:21:"ldap_group_membership";s:16:"Group Membership";s:20:"ldap_group_name_info";s:80:"The name of the group users have to be a member of to authenticate successfully.";s:15:"ldap_group_name";s:10:"Group Name";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:
(&(userattr=username)(userfilter))";s:23:"ldap_group_restrictions";s:29:"Group Membership Restrictions";s:21:"ldap_group_scope_info";s:53:"Scope for group searching. If unsure choose ‘Sub’";s:16:"ldap_group_scope";s:12:"Search Scope";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:19:"ldap_info_text_info";s:176:"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 and on the Personal Desktop.";s:14:"ldap_info_text";s:16:"Information Text";s:15:"ldap_local_role";s:10:"Local Role";s:22:"ldap_mapping_info_type";s:56:"Show Information also in the Repository/Personal Desktop";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:32:"Add New Role -> Group Assignment";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:11:"ldap_plugin";s:20:"Assignment by Plugin";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:14:"ldap_referrals";s:9:"Referrals";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:24:"ldap_role_bind_pass_info";s:8:"Password";s:19:"ldap_role_bind_pass";s:8:"Password";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:19:"ldap_role_bind_user";s:8:"Users DN";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:34:"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:32:"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:24:"ldap_role_selection_info";s:70:"Your selection is ambiguous. Please choose one of the following roles.";s:19:"ldap_role_selection";s:14:"Role Selection";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:21:"ldap_server_name_info";s:56:"Please choose a name for this LDAP server configuration.";s:16:"ldap_server_name";s:26:"Name of LDAP 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:163:"A fully qualified URL for specifying the protocol, url and port to connect to. E.g "ldap://ldap.ilias.de:389". You may add multiple servers with commas separated.";s:24:"ldap_server_version_info";s:31:"LDAP version to use, usually 3.";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:20:"ldap_user_scope_info";s:53:"Scope for user searching. If unsure choose ‘Sub’.";s:15:"ldap_user_scope";s:12:"Search Scope";s:19:"ldap_user_sync_info";s:87:"Defines whether new users are automatically created on login or regularly per Cron-Job.";s:14:"ldap_user_sync";s:29:"User Synchronization Settings";s:10:"ldap_as_ds";s:18:"Use as Data Source";s:15:"ldap_as_ds_info";s:162:"If activated, this LDAP configuration is used only for the synchronization of user accounts in combination with other authentication methods (e.g. CAS or Radius).";s:25:"ldap_edit_role_assignment";s:29:"Edit Role -> Group Assignment";s:19:"ldap_user_sync_cron";s:25:"LDAP User Synchronization";s:16:"ldap_choose_role";s:11:"Choose Role";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:12:"ldap_servers";s:11:"LDAP Server";s:15:"add_ldap_server";s:10:"Add Server";s:20:"ldap_username_filter";s:15:"Username Filter";s:25:"ldap_username_filter_info";s:18:"Use * as wildcard.";}'))); +'module' => array('text', 'ldap'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:123:{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: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: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: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)(userfilter)).";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. * The role selection is required in case you chose a type of synchronisation.";s:16:"ldap_global_role";s:11:"Global Role";s:25:"ldap_group_attribute_info";s:34:"The group attribute to search for.";s:20:"ldap_group_attribute";s:19:"Attribute for Group";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:13:"ldap_group_dn";s:8:"Group DN";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)(groupfilter)).";s:17:"ldap_group_filter";s:11:"LDAP Filter";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:17:"ldap_group_member";s:22:"Group Member Attribute";s:21:"ldap_group_membership";s:16:"Group Membership";s:20:"ldap_group_name_info";s:80:"The name of the group users have to be a member of to authenticate successfully.";s:15:"ldap_group_name";s:10:"Group Name";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:
(&(userattr=username)(userfilter))";s:23:"ldap_group_restrictions";s:29:"Group Membership Restrictions";s:21:"ldap_group_scope_info";s:53:"Scope for group searching. If unsure choose ‘Sub’";s:16:"ldap_group_scope";s:12:"Search Scope";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:19:"ldap_info_text_info";s:176:"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 and on the Personal Desktop.";s:14:"ldap_info_text";s:16:"Information Text";s:15:"ldap_local_role";s:10:"Local Role";s:22:"ldap_mapping_info_type";s:56:"Show Information also in the Repository/Personal Desktop";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:32:"Add New Role -> Group Assignment";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:11:"ldap_plugin";s:20:"Assignment by Plugin";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:14:"ldap_referrals";s:9:"Referrals";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:24:"ldap_role_bind_pass_info";s:8:"Password";s:19:"ldap_role_bind_pass";s:8:"Password";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:19:"ldap_role_bind_user";s:8:"Users DN";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:34:"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:32:"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:24:"ldap_role_selection_info";s:70:"Your selection is ambiguous. Please choose one of the following roles.";s:19:"ldap_role_selection";s:14:"Role Selection";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:21:"ldap_server_name_info";s:56:"Please choose a name for this LDAP server configuration.";s:16:"ldap_server_name";s:26:"Name of LDAP 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:163:"A fully qualified URL for specifying the protocol, url and port to connect to. E.g "ldap://ldap.ilias.de:389". You may add multiple servers with commas separated.";s:24:"ldap_server_version_info";s:31:"LDAP version to use, usually 3.";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:20:"ldap_user_scope_info";s:53:"Scope for user searching. If unsure choose ‘Sub’.";s:15:"ldap_user_scope";s:12:"Search Scope";s:19:"ldap_user_sync_info";s:87:"Defines whether new users are automatically created on login or regularly per Cron-Job.";s:14:"ldap_user_sync";s:29:"User Synchronization Settings";s:10:"ldap_as_ds";s:18:"Use as Data Source";s:15:"ldap_as_ds_info";s:162:"If activated, this LDAP configuration is used only for the synchronization of user accounts in combination with other authentication methods (e.g. CAS or Radius).";s:25:"ldap_edit_role_assignment";s:29:"Edit Role -> Group Assignment";s:19:"ldap_user_sync_cron";s:25:"LDAP User Synchronization";s:16:"ldap_choose_role";s:11:"Choose Role";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:12:"ldap_servers";s:11:"LDAP Server";s:15:"add_ldap_server";s:10:"Add Server";s:20:"ldap_username_filter";s:15:"Username Filter";s:25:"ldap_username_filter_info";s:18:"Use * as wildcard.";}'))); $ilDB->insert("lng_modules", array( 'module' => array('text', 'license'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:16:{s:9:"arbitrary";s:9:"arbitrary";s:20:"course_licenses_rare";s:134:"Warning: only %s licenses are available for a course object. Look at the tab ‘Licenses’ to see which licenses have to be extended.";s:12:"edit_license";s:12:"Edit license";s:17:"existing_licenses";s:17:"Existing licenses";s:20:"license_counter_info";s:74:"Allows counting used licenses of purchased SCORM and HTML learning modules";s:15:"license_counter";s:15:"License counter";s:15:"license_updated";s:29:"The license data was updated.";s:20:"license_warning_info";s:113:"Up to this number of remaining licenses for a course object a warning is presented when a user enters the course.";s:15:"license_warning";s:15:"License warning";s:30:"potential_accesses_explanation";s:84:"Every user with read access who hasn\'t accessed so far counts as a potential access.";s:18:"potential_accesses";s:18:"Potential accesses";s:30:"remaining_licenses_explanation";s:66:"The available licenses are calculated as purchased minus consumed.";s:18:"remaining_licenses";s:18:"Available licenses";s:25:"used_licenses_explanation";s:48:"Every first access of a user consumes a license.";s:13:"used_licenses";s:17:"Consumed licenses";s:25:"zero_licenses_explanation";s:38:"Enter a 0 to deactivate the licensing.";}'))); @@ -32899,7 +32917,7 @@ function setupILIASDatabase() 'module' => array('text', 'logging'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:12:{s:13:"logs_settings";s:16:"Logging Settings";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 %s";s:16:"log_error_folder";s:4:"Path";s:14:"log_error_mail";s:14:"Mail recipient";s:18:"log_error_settings";s:22:"Error logging settings";s:20:"error_settings_saved";s:14:"Saved settings";s:28:"log_error_file_cleanup_title";s:38:"Delete old or orphaned error log files";s:27:"log_error_file_cleanup_info";s:42:"Deletes old or orphand files of error log.";s:38:"log_error_path_not_configured_or_wrong";s:61:"Path to errors (error_path) is not configured or unreachable.";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.";}'))); $ilDB->insert("lng_modules", array( -'module' => array('text', 'mail'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:226:{s:31:"mail_serial_letter_placeholders";s:26:"Serial-Letter Placeholders";s:35:"activate_serial_letter_placeholders";s:35:"Activate Serial-Letter Placeholders";s:2:"bc";s:3:"BCC";s:14:"back_to_folder";s:14:"Back to Folder";s:14:"current_folder";s:18:"Current Folder: %s";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: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:9:"linebreak";s:10:"Line break";s:14:"mail_send_html";s:10:"HTML Frame";s:19:"mail_send_html_info";s:287:"If enabled, the body of external e-mails will be embedded in a HTML frame. The corresponding template can be customized by creating a copy of \'./Services/Mail/templates/default/tpl.html_mail_template.html\' at \'./Customizing/global/skin/[SKIN]/Services/Mail/tpl.html_mail_template.html\' .";s:17:"mail_account_mail";s:12:"Account Mail";s:18:"mail_add_recipient";s:24:"Please enter a recipient";s:18:"mail_add_subfolder";s:14:"Add Sub-folder";s:16:"mail_add_subject";s:22:"Please enter a subject";s:33:"mail_assign_entry_to_mailing_list";s:48:"Assign an Entry of Your Contacts to Mailing List";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:21:"mail_change_to_folder";s:20:"Switch to folder: %s";s:30:"mail_cronjob_notification_info";s:61:"You can activate a periodic notification about new mail here.";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:35:"mail_crs_list_members_not_available";s:61:"It is not possible to list the members of the marked courses.";s:18:"mail_deleted_entry";s:23:"The entries are deleted";s:12:"mail_deleted";s:19:"The mail is deleted";s:29:"mail_empty_trash_confirmation";s:51:"Are you sure you want to delete all mails in trash?";s:16:"mail_empty_trash";s:11:"Empty Trash";s:22:"mail_entry_of_contacts";s:17:"Entry of Contacts";s:14:"mail_file_name";s:9:"File Name";s:14:"mail_file_size";s:9:"File Size";s:18:"mail_files_deleted";s:23:"The file(s) are deleted";s:19:"mail_folder_created";s:29:"A new folder has been created";s:19:"mail_folder_deleted";s:27:"The folder has been deleted";s:18:"mail_folder_exists";s:38:"A folder already exists with this name";s:24:"mail_folder_name_changed";s:27:"The folder has been renamed";s:28:"mail_following_rcp_not_valid";s:39:"The following recipients are not valid:";s:18:"mail_incoming_both";s:20:"local and forwarding";s:19:"mail_incoming_local";s:10:"only local";s:18:"mail_incoming_mail";s:13:"Incoming mail";s:18:"mail_incoming_smtp";s:25:"forward to e-mail address";s:13:"mail_incoming";s:13:"Incoming mail";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:17:"mail_list_members";s:12:"List members";s:17:"mail_mailing_list";s:12:"Mailing List";s:47:"mail_mailing_lists_all_contact_entries_assigned";s:68:"You have already assigned all of your contacts to this mailing list.";s:37:"mail_mailing_lists_no_contact_entries";s:54:"You have no entries in your contacts to add to a list.";s:18:"mail_mailing_lists";s:13:"Mailing Lists";s:14:"mail_mark_read";s:14:"Mark mail read";s:16:"mail_mark_unread";s:16:"Mark mail unread";s:29:"mail_maxsize_attachment_error";s:20:"The upload limit is:";s:28:"mail_members_of_mailing_list";s:23:"Members of Mailing List";s:17:"mail_message_send";s:12:"Message sent";s:15:"mail_move_error";s:17:"Error moving mail";s:12:"mail_move_to";s:8:"Move to:";s:19:"mail_moved_to_trash";s:28:"Mail has been moved to trash";s:10:"mail_moved";s:23:"The mail has been moved";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:15:"mail_nacc_title";s:5:"Title";s:20:"mail_nacc_admin_mail";s:29:"Mail address of Administrator";s:21:"mail_nacc_client_name";s:11:"Client Name";s:21:"mail_nacc_client_desc";s:18:"Client Description";s:19:"mail_nacc_ilias_url";s:19:"URL of ILIAS system";s:15:"mail_nacc_login";s:13:"Login Account";s:21:"mail_nacc_no_pw_block";s:94:"This text block is only included, if the new user account has been created without a password.";s:18:"mail_nacc_pw_block";s:96:"This text block is only included, if the new user account has been created including a password.";s:20:"mail_nacc_salutation";s:8:"Greeting";s:22:"mail_nacc_target_block";s:57:"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:16:"mail_nacc_target";s:78:"URL of target item, e.g. a linked course that is passed to ILIAS from outside.";s:25:"mail_nacc_use_placeholder";s:64:"The following placeholders may be used (only in Message Content)";s:30:"mail_no_permissions_write_smtp";s:47:"You have no permission to write external e-mail";s:26:"mail_no_valid_mailing_list";s:28:"%1$s (no valid mailing list)";s:25:"mail_notification_subject";s:22:"New mail in your inbox";s:18:"mail_options_saved";s:13:"Options saved";s:6:"mail_s";s:7:"Mail(s)";s:25:"mail_salutation_anonymous";s:5:"Hello";s:17:"mail_salutation_f";s:9:"Dear Mrs.";s:22:"mail_salutation_female";s:64:"Output for placeholder [MAIL_SALUTATION], if salutation is \'Ms.\'";s:23:"mail_salutation_general";s:82:"Output for placeholder [MAIL_SALUTATION], if no salutation is desired or specified";s:17:"mail_salutation_m";s:8:"Dear Mr.";s:20:"mail_salutation_male";s:64:"Output for placeholder [MAIL_SALUTATION], if salutation is \'Mr.\'";s:17:"mail_salutation_n";s:5:"Hello";s:10:"mail_saved";s:26:"The message has been saved";s:22:"mail_select_attachment";s:41:"Please select an attachment for download.";s:18:"mail_select_course";s:34:"Please select at least one course.";s:17:"mail_select_group";s:33:"Please select at least one group.";s:21:"mail_select_one_entry";s:25:"You must select one entry";s:20:"mail_select_one_file";s:24:"You must select one file";s:36:"mail_settings_incoming_type_see_also";s:106:"You can find a further possibility to modify the incoming type of e-mails for users here.";s:24:"mail_subject_prefix_info";s:176:"Enter a text, which will be prepended to the subject line of outgoing auto generated e-mails. It is recommended the usage of a prefix for supporting message filtering by users.";s:19:"mail_subject_prefix";s:12:"Mail Subject";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:51:"Are you sure you want to delete the selected files?";s:23:"mail_sure_delete_folder";s:54:"The folder and its content will be removed permanently";s:16:"mail_sure_delete";s:51:"Are you sure you want to delete the marked mail(s)?";s:7:"mail_to";s:2:"To";s:29:"mail_error_reading_attachment";s:35:"Could not determine any attachment.";s:19:"placeholders_advise";s:144:"Personal placeholders are only substituted for recipients in the To field.%sPersonal placeholders of CC and BCC recipients are kept as they are.";s:17:"search_recipients";s:17:"Search Recipients";s:12:"send_mail_to";s:7:"Mail to";s:25:"mail_tbl_head_attachments";s:10:"Attachment";s:19:"mail_allow_external";s:16:"External E-Mails";s:24:"mail_allow_external_info";s:78:"If disabled, the delivery of external e-mails (via SMTP) is globally disabled.";s:25:"mail_settings_general_tab";s:7:"General";s:26:"mail_settings_external_tab";s:8:"External";s:31:"mail_settings_external_frm_head";s:16:"External E-Mails";s:27:"mail_settings_user_frm_head";s:12:"User E-Mails";s:29:"mail_settings_system_frm_head";s:14:"System E-Mails";s:16:"mail_smtp_status";s:13:"Send via SMTP";s:21:"mail_smtp_status_info";s:171:"If enabled, ILIAS will 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_host";s:4:"Host";s:19:"mail_smtp_host_info";s:59:"Please enter the hostname or IP of the desired mail server.";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:20:"mail_smtp_encryption";s:10:"Encryption";s:24:"mail_smtp_encryption_tls";s:3:"TLS";s:24:"mail_smtp_encryption_ssl";s:3:"SSL";s:27:"mail_external_send_test_usr";s:28:"Send Test E-Mail (User Mail)";s:27:"mail_external_send_test_sys";s:30:"Send Test E-Mail (System Mail)";s:23:"mail_external_test_sent";s:65:"An e-mail was sent to the e-mail address defined in your profile.";s:14:"mail_smtp_user";s:4:"User";s:18:"mail_smtp_password";s:8:"Password";s:22:"mail_smtp_password_req";s:74:"If you defined a user for authentication purposes, a password must be set.";s:25:"mail_system_usr_from_addr";s:20:"Sender E-Mail (From)";s:30:"mail_system_usr_from_addr_info";s:402:"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. The e-mail address of the user sending an e-mail via ILIAS will be automatically put in the \'Reply-To\' header.

Examples: info@institution.de or no-reply@institution.de";s:25:"mail_system_usr_from_name";s:22:"Sender Fullname (From)";s:30:"mail_system_usr_from_name_info";s:144:"You can use the placeholders [FULLNAME], [FIRSTNAME] and [LASTNAME]. These will then be replaced by the respective data of the e-mail initiator.";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: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.

Examples: info@institution.de or no-reply@institution.de";s:25:"mail_system_sys_from_name";s:22:"Sender Fullname (From)";s:29:"mail_system_sys_reply_to_addr";s:8:"Reply-To";s:29:"mail_system_sys_env_from_addr";s:16:"Technical Sender";s:25:"mail_system_sys_signature";s:9:"Signature";s:24:"mail_member_notification";s:24:"Participant Notification";s:35:"mail_enable_crs_member_notification";s:21:"Notify Course Members";s:35:"mail_enable_grp_member_notification";s:20:"Notify Group Members";s:40:"mail_enable_crs_member_notification_info";s:160:"ILIAS will automatically send an e-mail to every course member if his or her membership status is changed. This setting applies to all courses on the plattform.";s:40:"mail_enable_grp_member_notification_info";s:158:"ILIAS will automatically send an e-mail to every group member if his or her membership status is changed. This setting applies to all groups on the plattform.";s:15:"mail_add_folder";s:18:"Add New Sub-folder";s:18:"mail_rename_folder";s:13:"Rename Folder";s:43:"system_notification_installation_changed_by";s:10:"Changed By";s:11:"mail_filter";s:6:"Filter";s:18:"mail_filter_sender";s:6:"Sender";s:22:"mail_filter_recipients";s:10:"Recipients";s:19:"mail_filter_subject";s:7:"Subject";s:16:"mail_filter_body";s:4:"Body";s:18:"mail_filter_attach";s:11:"Attachments";s:29:"mail_filter_field_placeholder";s:25:"Filter these messages ...";s:15:"mail_filter_txt";s:18:"Filter messages by";s:23:"mail_filter_only_unread";s:11:"Only Unread";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:32:"mail_download_zip_no_attachments";s:31:"Could not find any attachments.";s:14:"search_content";s:13:"Search Result";s:22:"mail_nacc_if_timelimit";s:68:"This text is only included, if the user has a limited access period.";s:19:"mail_nacc_timelimit";s:18:"User access period";s:31:"mail_max_size_attachments_total";s:189:"Please enter the maximum file size allowed as attachment per mail. This setting is not related to other resource limits, e.g. upload_max_filesize etc. (since you can attach multiple files).";s:37:"mail_max_size_attachments_total_error";s:31:"The allowed attachment size is:";s:23:"link_check_introduction";s:35:"the following weblinks are invalid:";s:17:"link_check_reason";s:76:"You recife this mail because you enabled the notification for invalid links.";s:25:"link_check_affected_links";s:14:"Affected Links";s:21:"link_check_perma_link";s:14:"Permanent Link";s:19:"mail_orphaned_mails";s:28:"Delete old or orphaned mails";s:14:"mail_threshold";s:9:"Threshold";s:19:"mail_threshold_info";s:296:"Internal messages that are older than the defined threshold value here, will be deleted (including possibly existing attachments).
Please keep in mind that on the first run of this cronjob a lot of messages will be deleted and because of this it is not possible to send a mail as a warning.";s:24:"mail_orphaned_mails_desc";s:28:"Delete old or orphaned mails";s:16:"only_inbox_trash";s:27:"Only consider inbox / trash";s:21:"only_inbox_trash_info";s:165:"If enabled, e-mails are only deleted if they are located in the Inbox and Trash of the respective user. Otherwise, all messages are deleted regardless of the folder.";s:20:"mail_notify_orphaned";s:17:"Notification Mail";s:25:"mail_notify_orphaned_info";s:193:"If you enter a value here is larger than or equal to 1, ILIAS will send an e-mail to the user before an internal mail is deleted. Please make sure that an external e-mail reception is possible.";s:21:"orphaned_mail_subject";s:33:"Notification about orphaned mails";s:18:"orphaned_mail_body";s:122:"The following old or orphaned mails are in your mailbox. Please note, that these mails will be deleted automatically soon.";s:14:"mail_templates";s:14:"Text Templates";s:17:"mail_new_template";s:17:"New Text Template";s:28:"mail_template_set_as_default";s:14:"Set as Default";s:30:"mail_template_unset_as_default";s:16:"Unset as Default";s:21:"mail_template_default";s:10:" (Default)";s:26:"mail_tpl_sure_delete_entry";s:50:"Are you sure you want to delete the text template?";s:28:"mail_tpl_sure_delete_entries";s:54:"Are you sure you want to delete the following entries?";s:19:"mail_template_title";s:4:"Name";s:21:"mail_template_context";s:7:"Context";s:34:"mail_template_no_context_available";s:119:"There is no context provided by any ILIAS service or module. Thus it is not possible to create or edit a text template.";s:30:"mail_template_orphaned_context";s:16:"Orphaned Context";s:15:"mail_create_tpl";s:21:"Create Text Templates";s:13:"mail_edit_tpl";s:19:"Edit Text Templates";s:18:"mail_tpl_deleted_p";s:45:"The text templates were successfully deleted.";s:18:"mail_tpl_deleted_s";s:43:"The text template was successfully deleted.";s:24:"mail_template_missing_id";s:65:"Can\'t execute the action because the text template id is missing.";s:30:"mail_template_no_valid_context";s:31:"The given context is not valid.";s:20:"mail_template_client";s:13:"Text Template";s:25:"mail_template_client_info";s:190:"Choose one of the available text templates and make use of it\'s placeholders. If you choose a text template, body and subject of this form (if defined in the text template) will be replaced.";s:34:"mail_enable_crs_admin_notification";s:28:"Notify Course Administrators";s:34:"mail_enable_grp_admin_notification";s:27:"Notify Group Administrators";s:39:"mail_enable_crs_admin_notification_info";s:315:"In new courses the setting \'Notification About New Members\' will be activated by default. It is set in the \'Member\'-tab of courses. Course administrators will receive an e-mail when a member joins the course or leaves it or if the minimally required number of participants is not met the course needs to take place.";s:39:"mail_enable_grp_admin_notification_info";s:293:"In new groups the setting \'Notification\' will be activated by default. It is set in the \'Member\'-tab of groups. Course administrators will receive an e-mail when a member joins the group or leaves it or if the minimally required number of participants is not met the group needs to take place.";s:36:"mail_notification_membership_section";s:10:"Membership";s:14:"mail_crs_roles";s:25:"Send Mail to Course Roles";s:14:"mail_grp_roles";s:24:"Send Mail to Group Roles";s:17:"send_mail_members";s:11:"All Members";s:16:"send_mail_tutors";s:10:"All Tutors";s:16:"send_mail_admins";s:18:"All Administrators";s:14:"mail_sel_users";s:27:"Send Mail to Selected Users";s:30:"mail_attachment_file_not_exist";s:62:"At least one of the following attachments does not exist: %1$s";s:24:"mail_recipient_not_found";s:39:"%1$s (could not find a valid recipient)";s:35:"mail_multiple_role_recipients_found";s:47:"%1$s (found multiple roles for recipient: %2$s)";s:22:"mail_generic_rcp_error";s:54:"An error occured while validating the recipients: %1$s";s:28:"mail_members_search_continue";s:8:"Continue";s:24:"first_email_missing_info";s:65:"Selection not possible because no e-mail address has been entered";s:25:"second_email_missing_info";s:72:"Selection not possible because no second e-mail address has been entered";s:16:"mail_first_email";s:20:"First E-Mail Address";s:17:"mail_second_email";s:21:"Second E-Mail Address";s:15:"mail_both_email";s:21:"Both E-Mail Addresses";s:18:"show_mail_settings";s:18:"Show Mail Settings";s:23:"show_mail_settings_info";s:100:"If enabled, the user\'s `Mail Settings` are accessible via the `Personal Settings` or `Mail` section.";}'))); +'module' => array('text', 'mail'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:227:{s:31:"mail_serial_letter_placeholders";s:26:"Serial-Letter Placeholders";s:35:"activate_serial_letter_placeholders";s:35:"Activate Serial-Letter Placeholders";s:2:"bc";s:3:"BCC";s:14:"back_to_folder";s:14:"Back to Folder";s:14:"current_folder";s:18:"Current Folder: %s";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: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:9:"linebreak";s:10:"Line break";s:14:"mail_send_html";s:10:"HTML Frame";s:19:"mail_send_html_info";s:287:"If enabled, the body of external e-mails will be embedded in a HTML frame. The corresponding template can be customized by creating a copy of \'./Services/Mail/templates/default/tpl.html_mail_template.html\' at \'./Customizing/global/skin/[SKIN]/Services/Mail/tpl.html_mail_template.html\' .";s:17:"mail_account_mail";s:12:"Account Mail";s:18:"mail_add_recipient";s:24:"Please enter a recipient";s:18:"mail_add_subfolder";s:14:"Add Sub-folder";s:16:"mail_add_subject";s:22:"Please enter a subject";s:33:"mail_assign_entry_to_mailing_list";s:48:"Assign an Entry of Your Contacts to Mailing List";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:21:"mail_change_to_folder";s:20:"Switch to folder: %s";s:30:"mail_cronjob_notification_info";s:61:"You can activate a periodic notification about new mail here.";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:35:"mail_crs_list_members_not_available";s:61:"It is not possible to list the members of the marked courses.";s:18:"mail_deleted_entry";s:23:"The entries are deleted";s:12:"mail_deleted";s:19:"The mail is deleted";s:29:"mail_empty_trash_confirmation";s:51:"Are you sure you want to delete all mails in trash?";s:16:"mail_empty_trash";s:11:"Empty Trash";s:22:"mail_entry_of_contacts";s:17:"Entry of Contacts";s:14:"mail_file_name";s:9:"File Name";s:14:"mail_file_size";s:9:"File Size";s:18:"mail_files_deleted";s:23:"The file(s) are deleted";s:19:"mail_folder_created";s:29:"A new folder has been created";s:19:"mail_folder_deleted";s:27:"The folder has been deleted";s:18:"mail_folder_exists";s:38:"A folder already exists with this name";s:24:"mail_folder_name_changed";s:27:"The folder has been renamed";s:28:"mail_following_rcp_not_valid";s:39:"The following recipients are not valid:";s:18:"mail_incoming_both";s:20:"local and forwarding";s:19:"mail_incoming_local";s:10:"only local";s:18:"mail_incoming_mail";s:13:"Incoming mail";s:18:"mail_incoming_smtp";s:25:"forward to e-mail address";s:13:"mail_incoming";s:13:"Incoming mail";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:17:"mail_list_members";s:12:"List members";s:17:"mail_mailing_list";s:12:"Mailing List";s:47:"mail_mailing_lists_all_contact_entries_assigned";s:68:"You have already assigned all of your contacts to this mailing list.";s:37:"mail_mailing_lists_no_contact_entries";s:54:"You have no entries in your contacts to add to a list.";s:18:"mail_mailing_lists";s:13:"Mailing Lists";s:14:"mail_mark_read";s:14:"Mark mail read";s:16:"mail_mark_unread";s:16:"Mark mail unread";s:29:"mail_maxsize_attachment_error";s:20:"The upload limit is:";s:28:"mail_members_of_mailing_list";s:23:"Members of Mailing List";s:17:"mail_message_send";s:12:"Message sent";s:15:"mail_move_error";s:17:"Error moving mail";s:12:"mail_move_to";s:8:"Move to:";s:19:"mail_moved_to_trash";s:28:"Mail has been moved to trash";s:10:"mail_moved";s:23:"The mail has been moved";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:15:"mail_nacc_title";s:5:"Title";s:20:"mail_nacc_admin_mail";s:29:"Mail address of Administrator";s:21:"mail_nacc_client_name";s:11:"Client Name";s:21:"mail_nacc_client_desc";s:18:"Client Description";s:19:"mail_nacc_ilias_url";s:19:"URL of ILIAS system";s:15:"mail_nacc_login";s:13:"Login Account";s:21:"mail_nacc_no_pw_block";s:94:"This text block is only included, if the new user account has been created without a password.";s:18:"mail_nacc_pw_block";s:96:"This text block is only included, if the new user account has been created including a password.";s:20:"mail_nacc_salutation";s:8:"Greeting";s:22:"mail_nacc_target_block";s:57:"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:16:"mail_nacc_target";s:78:"URL of target item, e.g. a linked course that is passed to ILIAS from outside.";s:25:"mail_nacc_use_placeholder";s:64:"The following placeholders may be used (only in Message Content)";s:30:"mail_no_permissions_write_smtp";s:47:"You have no permission to write external e-mail";s:26:"mail_no_valid_mailing_list";s:28:"%1$s (no valid mailing list)";s:25:"mail_notification_subject";s:22:"New mail in your inbox";s:18:"mail_options_saved";s:13:"Options saved";s:6:"mail_s";s:7:"Mail(s)";s:25:"mail_salutation_anonymous";s:5:"Hello";s:17:"mail_salutation_f";s:9:"Dear Mrs.";s:22:"mail_salutation_female";s:64:"Output for placeholder [MAIL_SALUTATION], if salutation is \'Ms.\'";s:23:"mail_salutation_general";s:82:"Output for placeholder [MAIL_SALUTATION], if no salutation is desired or specified";s:17:"mail_salutation_m";s:8:"Dear Mr.";s:20:"mail_salutation_male";s:64:"Output for placeholder [MAIL_SALUTATION], if salutation is \'Mr.\'";s:17:"mail_salutation_n";s:5:"Hello";s:10:"mail_saved";s:26:"The message has been saved";s:22:"mail_select_attachment";s:41:"Please select an attachment for download.";s:18:"mail_select_course";s:34:"Please select at least one course.";s:17:"mail_select_group";s:33:"Please select at least one group.";s:21:"mail_select_one_entry";s:25:"You must select one entry";s:20:"mail_select_one_file";s:24:"You must select one file";s:36:"mail_settings_incoming_type_see_also";s:106:"You can find a further possibility to modify the incoming type of e-mails for users here.";s:24:"mail_subject_prefix_info";s:176:"Enter a text, which will be prepended to the subject line of outgoing auto generated e-mails. It is recommended the usage of a prefix for supporting message filtering by users.";s:19:"mail_subject_prefix";s:12:"Mail Subject";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:51:"Are you sure you want to delete the selected files?";s:23:"mail_sure_delete_folder";s:54:"The folder and its content will be removed permanently";s:16:"mail_sure_delete";s:51:"Are you sure you want to delete the marked mail(s)?";s:7:"mail_to";s:2:"To";s:29:"mail_error_reading_attachment";s:35:"Could not determine any attachment.";s:19:"placeholders_advise";s:144:"Personal placeholders are only substituted for recipients in the To field.%sPersonal placeholders of CC and BCC recipients are kept as they are.";s:17:"search_recipients";s:17:"Search Recipients";s:12:"send_mail_to";s:7:"Mail to";s:25:"mail_tbl_head_attachments";s:10:"Attachment";s:19:"mail_allow_external";s:16:"External E-Mails";s:24:"mail_allow_external_info";s:78:"If disabled, the delivery of external e-mails (via SMTP) is globally disabled.";s:25:"mail_settings_general_tab";s:7:"General";s:26:"mail_settings_external_tab";s:8:"External";s:31:"mail_settings_external_frm_head";s:16:"External E-Mails";s:27:"mail_settings_user_frm_head";s:12:"User E-Mails";s:29:"mail_settings_system_frm_head";s:14:"System E-Mails";s:16:"mail_smtp_status";s:13:"Send via SMTP";s:21:"mail_smtp_status_info";s:171:"If enabled, ILIAS will 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_host";s:4:"Host";s:19:"mail_smtp_host_info";s:59:"Please enter the hostname or IP of the desired mail server.";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:20:"mail_smtp_encryption";s:10:"Encryption";s:24:"mail_smtp_encryption_tls";s:3:"TLS";s:24:"mail_smtp_encryption_ssl";s:3:"SSL";s:27:"mail_external_send_test_usr";s:28:"Send Test E-Mail (User Mail)";s:27:"mail_external_send_test_sys";s:30:"Send Test E-Mail (System Mail)";s:23:"mail_external_test_sent";s:65:"An e-mail was sent to the e-mail address defined in your profile.";s:14:"mail_smtp_user";s:4:"User";s:18:"mail_smtp_password";s:8:"Password";s:22:"mail_smtp_password_req";s:74:"If you defined a user for authentication purposes, a password must be set.";s:25:"mail_system_usr_from_addr";s:20:"Sender E-Mail (From)";s:30:"mail_system_usr_from_addr_info";s:402:"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. The e-mail address of the user sending an e-mail via ILIAS will be automatically put in the \'Reply-To\' header.

Examples: info@institution.de or no-reply@institution.de";s:25:"mail_system_usr_from_name";s:22:"Sender Fullname (From)";s:30:"mail_system_usr_from_name_info";s:144:"You can use the placeholders [FULLNAME], [FIRSTNAME] and [LASTNAME]. These will then be replaced by the respective data of the e-mail initiator.";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: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.

Examples: info@institution.de or no-reply@institution.de";s:25:"mail_system_sys_from_name";s:22:"Sender Fullname (From)";s:29:"mail_system_sys_reply_to_addr";s:8:"Reply-To";s:29:"mail_system_sys_env_from_addr";s:16:"Technical Sender";s:25:"mail_system_sys_signature";s:9:"Signature";s:24:"mail_member_notification";s:24:"Participant Notification";s:35:"mail_enable_crs_member_notification";s:21:"Notify Course Members";s:35:"mail_enable_grp_member_notification";s:20:"Notify Group Members";s:40:"mail_enable_crs_member_notification_info";s:160:"ILIAS will automatically send an e-mail to every course member if his or her membership status is changed. This setting applies to all courses on the plattform.";s:40:"mail_enable_grp_member_notification_info";s:158:"ILIAS will automatically send an e-mail to every group member if his or her membership status is changed. This setting applies to all groups on the plattform.";s:15:"mail_add_folder";s:18:"Add New Sub-folder";s:18:"mail_rename_folder";s:13:"Rename Folder";s:43:"system_notification_installation_changed_by";s:10:"Changed By";s:11:"mail_filter";s:6:"Filter";s:18:"mail_filter_sender";s:6:"Sender";s:22:"mail_filter_recipients";s:10:"Recipients";s:19:"mail_filter_subject";s:7:"Subject";s:16:"mail_filter_body";s:4:"Body";s:18:"mail_filter_attach";s:11:"Attachments";s:29:"mail_filter_field_placeholder";s:25:"Filter these messages ...";s:15:"mail_filter_txt";s:18:"Filter messages by";s:23:"mail_filter_only_unread";s:11:"Only Unread";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:32:"mail_download_zip_no_attachments";s:31:"Could not find any attachments.";s:14:"search_content";s:13:"Search Result";s:22:"mail_nacc_if_timelimit";s:68:"This text is only included, if the user has a limited access period.";s:19:"mail_nacc_timelimit";s:18:"User access period";s:31:"mail_max_size_attachments_total";s:189:"Please enter the maximum file size allowed as attachment per mail. This setting is not related to other resource limits, e.g. upload_max_filesize etc. (since you can attach multiple files).";s:37:"mail_max_size_attachments_total_error";s:31:"The allowed attachment size is:";s:23:"link_check_introduction";s:35:"the following weblinks are invalid:";s:17:"link_check_reason";s:76:"You recife this mail because you enabled the notification for invalid links.";s:25:"link_check_affected_links";s:14:"Affected Links";s:21:"link_check_perma_link";s:14:"Permanent Link";s:19:"mail_orphaned_mails";s:28:"Delete old or orphaned mails";s:14:"mail_threshold";s:9:"Threshold";s:19:"mail_threshold_info";s:296:"Internal messages that are older than the defined threshold value here, will be deleted (including possibly existing attachments).
Please keep in mind that on the first run of this cronjob a lot of messages will be deleted and because of this it is not possible to send a mail as a warning.";s:24:"mail_orphaned_mails_desc";s:28:"Delete old or orphaned mails";s:16:"only_inbox_trash";s:27:"Only consider inbox / trash";s:21:"only_inbox_trash_info";s:165:"If enabled, e-mails are only deleted if they are located in the Inbox and Trash of the respective user. Otherwise, all messages are deleted regardless of the folder.";s:20:"mail_notify_orphaned";s:17:"Notification Mail";s:25:"mail_notify_orphaned_info";s:193:"If you enter a value here is larger than or equal to 1, ILIAS will send an e-mail to the user before an internal mail is deleted. Please make sure that an external e-mail reception is possible.";s:21:"orphaned_mail_subject";s:33:"Notification about orphaned mails";s:18:"orphaned_mail_body";s:122:"The following old or orphaned mails are in your mailbox. Please note, that these mails will be deleted automatically soon.";s:14:"mail_templates";s:14:"Text Templates";s:17:"mail_new_template";s:17:"New Text Template";s:28:"mail_template_set_as_default";s:14:"Set as Default";s:30:"mail_template_unset_as_default";s:16:"Unset as Default";s:21:"mail_template_default";s:10:" (Default)";s:26:"mail_tpl_sure_delete_entry";s:50:"Are you sure you want to delete the text template?";s:28:"mail_tpl_sure_delete_entries";s:54:"Are you sure you want to delete the following entries?";s:19:"mail_template_title";s:4:"Name";s:21:"mail_template_context";s:7:"Context";s:34:"mail_template_no_context_available";s:119:"There is no context provided by any ILIAS service or module. Thus it is not possible to create or edit a text template.";s:30:"mail_template_orphaned_context";s:16:"Orphaned Context";s:15:"mail_create_tpl";s:21:"Create Text Templates";s:13:"mail_edit_tpl";s:19:"Edit Text Templates";s:18:"mail_tpl_deleted_p";s:45:"The text templates were successfully deleted.";s:18:"mail_tpl_deleted_s";s:43:"The text template was successfully deleted.";s:24:"mail_template_missing_id";s:65:"Can\'t execute the action because the text template id is missing.";s:30:"mail_template_no_valid_context";s:31:"The given context is not valid.";s:20:"mail_template_client";s:13:"Text Template";s:25:"mail_template_client_info";s:190:"Choose one of the available text templates and make use of it\'s placeholders. If you choose a text template, body and subject of this form (if defined in the text template) will be replaced.";s:34:"mail_enable_crs_admin_notification";s:28:"Notify Course Administrators";s:34:"mail_enable_grp_admin_notification";s:27:"Notify Group Administrators";s:39:"mail_enable_crs_admin_notification_info";s:315:"In new courses the setting \'Notification About New Members\' will be activated by default. It is set in the \'Member\'-tab of courses. Course administrators will receive an e-mail when a member joins the course or leaves it or if the minimally required number of participants is not met the course needs to take place.";s:39:"mail_enable_grp_admin_notification_info";s:293:"In new groups the setting \'Notification\' will be activated by default. It is set in the \'Member\'-tab of groups. Course administrators will receive an e-mail when a member joins the group or leaves it or if the minimally required number of participants is not met the group needs to take place.";s:36:"mail_notification_membership_section";s:10:"Membership";s:14:"mail_sel_label";s:21:"Choose the Recipients";s:14:"mail_crs_roles";s:25:"Send Mail to Course Roles";s:14:"mail_grp_roles";s:24:"Send Mail to Group Roles";s:17:"send_mail_members";s:11:"All Members";s:16:"send_mail_tutors";s:10:"All Tutors";s:16:"send_mail_admins";s:18:"All Administrators";s:14:"mail_sel_users";s:27:"Send Mail to Selected Users";s:30:"mail_attachment_file_not_exist";s:62:"At least one of the following attachments does not exist: %1$s";s:24:"mail_recipient_not_found";s:39:"%1$s (could not find a valid recipient)";s:35:"mail_multiple_role_recipients_found";s:47:"%1$s (found multiple roles for recipient: %2$s)";s:22:"mail_generic_rcp_error";s:54:"An error occured while validating the recipients: %1$s";s:28:"mail_members_search_continue";s:8:"Continue";s:24:"first_email_missing_info";s:65:"Selection not possible because no e-mail address has been entered";s:25:"second_email_missing_info";s:72:"Selection not possible because no second e-mail address has been entered";s:16:"mail_first_email";s:20:"First E-Mail Address";s:17:"mail_second_email";s:21:"Second E-Mail Address";s:15:"mail_both_email";s:21:"Both E-Mail Addresses";s:18:"show_mail_settings";s:18:"Show Mail Settings";s:23:"show_mail_settings_info";s:100:"If enabled, the user\'s `Mail Settings` are accessible via the `Personal Settings` or `Mail` section.";}'))); $ilDB->insert("lng_modules", array( 'module' => array('text', 'maps'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:18:{s:21:"maps_enable_maps_info";s:52:"Activates Maps in user profiles, groups and courses.";s:16:"maps_enable_maps";s:11:"Enable Maps";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:35:"maps_custom_geolocation_server_info";s:210:"Server URL to provide geolocation-data using Nominatim. Your entry should contain the placeholder [QUERY] to define a position for request information. Example: nominatim.example.com/search/[QUERY]?format=json.";s:21:"configure_geolocation";s:119:"Please finish the geolocation configuration in the "Third Party Software" administration menu to enable address search.";s:16:"maps_tile_server";s:16:"Server for Tiles";s:23:"maps_geolocation_server";s:30:"Server for Reverse Geolocation";s:14:"maps_extt_maps";s:4:"Maps";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_settings";s:13:"Maps Settings";s:22:"maps_std_location_desc";s:26:"Click map to set location.";s:17:"maps_std_location";s:16:"Default Location";s:15:"maps_zoom_level";s:10:"Zoom Level";s:16:"maps_google_maps";s:11:"Google Maps";s:21:"maps_open_layers_maps";s:16:"Open Layers Maps";s:13:"maps_map_type";s:3:"Typ";}'))); @@ -32947,7 +32965,7 @@ function setupILIASDatabase() 'module' => array('text', 'objref'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:5:{s:15:"objref_edit_ref";s:15:"Target Settings";s:17:"objref_edit_title";s:14:"Title Settings";s:21:"objref_title_settings";s:20:"Edit Reference Title";s:18:"objref_reuse_title";s:24:"Reuse Title of Reference";s:19:"objref_custom_title";s:16:"Use Custom Title";}'))); $ilDB->insert("lng_modules", array( -'module' => array('text', 'orgu'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:113:{s:20:"orgu_global_set_form";s:35:"Global Organisational Unit Settings";s:25:"orgu_global_set_positions";s:57:"Show User Data according to Organisational Unit Positions";s:37:"orgu_global_set_positions_type_active";s:12:"Positions in";s:31:"orgu_global_set_type_changeable";s:10:"Changeable";s:38:"orgu_global_set_type_changeable_object";s:37:"Setting is changeable on object level";s:34:"orgu_global_set_type_changeable_no";s:25:"Setting is not changeable";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:20:"msg_confirm_deletion";s:55:"Would you really like to delete the following Position?";s:11:"remove_user";s:6:"Remove";s:23:"msg_confirm_remove_user";s:72:"Would you really like to remove the following User from the Position %s?";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:16:"user_assignments";s:16:"User Assignments";s:11:"authorities";s:11:"Authorities";s:9:"authority";s:9:"Authority";s:9:"positions";s:9:"Positions";s:12:"add_position";s:12:"Add Position";s:7:"scope_1";s:24:"Same Organisational Unit";s:7:"scope_2";s:31:"Subsequent Organisational Units";s:7:"scope_3";s:24:"All Organisational Units";s:7:"over_-1";s:8:"Everyone";s:4:"over";s:4:"Over";s:5:"scope";s:2:"In";s:20:"msg_position_udpated";s:21:"Position aktualisiert";s:17:"remove_successful";s:30:"User was removed successfully.";s:20:"orgu_enable_my_staff";s:18:"Enable ‘Staff’";s:25:"orgu_enable_my_staff_info";s:41:"Shows learning progress of own employees.";s:21:"org_op_manage_members";s:14:"Manage Members";s:21:"org_op_access_results";s:14:"Access Results";s:26:"org_op_manage_participants";s:19:"Manage Participants";s:25:"org_op_score_participants";s:18:"Score Participants";s:43:"orgunit_position_permissions_not_active_for";s:67:"You cannot override the position specific permissions for the type:";s:29:"org_op_read_learning_progress";s:37:"View learning progress of other users";s:30:"org_op_write_learning_progress";s:36:"Set learning progress of other users";s:30:"org_op_edit_submissions_grades";s:31:"Edit submissions of other users";s:41:"form_title_org_default_permissions_update";s:19:"Default Permissions";s:22:"view_learning_progress";s:22:"View Learning Progress";s:16:"il_orgu_employee";s:8:"Employee";s:19:"orgu_staff_deassign";s:61:"Are you sure you want to deassign these users from this role?";s:24:"deassign_user_successful";s:55:"Users have been successfully deassigned from this role.";s:16:"il_orgu_superior";s:8:"Superior";s:10:"orgu_staff";s:5:"Staff";s:27:"confirm_deletion_and_assign";s:23:"Delete and Assign Users";s:31:"msg_assignment_to_employee_done";s:42:"Assignment to the employee role successful";s:23:"confirm_deletion_button";s:6:"Delete";s:11:"msg_deleted";s:7:"Deleted";s:5:"Staff";s:5:"Staff";s:8:"employee";s:8:"Employee";s:8:"superior";s:8:"Superior";s:7:"Actions";s:7:"Actions";s:22:"show_learning_progress";s:22:"Show Learning Progress";s:23:"users_successfuly_added";s:37:"The user has been added successfully.";s:18:"change_to_superior";s:18:"Change to superior";s:18:"change_to_employee";s:18:"Change to employee";s:23:"user_changed_successful";s:39:"The user has been changed successfully.";s:22:"ou_parent_id_not_valid";s:36:"The ou_parent_id could not be found.";s:17:"import_successful";s:79:"The import terminated successfully. Created: %s, edited/moved: %s, deleted: %s.";s:31:"import_terminated_with_warnings";s:35:"The import terminated with warnings";s:29:"import_terminated_with_errors";s:34:"The import terminated with errors.";s:13:"import_failed";s:86:"The import failed. Make sure your file is in the xml format and has a valid structure.";s:20:"orgu_already_deleted";s:31:"The object was already deleted.";s:8:"orgu_new";s:23:"New Organisational Unit";s:8:"orgu_add";s:23:"Add Organisational Unit";s:11:"orgu_import";s:26:"Import Organisational Unit";s:11:"local_staff";s:12:"Employees %s";s:9:"rec_staff";s:27:"Employees %s incl. Subunits";s:11:"placeholder";s:3:"...";s:13:"simple_import";s:17:"Simple XML Import";s:10:"simple_xml";s:17:"Simple XML Export";s:15:"import_xml_file";s:11:"Import File";s:26:"view_learning_progress_rec";s:45:"View Learning Progress of Unit incl. Subunits";s:17:"edit_translations";s:21:"Title and Description";s:6:"ext_id";s:11:"External ID";s:14:"ext_id_updated";s:46:"The external ID has been updated successfully.";s:8:"no_roles";s:44:"There are no additional roles at this point.";s:17:"local_other_roles";s:25:"Additional Local Roles %s";s:12:"backto_staff";s:13:"Back to Staff";s:13:"orgu_type_add";s:28:"Add Organisational Unit Type";s:14:"orgu_type_edit";s:29:"Edit Organisational Unit Type";s:10:"orgu_types";s:5:"Types";s:21:"orgu_type_msg_deleted";s:32:"Deleted Organisational Unit Type";s:27:"orgu_type_msg_missing_title";s:50:"There must be set a title for the default language";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_deletion_prevented";s:43:"Deletion of object prevented by plugins: %s";s:38:"orgu_type_msg_setting_member_prevented";s:37:"Setting \'%s\' prevented by plugins: %s";s:32:"orgu_type_msg_updating_prevented";s:43:"Updating of object prevented by plugins: %s";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:44:"orgu_type_msg_setting_default_lang_prevented";s:57:"Setting \'%s\' as default language prevented by plugins: %s";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: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:13:"orgu_settings";s:28:"Organisational Unit Settings";s:9:"orgu_type";s:24:"Organisational Unit Type";s:14:"orgu_orgu_type";s:24:"Organisational Unit Type";s:21:"orgu_type_custom_icon";s:45:"Custom Icon for this Organisational Unit Type";s:17:"orgu_adv_settings";s:17:"Advanced Settings";s:31:"orgu_type_msg_error_custom_icon";s:30:"Could not save the custom icon";s:28:"orgu_type_available_amd_sets";s:32:"Available Advanced Metadata sets";s:25:"orgu_type_assign_amd_sets";s:29:"Assign Advanced Metadata sets";s:22:"not_movable_to_subtree";s:86:"An organisational unit cannot be moved into its own subtree. This would create a loop.";s:18:"simple_user_import";s:19:"XML User Assignment";s:10:"simple_xls";s:19:"Simple Excel Export";s:21:"ou_external_id_exists";s:58:"A unit with the External ID already exists on this system.";s:22:"user_import_successful";s:62:"The import terminated successfully. Assigned: %s, Removed: %s.";s:10:"no_orgunit";s:60:"Please check your XML-File. There is no Organisational Unit.";s:13:"no_assignment";s:56:"Please check your XML-File. There is no User Assignment.";s:18:"org_unit_not_found";s:30:"Organisational Unit not found.";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:24:"org_op_access_enrolments";s:15:"View Enrolments";s:20:"msg_position_updated";s:17:"Position updated.";s:20:"msg_position_created";s:17:"Position created.";s:28:"msg_success_permission_saved";s:18:"Permissions saved.";}'))); +'module' => array('text', 'orgu'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:113:{s:20:"orgu_global_set_form";s:35:"Global Organisational Unit Settings";s:25:"orgu_global_set_positions";s:57:"Show User Data according to Organisational Unit Positions";s:37:"orgu_global_set_positions_type_active";s:12:"Positions in";s:31:"orgu_global_set_type_changeable";s:10:"Changeable";s:38:"orgu_global_set_type_changeable_object";s:37:"Setting is changeable on object level";s:34:"orgu_global_set_type_changeable_no";s:25:"Setting is not changeable";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:20:"msg_confirm_deletion";s:55:"Would you really like to delete the following Position?";s:11:"remove_user";s:6:"Remove";s:23:"msg_confirm_remove_user";s:72:"Would you really like to remove the following User from the Position %s?";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:16:"user_assignments";s:16:"User Assignments";s:11:"authorities";s:11:"Authorities";s:9:"authority";s:9:"Authority";s:9:"positions";s:9:"Positions";s:12:"add_position";s:12:"Add Position";s:7:"scope_1";s:24:"Same Organisational Unit";s:7:"scope_2";s:31:"Subsequent Organisational Units";s:7:"scope_3";s:24:"All Organisational Units";s:7:"over_-1";s:8:"Everyone";s:4:"over";s:4:"Over";s:5:"scope";s:2:"In";s:20:"msg_position_udpated";s:21:"Position aktualisiert";s:17:"remove_successful";s:30:"User was removed successfully.";s:20:"orgu_enable_my_staff";s:18:"Enable ‘Staff’";s:25:"orgu_enable_my_staff_info";s:41:"Shows learning progress of own employees.";s:21:"org_op_manage_members";s:14:"Manage Members";s:21:"org_op_access_results";s:14:"Access Results";s:26:"org_op_manage_participants";s:19:"Manage Participants";s:25:"org_op_score_participants";s:18:"Score Participants";s:43:"orgunit_position_permissions_not_active_for";s:67:"You cannot override the position specific permissions for the type:";s:29:"org_op_read_learning_progress";s:37:"View learning progress of other users";s:30:"org_op_write_learning_progress";s:36:"Set learning progress of other users";s:30:"org_op_edit_submissions_grades";s:31:"Edit submissions of other users";s:41:"form_title_org_default_permissions_update";s:19:"Default Permissions";s:22:"view_learning_progress";s:22:"View Learning Progress";s:16:"il_orgu_employee";s:8:"Employee";s:19:"orgu_staff_deassign";s:61:"Are you sure you want to deassign these users from this role?";s:24:"deassign_user_successful";s:55:"Users have been successfully deassigned from this role.";s:16:"il_orgu_superior";s:8:"Superior";s:10:"orgu_staff";s:5:"Staff";s:27:"confirm_deletion_and_assign";s:23:"Delete and Assign Users";s:31:"msg_assignment_to_employee_done";s:42:"Assignment to the employee role successful";s:23:"confirm_deletion_button";s:6:"Delete";s:11:"msg_deleted";s:7:"Deleted";s:5:"Staff";s:5:"Staff";s:8:"employee";s:8:"Employee";s:8:"superior";s:8:"Superior";s:7:"Actions";s:7:"Actions";s:22:"show_learning_progress";s:22:"Show Learning Progress";s:23:"users_successfuly_added";s:37:"The user has been added successfully.";s:18:"change_to_superior";s:18:"Change to superior";s:18:"change_to_employee";s:18:"Change to employee";s:23:"user_changed_successful";s:39:"The user has been changed successfully.";s:22:"ou_parent_id_not_valid";s:36:"The ou_parent_id could not be found.";s:17:"import_successful";s:79:"The import terminated successfully. Created: %s, edited/moved: %s, deleted: %s.";s:31:"import_terminated_with_warnings";s:35:"The import terminated with warnings";s:29:"import_terminated_with_errors";s:34:"The import terminated with errors.";s:13:"import_failed";s:86:"The import failed. Make sure your file is in the xml format and has a valid structure.";s:20:"orgu_already_deleted";s:31:"The object was already deleted.";s:8:"orgu_new";s:23:"New Organisational Unit";s:8:"orgu_add";s:23:"Add Organisational Unit";s:11:"orgu_import";s:26:"Import Organisational Unit";s:11:"local_staff";s:12:"Employees %s";s:9:"rec_staff";s:27:"Employees %s incl. Subunits";s:11:"placeholder";s:3:"...";s:13:"simple_import";s:17:"Simple XML Import";s:10:"simple_xml";s:17:"Simple XML Export";s:15:"import_xml_file";s:11:"Import File";s:26:"view_learning_progress_rec";s:45:"View Learning Progress of Unit incl. Subunits";s:17:"edit_translations";s:21:"Title and Description";s:6:"ext_id";s:11:"External ID";s:14:"ext_id_updated";s:46:"The external ID has been updated successfully.";s:8:"no_roles";s:44:"There are no additional roles at this point.";s:17:"local_other_roles";s:25:"Additional Local Roles %s";s:12:"backto_staff";s:13:"Back to Staff";s:13:"orgu_type_add";s:28:"Add Organisational Unit Type";s:14:"orgu_type_edit";s:29:"Edit Organisational Unit Type";s:10:"orgu_types";s:5:"Types";s:21:"orgu_type_msg_deleted";s:32:"Deleted Organisational Unit Type";s:27:"orgu_type_msg_missing_title";s:50:"There must be set a title for the default language";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_deletion_prevented";s:43:"Deletion of object prevented by plugins: %s";s:38:"orgu_type_msg_setting_member_prevented";s:37:"Setting \'%s\' prevented by plugins: %s";s:32:"orgu_type_msg_updating_prevented";s:43:"Updating of object prevented by plugins: %s";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:44:"orgu_type_msg_setting_default_lang_prevented";s:57:"Setting \'%s\' as default language prevented by plugins: %s";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: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:13:"orgu_settings";s:28:"Organisational Unit Settings";s:9:"orgu_type";s:24:"Organisational Unit Type";s:14:"orgu_orgu_type";s:24:"Organisational Unit Type";s:21:"orgu_type_custom_icon";s:45:"Custom Icon for this Organisational Unit Type";s:17:"orgu_adv_settings";s:17:"Advanced Settings";s:31:"orgu_type_msg_error_custom_icon";s:30:"Could not save the custom icon";s:28:"orgu_type_available_amd_sets";s:30:"Available Custom Metadata Sets";s:25:"orgu_type_assign_amd_sets";s:27:"Assign Custom Metadata Sets";s:22:"not_movable_to_subtree";s:86:"An organisational unit cannot be moved into its own subtree. This would create a loop.";s:18:"simple_user_import";s:19:"XML User Assignment";s:10:"simple_xls";s:19:"Simple Excel Export";s:21:"ou_external_id_exists";s:58:"A unit with the External ID already exists on this system.";s:22:"user_import_successful";s:62:"The import terminated successfully. Assigned: %s, Removed: %s.";s:10:"no_orgunit";s:60:"Please check your XML-File. There is no Organisational Unit.";s:13:"no_assignment";s:56:"Please check your XML-File. There is no User Assignment.";s:18:"org_unit_not_found";s:30:"Organisational Unit not found.";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:24:"org_op_access_enrolments";s:15:"View Enrolments";s:20:"msg_position_updated";s:17:"Position updated.";s:20:"msg_position_created";s:17:"Position created.";s:28:"msg_success_permission_saved";s:18:"Permissions saved.";}'))); $ilDB->insert("lng_modules", array( 'module' => array('text', 'payment'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:522:{s:15:"advanced_search";s:15:"Advanced Search";s:11:"coupon_type";s:11:"Coupon-Type";s:13:"currency_cent";s:4:"Cent";s:13:"currency_euro";s:4:"Euro";s:8:"currency";s:8:"Currency";s:21:"delete_addresses_bill";s:24:"Delete Billing addresses";s:20:"delete_addresses_bmf";s:20:"Delete BMF addresses";s:23:"delete_addresses_paypal";s:23:"Delete Paypal addresses";s:8:"duration";s:8:"Duration";s:10:"edit_topic";s:10:"Edit Topic";s:15:"enable_ean_info";s:154:"This is required for invoicing the public sector in Denmark. Click here to read more about EAN.";s:10:"enable_ean";s:10:"Enable EAN";s:12:"excel_export";s:12:"Excel export";s:9:"filter_by";s:2:"by";s:24:"import_use_only_textfile";s:58:"Hint: Please use a plain-text file with one code per line.";s:4:"info";s:32:"Information about the pay method";s:9:"new_topic";s:9:"New Topic";s:13:"no_topics_yet";s:21:"No topics created yet";s:18:"no_vendor_selected";s:19:"No vendor selected.";s:14:"object_deleted";s:14:"Object Deleted";s:12:"pay_abstract";s:8:"Abstract";s:24:"pay_add_to_shopping_cart";s:20:"Add to shopping cart";s:26:"pay_added_to_shopping_cart";s:28:"Added item to shopping cart.";s:7:"pay_all";s:3:"All";s:11:"pay_article";s:7:"Article";s:13:"pay_bank_data";s:9:"Bank data";s:11:"pay_bill_no";s:11:"Invoice no.";s:22:"pay_bmf_account_holder";s:14:"Account holder";s:22:"pay_bmf_account_number";s:14:"Account number";s:12:"pay_bmf_back";s:4:"back";s:17:"pay_bmf_bank_code";s:9:"Bank code";s:19:"pay_bmf_card_holder";s:11:"Card holder";s:19:"pay_bmf_card_number";s:11:"Card number";s:20:"pay_bmf_check_number";s:12:"Check number";s:30:"pay_bmf_check_terms_conditions";s:71:"Please confirm that you\'ve read the terms and conditions and accept it.";s:24:"pay_bmf_credit_card_data";s:11:"Credit card";s:29:"pay_bmf_credit_card_not_valid";s:110:"The credit card data you\'ve entered isn\'t valid. Please check out whether all fields are filled out correctly.";s:19:"pay_bmf_credit_card";s:11:"Credit card";s:24:"pay_bmf_debit_entry_data";s:11:"Debit entry";s:29:"pay_bmf_debit_entry_not_valid";s:110:"The debit entry data you\'ve entered isn\'t valid. Please check out whether all fields are filled out correctly.";s:19:"pay_bmf_debit_entry";s:39:"Debit entry (german bank accounts only)";s:31:"pay_bmf_description_credit_card";s:249:"Please check out whether all articles you would like to order are in the shopping cart. By filling in your credit card data and clicking the "Save"-button you confirm your wish to order, that starts immediately. The data check may take some seconds.";s:31:"pay_bmf_description_debit_entry";s:257:"Please check out whether all articles you would like to order are in the shopping cart. By filling in your data for the debit entry and clicking the "Save"-button you confirm your wish to order, that starts immediately. The data check may take some seconds.";s:32:"pay_bmf_description_payment_type";s:25:"Please select how to pay.";s:33:"pay_bmf_description_personal_data";s:46:"Please fill out the following form completely.";s:20:"pay_bmf_house_number";s:12:"House number";s:16:"pay_bmf_optional";s:8:"optional";s:10:"pay_bmf_or";s:2:"or";s:26:"pay_bmf_password_not_valid";s:27:"Your password wasn\'t valid.";s:30:"pay_bmf_payment_type_not_valid";s:75:"The kind of paying you\'ve chosen isn\'t valid. Please select another option.";s:20:"pay_bmf_payment_type";s:14:"Kind of paying";s:31:"pay_bmf_personal_data_not_valid";s:93:"Your personal data isn\'t valid. Please check out whether all fields are filled out correctly.";s:21:"pay_bmf_personal_data";s:18:"Your personal data";s:21:"pay_bmf_please_select";s:13:"Please select";s:14:"pay_bmf_po_box";s:6:"PO Box";s:25:"pay_bmf_server_error_code";s:33:"Payment server returns error code";s:34:"pay_bmf_server_error_communication";s:46:"Error while communication with payment server.";s:29:"pay_bmf_server_error_sysadmin";s:60:"Please contact system administrator for further information.";s:27:"pay_bmf_shopping_cart_empty";s:28:"Your shopping card is empty.";s:23:"pay_bmf_street_or_pobox";s:47:"Please enter street and house number or po box.";s:23:"pay_bmf_subtotal_amount";s:15:"Subtotal amount";s:29:"pay_bmf_terms_conditions_read";s:59:"I have read the general terms and conditions and accept it.";s:29:"pay_bmf_terms_conditions_show";s:4:"show";s:24:"pay_bmf_terms_conditions";s:28:"General terms and conditions";s:14:"pay_bmf_thanks";s:36:"Thank you. Your order was submitted.";s:20:"pay_bmf_total_amount";s:12:"Total amount";s:16:"pay_bmf_validity";s:11:"valid until";s:20:"pay_bmf_vat_included";s:12:"VAT included";s:18:"pay_bmf_your_order";s:10:"Your order";s:16:"pay_change_price";s:33:"Change price/duration combination";s:16:"pay_click_to_buy";s:7:"Buy now";s:17:"pay_confirm_order";s:52:"Please confirm your order by entering your password.";s:28:"pay_crs_max_members_exceeded";s:83:"You cannot buy this course because the maximum number of users is already exceeded.";s:15:"pay_customer_no";s:12:"Customer no.";s:19:"pay_deleted_booking";s:27:"The entry has been deleted.";s:17:"pay_deleted_items";s:37:"The selected items have been deleted.";s:17:"pay_edit_abstract";s:13:"Edit Abstract";s:20:"pay_enable_shop_info";s:70:"If activated the ILIAS webshop is available and objects can be bought.";s:15:"pay_enable_shop";s:11:"Enable Shop";s:10:"pay_ending";s:9:"ends with";s:21:"pay_entitled_retrieve";s:29:"Entitled to retrieve data for";s:17:"pay_epay_canceled";s:25:"The payment was canceled.";s:16:"pay_epay_success";s:120:"The payment has been processed. Please be aware that it can take a few minutes before your purchase is fully registered.";s:16:"pay_expires_info";s:76:"This object is disposable. The payment has been expired, you can not buy it.";s:10:"pay_filter";s:6:"Filter";s:22:"pay_goto_buyed_objects";s:24:"Goto your bought objects";s:22:"pay_goto_shopping_cart";s:22:"Goto the shopping cart";s:10:"pay_header";s:4:"Shop";s:29:"pay_hide_advanced_search_info";s:62:"For simple shop with a few items hide the advanced search tab.";s:24:"pay_hide_advanced_search";s:20:"Hide Advanced Search";s:21:"pay_hide_coupons_info";s:122:"Hide coupons for the shopper. In case your shop is not using coupons this simplifies the buying process for your customer.";s:16:"pay_hide_coupons";s:12:"Hide coupons";s:23:"pay_hide_filtering_info";s:40:"Hide filtering options from the shopper.";s:18:"pay_hide_filtering";s:14:"Hide Filtering";s:18:"pay_hide_news_info";s:58:"Hides the shop news tab in case you\'re not using the news.";s:13:"pay_hide_news";s:9:"Hide news";s:13:"pay_hint_epay";s:11:"Tip to ePay";s:15:"pay_hint_paypal";s:15:"Hint for PayPal";s:13:"pay_info_epay";s:114:"When press ‘pay’ the ePay payment window opens. After you have completed the payment you will return to ILIAS.";s:15:"pay_info_paypal";s:401:"To pay for those objects that are in your shopping cart you\'ll leave ILIAS temporary and head for the PayPal website. Please follow the steps that are shown to you there. After paying successfully you\'ll be directed back to ILIAS automatically. Don\'t close the window of your browser at any time whilst the selling process. Otherwise the objects you\'ve bought can\'t be activated for you automatically.";s:8:"pay_info";s:314:"Access to the following material is not for free. If you want to gain access to a certain learning object please select a price. You can purchase one or several learning objects by using the button ‘shopping cart’ on your personal desktop. You are going to gain immediate access to a chosen object and period.";s:37:"pay_item_already_in_sc_choose_another";s:109:"This object was already taken up in your shopping cart. Select if necessary a new price/duration combination.";s:22:"pay_item_already_in_sc";s:49:"This object already exists in your shopping cart.";s:11:"pay_locator";s:4:"Shop";s:28:"pay_manual_sorting_of_topics";s:24:"Manual Sorting of Topics";s:17:"pay_max_hits_info";s:63:"Please enter a number for the maximum number of search results.";s:12:"pay_max_hits";s:8:"Max hits";s:22:"pay_message_attachment";s:79:"As a confirmation for your order we send you a bill (PDF format) as attachment.";s:17:"pay_message_hello";s:4:"Dear";s:19:"pay_message_regards";s:15:"Yours sincerely";s:19:"pay_message_subject";s:16:"Your ILIAS order";s:18:"pay_message_thanks";s:31:"Thank you for your ILIAS order.";s:22:"pay_no_vendors_created";s:18:"No vendors created";s:24:"pay_not_buyed_any_object";s:31:"You have not bought any object.";s:19:"pay_order_date_from";s:15:"Order date from";s:18:"pay_order_date_til";s:14:"Order date til";s:19:"pay_order_paid_body";s:76:"Your invoice for %products% is attached this mail. Thank you for your order.";s:22:"pay_order_paid_subject";s:12:"Your invoice";s:14:"pay_payed_bill";s:18:"Bill already payed";s:16:"pay_unpayed_bill";s:55:"Please wire the open balance to the given bank account.";s:21:"pay_payed_credit_card";s:34:"The order was paid by credit card.";s:21:"pay_payed_debit_entry";s:34:"The order was paid by debit entry.";s:16:"pay_payed_paypal";s:29:"The order was paid by PayPal.";s:22:"pay_paypal_error_fails";s:59:"PayPal reports errors that occurred during the transaction.";s:21:"pay_paypal_error_info";s:86:"If necessary feel free to contact the system administrator of this ILIAS installation.";s:30:"pay_paypal_error_not_completed";s:44:"The transaction isn\'t totally completed yet.";s:30:"pay_paypal_error_prev_trans_id";s:59:"The transaction id given by PayPal was already used before.";s:31:"pay_paypal_error_wrong_customer";s:63:"Checking this transaction resulted in no match of the customer.";s:28:"pay_paypal_error_wrong_items";s:65:"Checking this transaction resulted in no match of the sold items.";s:29:"pay_paypal_error_wrong_vendor";s:61:"Checking this transaction resulted in no match of the vendor.";s:17:"pay_paypal_failed";s:51:"Your purchase of ILIAS objects using PayPal failed!";s:18:"pay_paypal_success";s:118:"Thanks for your purchase of ILIAS objects using PayPal! You\'ll receive a written confirmation in PDF format by e-mail.";s:22:"pay_paypal_unreachable";s:54:"The connection to the payment server of PayPal failed.";s:21:"pay_personal_settings";s:17:"Personal Settings";s:16:"pay_reset_filter";s:12:"Reset filter";s:16:"pay_save_sorting";s:12:"Save Sorting";s:19:"pay_select_one_item";s:23:"Please select one item.";s:16:"pay_select_price";s:43:"Please select a price/duration combination.";s:14:"pay_send_order";s:10:"Send order";s:23:"pay_shopping_cart_empty";s:28:"Your shopping cart is empty.";s:17:"pay_sorting_value";s:13:"Sorting Value";s:12:"pay_starting";s:11:"starts with";s:9:"pay_step1";s:47:"Your order - Step 1/3: Enter your personal data";s:9:"pay_step2";s:45:"Your order - Step 2/3: Choose kind of payment";s:21:"pay_step3_credit_card";s:70:"Your order - Step 3/3: Enter your credit card data and send your order";s:21:"pay_step3_debit_entry";s:63:"Your order - Step 3/3: Enter your bank data and send your order";s:13:"pay_thumbnail";s:9:"Thumbnail";s:36:"pay_topics_allow_custom_sorting_info";s:88:"If enabled, every user can determine the sorting of topics in the webshop independently.";s:31:"pay_topics_allow_custom_sorting";s:24:"Custom Sorting of Topics";s:36:"pay_topics_default_sorting_direction";s:35:"Default Sorting Direction of Topics";s:31:"pay_topics_default_sorting_type";s:30:"Default Sorting Type of Topics";s:23:"pay_topics_sort_by_date";s:7:"By Date";s:24:"pay_topics_sort_by_title";s:28:"Titles in Alphabetical Order";s:24:"pay_topics_sort_manually";s:8:"Manually";s:15:"pay_update_view";s:11:"Update view";s:11:"paya_access";s:6:"Access";s:17:"paya_add_customer";s:19:"Add Selling Process";s:20:"paya_add_price_title";s:9:"New price";s:14:"paya_add_price";s:13:"Add new price";s:21:"paya_added_new_object";s:60:"Added new object. Please edit the pay method and the prices.";s:20:"paya_added_new_price";s:17:"Created new price";s:18:"paya_added_trustee";s:20:"Created new trustee.";s:23:"paya_bookings_available";s:66:"This object has been sold. Please delete all statistic data first.";s:12:"paya_buyable";s:7:"Buyable";s:18:"paya_buyed_objects";s:14:"Bought Objects";s:20:"paya_count_purchaser";s:20:"Number of purchasers";s:35:"paya_coupon_codes_import_successful";s:18:"Import successful.";s:16:"paya_coupons_add";s:10:"Add Coupon";s:27:"paya_coupons_already_in_use";s:83:"The code you typed in belongs to the same coupon as a code which is already in use.";s:29:"paya_coupons_assigned_objects";s:16:"Assigned Objects";s:25:"paya_coupons_availability";s:35:"Maximum Number of Usage of one Code";s:23:"paya_coupons_code_chars";s:5:"Chars";s:38:"paya_coupons_code_deleted_successfully";s:20:"Deleted Successfully";s:28:"paya_coupons_code_generation";s:15:"Code Generation";s:24:"paya_coupons_code_length";s:11:"Code Length";s:17:"paya_coupons_code";s:4:"Code";s:25:"paya_coupons_codes_import";s:12:"Import Codes";s:32:"paya_coupons_codes_not_available";s:21:"No codes created yet.";s:18:"paya_coupons_codes";s:5:"Codes";s:25:"paya_coupons_coupon_added";s:13:"Coupon added.";s:29:"paya_coupons_coupon_not_found";s:42:"No coupon found for the code you typed in.";s:19:"paya_coupons_coupon";s:6:"Coupon";s:20:"paya_coupons_coupons";s:7:"Coupons";s:24:"paya_coupons_description";s:11:"Description";s:23:"paya_coupons_edit_codes";s:10:"Edit Codes";s:25:"paya_coupons_edit_objects";s:12:"Edit Objects";s:17:"paya_coupons_edit";s:11:"Edit Coupon";s:28:"paya_coupons_fix_all_objects";s:49:"%s %s discount on the total amount of all objects";s:33:"paya_coupons_fix_selected_objects";s:54:"%s %s discount on the total amount of selected objects";s:16:"paya_coupons_fix";s:3:"fix";s:17:"paya_coupons_from";s:10:"Valid From";s:27:"paya_coupons_generate_codes";s:14:"Generate Codes";s:25:"paya_coupons_import_codes";s:12:"Import Codes";s:38:"paya_coupons_import_error_opening_file";s:30:"Error opening the import file!";s:31:"paya_coupons_no_codes_generated";s:19:"No codes generated.";s:30:"paya_coupons_no_codes_selected";s:27:"You did not select any code";s:31:"paya_coupons_no_object_assigned";s:33:"No object assigned to the coupon.";s:26:"paya_coupons_not_available";s:23:"No coupons created yet.";s:22:"paya_coupons_not_found";s:17:"No coupons found.";s:22:"paya_coupons_not_valid";s:24:"The coupon is not valid.";s:28:"paya_coupons_number_of_codes";s:15:"Number of Codes";s:20:"paya_coupons_objects";s:7:"Objects";s:36:"paya_coupons_percentaged_all_objects";s:49:"%s %s discount on the total amount of all objects";s:41:"paya_coupons_percentaged_selected_objects";s:54:"%s %s discount on the total amount of selected objects";s:24:"paya_coupons_percentaged";s:11:"percentaged";s:34:"paya_coupons_sure_delete_all_codes";s:42:"Are you sure you want to delete all codes?";s:39:"paya_coupons_sure_delete_selected_codes";s:51:"Are you sure you want to delete the selected codes?";s:17:"paya_coupons_till";s:10:"Valid Till";s:18:"paya_coupons_title";s:5:"Title";s:22:"paya_coupons_type_auto";s:13:"Automatically";s:22:"paya_coupons_type_self";s:8:"Manually";s:17:"paya_coupons_type";s:11:"Coupon Type";s:31:"paya_coupons_unassigned_objects";s:18:"Unassigned Objects";s:27:"paya_coupons_usage_of_codes";s:14:"Usage of Codes";s:18:"paya_coupons_value";s:5:"Value";s:32:"paya_customer_added_successfully";s:61:"The selling process was added to the statistics successfully.";s:13:"paya_customer";s:8:"Customer";s:17:"paya_delete_price";s:12:"Delete price";s:23:"paya_delete_trustee_msg";s:26:"Deleted selected trustees.";s:23:"paya_deleted_last_price";s:32:"The last price has been deleted.";s:19:"paya_deleted_object";s:40:"Stopped payment for the selected object.";s:28:"paya_deleted_selected_prices";s:16:"Price(s) deleted";s:20:"paya_details_updated";s:16:"Details updated.";s:13:"paya_disabled";s:8:"Disabled";s:17:"paya_edit_details";s:12:"Edit Details";s:20:"paya_edit_pay_method";s:15:"Edit Pay Method";s:22:"paya_edit_prices_first";s:29:"Please edit the prices first.";s:16:"paya_edit_prices";s:11:"Edit Prices";s:12:"paya_enabled";s:7:"Enabled";s:16:"paya_enter_login";s:24:"Please enter a username.";s:22:"paya_err_adding_object";s:19:"Error adding object";s:26:"paya_error_adding_customer";s:69:"An error occurred while adding the selling process to the statistics.";s:27:"paya_error_mandatory_fields";s:40:"Please fill in all mandatory fields (*).";s:29:"paya_error_no_object_id_given";s:24:"Please choose an object.";s:25:"paya_error_update_booking";s:28:"Error saving statistic data.";s:12:"paya_expires";s:14:"Expire payment";s:19:"paya_filter_reseted";s:13:"Filter reset.";s:11:"paya_header";s:19:"Shop Administration";s:24:"paya_insert_only_numbers";s:28:"Please insert only integers.";s:16:"paya_insert_vats";s:15:"Insert Vat-Rate";s:12:"paya_locator";s:19:"Shop Administration";s:11:"paya_months";s:8:"Month(s)";s:24:"paya_no_booking_id_given";s:32:"Error: no ‘booking id’ given";s:16:"paya_no_bookings";s:23:"No statistic available.";s:23:"paya_no_object_selected";s:25:"Please select one object.";s:24:"paya_no_objects_assigned";s:29:"There are no objects to sell.";s:23:"paya_no_price_available";s:19:"No prices available";s:23:"paya_no_prices_selected";s:23:"Please select one price";s:26:"paya_no_settings_necessary";s:51:"There are no settings necessary for this pay method";s:16:"paya_no_trustees";s:20:"No trustees created.";s:19:"paya_no_valid_login";s:27:"This username is not valid.";s:20:"paya_no_vat_id_given";s:24:"There is no vat-id given";s:21:"paya_no_vats_assigned";s:16:"No vats assigned";s:23:"paya_no_vendor_selected";s:32:"You haven‘t selected a vendor.";s:24:"paya_not_assign_yourself";s:38:"It is not possible to assign yourself.";s:16:"paya_not_buyable";s:10:"Not to buy";s:27:"paya_object_not_purchasable";s:39:"It is not possible to sell this object.";s:11:"paya_object";s:7:"Objects";s:15:"paya_order_date";s:10:"Order date";s:29:"paya_pay_method_not_specified";s:13:"Not specified";s:15:"paya_pay_method";s:10:"Pay method";s:17:"paya_payed_access";s:12:"Payed/Access";s:10:"paya_payed";s:5:"Payed";s:17:"paya_perm_coupons";s:12:"Edit coupons";s:13:"paya_perm_obj";s:12:"Edit objects";s:14:"paya_perm_stat";s:15:"Edit statistics";s:20:"paya_price_not_valid";s:51:"This price is not valid. Please insert only numbers";s:26:"paya_select_object_to_sell";s:48:"Please select the object which you want to sell.";s:28:"paya_select_pay_method_first";s:35:"Please select one pay method first.";s:16:"paya_sell_object";s:11:"Sell object";s:18:"paya_shopping_cart";s:13:"Shopping Cart";s:14:"paya_statistic";s:9:"Statistic";s:23:"paya_sure_delete_object";s:88:"Are you sure, you want to stop payment for this object? All assigned data will get lost.";s:32:"paya_sure_delete_selected_prices";s:52:"Are you sure you want to delete the selected prices?";s:34:"paya_sure_delete_selected_trustees";s:54:"Are you sure you want to delete the selected trustees?";s:21:"paya_sure_delete_stat";s:48:"Are you sure, you want to delete this statistic?";s:20:"paya_sure_delete_vat";s:42:"Are you sure, you want to delete this vat?";s:21:"paya_sure_delete_vats";s:39:"Are you sure you want to delete vat(s)?";s:16:"paya_transaction";s:11:"Transaction";s:18:"paya_trustee_table";s:8:"Trustees";s:13:"paya_trustees";s:8:"Trustees";s:17:"paya_update_price";s:13:"Update prices";s:20:"paya_updated_booking";s:18:"Updated statistic.";s:18:"paya_updated_price";s:20:"The price was saved.";s:19:"paya_updated_prices";s:14:"Updated prices";s:21:"paya_updated_trustees";s:20:"Updated permissions.";s:26:"paya_user_already_assigned";s:22:"User already assigned.";s:23:"paya_vat_already_exists";s:28:"This vat rate already exists";s:20:"paya_vat_not_deleted";s:28:"This vat rate is not deleted";s:18:"paya_vat_not_valid";s:21:"This vat is not valid";s:14:"paya_vats_info";s:78:"If you like to sell an object without a vat, please insert a vat-rate with 0 %";s:11:"paya_vendor";s:6:"Vendor";s:15:"payment_add_vat";s:10:"Create VAT";s:36:"payment_already_bought_but_no_access";s:92:"You already bought the object %s, but you do not have access yet or your license is expired.";s:20:"payment_back_to_shop";s:12:"Back to Shop";s:23:"payment_cannot_find_vat";s:43:"Cannot find VAT data set for the passed id.";s:35:"payment_cannot_read_nonexisting_vat";s:52:"The ID for fechting the VAT data set was not passed.";s:32:"payment_cannot_save_existing_vat";s:28:"Cannot save an existing VAT.";s:37:"payment_cannot_update_nonexisting_vat";s:33:"Cannot update a non existing VAT.";s:16:"payment_edit_vat";s:8:"Edit VAT";s:27:"payment_login_to_buy_object";s:39:"Please login for purchasing the object.";s:21:"payment_news_add_news";s:13:"Add Shop News";s:32:"payment_news_archive_period_info";s:47:"Time period to define when news move to archive";s:27:"payment_news_archive_period";s:14:"Archive-Period";s:20:"payment_news_created";s:15:"Shop news added";s:24:"payment_news_delete_sure";s:48:"Are you sure, you want to delete this shop news?";s:20:"payment_news_deleted";s:17:"Shop news deleted";s:26:"payment_news_no_news_items";s:17:"No news available";s:27:"payment_news_settings_saved";s:28:"The settings have been saved";s:21:"payment_news_settings";s:18:"Shop News Settings";s:20:"payment_news_updated";s:24:"The news have been saved";s:12:"payment_news";s:9:"Shop News";s:25:"payment_no_price_selected";s:18:"No price selected.";s:30:"payment_no_price_type_selected";s:35:"Please select a type for the price.";s:16:"payment_no_topic";s:8:"No Topic";s:46:"payment_object_not_buyable_if_not_vat_assigned";s:74:"Until there is no VAT assigned the object cannot be bought in the webshop.";s:27:"payment_price_invalid_price";s:27:"Please enter a valid price.";s:30:"payment_shop_not_objects_found";s:33:"No objects to buy could be found.";s:17:"payment_tax_rates";s:9:"Tax Rates";s:26:"payment_vat_administration";s:14:"Administration";s:27:"payment_vat_already_created";s:40:"A VAT with this rate is already created.";s:32:"payment_vat_deleted_successfully";s:29:"VAT was deleted successfully.";s:53:"payment_vat_has_to_be_defined_by_administration_short";s:4:"----";s:25:"payment_vat_input_invalid";s:45:"Please insert a valid value for the VAT rate.";s:21:"payment_vat_rate_info";s:56:"Please insert the VAT rate (without the %-sign), e.g. 7.";s:22:"payment_vat_title_info";s:40:"Please insert a label/title for the VAT.";s:20:"pays_active_bookings";s:75:"There active bookings for the selected vendor(s). Please delete them first.";s:13:"pays_add_info";s:42:"Additional information for bill (optional)";s:15:"pays_add_vendor";s:10:"Add vendor";s:17:"pays_added_vendor";s:16:"Added new vendor";s:12:"pays_address";s:16:"Address for bill";s:29:"pays_already_assigned_vendors";s:52:"The following number of users were already assigned:";s:21:"pays_assigned_vendors";s:68:"The following number of users have been assigned to the vendor list:";s:15:"pays_auth_token";s:28:"Unique Token Given by PayPal";s:14:"pays_bank_data";s:18:"Bank data for bill";s:9:"pays_bill";s:4:"Bill";s:26:"pays_bmf_bewirtschafter_nr";s:12:"Operator No.";s:23:"pays_bmf_ca_certificate";s:22:"Path to CA-Certificate";s:27:"pays_bmf_client_certificate";s:26:"Path to Client-Certificate";s:18:"pays_bmf_client_id";s:9:"Cliend Id";s:24:"pays_bmf_epayment_server";s:15:"ePayment-Server";s:24:"pays_bmf_haushaltsstelle";s:20:"Accounting Entry BMF";s:34:"pays_bmf_kennzeichen_mahnverfahren";s:20:"Dunning Procedure Id";s:18:"pays_bmf_object_id";s:9:"Object Id";s:27:"pays_bmf_settings_not_valid";s:97:"Your settings for BMF aren\'t valid. Please check out whether all fields are filled out correctly.";s:17:"pays_bmf_settings";s:16:"Settings for BMF";s:16:"pays_bmf_timeout";s:7:"Timeout";s:29:"pays_bmf_waehrungskennzeichen";s:19:"Currency (e.g. EUR)";s:8:"pays_bmf";s:3:"BMF";s:26:"pays_cost_center_not_valid";s:33:"Please enter a valid cost center.";s:16:"pays_cost_center";s:11:"Cost center";s:21:"pays_currency_subunit";s:28:"Currency (1/100) (e.g. Cent)";s:18:"pays_currency_unit";s:19:"Currency (e.g. EUR)";s:18:"pays_delete_vendor";s:13:"Deassign user";s:27:"pays_deleted_number_vendors";s:50:"The following number of vendors have been deleted:";s:18:"pays_eco_agreement";s:16:"Agreement Number";s:24:"pays_eco_cur_handle_code";s:13:"Currency Code";s:15:"pays_eco_layout";s:14:"Invoice Layout";s:22:"pays_eco_payment_terms";s:13:"Payment Terms";s:23:"pays_eco_product_number";s:14:"Product Number";s:16:"pays_edit_vendor";s:9:"Edit user";s:17:"pays_email_vendor";s:26:"Mail Address of the Vendor";s:25:"pays_epay_auth_email_info";s:71:"Email where information about processed transactions/payments are sent.";s:20:"pays_epay_auth_email";s:18:"Email Notification";s:25:"pays_epay_auth_token_info";s:100:"You also need to enter this in the ePay backend. The secret prevents users from simulating payments.";s:20:"pays_epay_auth_token";s:20:"Authentication Token";s:14:"pays_epay_info";s:265:"ePay is a payment gateway that enables ILIAS to receive VISA, MasterCard, JCB, VISA Electron, MasterCard Maestro, Diners, AMEX etc. In order to use this you must have a seperate agreement with ePay and a Merchant Id.";s:30:"pays_epay_instant_capture_info";s:152:"If enabled all amounts are drawn from the customer’s account immediately. Please make sure this is legal in your country before enabling this feature.";s:25:"pays_epay_instant_capture";s:15:"Instant Capture";s:25:"pays_epay_merchant_number";s:11:"Merchant id";s:21:"pays_epay_server_host";s:11:"Server host";s:21:"pays_epay_server_path";s:11:"Server path";s:28:"pays_epay_settings_not_valid";s:62:"The ePay settings could not be saved because they are invalid.";s:18:"pays_epay_settings";s:18:"ePay configuration";s:9:"pays_epay";s:4:"ePay";s:21:"pays_erp_bad_settings";s:56:"Please change the settings for %s as they are not valid.";s:31:"pays_erp_connection_established";s:44:"Connection established with %s successfully.";s:14:"pays_erp_error";s:26:"Error interacting with %s!";s:13:"pays_erp_info";s:90:"Enterprise, Resource and Planning systems setup. Integrates ILIAS with accounting systems.";s:25:"pays_erp_invoice_attached";s:38:"Your invoice is attached this message.";s:28:"pays_erp_invoice_copies_info";s:24:"Copies will be saved in:";s:23:"pays_erp_invoice_copies";s:33:"Save copies of generated invoices";s:24:"pays_erp_invoice_deleted";s:20:"Test Invoice Deleted";s:27:"pays_erp_invoice_delpreview";s:19:"Delete Test Invoice";s:24:"pays_erp_invoice_nowrite";s:26:"Cannot write to directory.";s:24:"pays_erp_invoice_preview";s:31:"View test invoice in new window";s:17:"pays_erp_settings";s:12:"ERP Settings";s:15:"pays_erp_system";s:10:"ERP System";s:19:"pays_erp_tst_billed";s:10:"billed for";s:21:"pays_erp_tst_existing";s:15:"Existing Debtor";s:16:"pays_erp_tst_new";s:10:"New Debtor";s:20:"pays_erp_tst_product";s:103:"This is just a test invoice. In an actual purchase the name of the course or file will be printed here.";s:25:"pays_erp_updated_settings";s:39:"ERP settings updated and %s set active.";s:8:"pays_erp";s:3:"ERP";s:31:"pays_general_settings_not_valid";s:97:"Your general settings aren\'t valid. Please check out whether all fields are filled out correctly.";s:21:"pays_general_settings";s:16:"General settings";s:12:"pays_general";s:7:"General";s:25:"pays_header_select_vendor";s:16:"Vendor selection";s:12:"pays_invoice";s:7:"Invoice";s:22:"pays_no_username_given";s:17:"No username given";s:28:"pays_no_valid_username_given";s:23:"No valid username given";s:23:"pays_no_vendor_selected";s:18:"No vendor selected";s:20:"pays_number_bookings";s:15:"Active bookings";s:23:"pays_objects_bill_exist";s:89:"Pay method ‘bill’ is activated for some objects. Therefore it can not be deactivated.";s:22:"pays_objects_bmf_exist";s:88:"Pay method ‘BMF’ is activated for some objects. Therefore it can not be deactivated.";s:25:"pays_objects_paypal_exist";s:91:"Pay method ‘PayPal’ is activated for some objects. Therefore it can not be deactivated.";s:12:"pays_offline";s:7:"Offline";s:11:"pays_online";s:6:"Online";s:15:"pays_page_style";s:10:"Page Style";s:16:"pays_pay_methods";s:11:"Pay methods";s:30:"pays_paypal_settings_not_valid";s:100:"Your settings for PayPal aren\'t valid. Please check out whether all fields are filled out correctly.";s:20:"pays_paypal_settings";s:19:"Settings for PayPal";s:11:"pays_paypal";s:6:"PayPal";s:13:"pays_pdf_path";s:36:"Path for generating bill as PDF file";s:16:"pays_server_host";s:41:"Server Host (e.g. https://www.paypal.com)";s:16:"pays_server_path";s:42:"Path to the Scripts (e.g. /cgi-bin/webscr)";s:33:"pays_sure_delete_selected_vendors";s:51:"Do you really want to delete the selected vendor(s)";s:30:"pays_too_many_vendors_selected";s:55:"Please select only one customer to perform this action.";s:25:"pays_updated_bmf_settings";s:35:"Your settings for BMF were updated.";s:26:"pays_updated_epay_settings";s:29:"Settings for ePay was updated";s:29:"pays_updated_general_settings";s:35:"Your general settings were updated.";s:23:"pays_updated_pay_method";s:19:"Changed pay method.";s:28:"pays_updated_paypal_settings";s:38:"Your settings for PayPal were updated.";s:26:"pays_user_already_assigned";s:48:"This user is already assigned to the vendor list";s:13:"pays_vat_rate";s:24:"VAT rate in % (optional)";s:11:"pays_vendor";s:6:"Vendor";s:7:"price_a";s:5:"Price";s:10:"price_from";s:4:"from";s:6:"prices";s:6:"Prices";s:12:"reset_filter";s:12:"Reset Filter";s:15:"search_in_title";s:15:"Search in title";s:16:"select_one_topic";s:33:"Please select at least one topic.";s:10:"set_filter";s:10:"Set Filter";s:9:"shop_info";s:16:"Shop Information";s:8:"sort_asc";s:14:"sort ascending";s:7:"sort_by";s:15:"Sort Objects by";s:9:"sort_desc";s:15:"sort descending";s:19:"sort_topics_by_date";s:4:"Date";s:20:"sort_topics_by_title";s:5:"Title";s:14:"sort_topics_by";s:14:"Sort Topics by";s:20:"sort_topics_manually";s:8:"Manually";s:4:"sort";s:4:"Sort";s:24:"statistics_filter_advice";s:83:"Please choose your favoured filter settings and press the ‘Update View’ button.";s:18:"sure_delete_topics";s:50:"Are you sure you want to delete the chosen topics?";s:12:"topic_edited";s:33:"The topic was edited successfully";s:11:"topic_saved";s:32:"The topic was saved successfully";s:11:"topic_title";s:5:"Title";s:5:"topic";s:5:"Topic";s:14:"topics_deleted";s:43:"The chosen topics were deleted successfully";s:6:"topics";s:6:"Topics";s:18:"unlimited_duration";s:18:"Unlimited duration";s:6:"update";s:6:"Update";s:12:"user_deleted";s:12:"User Deleted";s:8:"vat_rate";s:8:"Vat-Rate";s:9:"vat_title";s:9:"Vat-Title";s:8:"vat_unit";s:8:"Vat-Unit";s:4:"vats";s:4:"Vats";s:17:"paya_bill_history";s:12:"Bill History";s:21:"have_existing_account";s:81:"Do you already have an existing account? Please enter your username and password.";s:24:"have_no_existing_account";s:103:"if you don\'t have an account, you are able to login in with this account:(Username: %s Password: %s ).";s:18:"please_use_account";s:57:"For further purchases please login with use your account.";s:13:"buy_extension";s:13:"Buy Extension";s:15:"extension_price";s:15:"Extension Price";s:16:"terms_conditions";s:3:"GTC";s:23:"accept_terms_conditions";s:56:"Please accept the %s to continue the purchasing process.";s:9:"documents";s:9:"Documents";s:21:"activate_placeholders";s:21:"Activate Placeholders";s:12:"billing_mail";s:13:"Billing-Email";s:14:"select_subtype";s:9:"Suboption";s:18:"pay_hide_shop_info";s:21:"Hide Shop-Information";s:23:"pay_hide_shop_info_info";s:30:"Hides the tab shop-information";s:17:"use_shop_specials";s:17:"Use Shop Specials";s:22:"use_shop_specials_info";s:126:"If enabled, it is possible to mark shop objects as a ‘special’-offer. These objects will be shown on the entire shop site.";s:7:"special";s:13:"Special-Offer";s:12:"special_info";s:62:"If enabled, this object will be shown on the entire shop site.";s:8:"shop_url";s:12:"Link to shop";s:23:"shop_bought_objects_url";s:22:"Link to bought objects";s:20:"ilias_invoice_number";s:20:"ILIAS invoice number";s:26:"userdefined_invoice_number";s:26:"Userdefined invoice number";s:23:"incremental_start_value";s:18:"Incremental Number";s:28:"incremental_start_value_info";s:78:"This start value will be used as first incremental number for the next period.";s:25:"incremental_current_value";s:26:"current incremental number";s:19:"invoice_number_text";s:25:"invoice number definition";s:19:"show_general_filter";s:19:"Show general filter";s:24:"show_general_filter_info";s:62:"Let users find buyable objects with this general search filter";s:18:"show_topics_filter";s:18:"Show topics filter";s:23:"show_topics_filter_info";s:54:"Let users find buyable objects with this topics filter";s:18:"show_shop_explorer";s:18:"Show shop explorer";s:23:"show_shop_explorer_info";s:56:"This shop explorer simplifies the navigation within shop";s:8:"position";s:4:"Pos.";s:6:"amount";s:6:"Amount";s:16:"external_bill_no";s:14:"%s Billing-No.";s:24:"day_of_service_provision";s:24:"Day of service provision";s:14:"total_netprice";s:28:"Total netprice (without VAT)";s:10:"unit_price";s:10:"Unit price";s:8:"plus_vat";s:8:"Plus VAT";s:6:"credit";s:6:"Credit";s:27:"period_of_service_provision";s:27:"Period of service provision";s:21:"check_shop_activation";s:34:"Check Shop Settings for activation";s:21:"please_enter_currency";s:23:"Please enter a currency";s:20:"please_enter_address";s:23:"Please enter an address";s:22:"please_enter_bank_data";s:29:"Please enter the bank details";s:21:"please_enter_pdf_path";s:51:"Please enter a path for generating bill as PDF file";s:29:"please_activate_one_paymethod";s:39:"Please activate at least one pay method";s:21:"please_enter_bmf_data";s:26:"Please enter your BMF data";s:24:"please_enter_paypal_data";s:29:"Please enter your Paypal data";s:22:"please_enter_epay_data";s:27:"Please enter your EPay data";s:17:"please_enter_vats";s:30:"Please create at least one vat";s:20:"please_create_vendor";s:33:"Please create at least one vendor";s:18:"shop_activation_ok";s:65:"The shop settings are complete. You can now activate the webshop.";s:17:"click_to_buy_info";s:134:"You are successfully logged on. For continuing the purchasing process accept the general terms and conditions and click the buy button";s:22:"click_to_continue_info";s:76:"To continue the shopping process, click on "Continue" to log in or register.";s:14:"duration_month";s:25:"Access duration in months";s:13:"duration_date";s:15:"Access duration";s:22:"please_choose_category";s:24:"Please choose a category";s:12:"placeholders";s:12:"Placeholders";s:17:"current_timestamp";s:22:"Current Unix Timestamp";s:7:"user_id";s:7:"User ID";s:18:"incremental_number";s:19:"Incrementing Number";s:15:"topics_settings";s:15:"Topics Settings";s:13:"enable_topics";s:13:"Enable Topics";s:18:"enable_topics_info";s:70:"If enabled, you can assign purchasable objects to self-created topics.";}'))); @@ -32962,7 +32980,7 @@ function setupILIASDatabase() 'module' => array('text', 'poll'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:59:{s:8:"poll_new";s:12:"Add New Poll";s:8:"poll_add";s:8:"Add Poll";s:9:"poll_copy";s:9:"Copy Poll";s:9:"poll_edit";s:9:"Edit Poll";s:13:"poll_question";s:8:"Question";s:10:"poll_image";s:5:"Image";s:17:"poll_view_results";s:15:"Display Results";s:24:"poll_view_results_always";s:6:"Always";s:23:"poll_view_results_never";s:5:"Never";s:28:"poll_view_results_after_vote";s:10:"After Vote";s:30:"poll_view_results_after_period";s:19:"After Voting Period";s:27:"poll_activation_online_info";s:59:"Activate this setting to make the poll accessible to users.";s:11:"poll_answer";s:6:"Answer";s:12:"poll_answers";s:16:"Possible Answers";s:14:"poll_sortorder";s:5:"Order";s:15:"poll_percentage";s:18:"Current Percentage";s:9:"poll_vote";s:4:"Vote";s:26:"poll_block_message_offline";s:21:"This poll is offline.";s:27:"poll_block_message_inactive";s:36:"This poll will be available from %s.";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:18:"poll_votes_no_edit";s:88:"This poll already contains votes. You cannot edit the poll until you delete these votes.";s:15:"poll_population";s:15:"%s Participants";s:17:"poll_delete_votes";s:16:"Delete All Votes";s:22:"poll_delete_votes_sure";s:42:"Are you sure you want to delete all votes?";s:30:"poll_voting_period_and_results";s:25:"Voting Period and Results";s:26:"poll_voting_period_limited";s:21:"Limited Voting Period";s:13:"poll_absolute";s:13:"Current Votes";s:31:"poll_block_results_available_on";s:36:"The results will be available on %s.";s:11:"poll_import";s:11:"Import Poll";s:11:"poll_result";s:7:"Results";s:23:"poll_voting_period_info";s:23:"Deadline for Voting: %s";s:26:"poll_max_number_of_answers";s:41:"Maximum Number Of Answers per Participant";s:22:"poll_vote_error_single";s:23:"Please select 1 answer.";s:21:"poll_vote_error_multi";s:38:"Please select no more than %s answers.";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:9:"poll_mode";s:4:"Mode";s:19:"poll_mode_anonymous";s:9:"Anonymous";s:24:"poll_mode_anonymous_info";s:44:"Votes cannot be traced back to participants.";s:18:"poll_mode_personal";s:8:"Personal";s:23:"poll_mode_personal_info";s:98:"A list of participants with their respective votes is available when having sufficient permission.";s:26:"poll_non_anonymous_warning";s:65:"Your name and vote are visible for administrators in the results.";s:19:"poll_result_answers";s:5:"Votes";s:17:"poll_result_users";s:12:"Participants";s:27:"poll_notification_subscribe";s:21:"Activate Notification";s:29:"poll_notification_unsubscribe";s:23:"Deactivate Notification";s:30:"poll_vote_notification_subject";s:19:"Poll "%s": new vote";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:13:"poll_comments";s:8:"Comments";s:20:"poll_show_results_as";s:15:"Show Results as";s:13:"poll_barchart";s:9:"Bar Chart";s:13:"poll_piechart";s:9:"Pie Chart";s:22:"poll_anonymous_warning";s:45:"Your name is not visible in the poll results.";s:41:"poll_view_results_after_period_impossible";s:33:"The voting period is not limited.";s:28:"poll_voting_period_full_info";s:27:"Voting period from %s to %s";}'))); $ilDB->insert("lng_modules", array( -'module' => array('text', 'prg'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:97:{s:29:"form_msg_file_wrong_file_type";s:16:"Wrong file type.";s:7:"prg_new";s:19:"New Study Programme";s:7:"prg_add";s:19:"Add Study Programme";s:8:"prg_edit";s:20:"Edit Study Programme";s:8:"prg_type";s:20:"Study Programme Type";s:14:"prg_assessment";s:26:"Study Programme Assessment";s:10:"prg_points";s:6:"Points";s:10:"prg_status";s:6:"Status";s:16:"prg_status_draft";s:5:"Draft";s:17:"prg_status_active";s:6:"Active";s:19:"prg_status_outdated";s:8:"Outdated";s:22:"prg_status_in_progress";s:11:"In Progress";s:20:"prg_status_completed";s:9:"Completed";s:21:"prg_status_accredited";s:10:"Accredited";s:23:"prg_status_not_relevant";s:12:"Not Relevant";s:12:"prg_possible";s:8:"Possible";s:17:"prg_completion_by";s:13:"Completion by";s:14:"prg_changed_by";s:10:"Changed by";s:17:"prg_manual_status";s:13:"Manual Status";s:19:"prg_points_required";s:15:"Points Required";s:18:"prg_points_current";s:14:"Points Current";s:15:"prg_custom_plan";s:11:"Custom Plan";s:14:"prg_belongs_to";s:10:"Belongs to";s:24:"prg_show_individual_plan";s:20:"Show Individual Plan";s:15:"prg_remove_user";s:11:"Remove User";s:19:"prg_mark_accredited";s:15:"Mark Accredited";s:21:"prg_unmark_accredited";s:17:"Unmark Accredited";s:27:"prg_mark_accredited_success";s:46:"Accredited Program Node for User successfully.";s:29:"prg_unmark_accredited_success";s:48:"Unaccredited Program Node for User successfully.";s:23:"prg_remove_user_success";s:26:"Removed User successfully.";s:12:"prg_type_add";s:20:"Study Programme Type";s:12:"prg_subtypes";s:8:"Subtypes";s:15:"prg_subtype_add";s:15:"Add new subtype";s:16:"prg_adv_settings";s:17:"Advanced Settings";s:20:"prg_type_custom_icon";s:12:"Custom Icons";s:25:"prg_type_custom_icon_info";s:16:"Custom icon info";s:30:"prg_type_msg_error_custom_icon";s:24:"Error while storing icon";s:24:"prg_type_assign_amd_sets";s:29:"Assign advanced metadata sets";s:27:"prg_type_available_amd_sets";s:32:"Available Advanced Metadata sets";s:13:"prg_type_edit";s:12:"Edit subtype";s:20:"prg_type_msg_deleted";s:15:"Deleted subtype";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: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:19:"prg_save_tree_order";s:15:"Save tree order";s:21:"prg_cancel_tree_order";s:18:"Dismiss tree order";s:26:"prg_saved_order_successful";s:22:"Saved order successful";s:18:"prg_async_settings";s:8:"Settings";s:13:"prg_open_node";s:19:"Switch to this node";s:16:"prg_async_create";s:18:"Add new tree-child";s:19:"prg_create_new_node";s:15:"Create new node";s:19:"prg_create_new_leaf";s:15:"Create new leaf";s:46:"prg_please_select_a_course_for_creating_a_leaf";s:54:"Please select a course for creating a course link leaf";s:18:"prg_deleted_safely";s:23:"Node was deleted safely";s:30:"prg_not_allowed_node_to_delete";s:39:"You are not allowed to delete this node";s:31:"prg_added_course_ref_successful";s:38:"New course link was added successfully";s:10:"prg_manage";s:6:"Manage";s:8:"prg_view";s:4:"View";s:28:"prg_update_from_current_plan";s:24:"Update from current Plan";s:21:"prg_update_successful";s:27:"Saved changes successfully!";s:31:"prg_update_from_plan_successful";s:39:"Updated from current plan successfully!";s:7:"warning";s:8:"Warning!";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:25:"prg_no_members_not_active";s:51:"Can\'t add members, as this programme is not active.";s:26:"prg_type_msg_missing_title";s:22:"Title cannot be empty.";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:33:"prg_acknowledge_completed_courses";s:29:"Acknowledge Completed Courses";s:25:"prg_multi_mark_accredited";s:10:"Accredited";s:27:"prg_multi_unmark_accredited";s:17:"Unmark Accredited";s:21:"prg_multi_remove_user";s:11:"Remove User";s:23:"prg_multi_mark_relevant";s:13:"Mark Relevant";s:25:"prg_multi_unmark_relevant";s:15:"Unmark Relevant";s:34:"prg_multi_update_from_current_plan";s:24:"Update From Current Plan";s:33:"prg_mark_accredited_multi_success";s:33:"Mark Selected Users As Accredited";s:35:"prg_unmark_accredited_multi_success";s:35:"Unmark Selected Users As Accredited";s:31:"prg_mark_relevant_multi_success";s:31:"Mark Selected Users As Relevant";s:35:"prg_mark_not_relevant_multi_success";s:33:"Unmark Selected Users As Relevant";s:24:"prg_remove_users_success";s:21:"Remove Selected Users";s:34:"prg_remove_users_partitial_success";s:33:"Remove Selected Users Particially";s:29:"prg_remove_users_not_possible";s:34:"Remove Selected Users Not Possible";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:20:"prg_no_user_selected";s:16:"No User Selected";s:12:"prg_prg_type";s:20:"Study Programme Type";s:32:"prg_show_programmes_on_pd_always";s:56:"Study Programmes are always visible on Personal Desktop.";s:35:"prg_show_programmes_on_pd_only_read";s:82:"Study Programmes are only visible on Personal Desktop with ‘read’ permissions.";s:40:"prg_more_objects_without_read_permission";s:80:"Study Programme contains more objects you can\'t see because of less permissions.";s:26:"prg_can_not_manage_in_repo";s:79:"You\'re not allowed to manage this Study Programme, because of user assignments.";s:19:"prg_show_programmes";s:10:"Visibility";s:15:"prg_assign_date";s:15:"Assignment date";s:15:"prg_assigned_by";s:11:"Assigned by";s:20:"prg_points_reachable";s:17:"Points Obtainable";s:12:"prg_deadline";s:8:"Deadline";s:17:"prg_status_failed";s:6:"failed";}'))); +'module' => array('text', 'prg'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:97:{s:29:"form_msg_file_wrong_file_type";s:16:"Wrong file type.";s:7:"prg_new";s:19:"New Study Programme";s:7:"prg_add";s:19:"Add Study Programme";s:8:"prg_edit";s:20:"Edit Study Programme";s:8:"prg_type";s:20:"Study Programme Type";s:14:"prg_assessment";s:26:"Study Programme Assessment";s:10:"prg_points";s:6:"Points";s:10:"prg_status";s:6:"Status";s:16:"prg_status_draft";s:5:"Draft";s:17:"prg_status_active";s:6:"Active";s:19:"prg_status_outdated";s:8:"Outdated";s:22:"prg_status_in_progress";s:11:"In Progress";s:20:"prg_status_completed";s:9:"Completed";s:21:"prg_status_accredited";s:10:"Accredited";s:23:"prg_status_not_relevant";s:12:"Not Relevant";s:12:"prg_possible";s:8:"Possible";s:17:"prg_completion_by";s:13:"Completion by";s:14:"prg_changed_by";s:10:"Changed by";s:17:"prg_manual_status";s:13:"Manual Status";s:19:"prg_points_required";s:15:"Points Required";s:18:"prg_points_current";s:14:"Points Current";s:15:"prg_custom_plan";s:11:"Custom Plan";s:14:"prg_belongs_to";s:10:"Belongs to";s:24:"prg_show_individual_plan";s:20:"Show Individual Plan";s:15:"prg_remove_user";s:11:"Remove User";s:19:"prg_mark_accredited";s:15:"Mark Accredited";s:21:"prg_unmark_accredited";s:17:"Unmark Accredited";s:27:"prg_mark_accredited_success";s:46:"Accredited Program Node for User successfully.";s:29:"prg_unmark_accredited_success";s:48:"Unaccredited Program Node for User successfully.";s:23:"prg_remove_user_success";s:26:"Removed User successfully.";s:12:"prg_type_add";s:20:"Study Programme Type";s:12:"prg_subtypes";s:8:"Subtypes";s:15:"prg_subtype_add";s:15:"Add new subtype";s:16:"prg_adv_settings";s:17:"Advanced Settings";s:20:"prg_type_custom_icon";s:12:"Custom Icons";s:25:"prg_type_custom_icon_info";s:16:"Custom icon info";s:30:"prg_type_msg_error_custom_icon";s:24:"Error while storing icon";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:13:"prg_type_edit";s:12:"Edit subtype";s:20:"prg_type_msg_deleted";s:15:"Deleted subtype";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: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:19:"prg_save_tree_order";s:15:"Save tree order";s:21:"prg_cancel_tree_order";s:18:"Dismiss tree order";s:26:"prg_saved_order_successful";s:22:"Saved order successful";s:18:"prg_async_settings";s:8:"Settings";s:13:"prg_open_node";s:19:"Switch to this node";s:16:"prg_async_create";s:18:"Add new tree-child";s:19:"prg_create_new_node";s:15:"Create new node";s:19:"prg_create_new_leaf";s:15:"Create new leaf";s:46:"prg_please_select_a_course_for_creating_a_leaf";s:54:"Please select a course for creating a course link leaf";s:18:"prg_deleted_safely";s:23:"Node was deleted safely";s:30:"prg_not_allowed_node_to_delete";s:39:"You are not allowed to delete this node";s:31:"prg_added_course_ref_successful";s:38:"New course link was added successfully";s:10:"prg_manage";s:6:"Manage";s:8:"prg_view";s:4:"View";s:28:"prg_update_from_current_plan";s:24:"Update from current Plan";s:21:"prg_update_successful";s:27:"Saved changes successfully!";s:31:"prg_update_from_plan_successful";s:39:"Updated from current plan successfully!";s:7:"warning";s:8:"Warning!";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:25:"prg_no_members_not_active";s:51:"Can\'t add members, as this programme is not active.";s:26:"prg_type_msg_missing_title";s:22:"Title cannot be empty.";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:33:"prg_acknowledge_completed_courses";s:29:"Acknowledge Completed Courses";s:25:"prg_multi_mark_accredited";s:10:"Accredited";s:27:"prg_multi_unmark_accredited";s:17:"Unmark Accredited";s:21:"prg_multi_remove_user";s:11:"Remove User";s:23:"prg_multi_mark_relevant";s:13:"Mark Relevant";s:25:"prg_multi_unmark_relevant";s:15:"Unmark Relevant";s:34:"prg_multi_update_from_current_plan";s:24:"Update From Current Plan";s:33:"prg_mark_accredited_multi_success";s:33:"Mark Selected Users As Accredited";s:35:"prg_unmark_accredited_multi_success";s:35:"Unmark Selected Users As Accredited";s:31:"prg_mark_relevant_multi_success";s:31:"Mark Selected Users As Relevant";s:35:"prg_mark_not_relevant_multi_success";s:33:"Unmark Selected Users As Relevant";s:24:"prg_remove_users_success";s:21:"Remove Selected Users";s:34:"prg_remove_users_partitial_success";s:33:"Remove Selected Users Particially";s:29:"prg_remove_users_not_possible";s:34:"Remove Selected Users Not Possible";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:20:"prg_no_user_selected";s:16:"No User Selected";s:12:"prg_prg_type";s:20:"Study Programme Type";s:32:"prg_show_programmes_on_pd_always";s:56:"Study Programmes are always visible on Personal Desktop.";s:35:"prg_show_programmes_on_pd_only_read";s:82:"Study Programmes are only visible on Personal Desktop with ‘read’ permissions.";s:40:"prg_more_objects_without_read_permission";s:80:"Study Programme contains more objects you can\'t see because of less permissions.";s:26:"prg_can_not_manage_in_repo";s:79:"You\'re not allowed to manage this Study Programme, because of user assignments.";s:19:"prg_show_programmes";s:10:"Visibility";s:15:"prg_assign_date";s:15:"Assignment date";s:15:"prg_assigned_by";s:11:"Assigned by";s:20:"prg_points_reachable";s:17:"Points Obtainable";s:12:"prg_deadline";s:8:"Deadline";s:17:"prg_status_failed";s:6:"failed";}'))); $ilDB->insert("lng_modules", array( 'module' => array('text', 'prtf'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:101:{s:15:"prtf_portfolios";s:10:"Portfolios";s:18:"prtf_add_portfolio";s:13:"Add Portfolio";s:19:"prtf_edit_portfolio";s:14:"Edit Portfolio";s:21:"prtf_create_portfolio";s:13:"Add Portfolio";s:22:"prtf_portfolio_created";s:15:"Portfolio added";s:19:"prtf_set_as_default";s:17:"Set As My Profile";s:27:"prtf_sure_delete_portfolios";s:57:"Are you sure you want to delete the following portfolios?";s:22:"prtf_portfolio_deleted";s:18:"Portfolios deleted";s:13:"prtf_add_page";s:8:"Add Page";s:17:"prtf_page_created";s:12:"Page created";s:32:"prtf_sure_delete_portfolio_pages";s:80:"Are you sure you want to delete the following portfolio pages and/or blog pages?";s:27:"prtf_portfolio_page_deleted";s:36:"Portfolio and/or blog pages deleted.";s:21:"prtf_first_page_title";s:18:"Type of first page";s:27:"prtf_save_status_and_titles";s:22:"Save Status and Titles";s:22:"prtf_default_portfolio";s:10:"My Profile";s:18:"prtf_exercise_info";s:63:"This portfolio is part of the assignment "%s" of exercise "%s".";s:23:"prtf_finalize_portfolio";s:29:"Finalize and Submit Portfolio";s:14:"prtf_finalized";s:33:"The portfolio has been submitted.";s:13:"prtf_settings";s:24:"Portfolio Administration";s:25:"prtf_preview_banner_width";s:12:"Banner Width";s:26:"prtf_preview_banner_height";s:13:"Banner Height";s:19:"prtf_preview_banner";s:13:"Custom Banner";s:11:"prtf_banner";s:6:"Banner";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:13:"prtf_add_blog";s:8:"Add Blog";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:20:"prtf_public_comments";s:15:"Public Comments";s:14:"prtf_copy_page";s:12:"Copy Page(s)";s:23:"prtf_existing_portfolio";s:18:"Existing Portfolio";s:18:"prtf_new_portfolio";s:13:"New Portfolio";s:17:"prtf_pages_copied";s:27:"The pages have been copied.";s:20:"prtf_profile_picture";s:23:"Display Profile Picture";s:20:"prtf_use_page_layout";s:15:"Use Page Layout";s:19:"prtf_tab_portfolios";s:13:"My Portfolios";s:20:"prtf_tab_other_users";s:25:"Portfolios of Other Users";s:21:"prtf_unset_as_default";s:19:"Unset As My Profile";s:24:"prtf_preview_banner_info";s:32:"Default size is 1370x100 pixels.";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:29:"prtf_unset_default_share_info";s:85:"Then changes were saved. Please check the current settings for the portfolio sharing.";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:37:"prtf_template_editor_placeholder_info";s:51:"This placeholder will be replaced in the portfolio.";s:18:"prtf_creation_mode";s:13:"New Portfolio";s:27:"prtf_creation_mode_template";s:20:"Create from Template";s:26:"prtf_creation_mode_scratch";s:23:"Create without Template";s:32:"prtf_template_import_blog_create";s:15:"Create New Blog";s:31:"prtf_template_import_blog_reuse";s:17:"Use Existing Blog";s:32:"prtf_template_import_blog_ignore";s:16:"Remove Blog Page";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:34:"prtf_template_import_quota_failure";s:81:"This portfolio template cannot be copied because it would exceed your disk quota.";s:15:"prtf_properties";s:20:"Portfolio Properties";s:10:"prtf_style";s:15:"Portfolio Style";s:31:"prtf_template_import_new_skills";s:69:"If activated, these items will be added to your personal competences.";s:35:"prtf_page_element_teaser_my_courses";s:63:"The portfolio will display a list of your current courses here.";s:34:"prtf_page_element_my_courses_title";s:18:"Course Memberships";s:31:"prtf_page_element_teaser_skills";s:54:"The portfolio will display your competence level here.";s:38:"prtf_page_element_teaser_blog_template";s:66:"The portfolio will display a blog of your personal workspace here.";s:43:"prtf_page_element_teaser_consultation_hours";s:62:"The portfolio will display a consultation hours calendar here.";s:33:"prtf_page_element_teaser_settings";s:8:"Settings";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:21:"prtf_allow_my_courses";s:29:"Page Element ‘My Courses’";s:26:"prtf_allow_my_courses_info";s:71:"Enables to include a list of current course memberships in a portfolio.";s:22:"prtf_blog_page_created";s:20:"Blog has been added.";s:23:"prtf_edit_embedded_blog";s:14:"Edit Blog "%s"";s:28:"prtf_back_to_portfolio_owner";s:14:"Edit Portfolio";s:22:"prtf_manage_portfolios";s:17:"Manage Portfolios";s:13:"prtf_pd_block";s:22:"Personal Desktop Block";s:18:"prtf_pd_block_info";s:80:"Aktivates a block on the personal desktop that lists all portfolios of the user.";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:24:"prtf_shared_offline_info";s:62:"A portfolio has to be online to be accessible by shared users.";s:10:"pdf_export";s:10:"PDF Export";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 workspace.";s:22:"prtf_add_existing_blog";s:17:"Use Existing Blog";s:36:"prtf_portfolio_created_from_template";s:142:"This is the preview of your new portfolio. To add pages and manage the content of the portfolio click on "Edit Portfolio" on top of this page.";s:8:"prtf_pdf";s:13:"Export as PDF";s:20:"prtf_print_selection";s:14:"Page Selection";s:14:"prtf_all_pages";s:9:"All Pages";s:19:"prtf_selected_pages";s:14:"Selected Pages";s:18:"prtf_print_options";s:7:"Options";s:11:"prtf_author";s:6:"Author";s:9:"prtf_link";s:4:"Link";s:18:"prtf_date_of_print";s:13:"Date of Print";s:14:"prtf_signature";s:15:"Signature Field";s:19:"prtf_signature_info";s:66:"Adds a field to the print where the author can sign the portfolio.";s:19:"prtf_signature_date";s:15:"Date, Signature";s:13:"prtf_copy_tab";s:8:"Copy Tab";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.";s:17:"prtf_edit_content";s:12:"Edit Content";s:15:"prtf_set_online";s:10:"Set Online";s:16:"prtf_set_offline";s:11:"Set Offline";s:18:"prtf_no_submission";s:13:"No Submission";s:18:"prtf_submission_on";s:15:"Submitted on $1";s:26:"prtf_no_offline_share_info";s:57:"A portfolio has to be online to be shared by other users.";s:24:"prtf_has_been_set_online";s:30:"Portfolio has been set online.";s:20:"prtf_decl_authorship";s:25:"Declaration of Authorship";s:24:"prtf_download_submission";s:19:"Download Submission";s:19:"prtf_page_type_prtf";s:14:"Portfolio Page";s:19:"prtf_page_type_prtt";s:23:"Portfolio Template Page";}'))); @@ -33028,7 +33046,7 @@ function setupILIASDatabase() 'module' => array('text', 'scov'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', '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";}'))); $ilDB->insert("lng_modules", array( -'module' => array('text', 'search'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:133:{s:18:"add_members_header";s:11:"Add Members";s:12:"search_field";s:18:"Search Input Field";s:15:"search_dropdown";s:16:"Open Search Form";s:19:"adv_md_search_title";s:27:"Search in Extended Metadata";s:14:"append_results";s:14:"Append results";s:18:"last_search_result";s:18:"Last Search Result";s:21:"lucene_activate_field";s:15:"Activate Search";s:30:"lucene_advanced_settings_table";s:15:"Search Settings";s:24:"lucene_advanced_settings";s:15:"Advanced Search";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: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:23:"lucene_default_operator";s:16:"Default Operator";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:27:"lucene_err_quotes_not_empty";s:47:"Quotes (") must contain at least one character.";s:17:"lucene_err_quotes";s:33:"Please close all quote (") marks.";s:23:"lucene_general_settings";s:16:"General Settings";s:16:"lucene_host_info";s:60:"Please enter the hostname or Ip-address for the java server.";s:11:"lucene_host";s:4:"Host";s:22:"lucene_index_path_info";s:54:"Please enter a directory name for storing index files.";s:17:"lucene_index_path";s:25:"Directory for Index Files";s:27:"lucene_last_index_time_info";s:71:"Please modify this settings only if you have installed an index backup.";s:22:"lucene_last_index_time";s:21:"Last Index Generation";s:12:"lucene_level";s:9:"Log-Level";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:10:"lucene_log";s:15:"Path to Logfile";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:14:"lucene_max_sub";s:19:"Number of Sub-items";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:9:"lucene_or";s:2:"OR";s:11:"lucene_port";s:4:"Port";s:22:"lucene_relevance_short";s:9:"Relevance";s:16:"lucene_relevance";s:27:"Relevance of Search Results";s:19:"lucene_settings_tab";s:6:"Lucene";s:21:"lucene_settings_title";s:15:"Lucene Settings";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:21:"lucene_show_relevance";s:14:"Show Relevance";s:21:"lucene_size_frag_info";s:61:"Please choose the maximum size of highlighted text fragments.";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:13:"search_adv_md";s:17:"Extended Metadata";s:15:"search_advanced";s:15:"Advanced Search";s:16:"search_all_words";s:37:"All words (AND)";s:15:"search_any_word";s:35:"Any word (OR)";s:10:"search_any";s:9:"-- Any --";s:16:"search_area_info";s:52:"Please select an area where the search should start.";s:11:"search_area";s:4:"Area";s:27:"search_auto_complete_length";s:36:"Number of Auto Complete List Entries";s:25:"search_choose_object_type";s:30:"Please choose one object type.";s:14:"search_content";s:12:"Page Content";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:16:"search_fast_info";s:64:"Search for titles, descriptions and keywords in all object types";s:22:"search_for_crs_members";s:25:"Search for Course Members";s:22:"search_for_grp_members";s:24:"Search for Group Members";s:23:"search_for_role_members";s:23:"Search for Role Members";s:16:"search_for_users";s:16:"Search for users";s:16:"search_full_info";s:55:"Choose this option to search in a large amount of data.";s:16:"search_grp_title";s:10:"Group Name";s:22:"search_hide_adv_search";s:20:"Hide Advanced Search";s:12:"search_index";s:14:"Indexed search";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:20:"search_minimum_three";s:51:"Your search must be at least three characters long.";s:27:"search_no_connection_lucene";s:32:"Cannot connect to Lucene server.";s:20:"search_no_match_hint";s:228:"Your search for %s did not match any documents.

Suggestions:
• Make sure all words are spelled correctly.
• Try different keywords.
• Try more general keywords.
• Try fewer keywords.";s:15:"search_no_match";s:37:"Your search did not match any results";s:19:"search_no_selection";s:22:"You made no selection.";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: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:20:"search_user_extended";s:20:"Extended User Search";s:11:"search_user";s:5:"Users";s:12:"search_users";s:12:"Search Users";s:5:"until";s:5:"up to";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: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:25:"search_err_user_not_exist";s:43:"A user with that login name does not exist.";s:21:"lucene_offline_filter";s:13:"Online-Status";s:20:"search_option_online";s:6:"Online";s:21:"search_option_offline";s:7:"Offline";s:21:"search_filter_by_type";s:14:"Filter by Type";s:10:"search_off";s:3:"Off";s:37:"search_add_members_from_container_grp";s:26:"Add Users of Current Group";s:37:"search_add_members_from_container_crs";s:27:"Add Users of Current Course";s:15:"search_mime_pdf";s:9:"PDF Files";s:16:"search_mime_word";s:10:"Word Files";s:17:"search_mime_excel";s:11:"Excel Files";s:22:"search_mime_powerpoint";s:16:"Powerpoint Files";s:17:"search_mime_image";s:6:"Images";s:25:"lucene_show_sub_relevance";s:23:"Show Sub-Item Relevance";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: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:23:"search_user_search_form";s:27:"Search in Personal Profiles";s:28:"search_user_search_info_form";s:82:"Data in personal profiles of users is indexed and can be used to search for users.";s:19:"search_minimum_info";s:47:"Your search must be at least %s characters long";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:16:"search_filter_cd";s:23:"Filter by Creation Date";s:21:"search_created_before";s:25:"Objects created before...";s:20:"search_created_after";s:21:"Objects created after";s:17:"search_created_on";s:20:"Objects create on...";s:17:"search_newer_than";s:18:"Objects newer than";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:10:"btn_search";s:6:"Search";}'))); +'module' => array('text', 'search'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:133:{s:18:"add_members_header";s:11:"Add Members";s:12:"search_field";s:18:"Search Input Field";s:15:"search_dropdown";s:16:"Open Search Form";s:19:"adv_md_search_title";s:25:"Search in Custom Metadata";s:14:"append_results";s:14:"Append results";s:18:"last_search_result";s:18:"Last Search Result";s:21:"lucene_activate_field";s:15:"Activate Search";s:30:"lucene_advanced_settings_table";s:15:"Search Settings";s:24:"lucene_advanced_settings";s:15:"Advanced Search";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: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:23:"lucene_default_operator";s:16:"Default Operator";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:27:"lucene_err_quotes_not_empty";s:47:"Quotes (") must contain at least one character.";s:17:"lucene_err_quotes";s:33:"Please close all quote (") marks.";s:23:"lucene_general_settings";s:16:"General Settings";s:16:"lucene_host_info";s:60:"Please enter the hostname or Ip-address for the java server.";s:11:"lucene_host";s:4:"Host";s:22:"lucene_index_path_info";s:54:"Please enter a directory name for storing index files.";s:17:"lucene_index_path";s:25:"Directory for Index Files";s:27:"lucene_last_index_time_info";s:71:"Please modify this settings only if you have installed an index backup.";s:22:"lucene_last_index_time";s:21:"Last Index Generation";s:12:"lucene_level";s:9:"Log-Level";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:10:"lucene_log";s:15:"Path to Logfile";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:14:"lucene_max_sub";s:19:"Number of Sub-items";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:9:"lucene_or";s:2:"OR";s:11:"lucene_port";s:4:"Port";s:22:"lucene_relevance_short";s:9:"Relevance";s:16:"lucene_relevance";s:27:"Relevance of Search Results";s:19:"lucene_settings_tab";s:6:"Lucene";s:21:"lucene_settings_title";s:15:"Lucene Settings";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:21:"lucene_show_relevance";s:14:"Show Relevance";s:21:"lucene_size_frag_info";s:61:"Please choose the maximum size of highlighted text fragments.";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: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 (AND)";s:15:"search_any_word";s:35:"Any word (OR)";s:10:"search_any";s:9:"-- Any --";s:16:"search_area_info";s:52:"Please select an area where the search should start.";s:11:"search_area";s:4:"Area";s:27:"search_auto_complete_length";s:36:"Number of Auto Complete List Entries";s:25:"search_choose_object_type";s:30:"Please choose one object type.";s:14:"search_content";s:12:"Page Content";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:16:"search_fast_info";s:64:"Search for titles, descriptions and keywords in all object types";s:22:"search_for_crs_members";s:25:"Search for Course Members";s:22:"search_for_grp_members";s:24:"Search for Group Members";s:23:"search_for_role_members";s:23:"Search for Role Members";s:16:"search_for_users";s:16:"Search for users";s:16:"search_full_info";s:55:"Choose this option to search in a large amount of data.";s:16:"search_grp_title";s:10:"Group Name";s:22:"search_hide_adv_search";s:20:"Hide Advanced Search";s:12:"search_index";s:14:"Indexed search";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:20:"search_minimum_three";s:51:"Your search must be at least three characters long.";s:27:"search_no_connection_lucene";s:32:"Cannot connect to Lucene server.";s:20:"search_no_match_hint";s:228:"Your search for %s did not match any documents.

Suggestions:
• Make sure all words are spelled correctly.
• Try different keywords.
• Try more general keywords.
• Try fewer keywords.";s:15:"search_no_match";s:37:"Your search did not match any results";s:19:"search_no_selection";s:22:"You made no selection.";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: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:20:"search_user_extended";s:20:"Extended User Search";s:11:"search_user";s:5:"Users";s:12:"search_users";s:12:"Search Users";s:5:"until";s:5:"up to";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: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:25:"search_err_user_not_exist";s:43:"A user with that login name does not exist.";s:21:"lucene_offline_filter";s:13:"Online-Status";s:20:"search_option_online";s:6:"Online";s:21:"search_option_offline";s:7:"Offline";s:21:"search_filter_by_type";s:14:"Filter by Type";s:10:"search_off";s:3:"Off";s:37:"search_add_members_from_container_grp";s:26:"Add Users of Current Group";s:37:"search_add_members_from_container_crs";s:27:"Add Users of Current Course";s:15:"search_mime_pdf";s:9:"PDF Files";s:16:"search_mime_word";s:10:"Word Files";s:17:"search_mime_excel";s:11:"Excel Files";s:22:"search_mime_powerpoint";s:16:"Powerpoint Files";s:17:"search_mime_image";s:6:"Images";s:25:"lucene_show_sub_relevance";s:23:"Show Sub-Item Relevance";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: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:23:"search_user_search_form";s:27:"Search in Personal Profiles";s:28:"search_user_search_info_form";s:82:"Data in personal profiles of users is indexed and can be used to search for users.";s:19:"search_minimum_info";s:47:"Your search must be at least %s characters long";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:16:"search_filter_cd";s:23:"Filter by Creation Date";s:21:"search_created_before";s:25:"Objects created before...";s:20:"search_created_after";s:21:"Objects created after";s:17:"search_created_on";s:20:"Objects create on...";s:17:"search_newer_than";s:18:"Objects newer than";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:10:"btn_search";s:6:"Search";}'))); $ilDB->insert("lng_modules", array( 'module' => array('text', 'sess'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:71:{s:19:"sess_mem_tbl_header";s:20:"Session Participants";s:13:"objs_crs_role";s:12:"Course Roles";s:13:"objs_grp_role";s:11:"Group Roles";s:27:"sess_part_filter_registered";s:15:"Only Registered";s:29:"sess_part_filter_participated";s:13:"Only Attended";s:15:"sess_print_list";s:13:"Generate List";s:11:"sess_import";s:14:"Import Session";s:24:"sess_members_print_title";s:20:"Session Participants";s:9:"sess_copy";s:12:"Copy Session";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:13:"sess_reg_type";s:23:" Registration Procedure";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:16:"sess_reg_request";s:23:"Apply for Participation";s:17:"sess_reg_disabled";s:25:"No Registration Necessary";s:21:"sess_reg_request_info";s:83:"An administrator has to decide upon each user\'s apply for participating in session.";s:22:"sess_reg_disabled_info";s:56:"Users do not need to register to participate in session.";s:26:"sess_reg_max_members_short";s:17:"Number of Members";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:21:"sess_reg_waiting_list";s:12:"Waiting List";s:16:"sess_section_reg";s:21:"Registration Settings";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: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:23:"sess_registered_confirm";s:117:"Participation requires confirmation by an administrator. You will be notified when your application has been handled.";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:20:"sess_reg_added_to_wl";s:40:"You have been added to the waiting list.";s:21:"sess_mail_sub_dec_sub";s:37:"Registration refused for session "%s"";s:21:"sess_mail_sub_dec_bod";s:74:"we regret to say that your registration has been refused for session "%s".";s:21:"sess_mail_sub_acc_sub";s:29:"Registration for Session "%s"";s:21:"sess_mail_sub_acc_bod";s:42:"you have been registered for session "%s".";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:26:"sess_reg_waiting_list_none";s:4:"None";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: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:23:"sess_max_members_needed";s:67:"A maximum number of members is needed for the waiting list feature.";s:26:"sess_list_reg_limit_places";s:11:"Free places";s:19:"sess_accept_request";s:20:"Accept Participation";s:22:"sess_new_registrations";s:12:"Join Request";s:9:"sess_open";s:12:"Open Session";s:21:"sess_filter_all_types";s:9:"All types";s:24:"sess_filter_not_assigned";s:12:"Not Assigned";s:16:"sess_is_assigned";s:11:"is Assigned";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:26:"sess_member_administration";s:17:"Edit Participants";s:20:"sess_members_gallery";s:15:"Session Gallery";s:35:"sess_mail_context_participant_title";s:29:"Sitzung: Mail to Participants";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:15:"mail_sess_roles";s:26:"Send Mail to Session Roles";s:22:"send_mail_participants";s:27:"All Participants of Session";s:19:"il_sess_participant";s:20:"Session Participants";s:14:"sess_mail_type";s:20:"Mail to Participants";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:12:"sess_contact";s:7:"Contact";s:17:"sess_mem_contacts";s:16:"Tutorial Support";s:12:"sess_members";s:12:"Participants";s:10:"sess_title";s:16:"Title of Session";s:22:"sess_material_assigned";s:8:"Assigned";s:26:"sess_material_not_assigned";s:12:"Not Assigned";s:11:"sess_assign";s:6:"Assign";}'))); @@ -33091,7 +33109,7 @@ function setupILIASDatabase() 'module' => array('text', 'wfld'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:3:{s:8:"wfld_new";s:17:"Create New Folder";s:8:"wfld_add";s:13:"Create Folder";s:9:"wfld_edit";s:11:"Edit Folder";}'))); $ilDB->insert("lng_modules", array( -'module' => array('text', 'wiki'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:178:{s:20:"wiki_activate_rating";s:25:"Activate Rating For Pages";s:14:"wiki_all_pages";s:9:"All Pages";s:16:"wiki_contributor";s:11:"Contributor";s:17:"wiki_contributors";s:12:"Contributors";s:15:"wiki_created_by";s:10:"Created By";s:11:"wiki_failed";s:6:"Failed";s:24:"wiki_feedback_from_tutor";s:19:"Feedback from Tutor";s:21:"wiki_general_settings";s:16:"General Settings";s:12:"wiki_grading";s:7:"Grading";s:17:"wiki_introduction";s:12:"Introduction";s:20:"wiki_last_changed_by";s:15:"Last Changed By";s:17:"wiki_last_changed";s:11:"Last Change";s:22:"wiki_last_visited_page";s:17:"Last Visited Page";s:9:"wiki_mark";s:4:"Mark";s:14:"wiki_new_pages";s:9:"New Pages";s:18:"wiki_no_start_page";s:38:"Wiki is missing a valid starting page.";s:14:"wiki_notgraded";s:10:"Not Graded";s:35:"wiki_number_users_notes_or_comments";s:60:"Number of users that attached notes or comments to this page";s:19:"wiki_orphaned_pages";s:14:"Orphaned Pages";s:24:"wiki_other_pages_linking";s:32:"Other Pages Linking to This Page";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:14:"wiki_page_hits";s:9:"Page Hits";s:9:"wiki_page";s:4:"Page";s:10:"wiki_pages";s:5:"Pages";s:11:"wiki_passed";s:6:"Passed";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:21:"wiki_quick_navigation";s:21:"Wiki Quick Navigation";s:19:"wiki_recent_changes";s:14:"Recent Changes";s:19:"wiki_search_results";s:14:"Search Results";s:11:"wiki_search";s:6:"Search";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:15:"wiki_start_page";s:10:"Start Page";s:10:"wiki_style";s:5:"Style";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:14:"wiki_wiki_page";s:9:"Wiki Page";s:16:"wiki_wiki_search";s:11:"Wiki Search";s:11:"wiki_import";s:11:"Import Wiki";s:32:"wiki_change_notification_subject";s:34:"Wiki "%1$s" has been changed: %2$s";s:41:"wiki_change_notification_page_body_update";s:40:"the following wiki page has been updated";s:41:"wiki_change_notification_page_body_delete";s:40:"the following wiki page has been deleted";s:42:"wiki_change_notification_page_body_comment";s:51:"a comment has been added to the following wiki page";s:34:"wiki_change_notification_page_link";s:3:"URL";s:29:"wiki_change_notification_link";s:3:"URL";s:15:"wiki_whole_wiki";s:10:"Whole Wiki";s:19:"wiki_selected_pages";s:14:"Selected Pages";s:35:"wiki_change_notification_salutation";s:9:"Hello %s,";s:20:"wiki_public_comments";s:15:"Public Comments";s:13:"wiki_ordering";s:8:"Ordering";s:16:"wiki_indentation";s:11:"Indentation";s:29:"wiki_save_ordering_and_indent";s:29:"Save Ordering and Indentation";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:22:"wiki_removed_imp_pages";s:34:"Important pages removed from list.";s:30:"wiki_ordering_and_indent_saved";s:31:"Ordering and Indentation saved.";s:19:"wiki_imp_page_added";s:11:"Page added.";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:19:"wiki_page_unblocked";s:35:"Write permission granted for users.";s:17:"wiki_page_blocked";s:94:"Wiki page is set to read-only. Only users with «Edit Settings» permission have write access.";s:16:"wiki_last_edited";s:11:"Last edited";s:24:"wiki_page_already_exists";s:38:"A page with this title already exists.";s:16:"wiki_rename_page";s:11:"Rename Page";s:18:"wiki_new_page_name";s:9:"New Title";s:22:"wiki_news_page_created";s:31:"New wiki page has been created.";s:22:"wiki_news_page_changed";s:27:"Wiki page has been updated.";s:15:"wiki_changed_by";s:10:"Changed by";s:24:"wiki_page_status_blocked";s:18:"Page is read-only.";s:14:"wiki_functions";s:14:"Wiki Functions";s:15:"wiki_navigation";s:15:"Wiki Navigation";s:15:"wiki_page_lists";s:10:"Page Lists";s:27:"wiki_notification_activated";s:35:"Notification Activated (Whole Wiki)";s:32:"wiki_page_notification_activated";s:36:"Notification Activated (Single Page)";s:33:"wiki_notification_deactivate_wiki";s:32:"Deactivate Notification for Wiki";s:33:"wiki_notification_deactivate_page";s:32:"Deactivate Notification for Page";s:31:"wiki_notification_activate_wiki";s:30:"Activate Notification for Wiki";s:31:"wiki_notification_activate_page";s:30:"Activate Notification for Page";s:15:"wiki_block_page";s:13:"Set Read-Only";s:17:"wiki_unblock_page";s:18:"Grant Write Access";s:16:"wiki_delete_page";s:11:"Delete Page";s:11:"wiki_rename";s:6:"Rename";s:14:"wiki_rate_page";s:19:"Rate this Wiki Page";s:17:"wiki_page_actions";s:12:"Page Actions";s:29:"wiki_notification_deactivated";s:24:"Notification Deactivated";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:29:"wiki_activate_new_page_rating";s:29:"Activate Rating For New Pages";s:29:"wiki_activate_extended_rating";s:26:"Activate Rating Categories";s:25:"wiki_activate_page_rating";s:15:"Activate Rating";s:27:"wiki_deactivate_page_rating";s:17:"Deactivate Rating";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:17:"wiki_rate_overall";s:9:"Rate Wiki";s:8:"wiki_wpg";s:9:"Wiki Page";s:22:"wiki_advmd_block_title";s:25:"Advanced Metadata of Page";s:19:"wiki_stat_num_pages";s:15:"Number of Pages";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: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:19:"wiki_page_templates";s:14:"Page Templates";s:28:"wiki_template_status_removed";s:24:"Template status removed.";s:27:"wiki_remove_template_status";s:22:"Remove Template Status";s:19:"wiki_template_added";s:20:"Template page added.";s:20:"wiki_templ_new_pages";s:26:"Available on Page Creation";s:22:"wiki_templ_add_to_page";s:43:"Available for Being Added to Existing Pages";s:17:"wiki_add_template";s:19:"Set Template Status";s:24:"wiki_empty_page_template";s:36:"Empty Page Template on Page Creation";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:13:"wiki_new_page";s:8:"New Page";s:18:"wiki_page_template";s:13:"Page Template";s:15:"wiki_empty_page";s:10:"Empty Page";s:16:"wiki_create_page";s:11:"Create Page";s:15:"wiki_stat_scope";s:9:"Timeframe";s:16:"wiki_stat_figure";s:6:"Figure";s:23:"wiki_stat_deleted_pages";s:23:"Number of Deleted Pages";s:20:"wiki_stat_read_pages";s:23:"Number of Read Accesses";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: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:20:"wiki_stat_rating_avg";s:14:"Average Rating";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: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:15:"wiki_stat_words";s:15:"Number of Words";s:19:"wiki_stat_words_avg";s:33:" Average Number of Words per Page";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:19:"wiki_stat_footnotes";s:19:"Number of Footnotes";s:23:"wiki_stat_footnotes_avg";s:36:"Average Number of Footnotes 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:24:"wiki_stat_page_user_edit";s:31:"Number of Users Who Edited Page";s:19:"wiki_stat_page_read";s:23:"Number of Read Accesses";s:29:"wiki_stat_page_internal_links";s:24:"Number of Internal Links";s:29:"wiki_stat_page_external_links";s:24:"Number of External Links";s:20:"wiki_stat_page_words";s:15:"Number of Words";s:25:"wiki_stat_page_characters";s:20:"Number of Characters";s:24:"wiki_stat_page_footnotes";s:19:"Number of Footnotes";s:22:"wiki_stat_page_ratings";s:17:"Number of Ratings";s:20:"wiki_show_print_view";s:10:"Print View";s:20:"wiki_show_pdf_export";s:10:"PDF Export";s:22:"wiki_set_as_start_page";s:17:"Set as Start Page";s:12:"wiki_purpose";s:7:"Purpose";s:20:"wiki_select_one_item";s:23:"Please select one item.";s:13:"wiki_add_link";s:8:"Add Link";s:14:"wiki_link_text";s:9:"Link Text";s:16:"wiki_target_page";s:11:"Target Page";s:16:"wiki_page_exists";s:13:"Existing Page";s:24:"wiki_page_list_form_info";s:132:"Adds a list of pages of this wiki that are all assigned to the selected metadata below. Only searchable meta data fields are listed.";s:18:"wiki_no_page_found";s:49:"No wiki page has been found for search term \'$1\'.";s:16:"wiki_pages_found";s:48:"The following pages match your 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: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:28:"wiki_unhide_meta_adv_records";s:26:"Show additional properties";s:16:"wiki_html_export";s:11:"Export HTML";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:9:"wiki_copy";s:9:"Copy Wiki";s:19:"wiki_page_list_mode";s:12:"Type of List";s:29:"wiki_page_list_mode_unordered";s:12:"Not numbered";s:27:"wiki_page_list_mode_ordered";s:8:"Numbered";s:29:"wiki_pg_list_no_search_fields";s:70:"No searchable meta data fields found in the metadata sets of the wiki.";s:33:"wiki_change_notification_body_new";s:35:"the following wiki page was created";s:19:"wiki_type_wiki_team";s:9:"Team Wiki";s:18:"wiki_exercise_info";s:58:"This wiki is part of the assignment "%s" of exercise "%s".";s:18:"wiki_finalize_wiki";s:24:"Finalize and Submit Wiki";s:14:"wiki_finalized";s:38:"Wiki has been finalized and submitted.";s:28:"wiki_exercise_submitted_info";s:61:"Your last submission was on %s. Please check the export file.";s:17:"wiki_team_members";s:12:"Team Members";s:21:"wiki_exc_wiki_created";s:22:"Wiki has been created.";s:17:"wiki_exc_template";s:13:"Wiki Template";s:24:"wiki_download_submission";s:24:"Download Submission File";s:18:"wiki_page_type_wpg";s:9:"Wiki Page";}'))); +'module' => array('text', 'wiki'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:178:{s:20:"wiki_activate_rating";s:25:"Activate Rating For Pages";s:14:"wiki_all_pages";s:9:"All Pages";s:16:"wiki_contributor";s:11:"Contributor";s:17:"wiki_contributors";s:12:"Contributors";s:15:"wiki_created_by";s:10:"Created By";s:11:"wiki_failed";s:6:"Failed";s:24:"wiki_feedback_from_tutor";s:19:"Feedback from Tutor";s:21:"wiki_general_settings";s:16:"General Settings";s:12:"wiki_grading";s:7:"Grading";s:17:"wiki_introduction";s:12:"Introduction";s:20:"wiki_last_changed_by";s:15:"Last Changed By";s:17:"wiki_last_changed";s:11:"Last Change";s:22:"wiki_last_visited_page";s:17:"Last Visited Page";s:9:"wiki_mark";s:4:"Mark";s:14:"wiki_new_pages";s:9:"New Pages";s:18:"wiki_no_start_page";s:38:"Wiki is missing a valid starting page.";s:14:"wiki_notgraded";s:10:"Not Graded";s:35:"wiki_number_users_notes_or_comments";s:60:"Number of users that attached notes or comments to this page";s:19:"wiki_orphaned_pages";s:14:"Orphaned Pages";s:24:"wiki_other_pages_linking";s:32:"Other Pages Linking to This Page";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:14:"wiki_page_hits";s:9:"Page Hits";s:9:"wiki_page";s:4:"Page";s:10:"wiki_pages";s:5:"Pages";s:11:"wiki_passed";s:6:"Passed";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:21:"wiki_quick_navigation";s:21:"Wiki Quick Navigation";s:19:"wiki_recent_changes";s:14:"Recent Changes";s:19:"wiki_search_results";s:14:"Search Results";s:11:"wiki_search";s:6:"Search";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:15:"wiki_start_page";s:10:"Start Page";s:10:"wiki_style";s:5:"Style";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:14:"wiki_wiki_page";s:9:"Wiki Page";s:16:"wiki_wiki_search";s:11:"Wiki Search";s:11:"wiki_import";s:11:"Import Wiki";s:32:"wiki_change_notification_subject";s:34:"Wiki "%1$s" has been changed: %2$s";s:41:"wiki_change_notification_page_body_update";s:40:"the following wiki page has been updated";s:41:"wiki_change_notification_page_body_delete";s:40:"the following wiki page has been deleted";s:42:"wiki_change_notification_page_body_comment";s:51:"a comment has been added to the following wiki page";s:34:"wiki_change_notification_page_link";s:3:"URL";s:29:"wiki_change_notification_link";s:3:"URL";s:15:"wiki_whole_wiki";s:10:"Whole Wiki";s:19:"wiki_selected_pages";s:14:"Selected Pages";s:35:"wiki_change_notification_salutation";s:9:"Hello %s,";s:20:"wiki_public_comments";s:15:"Public Comments";s:13:"wiki_ordering";s:8:"Ordering";s:16:"wiki_indentation";s:11:"Indentation";s:29:"wiki_save_ordering_and_indent";s:29:"Save Ordering and Indentation";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:22:"wiki_removed_imp_pages";s:34:"Important pages removed from list.";s:30:"wiki_ordering_and_indent_saved";s:31:"Ordering and Indentation saved.";s:19:"wiki_imp_page_added";s:11:"Page added.";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:19:"wiki_page_unblocked";s:35:"Write permission granted for users.";s:17:"wiki_page_blocked";s:94:"Wiki page is set to read-only. Only users with «Edit Settings» permission have write access.";s:16:"wiki_last_edited";s:11:"Last edited";s:24:"wiki_page_already_exists";s:38:"A page with this title already exists.";s:16:"wiki_rename_page";s:11:"Rename Page";s:18:"wiki_new_page_name";s:9:"New Title";s:22:"wiki_news_page_created";s:31:"New wiki page has been created.";s:22:"wiki_news_page_changed";s:27:"Wiki page has been updated.";s:15:"wiki_changed_by";s:10:"Changed by";s:24:"wiki_page_status_blocked";s:18:"Page is read-only.";s:14:"wiki_functions";s:14:"Wiki Functions";s:15:"wiki_navigation";s:15:"Wiki Navigation";s:15:"wiki_page_lists";s:10:"Page Lists";s:27:"wiki_notification_activated";s:35:"Notification Activated (Whole Wiki)";s:32:"wiki_page_notification_activated";s:36:"Notification Activated (Single Page)";s:33:"wiki_notification_deactivate_wiki";s:32:"Deactivate Notification for Wiki";s:33:"wiki_notification_deactivate_page";s:32:"Deactivate Notification for Page";s:31:"wiki_notification_activate_wiki";s:30:"Activate Notification for Wiki";s:31:"wiki_notification_activate_page";s:30:"Activate Notification for Page";s:15:"wiki_block_page";s:13:"Set Read-Only";s:17:"wiki_unblock_page";s:18:"Grant Write Access";s:16:"wiki_delete_page";s:11:"Delete Page";s:11:"wiki_rename";s:6:"Rename";s:14:"wiki_rate_page";s:19:"Rate this Wiki Page";s:17:"wiki_page_actions";s:12:"Page Actions";s:29:"wiki_notification_deactivated";s:24:"Notification Deactivated";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:29:"wiki_activate_new_page_rating";s:29:"Activate Rating For New Pages";s:29:"wiki_activate_extended_rating";s:26:"Activate Rating Categories";s:25:"wiki_activate_page_rating";s:15:"Activate Rating";s:27:"wiki_deactivate_page_rating";s:17:"Deactivate Rating";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:17:"wiki_rate_overall";s:9:"Rate Wiki";s:8:"wiki_wpg";s:9:"Wiki Page";s:22:"wiki_advmd_block_title";s:23:"Custom Metadata of Page";s:19:"wiki_stat_num_pages";s:15:"Number of Pages";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: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:19:"wiki_page_templates";s:14:"Page Templates";s:28:"wiki_template_status_removed";s:24:"Template status removed.";s:27:"wiki_remove_template_status";s:22:"Remove Template Status";s:19:"wiki_template_added";s:20:"Template page added.";s:20:"wiki_templ_new_pages";s:26:"Available on Page Creation";s:22:"wiki_templ_add_to_page";s:43:"Available for Being Added to Existing Pages";s:17:"wiki_add_template";s:19:"Set Template Status";s:24:"wiki_empty_page_template";s:36:"Empty Page Template on Page Creation";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:13:"wiki_new_page";s:8:"New Page";s:18:"wiki_page_template";s:13:"Page Template";s:15:"wiki_empty_page";s:10:"Empty Page";s:16:"wiki_create_page";s:11:"Create Page";s:15:"wiki_stat_scope";s:9:"Timeframe";s:16:"wiki_stat_figure";s:6:"Figure";s:23:"wiki_stat_deleted_pages";s:23:"Number of Deleted Pages";s:20:"wiki_stat_read_pages";s:23:"Number of Read Accesses";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: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:20:"wiki_stat_rating_avg";s:14:"Average Rating";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: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:15:"wiki_stat_words";s:15:"Number of Words";s:19:"wiki_stat_words_avg";s:33:" Average Number of Words per Page";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:19:"wiki_stat_footnotes";s:19:"Number of Footnotes";s:23:"wiki_stat_footnotes_avg";s:36:"Average Number of Footnotes 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:24:"wiki_stat_page_user_edit";s:31:"Number of Users Who Edited Page";s:19:"wiki_stat_page_read";s:23:"Number of Read Accesses";s:29:"wiki_stat_page_internal_links";s:24:"Number of Internal Links";s:29:"wiki_stat_page_external_links";s:24:"Number of External Links";s:20:"wiki_stat_page_words";s:15:"Number of Words";s:25:"wiki_stat_page_characters";s:20:"Number of Characters";s:24:"wiki_stat_page_footnotes";s:19:"Number of Footnotes";s:22:"wiki_stat_page_ratings";s:17:"Number of Ratings";s:20:"wiki_show_print_view";s:10:"Print View";s:20:"wiki_show_pdf_export";s:10:"PDF Export";s:22:"wiki_set_as_start_page";s:17:"Set as Start Page";s:12:"wiki_purpose";s:7:"Purpose";s:20:"wiki_select_one_item";s:23:"Please select one item.";s:13:"wiki_add_link";s:8:"Add Link";s:14:"wiki_link_text";s:9:"Link Text";s:16:"wiki_target_page";s:11:"Target Page";s:16:"wiki_page_exists";s:13:"Existing Page";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:18:"wiki_no_page_found";s:49:"No wiki page has been found for search term \'$1\'.";s:16:"wiki_pages_found";s:48:"The following pages match your 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: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:28:"wiki_unhide_meta_adv_records";s:26:"Show additional properties";s:16:"wiki_html_export";s:11:"Export HTML";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:9:"wiki_copy";s:9:"Copy Wiki";s:19:"wiki_page_list_mode";s:12:"Type of List";s:29:"wiki_page_list_mode_unordered";s:12:"Not numbered";s:27:"wiki_page_list_mode_ordered";s:8:"Numbered";s:29:"wiki_pg_list_no_search_fields";s:69:"No searchable metadata fields found in the metadata sets of the wiki.";s:33:"wiki_change_notification_body_new";s:35:"the following wiki page was created";s:19:"wiki_type_wiki_team";s:9:"Team Wiki";s:18:"wiki_exercise_info";s:58:"This wiki is part of the assignment "%s" of exercise "%s".";s:18:"wiki_finalize_wiki";s:24:"Finalize and Submit Wiki";s:14:"wiki_finalized";s:38:"Wiki has been finalized and submitted.";s:28:"wiki_exercise_submitted_info";s:61:"Your last submission was on %s. Please check the export file.";s:17:"wiki_team_members";s:12:"Team Members";s:21:"wiki_exc_wiki_created";s:22:"Wiki has been created.";s:17:"wiki_exc_template";s:13:"Wiki Template";s:24:"wiki_download_submission";s:24:"Download Submission File";s:18:"wiki_page_type_wpg";s:9:"Wiki Page";}'))); $ilDB->insert("lng_modules", array( 'module' => array('text', 'skll'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:8:{s:27:"skll_new_skill_achievements";s:65:"You achieved new competence levels in the period of %1$s to %2$s:";s:33:"skll_intro_skill_notification_for";s:59:"this is an overview of your latest competence achievements.";s:23:"skll_skill_notification";s:23:"Competence Notification";s:28:"skll_skill_notification_desc";s:44:"Informs user on newly set competence levels.";s:28:"skll_competence_achievements";s:42:"New competence achievements and appraisals";s:25:"skll_lhist_skill_achieved";s:38:"Status $4$ of $3$ was assigned in $1$.";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$.";}'))); @@ -37070,7 +37088,7 @@ function setupILIASDatabase() 'obj_id' => array('integer', '37'), 'type' => array('text', 'typ'), 'title' => array('text', 'frm'), 'description' => array('text', 'Forum object'), 'owner' => array('integer', '-1'), 'create_date' => array('timestamp', '2002-07-15 15:54:22'), 'last_update' => array('timestamp', '2003-08-15 12:36:40'), 'import_id' => array('text', ''), 'offline' => array('integer', ''))); $ilDB->insert("object_data", array( -'obj_id' => array('integer', '70'), 'type' => array('text', 'lng'), 'title' => array('text', 'en'), 'description' => array('text', 'installed'), 'owner' => array('integer', '-1'), 'create_date' => array('timestamp', ''), 'last_update' => array('timestamp', '2021-03-26 14:46:45'), 'import_id' => array('text', ''), 'offline' => array('integer', ''))); +'obj_id' => array('integer', '70'), 'type' => array('text', 'lng'), 'title' => array('text', 'en'), 'description' => array('text', 'installed'), 'owner' => array('integer', '-1'), 'create_date' => array('timestamp', ''), 'last_update' => array('timestamp', '2021-05-14 10:10:08'), 'import_id' => array('text', ''), 'offline' => array('integer', ''))); $ilDB->insert("object_data", array( 'obj_id' => array('integer', '71'), 'type' => array('text', 'lng'), 'title' => array('text', 'de'), 'description' => array('text', 'not_installed'), 'owner' => array('integer', '6'), 'create_date' => array('timestamp', '2003-08-15 10:25:19'), 'last_update' => array('timestamp', '2015-12-22 16:29:24'), 'import_id' => array('text', ''), 'offline' => array('integer', ''))); @@ -55164,7 +55182,7 @@ function setupILIASDatabase() 'module' => array('text', 'common'), 'keyword' => array('text', 'db_hotfixes_5_3'), 'value' => array('clob', '18'))); $ilDB->insert("settings", array( -'module' => array('text', 'common'), 'keyword' => array('text', 'db_hotfixes_5_4'), 'value' => array('clob', '102'))); +'module' => array('text', 'common'), 'keyword' => array('text', 'db_hotfixes_5_4'), 'value' => array('clob', '107'))); $ilDB->insert("settings", array( 'module' => array('text', 'common'), 'keyword' => array('text', 'show_mail_settings'), 'value' => array('clob', '1'))); diff --git a/setup/sql/ilias3.sql b/setup/sql/ilias3.sql index be0716562175..0f9eb5c9897f 100644 --- a/setup/sql/ilias3.sql +++ b/setup/sql/ilias3.sql @@ -3,9 +3,42169 @@ -- Host: localhost Database: ilias_release -- ------------------------------------------------------ -- Server version 10.3.27-MariaDB-0+deb10u1 -/*!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,MYSQL40' */; -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `acc_access_key` +-- + +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`) +) ; + +-- +-- Dumping data for table `acc_access_key` +-- + + +-- +-- Table structure for table `acc_cache` +-- + +CREATE TABLE `acc_cache` ( + `user_id` int(11) NOT NULL DEFAULT 0, + `time` int(11) NOT NULL DEFAULT 0, + `result` longtext DEFAULT NULL, + PRIMARY KEY (`user_id`) +) ; + +-- +-- Dumping data for table `acc_cache` +-- + + +-- +-- Table structure for table `acc_user_access_key` +-- + +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`) +) ; + +-- +-- Dumping data for table `acc_user_access_key` +-- + + +-- +-- Table structure for table `acl_ws` +-- + +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`) +) ; + +-- +-- Dumping data for table `acl_ws` +-- + + +-- +-- Table structure for table `addressbook_mlist` +-- + +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`) +) ; + +-- +-- Dumping data for table `addressbook_mlist` +-- + + +-- +-- Table structure for table `addressbook_mlist_ass` +-- + +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`) +) ; + +-- +-- Dumping data for table `addressbook_mlist_ass` +-- + + +-- +-- Table structure for table `addressbook_mlist_ass_seq` +-- + +CREATE TABLE `addressbook_mlist_ass_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `addressbook_mlist_ass_seq` +-- + + +-- +-- Table structure for table `addressbook_mlist_seq` +-- + +CREATE TABLE `addressbook_mlist_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `addressbook_mlist_seq` +-- + + +-- +-- Table structure for table `adl_shared_data` +-- + +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 DEFAULT NULL, + `cp_node_id` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`cp_node_id`,`user_id`) +) ; + +-- +-- Dumping data for table `adl_shared_data` +-- + + +-- +-- Table structure for table `adm_set_templ_hide_tab` +-- + +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`) +) ; + +-- +-- Dumping data for table `adm_set_templ_hide_tab` +-- + + +-- +-- Table structure for table `adm_set_templ_value` +-- + +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`) +) ; + +-- +-- Dumping data for table `adm_set_templ_value` +-- + +INSERT INTO `adm_set_templ_value` VALUES (1,'pass_scoring','0',1); +INSERT INTO `adm_set_templ_value` VALUES (2,'pass_scoring','0',1); + +-- +-- Table structure for table `adm_settings_template` +-- + +CREATE TABLE `adm_settings_template` ( + `id` int(11) NOT NULL DEFAULT 0, + `type` varchar(5) NOT NULL DEFAULT '', + `title` varchar(100) NOT NULL DEFAULT '', + `description` longtext DEFAULT NULL, + `auto_generated` tinyint(4) DEFAULT 0, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `adm_settings_template` +-- + +INSERT INTO `adm_settings_template` VALUES (1,'tst','il_astpl_loc_initial','il_astpl_loc_initial_desc',1); +INSERT INTO `adm_settings_template` VALUES (2,'tst','il_astpl_loc_qualified','il_astpl_loc_qualified_desc',1); + +-- +-- Table structure for table `adm_settings_template_seq` +-- + +CREATE TABLE `adm_settings_template_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=3; + +-- +-- Dumping data for table `adm_settings_template_seq` +-- + +INSERT INTO `adm_settings_template_seq` VALUES (2); + +-- +-- Table structure for table `adv_md_obj_rec_select` +-- + +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`) +) ; + +-- +-- Dumping data for table `adv_md_obj_rec_select` +-- + + +-- +-- Table structure for table `adv_md_record` +-- + +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, + PRIMARY KEY (`record_id`) +) ; + +-- +-- Dumping data for table `adv_md_record` +-- + + +-- +-- Table structure for table `adv_md_record_obj_ord` +-- + +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`) +) ; + +-- +-- Dumping data for table `adv_md_record_obj_ord` +-- + + +-- +-- Table structure for table `adv_md_record_objs` +-- + +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`) +) ; + +-- +-- Dumping data for table `adv_md_record_objs` +-- + + +-- +-- Table structure for table `adv_md_record_scope` +-- + +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`) +) ; + +-- +-- Dumping data for table `adv_md_record_scope` +-- + + +-- +-- Table structure for table `adv_md_record_scope_seq` +-- + +CREATE TABLE `adv_md_record_scope_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `adv_md_record_scope_seq` +-- + + +-- +-- Table structure for table `adv_md_record_seq` +-- + +CREATE TABLE `adv_md_record_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `adv_md_record_seq` +-- + + +-- +-- Table structure for table `adv_md_substitutions` +-- + +CREATE TABLE `adv_md_substitutions` ( + `obj_type` varchar(4) NOT NULL DEFAULT ' ', + `substitution` longtext DEFAULT NULL, + `hide_description` tinyint(4) NOT NULL DEFAULT 0, + `hide_field_names` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`obj_type`) +) ; + +-- +-- Dumping data for table `adv_md_substitutions` +-- + + +-- +-- Table structure for table `adv_md_values_date` +-- + +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`) +) ; + +-- +-- Dumping data for table `adv_md_values_date` +-- + + +-- +-- Table structure for table `adv_md_values_datetime` +-- + +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`) +) ; + +-- +-- Dumping data for table `adv_md_values_datetime` +-- + + +-- +-- Table structure for table `adv_md_values_extlink` +-- + +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(500) DEFAULT NULL, + `title` varchar(500) DEFAULT NULL, + `disabled` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`obj_id`,`sub_type`,`sub_id`,`field_id`) +) ; + +-- +-- Dumping data for table `adv_md_values_extlink` +-- + + +-- +-- Table structure for table `adv_md_values_float` +-- + +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`) +) ; + +-- +-- Dumping data for table `adv_md_values_float` +-- + + +-- +-- Table structure for table `adv_md_values_int` +-- + +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`) +) ; + +-- +-- Dumping data for table `adv_md_values_int` +-- + + +-- +-- Table structure for table `adv_md_values_intlink` +-- + +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`) +) ; + +-- +-- Dumping data for table `adv_md_values_intlink` +-- + + +-- +-- Table structure for table `adv_md_values_location` +-- + +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`) +) ; + +-- +-- Dumping data for table `adv_md_values_location` +-- + + +-- +-- Table structure for table `adv_md_values_text` +-- + +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`) +) ; + +-- +-- Dumping data for table `adv_md_values_text` +-- + + +-- +-- Table structure for table `adv_mdf_definition` +-- + +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` varchar(4000) DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `adv_mdf_definition` +-- + + +-- +-- Table structure for table `adv_mdf_definition_seq` +-- + +CREATE TABLE `adv_mdf_definition_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `adv_mdf_definition_seq` +-- + + +-- +-- Table structure for table `aicc_course` +-- + +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 DEFAULT NULL, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `aicc_course` +-- + + +-- +-- Table structure for table `aicc_object` +-- + +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 DEFAULT NULL, + `developer_id` varchar(50) DEFAULT NULL, + `c_type` varchar(50) DEFAULT NULL, + PRIMARY KEY (`obj_id`), + KEY `i1_idx` (`slm_id`) +) ; + +-- +-- Dumping data for table `aicc_object` +-- + + +-- +-- Table structure for table `aicc_object_seq` +-- + +CREATE TABLE `aicc_object_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `aicc_object_seq` +-- + + +-- +-- Table structure for table `aicc_units` +-- + +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`) +) ; + +-- +-- Dumping data for table `aicc_units` +-- + + +-- +-- Table structure for table `aicc_units_seq` +-- + +CREATE TABLE `aicc_units_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `aicc_units_seq` +-- + + +-- +-- Table structure for table `ass_log` +-- + +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`) +) ; + +-- +-- Dumping data for table `ass_log` +-- + + +-- +-- Table structure for table `ass_log_seq` +-- + +CREATE TABLE `ass_log_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `ass_log_seq` +-- + + +-- +-- Table structure for table `auth_ext_attr_mapping` +-- + +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`) +) ; + +-- +-- Dumping data for table `auth_ext_attr_mapping` +-- + + +-- +-- Table structure for table `background_task` +-- + +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`) +) ; + +-- +-- Dumping data for table `background_task` +-- + + +-- +-- Table structure for table `background_task_seq` +-- + +CREATE TABLE `background_task_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `background_task_seq` +-- + + +-- +-- Table structure for table `badge_badge` +-- + +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`) +) ; + +-- +-- Dumping data for table `badge_badge` +-- + + +-- +-- Table structure for table `badge_badge_seq` +-- + +CREATE TABLE `badge_badge_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `badge_badge_seq` +-- + + +-- +-- Table structure for table `badge_image_templ_type` +-- + +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`) +) ; + +-- +-- Dumping data for table `badge_image_templ_type` +-- + + +-- +-- Table structure for table `badge_image_template` +-- + +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`) +) ; + +-- +-- Dumping data for table `badge_image_template` +-- + + +-- +-- Table structure for table `badge_image_template_seq` +-- + +CREATE TABLE `badge_image_template_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `badge_image_template_seq` +-- + + +-- +-- Table structure for table `badge_user_badge` +-- + +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`) +) ; + +-- +-- Dumping data for table `badge_user_badge` +-- + + +-- +-- Table structure for table `benchmark` +-- + +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 DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `i1_idx` (`module`,`benchmark`) +) ; + +-- +-- Dumping data for table `benchmark` +-- + + +-- +-- Table structure for table `benchmark_seq` +-- + +CREATE TABLE `benchmark_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `benchmark_seq` +-- + + +-- +-- Table structure for table `booking_entry` +-- + +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`) +) ; + +-- +-- Dumping data for table `booking_entry` +-- + + +-- +-- Table structure for table `booking_entry_seq` +-- + +CREATE TABLE `booking_entry_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `booking_entry_seq` +-- + + +-- +-- Table structure for table `booking_member` +-- + +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`) +) ; + +-- +-- Dumping data for table `booking_member` +-- + + +-- +-- Table structure for table `booking_member_seq` +-- + +CREATE TABLE `booking_member_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `booking_member_seq` +-- + + +-- +-- Table structure for table `booking_obj_assignment` +-- + +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`) +) ; + +-- +-- Dumping data for table `booking_obj_assignment` +-- + + +-- +-- Table structure for table `booking_object` +-- + +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`) +) ; + +-- +-- Dumping data for table `booking_object` +-- + + +-- +-- Table structure for table `booking_object_seq` +-- + +CREATE TABLE `booking_object_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `booking_object_seq` +-- + + +-- +-- Table structure for table `booking_reservation` +-- + +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, + 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`) +) ; + +-- +-- Dumping data for table `booking_reservation` +-- + + +-- +-- Table structure for table `booking_reservation_group_seq` +-- + +CREATE TABLE `booking_reservation_group_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `booking_reservation_group_seq` +-- + + +-- +-- Table structure for table `booking_reservation_seq` +-- + +CREATE TABLE `booking_reservation_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `booking_reservation_seq` +-- + + +-- +-- Table structure for table `booking_schedule` +-- + +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`) +) ; + +-- +-- Dumping data for table `booking_schedule` +-- + + +-- +-- Table structure for table `booking_schedule_seq` +-- + +CREATE TABLE `booking_schedule_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `booking_schedule_seq` +-- + + +-- +-- Table structure for table `booking_schedule_slot` +-- + +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`) +) ; + +-- +-- Dumping data for table `booking_schedule_slot` +-- + + +-- +-- Table structure for table `booking_settings` +-- + +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, + PRIMARY KEY (`booking_pool_id`) +) ; + +-- +-- Dumping data for table `booking_settings` +-- + + +-- +-- Table structure for table `booking_user` +-- + +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`) +) ; + +-- +-- Dumping data for table `booking_user` +-- + + +-- +-- Table structure for table `bookmark_data` +-- + +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`) +) ; + +-- +-- Dumping data for table `bookmark_data` +-- + +INSERT INTO `bookmark_data` VALUES (1,0,'dummy_folder','','','bmf'); + +-- +-- Table structure for table `bookmark_data_seq` +-- + +CREATE TABLE `bookmark_data_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=2; + +-- +-- Dumping data for table `bookmark_data_seq` +-- + +INSERT INTO `bookmark_data_seq` VALUES (1); + +-- +-- Table structure for table `bookmark_tree` +-- + +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`) +) ; + +-- +-- Dumping data for table `bookmark_tree` +-- + +INSERT INTO `bookmark_tree` VALUES (6,1,0,1,2,1); + +-- +-- Table structure for table `buddylist` +-- + +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`) +) ; + +-- +-- Dumping data for table `buddylist` +-- + + +-- +-- Table structure for table `buddylist_requests` +-- + +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`) +) ; + +-- +-- Dumping data for table `buddylist_requests` +-- + + +-- +-- Table structure for table `cache_clob` +-- + +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 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`) +) ; + +-- +-- Dumping data for table `cache_clob` +-- + + +-- +-- Table structure for table `cache_text` +-- + +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`) +) ; + +-- +-- Dumping data for table `cache_text` +-- + + +-- +-- Table structure for table `cal_auth_token` +-- + +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 DEFAULT NULL, + `c_time` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`user_id`,`hash`), + KEY `i1_idx` (`hash`) +) ; + +-- +-- Dumping data for table `cal_auth_token` +-- + + +-- +-- Table structure for table `cal_cat_assignments` +-- + +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`) +) ; + +-- +-- Dumping data for table `cal_cat_assignments` +-- + + +-- +-- Table structure for table `cal_cat_visibility` +-- + +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`) +) ; + +-- +-- Dumping data for table `cal_cat_visibility` +-- + + +-- +-- Table structure for table `cal_categories` +-- + +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`) +) ; + +-- +-- Dumping data for table `cal_categories` +-- + + +-- +-- Table structure for table `cal_categories_seq` +-- + +CREATE TABLE `cal_categories_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `cal_categories_seq` +-- + + +-- +-- Table structure for table `cal_ch_group` +-- + +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`) +) ; + +-- +-- Dumping data for table `cal_ch_group` +-- + + +-- +-- Table structure for table `cal_ch_group_seq` +-- + +CREATE TABLE `cal_ch_group_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `cal_ch_group_seq` +-- + + +-- +-- Table structure for table `cal_ch_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `cal_ch_settings` +-- + + +-- +-- Table structure for table `cal_entries` +-- + +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, + `is_milestone` tinyint(4) NOT NULL DEFAULT 0, + `completion` int(11) 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`) +) ; + +-- +-- Dumping data for table `cal_entries` +-- + + +-- +-- Table structure for table `cal_entries_seq` +-- + +CREATE TABLE `cal_entries_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `cal_entries_seq` +-- + + +-- +-- Table structure for table `cal_entry_responsible` +-- + +CREATE TABLE `cal_entry_responsible` ( + `cal_id` int(11) NOT NULL DEFAULT 0, + `user_id` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`cal_id`,`user_id`) +) ; + +-- +-- Dumping data for table `cal_entry_responsible` +-- + + +-- +-- Table structure for table `cal_notification` +-- + +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`) +) ; + +-- +-- Dumping data for table `cal_notification` +-- + + +-- +-- Table structure for table `cal_notification_seq` +-- + +CREATE TABLE `cal_notification_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `cal_notification_seq` +-- + + +-- +-- Table structure for table `cal_rec_exclusion` +-- + +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`) +) ; + +-- +-- Dumping data for table `cal_rec_exclusion` +-- + + +-- +-- Table structure for table `cal_rec_exclusion_seq` +-- + +CREATE TABLE `cal_rec_exclusion_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `cal_rec_exclusion_seq` +-- + + +-- +-- Table structure for table `cal_recurrence_rules` +-- + +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`) +) ; + +-- +-- Dumping data for table `cal_recurrence_rules` +-- + + +-- +-- Table structure for table `cal_recurrence_rules_seq` +-- + +CREATE TABLE `cal_recurrence_rules_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `cal_recurrence_rules_seq` +-- + + +-- +-- Table structure for table `cal_registrations` +-- + +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`) +) ; + +-- +-- Dumping data for table `cal_registrations` +-- + + +-- +-- Table structure for table `cal_shared` +-- + +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`) +) ; + +-- +-- Dumping data for table `cal_shared` +-- + + +-- +-- Table structure for table `cal_shared_status` +-- + +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`) +) ; + +-- +-- Dumping data for table `cal_shared_status` +-- + + +-- +-- Table structure for table `catch_write_events` +-- + +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`) +) ; + +-- +-- Dumping data for table `catch_write_events` +-- + + +-- +-- Table structure for table `chatroom_admconfig` +-- + +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`) +) ; + +-- +-- Dumping data for table `chatroom_admconfig` +-- + + +-- +-- Table structure for table `chatroom_admconfig_seq` +-- + +CREATE TABLE `chatroom_admconfig_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `chatroom_admconfig_seq` +-- + + +-- +-- Table structure for table `chatroom_bans` +-- + +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`) +) ; + +-- +-- Dumping data for table `chatroom_bans` +-- + + +-- +-- Table structure for table `chatroom_history` +-- + +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, + `sub_room` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`hist_id`), + KEY `i1_idx` (`room_id`,`sub_room`) +) ; + +-- +-- Dumping data for table `chatroom_history` +-- + + +-- +-- Table structure for table `chatroom_history_seq` +-- + +CREATE TABLE `chatroom_history_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `chatroom_history_seq` +-- + + +-- +-- Table structure for table `chatroom_proomaccess` +-- + +CREATE TABLE `chatroom_proomaccess` ( + `proom_id` int(11) NOT NULL DEFAULT 0, + `user_id` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`proom_id`,`user_id`) +) ; + +-- +-- Dumping data for table `chatroom_proomaccess` +-- + + +-- +-- Table structure for table `chatroom_prooms` +-- + +CREATE TABLE `chatroom_prooms` ( + `proom_id` int(11) NOT NULL DEFAULT 0, + `parent_id` int(11) NOT NULL DEFAULT 0, + `title` varchar(200) NOT NULL DEFAULT '0', + `owner` int(11) NOT NULL DEFAULT 0, + `created` int(11) NOT NULL DEFAULT 0, + `closed` int(11) DEFAULT 0, + `is_public` tinyint(4) DEFAULT 1, + PRIMARY KEY (`proom_id`), + KEY `i1_idx` (`parent_id`), + KEY `i2_idx` (`owner`) +) ; + +-- +-- Dumping data for table `chatroom_prooms` +-- + + +-- +-- Table structure for table `chatroom_prooms_seq` +-- + +CREATE TABLE `chatroom_prooms_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `chatroom_prooms_seq` +-- + + +-- +-- Table structure for table `chatroom_psessions` +-- + +CREATE TABLE `chatroom_psessions` ( + `psess_id` bigint(20) NOT NULL DEFAULT 0, + `proom_id` int(11) NOT NULL DEFAULT 0, + `user_id` int(11) NOT NULL DEFAULT 0, + `connected` int(11) NOT NULL DEFAULT 0, + `disconnected` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`psess_id`), + KEY `i1_idx` (`proom_id`,`user_id`), + KEY `i2_idx` (`disconnected`) +) ; + +-- +-- Dumping data for table `chatroom_psessions` +-- + + +-- +-- Table structure for table `chatroom_psessions_seq` +-- + +CREATE TABLE `chatroom_psessions_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `chatroom_psessions_seq` +-- + + +-- +-- Table structure for table `chatroom_sessions` +-- + +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`) +) ; + +-- +-- Dumping data for table `chatroom_sessions` +-- + + +-- +-- Table structure for table `chatroom_sessions_seq` +-- + +CREATE TABLE `chatroom_sessions_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `chatroom_sessions_seq` +-- + + +-- +-- Table structure for table `chatroom_settings` +-- + +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, + `restrict_history` tinyint(4) DEFAULT 0, + `autogen_usernames` varchar(50) DEFAULT 'Anonymous #', + `allow_private_rooms` tinyint(4) DEFAULT 0, + `display_past_msgs` int(11) NOT NULL DEFAULT 0, + `private_rooms_enabled` int(11) NOT NULL DEFAULT 0, + `online_status` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`room_id`) +) ; + +-- +-- Dumping data for table `chatroom_settings` +-- + +INSERT INTO `chatroom_settings` VALUES (1,132,'repository',0,0,0,0,'Autogen #',0,0,0,1); +INSERT INTO `chatroom_settings` VALUES (2,185,'default',0,0,0,0,'Anonymous #',1,0,1,1); + +-- +-- Table structure for table `chatroom_settings_seq` +-- + +CREATE TABLE `chatroom_settings_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=3; + +-- +-- Dumping data for table `chatroom_settings_seq` +-- + +INSERT INTO `chatroom_settings_seq` VALUES (2); + +-- +-- Table structure for table `chatroom_smilies` +-- + +CREATE TABLE `chatroom_smilies` ( + `smiley_id` int(11) NOT NULL DEFAULT 0, + `smiley_keywords` varchar(100) DEFAULT NULL, + `smiley_path` varchar(200) DEFAULT NULL, + PRIMARY KEY (`smiley_id`) +) ; + +-- +-- Dumping data for table `chatroom_smilies` +-- + + +-- +-- Table structure for table `chatroom_smilies_seq` +-- + +CREATE TABLE `chatroom_smilies_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `chatroom_smilies_seq` +-- + + +-- +-- Table structure for table `chatroom_uploads` +-- + +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`) +) ; + +-- +-- Dumping data for table `chatroom_uploads` +-- + + +-- +-- Table structure for table `chatroom_uploads_seq` +-- + +CREATE TABLE `chatroom_uploads_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `chatroom_uploads_seq` +-- + + +-- +-- Table structure for table `chatroom_users` +-- + +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`) +) ; + +-- +-- Dumping data for table `chatroom_users` +-- + + +-- +-- Table structure for table `cmi_comment` +-- + +CREATE TABLE `cmi_comment` ( + `cmi_comment_id` int(11) NOT NULL DEFAULT 0, + `cmi_node_id` int(11) DEFAULT NULL, + `c_comment` longtext DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `cmi_comment` +-- + + +-- +-- Table structure for table `cmi_comment_seq` +-- + +CREATE TABLE `cmi_comment_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `cmi_comment_seq` +-- + + +-- +-- Table structure for table `cmi_correct_response` +-- + +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`) +) ; + +-- +-- Dumping data for table `cmi_correct_response` +-- + + +-- +-- Table structure for table `cmi_correct_response_seq` +-- + +CREATE TABLE `cmi_correct_response_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `cmi_correct_response_seq` +-- + + +-- +-- Table structure for table `cmi_custom` +-- + +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`) +) ; + +-- +-- Dumping data for table `cmi_custom` +-- + + +-- +-- Table structure for table `cmi_gobjective` +-- + +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`) +) ; + +-- +-- Dumping data for table `cmi_gobjective` +-- + + +-- +-- Table structure for table `cmi_interaction` +-- + +CREATE TABLE `cmi_interaction` ( + `cmi_interaction_id` int(11) NOT NULL DEFAULT 0, + `cmi_node_id` int(11) DEFAULT NULL, + `description` longtext DEFAULT NULL, + `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 DEFAULT NULL, + PRIMARY KEY (`cmi_interaction_id`), + KEY `i2_idx` (`id`), + KEY `i3_idx` (`c_type`), + KEY `i4_idx` (`cmi_node_id`) +) ; + +-- +-- Dumping data for table `cmi_interaction` +-- + + +-- +-- Table structure for table `cmi_interaction_seq` +-- + +CREATE TABLE `cmi_interaction_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `cmi_interaction_seq` +-- + + +-- +-- Table structure for table `cmi_node` +-- + +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 DEFAULT NULL, + `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 DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `cmi_node` +-- + + +-- +-- Table structure for table `cmi_node_seq` +-- + +CREATE TABLE `cmi_node_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `cmi_node_seq` +-- + + +-- +-- Table structure for table `cmi_objective` +-- + +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 DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `cmi_objective` +-- + + +-- +-- Table structure for table `cmi_objective_seq` +-- + +CREATE TABLE `cmi_objective_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `cmi_objective_seq` +-- + + +-- +-- Table structure for table `conditions` +-- + +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`) +) ; + +-- +-- Dumping data for table `conditions` +-- + + +-- +-- Table structure for table `conditions_seq` +-- + +CREATE TABLE `conditions_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `conditions_seq` +-- + + +-- +-- Table structure for table `cont_member_skills` +-- + +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`) +) ; + +-- +-- Dumping data for table `cont_member_skills` +-- + + +-- +-- Table structure for table `cont_skills` +-- + +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`) +) ; + +-- +-- Dumping data for table `cont_skills` +-- + + +-- +-- Table structure for table `container_reference` +-- + +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`) +) ; + +-- +-- Dumping data for table `container_reference` +-- + + +-- +-- Table structure for table `container_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `container_settings` +-- + + +-- +-- Table structure for table `container_sorting` +-- + +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`) +) ; + +-- +-- Dumping data for table `container_sorting` +-- + + +-- +-- Table structure for table `container_sorting_bl` +-- + +CREATE TABLE `container_sorting_bl` ( + `obj_id` int(11) NOT NULL DEFAULT 0, + `block_ids` varchar(4000) DEFAULT NULL, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `container_sorting_bl` +-- + + +-- +-- Table structure for table `container_sorting_set` +-- + +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`) +) ; + +-- +-- Dumping data for table `container_sorting_set` +-- + + +-- +-- Table structure for table `content_object` +-- + +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, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `content_object` +-- + + +-- +-- Table structure for table `content_page_data` +-- + +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`) +) ; + +-- +-- Dumping data for table `content_page_data` +-- + + +-- +-- Table structure for table `copg_multilang` +-- + +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`) +) ; + +-- +-- Dumping data for table `copg_multilang` +-- + + +-- +-- Table structure for table `copg_multilang_lang` +-- + +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`) +) ; + +-- +-- Dumping data for table `copg_multilang_lang` +-- + + +-- +-- Table structure for table `copg_pc_def` +-- + +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, + PRIMARY KEY (`pc_type`) +) ; + +-- +-- Dumping data for table `copg_pc_def` +-- + +INSERT INTO `copg_pc_def` VALUES ('cach','ConsultationHours','classes',0,0,0,'Modules/Portfolio',0); +INSERT INTO `copg_pc_def` VALUES ('mcrs','MyCourses','classes',0,0,0,'Modules/Portfolio',0); +INSERT INTO `copg_pc_def` VALUES ('amdpl','AMDPageList','classes',0,0,0,'Modules/Wiki',0); +INSERT INTO `copg_pc_def` VALUES ('blog','Blog','classes',0,0,0,'Services/COPage',0); +INSERT INTO `copg_pc_def` VALUES ('incl','ContentInclude','classes',1,1,0,'Services/COPage',0); +INSERT INTO `copg_pc_def` VALUES ('flit','FileItem','classes',0,1,0,'Services/COPage',1); +INSERT INTO `copg_pc_def` VALUES ('flst','FileList','classes',0,1,0,'Services/COPage',1); +INSERT INTO `copg_pc_def` VALUES ('iim','InteractiveImage','classes',1,1,0,'Services/COPage',1); +INSERT INTO `copg_pc_def` VALUES ('list','List','classes',0,1,0,'Services/COPage',1); +INSERT INTO `copg_pc_def` VALUES ('li','ListItem','classes',0,0,0,'Services/COPage',1); +INSERT INTO `copg_pc_def` VALUES ('lpe','LoginPageElement','classes',0,0,0,'Services/COPage',0); +INSERT INTO `copg_pc_def` VALUES ('map','Map','classes',0,0,0,'Services/COPage',0); +INSERT INTO `copg_pc_def` VALUES ('media','MediaObject','classes',0,1,0,'Services/COPage',1); +INSERT INTO `copg_pc_def` VALUES ('par','Paragraph','classes',1,1,0,'Services/COPage',1); +INSERT INTO `copg_pc_def` VALUES ('plach','PlaceHolder','classes',0,1,0,'Services/COPage',0); +INSERT INTO `copg_pc_def` VALUES ('plug','Plugged','classes',0,0,0,'Services/COPage',0); +INSERT INTO `copg_pc_def` VALUES ('prof','Profile','classes',0,0,0,'Services/COPage',0); +INSERT INTO `copg_pc_def` VALUES ('pcqst','Question','classes',0,0,0,'Services/COPage',0); +INSERT INTO `copg_pc_def` VALUES ('qover','QuestionOverview','classes',0,0,0,'Services/COPage',0); +INSERT INTO `copg_pc_def` VALUES ('repobj','Resources','classes',0,0,0,'Services/COPage',0); +INSERT INTO `copg_pc_def` VALUES ('sec','Section','classes',0,1,0,'Services/COPage',1); +INSERT INTO `copg_pc_def` VALUES ('skills','Skills','classes',0,0,0,'Services/COPage',0); +INSERT INTO `copg_pc_def` VALUES ('dtab','DataTable','classes',0,1,0,'Services/COPage',1); +INSERT INTO `copg_pc_def` VALUES ('tab','Table','classes',0,1,0,'Services/COPage',1); +INSERT INTO `copg_pc_def` VALUES ('td','TableData','classes',0,0,0,'Services/COPage',1); +INSERT INTO `copg_pc_def` VALUES ('tabs','Tabs','classes',0,1,0,'Services/COPage',1); +INSERT INTO `copg_pc_def` VALUES ('tabstab','Tab','classes',0,0,0,'Services/COPage',1); +INSERT INTO `copg_pc_def` VALUES ('vrfc','Verification','classes',0,0,0,'Services/COPage',0); +INSERT INTO `copg_pc_def` VALUES ('src','SourceCode','classes',0,0,0,'Services/COPage',1); +INSERT INTO `copg_pc_def` VALUES ('templ','ContentTemplate','classes',0,0,0,'Services/COPage',0); +INSERT INTO `copg_pc_def` VALUES ('grid','Grid','classes',0,0,0,'Services/COPage',1); +INSERT INTO `copg_pc_def` VALUES ('gcell','GridCell','classes',0,0,0,'Services/COPage',1); +INSERT INTO `copg_pc_def` VALUES ('lhist','LearningHistory','classes',0,0,0,'Services/LearningHistory',0); + +-- +-- Table structure for table `copg_pobj_def` +-- + +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`) +) ; + +-- +-- Dumping data for table `copg_pobj_def` +-- + +INSERT INTO `copg_pobj_def` VALUES ('blp','ilBlogPosting','classes','Modules/Blog'); +INSERT INTO `copg_pobj_def` VALUES ('lm','ilLMPage','classes','Modules/LearningModule'); +INSERT INTO `copg_pobj_def` VALUES ('gdf','ilGlossaryDefPage','classes','Modules/Glossary'); +INSERT INTO `copg_pobj_def` VALUES ('qht','ilAssHintPage','classes','Modules/TestQuestionPool'); +INSERT INTO `copg_pobj_def` VALUES ('qpl','ilAssQuestionPage','classes','Modules/TestQuestionPool'); +INSERT INTO `copg_pobj_def` VALUES ('qfbg','ilAssGenFeedbackPage','classes/feedback','Modules/TestQuestionPool'); +INSERT INTO `copg_pobj_def` VALUES ('qfbs','ilAssSpecFeedbackPage','classes/feedback','Modules/TestQuestionPool'); +INSERT INTO `copg_pobj_def` VALUES ('dclf','ilDclDetailedViewDefinition','classes/DetailedView','Modules/DataCollection'); +INSERT INTO `copg_pobj_def` VALUES ('prtf','ilPortfolioPage','classes','Modules/Portfolio'); +INSERT INTO `copg_pobj_def` VALUES ('prtt','ilPortfolioTemplatePage','classes','Modules/Portfolio'); +INSERT INTO `copg_pobj_def` VALUES ('sahs','ilSCORM2004Page','classes','Modules/Scorm2004'); +INSERT INTO `copg_pobj_def` VALUES ('lobj','ilLOPage','classes/Objectives','Modules/Course'); +INSERT INTO `copg_pobj_def` VALUES ('copa','ilContentPagePage','classes','Modules/ContentPage'); +INSERT INTO `copg_pobj_def` VALUES ('mep','ilMediaPoolPage','classes','Modules/MediaPool'); +INSERT INTO `copg_pobj_def` VALUES ('wpg','ilWikiPage','classes','Modules/Wiki'); +INSERT INTO `copg_pobj_def` VALUES ('impr','ilImprint','classes','Services/Imprint'); +INSERT INTO `copg_pobj_def` VALUES ('auth','ilLoginPage','classes','Services/Authentication'); +INSERT INTO `copg_pobj_def` VALUES ('stys','ilPageLayoutPage','Layout/classes','Services/COPage'); +INSERT INTO `copg_pobj_def` VALUES ('cont','ilContainerPage','classes','Services/Container'); +INSERT INTO `copg_pobj_def` VALUES ('cstr','ilContainerStartObjectsPage','classes','Services/Container'); + +-- +-- Table structure for table `copg_section_timings` +-- + +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`) +) ; + +-- +-- Dumping data for table `copg_section_timings` +-- + + +-- +-- Table structure for table `copy_wizard_options` +-- + +CREATE TABLE `copy_wizard_options` ( + `copy_id` int(11) NOT NULL DEFAULT 0, + `source_id` int(11) NOT NULL DEFAULT 0, + `options` longtext DEFAULT NULL, + PRIMARY KEY (`copy_id`,`source_id`) +) ; + +-- +-- Dumping data for table `copy_wizard_options` +-- + + +-- +-- Table structure for table `cp_auxilaryresource` +-- + +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`) +) ; + +-- +-- Dumping data for table `cp_auxilaryresource` +-- + + +-- +-- Table structure for table `cp_condition` +-- + +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`) +) ; + +-- +-- Dumping data for table `cp_condition` +-- + + +-- +-- Table structure for table `cp_datamap` +-- + +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`) +) ; + +-- +-- Dumping data for table `cp_datamap` +-- + + +-- +-- Table structure for table `cp_dependency` +-- + +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`) +) ; + +-- +-- Dumping data for table `cp_dependency` +-- + + +-- +-- Table structure for table `cp_file` +-- + +CREATE TABLE `cp_file` ( + `cp_node_id` int(11) NOT NULL DEFAULT 0, + `href` varchar(4000) DEFAULT NULL, + PRIMARY KEY (`cp_node_id`) +) ; + +-- +-- Dumping data for table `cp_file` +-- + + +-- +-- Table structure for table `cp_hidelmsui` +-- + +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`) +) ; + +-- +-- Dumping data for table `cp_hidelmsui` +-- + + +-- +-- Table structure for table `cp_item` +-- + +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`) +) ; + +-- +-- Dumping data for table `cp_item` +-- + + +-- +-- Table structure for table `cp_manifest` +-- + +CREATE TABLE `cp_manifest` ( + `base` varchar(200) DEFAULT NULL, + `cp_node_id` int(11) NOT NULL DEFAULT 0, + `defaultorganization` varchar(50) 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`) +) ; + +-- +-- Dumping data for table `cp_manifest` +-- + + +-- +-- Table structure for table `cp_mapinfo` +-- + +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`) +) ; + +-- +-- Dumping data for table `cp_mapinfo` +-- + + +-- +-- Table structure for table `cp_node` +-- + +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`) +) ; + +-- +-- Dumping data for table `cp_node` +-- + + +-- +-- Table structure for table `cp_node_seq` +-- + +CREATE TABLE `cp_node_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `cp_node_seq` +-- + + +-- +-- Table structure for table `cp_objective` +-- + +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`) +) ; + +-- +-- Dumping data for table `cp_objective` +-- + + +-- +-- Table structure for table `cp_organization` +-- + +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`) +) ; + +-- +-- Dumping data for table `cp_organization` +-- + + +-- +-- Table structure for table `cp_package` +-- + +CREATE TABLE `cp_package` ( + `created` varchar(20) DEFAULT NULL, + `c_identifier` varchar(255) DEFAULT NULL, + `jsdata` longtext DEFAULT NULL, + `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 DEFAULT NULL, + `activitytree` longtext DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `cp_package` +-- + + +-- +-- Table structure for table `cp_resource` +-- + +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`) +) ; + +-- +-- Dumping data for table `cp_resource` +-- + + +-- +-- Table structure for table `cp_rule` +-- + +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`) +) ; + +-- +-- Dumping data for table `cp_rule` +-- + + +-- +-- Table structure for table `cp_sequencing` +-- + +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`) +) ; + +-- +-- Dumping data for table `cp_sequencing` +-- + + +-- +-- Table structure for table `cp_suspend` +-- + +CREATE TABLE `cp_suspend` ( + `data` longtext DEFAULT NULL, + `user_id` int(11) NOT NULL, + `obj_id` int(11) NOT NULL, + PRIMARY KEY (`user_id`,`obj_id`) +) ; + +-- +-- Dumping data for table `cp_suspend` +-- + + +-- +-- Table structure for table `cp_tree` +-- + +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`) +) ; + +-- +-- Dumping data for table `cp_tree` +-- + + +-- +-- Table structure for table `cron_job` +-- + +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`) +) ; + +-- +-- Dumping data for table `cron_job` +-- + +INSERT INTO `cron_job` VALUES ('bgtsk_gc','Services/BackgroundTask',1,0,0,0,0,0,0,0,'','',0,0,'ilBackgroundTaskCronGarbageCollection','',0,0,0); +INSERT INTO `cron_job` VALUES ('cal_consultation','Services/Calendar',0,0,0,0,0,0,0,0,'','',0,0,'ilConsultationHourCron','Services/Calendar/classes/ConsultationHours/',0,0,0); +INSERT INTO `cron_job` VALUES ('exc_feedback_notification','Modules/Exercise',0,0,1,0,0,1381511097,0,0,'','',0,0,'ilExcCronFeedbackNotification','',0,0,0); +INSERT INTO `cron_job` VALUES ('finish_unfinished_passes','Modules/Test',1,0,0,0,0,0,0,0,'','',0,0,'ilCronFinishUnfinishedTestPasses','',0,0,0); +INSERT INTO `cron_job` VALUES ('frm_notification','Modules/Forum',3,1,0,0,0,0,0,0,'','',0,0,'ilForumCronNotification','',0,0,0); +INSERT INTO `cron_job` VALUES ('ldap_sync','Services/LDAP',0,0,0,0,0,0,0,0,'','',0,0,'ilLDAPCronSynchronization','',0,0,0); +INSERT INTO `cron_job` VALUES ('lm_link_check','Modules/LearningModule',0,0,0,0,0,0,0,0,'','',0,0,'ilLearningModuleCronLinkCheck','',0,0,0); +INSERT INTO `cron_job` VALUES ('log_error_file_cleanup','Services/Logging',4,10,0,0,0,0,0,0,'','',0,0,'ilLoggerCronCleanErrorFiles','Services/Logging/classes/error/',0,0,0); +INSERT INTO `cron_job` VALUES ('lp_object_statistics','Services/Tracking',0,0,1,0,0,1381511103,0,0,'','',0,0,'ilLPCronObjectStatistics','',0,0,0); +INSERT INTO `cron_job` VALUES ('mail_notification','Services/Mail',0,0,1,6,1,1481898063,NULL,6,'job_manual_reset','Cron job re-activated by admin',1,0,'ilMailCronNotification','',0,0,0); +INSERT INTO `cron_job` VALUES ('mail_orphaned_mails','Services/Mail',1,1,0,0,0,0,0,0,'','',0,0,'ilMailCronOrphanedMails','',0,0,0); +INSERT INTO `cron_job` VALUES ('mem_min_members','Services/Membership',0,0,1,0,0,1443610661,0,0,'','',0,0,'ilMembershipCronMinMembers','',0,0,0); +INSERT INTO `cron_job` VALUES ('mem_notification','Services/Membership',1,0,0,0,0,0,0,0,'','',0,0,'ilMembershipCronNotifications','',0,0,0); +INSERT INTO `cron_job` VALUES ('orgunit_paths','Modules/OrgUnit',1,0,1,0,0,1472816001,0,0,'','',0,0,'ilCronUpdateOrgUnitPaths','',0,0,0); +INSERT INTO `cron_job` VALUES ('rep_disk_quota','Services/WebDAV',0,0,0,0,0,0,0,0,'','',0,0,'ilDAVCronDiskQuota','',0,0,0); +INSERT INTO `cron_job` VALUES ('src_lucene_indexer','Services/Search',1,0,0,0,0,0,0,0,'','',0,0,'ilLuceneIndexer','Services/Search/classes/Lucene/',0,0,0); +INSERT INTO `cron_job` VALUES ('survey_notification','Modules/Survey',0,0,1,0,0,1381511099,0,0,'','',0,0,'ilSurveyCronNotification','',0,0,0); +INSERT INTO `cron_job` VALUES ('sysc_trash','Services/SystemCheck',5,1,0,0,0,0,0,0,'','',0,0,'ilSCCronTrash','',0,0,0); +INSERT INTO `cron_job` VALUES ('user_check_accounts','Services/User',0,0,0,0,0,0,0,0,'','',0,0,'ilUserCronCheckAccounts','',0,0,0); +INSERT INTO `cron_job` VALUES ('user_inactivated','Services/User',1,0,0,0,0,0,0,0,'','',0,0,'ilCronDeleteInactivatedUserAccounts','',0,0,0); +INSERT INTO `cron_job` VALUES ('user_inactive','Services/User',1,0,0,0,0,0,0,0,'','',0,0,'ilCronDeleteInactiveUserAccounts','',0,0,0); +INSERT INTO `cron_job` VALUES ('webr_link_check','Modules/WebResource',1,0,0,0,0,0,0,0,'','',0,0,'ilWebResourceCronLinkCheck','',0,0,0); +INSERT INTO `cron_job` VALUES ('skll_notification','Services/Skill',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilSkillNotifications',NULL,NULL,NULL,NULL); +INSERT INTO `cron_job` VALUES ('pwsp_recalc_quota','Services/PersonalWorkspace',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilCronPersonalWorkspaceRecalculateQuota',NULL,NULL,NULL,NULL); +INSERT INTO `cron_job` VALUES ('lti_outcome','Services/LTI',2,5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilLTICronOutcomeService',NULL,NULL,NULL,NULL); +INSERT INTO `cron_job` VALUES ('book_notification','Modules/BookingManager',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilBookCronNotification',NULL,NULL,NULL,NULL); +INSERT INTO `cron_job` VALUES ('exc_reminders','Modules/Exercise',1,NULL,1,0,0,1553102279,NULL,NULL,NULL,NULL,NULL,NULL,'ilExcCronReminders',NULL,NULL,NULL,NULL); +INSERT INTO `cron_job` VALUES ('crs_timings_reminder','Modules/Course',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilTimingsCronReminder',NULL,NULL,NULL,NULL); +INSERT INTO `cron_job` VALUES ('certificate','Services/Certificate',2,1,1,0,0,1553102279,NULL,NULL,NULL,NULL,NULL,NULL,'ilCertificateCron',NULL,NULL,NULL,NULL); +INSERT INTO `cron_job` VALUES ('meta_oer_harvester','Services/MetaData',1,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ilCronOerHarvester',NULL,NULL,NULL,NULL); + +-- +-- Table structure for table `crs_archives` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_archives` +-- + + +-- +-- Table structure for table `crs_archives_seq` +-- + +CREATE TABLE `crs_archives_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `crs_archives_seq` +-- + + +-- +-- Table structure for table `crs_f_definitions` +-- + +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 DEFAULT NULL, + `field_required` tinyint(4) NOT NULL DEFAULT 0, + `field_values_opt` varchar(1000) DEFAULT NULL, + PRIMARY KEY (`field_id`) +) ; + +-- +-- Dumping data for table `crs_f_definitions` +-- + + +-- +-- Table structure for table `crs_f_definitions_seq` +-- + +CREATE TABLE `crs_f_definitions_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `crs_f_definitions_seq` +-- + + +-- +-- Table structure for table `crs_file` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_file` +-- + + +-- +-- Table structure for table `crs_file_seq` +-- + +CREATE TABLE `crs_file_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `crs_file_seq` +-- + + +-- +-- Table structure for table `crs_groupings` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_groupings` +-- + + +-- +-- Table structure for table `crs_items` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_items` +-- + +INSERT INTO `crs_items` VALUES (1,9,1,1450792127,1450792127,1450792127,1450792127,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,8,1,1450792127,1450792127,1450792127,1450792127,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,12,1,1481898045,1481898045,1481898045,1481898045,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,16,1,1450795974,1450795974,1450795974,1450795974,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,17,1,1481897710,1481897710,1481897710,1481897710,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,18,1,1450795859,1450795859,1450795859,1450795859,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,22,1,1450796001,1450796001,1450796001,1450796001,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,23,1,1450795847,1450795847,1450795847,1450795847,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,29,1,1450795894,1450795894,1450795894,1450795894,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,30,1,1450796011,1450796011,1450796011,1450796011,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,32,1,1481899353,1481899353,1481899353,1481899353,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,34,1,1482324927,1482324927,1482324927,1482324927,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,36,1,1481898367,1481898367,1481898367,1481898367,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,37,1,1450796232,1450796232,1450796232,1450796232,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,39,1,1481899398,1481899398,1481899398,1481899398,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,52,1,1450795488,1450795488,1450795488,1450795488,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,53,1,1450796052,1450796052,1450796052,1450796052,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,55,1,1481899451,1481899451,1481899451,1481899451,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,57,1,1450796335,1450796335,1450796335,1450796335,0,0,0,0,0); +INSERT INTO `crs_items` VALUES (9,64,1,1450795969,1450795969,1450795969,1450795969,0,0,0,0,0); + +-- +-- Table structure for table `crs_lm_history` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_lm_history` +-- + + +-- +-- Table structure for table `crs_objective_lm` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_objective_lm` +-- + + +-- +-- Table structure for table `crs_objective_lm_seq` +-- + +CREATE TABLE `crs_objective_lm_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `crs_objective_lm_seq` +-- + + +-- +-- Table structure for table `crs_objective_qst` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_objective_qst` +-- + + +-- +-- Table structure for table `crs_objective_qst_seq` +-- + +CREATE TABLE `crs_objective_qst_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `crs_objective_qst_seq` +-- + + +-- +-- Table structure for table `crs_objective_status` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_objective_status` +-- + + +-- +-- Table structure for table `crs_objective_status_p` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_objective_status_p` +-- + + +-- +-- Table structure for table `crs_objective_tst` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_objective_tst` +-- + + +-- +-- Table structure for table `crs_objective_tst_seq` +-- + +CREATE TABLE `crs_objective_tst_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `crs_objective_tst_seq` +-- + + +-- +-- Table structure for table `crs_objectives` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_objectives` +-- + + +-- +-- Table structure for table `crs_objectives_seq` +-- + +CREATE TABLE `crs_objectives_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `crs_objectives_seq` +-- + + +-- +-- Table structure for table `crs_settings` +-- + +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, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `crs_settings` +-- + + +-- +-- Table structure for table `crs_start` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_start` +-- + + +-- +-- Table structure for table `crs_start_seq` +-- + +CREATE TABLE `crs_start_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `crs_start_seq` +-- + + +-- +-- Table structure for table `crs_timings_exceeded` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_timings_exceeded` +-- + + +-- +-- Table structure for table `crs_timings_planed` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_timings_planed` +-- + + +-- +-- Table structure for table `crs_timings_started` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_timings_started` +-- + + +-- +-- Table structure for table `crs_timings_user` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_timings_user` +-- + + +-- +-- Table structure for table `crs_timings_usr_accept` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_timings_usr_accept` +-- + + +-- +-- Table structure for table `crs_user_data` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_user_data` +-- + + +-- +-- Table structure for table `crs_waiting_list` +-- + +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`) +) ; + +-- +-- Dumping data for table `crs_waiting_list` +-- + + +-- +-- Table structure for table `ctrl_calls` +-- + +CREATE TABLE `ctrl_calls` ( + `parent` varchar(100) NOT NULL DEFAULT '', + `child` varchar(100) NOT NULL DEFAULT '', + `comp_prefix` varchar(50) DEFAULT NULL, + PRIMARY KEY (`parent`,`child`) +) ; + +-- +-- Dumping data for table `ctrl_calls` +-- + +INSERT INTO `ctrl_calls` VALUES ('iltestplayerdynamicquestionsetgui','iltestdynamicquestionsetstatistictablegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerdynamicquestionsetgui','ilassquestionpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerdynamicquestionsetgui','ilassquestionhintrequestgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerdynamicquestionsetgui','ilassspecfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerdynamicquestionsetgui','ilassgenfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','illtiproviderobjectsettinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestinfoscreentoolbargui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestquestionbrowsertablegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilassquestionpreviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestskilladministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestsettingschangeconfirmationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestcorrectionsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestresultstoolbargui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestpassdetailsoverviewtablegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','assformulaquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','illocalunitconfigurationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilassquestionfeedbackeditinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilassquestionhintsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilobjtestdynamicquestionsetconfiggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestrandomquestionsetconfiggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestfixedquestionsetconfiggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilobjtestsettingsscoringresultsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilobjtestsettingsgeneralgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilobjquestionpoolgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','asslongmenugui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','asskprimchoicegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','assflashquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','asstextquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','assfileuploadgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','asssinglechoicegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','assorderinghorizontalgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','asstextsubsetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestscoringbyquestionsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','asserrortextgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','assnumericgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','assjavaappletgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','assimagemapquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','assorderingquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','assmatchingquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','assclozetestgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','assmultiplechoicegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestscoringgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilassspecfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilassgenfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestevaluationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilmarkschemagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestresultsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestdashboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilassquestionpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestexpresspageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestplayerdynamicquestionsetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestplayerrandomquestionsetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestplayerfixedquestionsetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilcertificategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','ilobjcoursegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestgui','iltestservicegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexportgui','ilparticipantstestresultsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotecoursegui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotecoursegui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotecoursegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilbookingobjectgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbookingpoolgui','ilbookingparticipantgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbookingpoolgui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbookingpoolgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbookingpoolgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbookingpoolgui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbookingpoolgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbookingpoolgui','ilbookingschedulegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbookingpoolgui','ilbookingobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbookingpoolgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilbookingparticipantgui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremoteglossarygui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremoteglossarygui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremoteglossarygui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjforumadministrationgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjforumgui','ilcontainernewssettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjforumgui','ilforumsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjforumgui','ilratinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjforumgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjforumgui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjforumgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjforumgui','ilrepositoryobjectsearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjforumgui','ilforummoderatorsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjforumgui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjforumgui','ilcolumngui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjforumgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjforumgui','ilforumexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjforumgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilforummoderatorsgui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsessionmembershipgui','ilmemberexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsessionmembershipgui','ilsessionoverviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsessionmembershipgui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsessionmembershipgui','ilusersgallerygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsessionmembershipgui','ilmailmembersearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsessiongui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsessiongui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsessiongui','ilsessionmembershipgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsessiongui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsessiongui','ilmembershipmailgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsessiongui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsessiongui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsessiongui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsessiongui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsessiongui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ildcldetailedviewgui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ildcldetailedviewgui','ildcldetailedviewdefinitiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ildcldetailedviewdefinitiongui','ilpageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ildcldetailedviewdefinitiongui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ildcldetailedviewdefinitiongui','ilmediapooltargetselector',''); +INSERT INTO `ctrl_calls` VALUES ('ildcldetailedviewdefinitiongui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ildcldetailedviewdefinitiongui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ildcltreepickinputgui','ildclrecordeditgui',''); +INSERT INTO `ctrl_calls` VALUES ('ildclpropertyformgui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ildcltablelistgui','ildcltableeditgui',''); +INSERT INTO `ctrl_calls` VALUES ('ildcltablelistgui','ildcltableviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('ildcltablelistgui','ildclfieldeditgui',''); +INSERT INTO `ctrl_calls` VALUES ('ildcltablelistgui','ildclfieldlistgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjdatacollectiongui','ildclpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjdatacollectiongui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjdatacollectiongui','ilratinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjdatacollectiongui','ilobjusergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjdatacollectiongui','ilobjfilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjdatacollectiongui','ildcltablelistgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjdatacollectiongui','ildcldetailedviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjdatacollectiongui','ildclrecordeditgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjdatacollectiongui','ildclrecordlistgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjdatacollectiongui','ildcltreepickinputgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjdatacollectiongui','ildclexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjdatacollectiongui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjdatacollectiongui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjdatacollectiongui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjdatacollectiongui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjdatacollectiongui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ildcltablevieweditgui','ildcldetailedviewdefinitiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ildcltableviewgui','ildcltablevieweditgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbibliographicgui','ilbiblfieldfiltergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbibliographicgui','ilbiblentrytablegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbibliographicgui','ilbiblentrypresentationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbibliographicgui','ilobjusergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbibliographicgui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbibliographicgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbibliographicgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbibliographicgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbibliographicgui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbibliographicgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilbibladminbibtexfieldgui','ilbibltranslationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilbibladminrisfieldgui','ilbibltranslationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbibliographicadmingui','ilbibladminbibtexfieldgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbibliographicadmingui','ilbibladminrisfieldgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbibliographicadmingui','ilbibllibrarygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbibliographicadmingui','ilbibladminfieldgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbibliographicadmingui','ilobjbibliographicadminlibrariesgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbibliographicadmingui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlinkresourcegui','ilinternallinkgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlinkresourcegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlinkresourcegui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlinkresourcegui','ilworkspaceaccessgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlinkresourcegui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlinkresourcegui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlinkresourcegui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlinkresourcegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlinkresourcegui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('illinkresourcehandlergui','ilobjlinkresourcegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjwebresourceadministrationgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('illearningsequencemembershipgui','ilmemberexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('illearningsequencemembershipgui','ilsessionoverviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('illearningsequencemembershipgui','ilobjectcustomuserfieldsgui',''); +INSERT INTO `ctrl_calls` VALUES ('illearningsequencemembershipgui','ilcourseparticipantsgroupsgui',''); +INSERT INTO `ctrl_calls` VALUES ('illearningsequencemembershipgui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('illearningsequencemembershipgui','ilusersgallerygui',''); +INSERT INTO `ctrl_calls` VALUES ('illearningsequencemembershipgui','ilmailmembersearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilobjsurveygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilobjtestgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilindividualassessmentsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilobjindividualassessmentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilobjfilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilobjexercisegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilobjcontentpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilobjsahslearningmodulegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilobjfilebasedlmgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilobjlearningmodulegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','illearningsequencemembershipgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilobjlearningsequencelearnergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilobjlearningsequencecontentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilobjlearningsequencesettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilcontainerlinklistgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilcolumngui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequencegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningsequenceadmingui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursereferencegui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursereferencegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursereferencegui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursereferencegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionhintsgui','ilconfirmationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionhintsgui','iltoolbargui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionhintsgui','ilasshintpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionhintsgui','ilassquestionhintstablegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionhintsgui','ilassquestionhintgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolsettingsgeneralgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestioneditgui','asslongmenugui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestioneditgui','assformulaquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestioneditgui','assorderinghorizontalgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestioneditgui','asserrortextgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestioneditgui','asstextquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestioneditgui','asssinglechoicegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestioneditgui','asstextsubsetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestioneditgui','assnumericgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestioneditgui','assjavaappletgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestioneditgui','assimagemapquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestioneditgui','assorderingquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestioneditgui','asskprimchoicegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestioneditgui','assmatchingquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestioneditgui','assclozetestgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestioneditgui','assmultiplechoicegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionfeedbackeditinggui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionfeedbackeditinggui','ilassspecfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionfeedbackeditinggui','ilassgenfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('asssinglechoicegui','iltestexpresspageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('asssinglechoicegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionpreviewgui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionpreviewgui','ilassspecfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionpreviewgui','ilassgenfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionpreviewgui','ilassquestionhintrequestgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionpreviewgui','ilassquestionrelatednavigationbargui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionpreviewgui','ilassquestionpreviewtoolbargui',''); +INSERT INTO `ctrl_calls` VALUES ('assmatchingquestiongui','iltestexpresspageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('assmatchingquestiongui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('asserrortextgui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionhintrequestgui','ilasshintpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionhintrequestgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionhintrequestgui','ilconfirmationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionhintrequestgui','ilassquestionhintstablegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionpagegui','ilinternallinkgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionpagegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionpagegui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionpagegui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionpagegui','ilmdeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionpagegui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionpagegui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilasshintpagegui','ilinternallinkgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilasshintpagegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilasshintpagegui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilasshintpagegui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilasshintpagegui','ilmdeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilasshintpagegui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilasshintpagegui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassspecfeedbackpagegui','ilinternallinkgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassspecfeedbackpagegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassspecfeedbackpagegui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassspecfeedbackpagegui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassspecfeedbackpagegui','ilmdeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassspecfeedbackpagegui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassspecfeedbackpagegui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassgenfeedbackpagegui','ilinternallinkgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassgenfeedbackpagegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassgenfeedbackpagegui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassgenfeedbackpagegui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassgenfeedbackpagegui','ilmdeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassgenfeedbackpagegui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassgenfeedbackpagegui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('asslongmenugui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('asslongmenugui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestionpoolskilladministrationgui','ilassquestionskillusagestablegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestionpoolskilladministrationgui','ilassquestionskillassignmentsgui',''); +INSERT INTO `ctrl_calls` VALUES ('assjavaappletgui','iltestexpresspageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('assjavaappletgui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('assformulaquestiongui','iltestexpresspageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('assformulaquestiongui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('assimagemapquestiongui','iltestexpresspageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('assimagemapquestiongui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('assimagemapquestiongui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('asstextsubsetgui','iltestexpresspageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('asstextsubsetgui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('assorderinghorizontalgui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('assorderinghorizontalgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('assmultiplechoicegui','iltestexpresspageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('assmultiplechoicegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilquestionbrowsertablegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('asskprimchoicegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('asskprimchoicegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('assfileuploadgui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('assflashquestiongui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('assnumericgui','iltestexpresspageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('assnumericgui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('asstextquestiongui','iltestexpresspageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('asstextquestiongui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('assclozetestgui','iltestexpresspageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('assclozetestgui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionskillassignmentsgui','ilconfirmationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionskillassignmentsgui','ilassquestionpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionskillassignmentsgui','ilasslaclegendgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionskillassignmentsgui','ilassquestionskillassignmentpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionskillassignmentsgui','iltoolbargui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionskillassignmentsgui','ilskillselectorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionskillassignmentsgui','ilassquestionskillassignmentstablegui',''); +INSERT INTO `ctrl_calls` VALUES ('assorderingquestiongui','iltestexpresspageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('assorderingquestiongui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilassquestionhintgui','ilasshintpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','asserrortextgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','assorderinghorizontalgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','assfileuploadgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','assflashquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','ilquestionpoolskilladministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','asslongmenugui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','asskprimchoicegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','ilassquestionpreviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','assformulaquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','ilobjquestionpoolsettingsgeneralgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','illocalunitconfigurationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','ilassquestionfeedbackeditinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','ilassquestionhintsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','ilobjtaxonomygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','ilquestionpoolexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','asstextquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','asssinglechoicegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','asstextsubsetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','assnumericgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','assjavaappletgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','assimagemapquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','assorderingquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','assmatchingquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','assclozetestgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','assmultiplechoicegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','iltoolbargui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','ilquestionbrowsertablegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjquestionpoolgui','ilassquestionpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjworkspacefoldergui','ilobjectownershipmanagementgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjworkspacefoldergui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilhtlmpresentationgui','ilobjfilebasedlmgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilhtlmeditorgui','ilobjfilebasedlmgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfilebasedlmgui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfilebasedlmgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfilebasedlmgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfilebasedlmgui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfilebasedlmgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfilebasedlmgui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfilebasedlmgui','ilfilesystemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjchatroomadmingui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjchatroomadmingui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjchatroomadmingui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjchatroomadmingui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjchatroomadmingui','ilmdeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjchatroomgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjchatroomgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjchatroomgui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjchatroomgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjchatroomgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjchatroomgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjchatroomgui','ilmdeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcloudgui','ilcloudplugininfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcloudgui','ilcloudpluginheaderactiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcloudgui','ilcloudplugininitgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcloudgui','ilcloudpluginfiletreegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcloudgui','ilcloudpluginitemcreationlistgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcloudgui','ilcloudpluginactionlistgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcloudgui','ilcloudplugindeletegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcloudgui','ilcloudpluginsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcloudgui','ilcloudplugincreatefoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcloudgui','ilcloudpluginuploadgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcloudgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcloudgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcloudgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcloudgui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcloudgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupreferencegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupreferencegui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupreferencegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfoldergui','ilobjecttranslationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfoldergui','ilbackgroundtaskhub',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfoldergui','ildidactictemplategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfoldergui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfoldergui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfoldergui','ilobjstylesheetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfoldergui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfoldergui','ilcolumngui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfoldergui','ilcontainerpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfoldergui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfoldergui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfoldergui','ilcoursecontentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfoldergui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexercisemanagementgui','ilexpeerreviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexercisemanagementgui','ilexsubmissiontextgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexercisemanagementgui','ilexsubmissionfilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexercisemanagementgui','ilexsubmissionteamgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexercisemanagementgui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexercisemanagementgui','ilfilesystemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjexerciseadministrationgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexsubmissiongui','ilexasstypewikiteamgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexsubmissiongui','ilexpeerreviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexsubmissiongui','ilexsubmissionobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexsubmissiongui','ilexsubmissiontextgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexsubmissiongui','ilexsubmissionfilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexsubmissiongui','ilexsubmissionteamgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjexercisegui','ilexccriteriacataloguegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjexercisegui','ilexercisemanagementgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjexercisegui','ilexsubmissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjexercisegui','ilexassignmenteditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjexercisegui','ilcertificategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjexercisegui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjexercisegui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjexercisegui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjexercisegui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjexercisegui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjexercisegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexccriteriacataloguegui','ilexccriteriagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexpeerreviewgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexpeerreviewgui','ilexsubmissiontextgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexpeerreviewgui','ilratinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexpeerreviewgui','ilfilesystemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexassignmenteditorgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexassignmenteditorgui','ilexpeerreviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexassignmenteditorgui','ilexassignmentfilesystemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexercisehandlergui','ilobjexercisegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexsubmissionteamgui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjexerciseverificationgui','ilworkspaceaccessgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotewikigui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotewikigui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotewikigui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategoryreferencegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategoryreferencegui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategoryreferencegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsahslearningmodulegui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsahslearningmodulegui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsahslearningmodulegui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsahslearningmodulegui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsahslearningmodulegui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsahslearningmodulegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsahslearningmodulegui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsahslearningmodulegui','ilfilesystemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscormlearningmodulegui','illtiproviderobjectsettinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscormlearningmodulegui','ilscormtrackingitemstablegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscormlearningmodulegui','ilscormtrackingitemsperuserfiltergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscormlearningmodulegui','ilscormtrackingitemsperscofiltergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscormlearningmodulegui','ilscormofflinemodeuserstablegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscormlearningmodulegui','ilcertificategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscormlearningmodulegui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscormlearningmodulegui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscormlearningmodulegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscormlearningmodulegui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscormlearningmodulegui','ilfilesystemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsahseditgui','illtiproviderobjectsettinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsahseditgui','ilobjsahslearningmodulegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsahseditgui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsahseditgui','ilobjscorm2004learningmodulegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsahseditgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsahseditgui','ilobjscormlearningmodulegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsahseditgui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsahseditgui','ilfilesystemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsahspresentationgui','ilobjscorm2004learningmodulegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsahspresentationgui','ilobjscormlearningmodulegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsahspresentationgui','ilscormofflinemodegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsahspresentationgui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsahspresentationgui','ilscorm13player',''); +INSERT INTO `ctrl_calls` VALUES ('ilsahspresentationgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsahspresentationgui','ilscormpresentationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscormverificationgui','ilworkspaceaccessgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilglossarydefpagegui','ilinternallinkgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilglossarydefpagegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilglossarydefpagegui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilglossarydefpagegui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilglossarydefpagegui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilglossarydefpagegui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilglossarydefpagegui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjglossarygui','ilglossaryforeigntermcollectorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjglossarygui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjglossarygui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjglossarygui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjglossarygui','ilobjtaxonomygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjglossarygui','ilobjstylesheetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjglossarygui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjglossarygui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjglossarygui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjglossarygui','ilmdeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjglossarygui','ilglossarytermgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpresentationlisttablegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltermdefinitioneditorgui','ilglossarydefpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilglossarytermgui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilglossarytermgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilglossarytermgui','ilglossarydefpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilglossarytermgui','iltermdefinitioneditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilglossarypresentationgui','ilpresentationlisttablegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilglossarypresentationgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilglossarypresentationgui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilglossaryeditorgui','ilobjglossarygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilstructureobjectgui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilstructureobjectgui','ilconditionhandlergui',''); +INSERT INTO `ctrl_calls` VALUES ('illmeditorgui','ilobjlearningmodulegui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpageobjectgui','ilassgenfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpageobjectgui','illmpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpresentationgui','ilratinggui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpresentationgui','ilassgenfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpresentationgui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpresentationgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpresentationgui','ilglossarydefpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpresentationgui','illmpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpresentationgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpresentationgui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningmodulegui','illtiproviderobjectsettinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningmodulegui','illmeditshorttitlesgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningmodulegui','illmimportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningmodulegui','ilmobmultisrtuploadgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningmodulegui','ilobjecttranslationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningmodulegui','ilpagemultilanggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningmodulegui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningmodulegui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningmodulegui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningmodulegui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningmodulegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningmodulegui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningmodulegui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningmodulegui','ilobjstylesheetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningmodulegui','ilstructureobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningmodulegui','illmpageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlearningresourcessettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpagegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpagegui','ilpagemultilanggui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpagegui','ilassquestionfeedbackeditinggui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpagegui','ilquestioneditgui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpagegui','ilnewsitemgui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpagegui','ilpageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpagegui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpagegui','ilmediapooltargetselector',''); +INSERT INTO `ctrl_calls` VALUES ('illmpagegui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpagegui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('illmpagegui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsystemfoldergui','ilcronmanagergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsystemfoldergui','ilobjectownershipmanagementgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsystemfoldergui','ilimprintgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsystemfoldergui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilblogpostinggui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilblogpostinggui','ilpageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilblogpostinggui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilblogpostinggui','ilratinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilblogpostinggui','ilmediapooltargetselector',''); +INSERT INTO `ctrl_calls` VALUES ('ilblogpostinggui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilblogpostinggui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjblogadministrationgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbloggui','ilobjnotificationsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbloggui','ilblogexercisegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbloggui','ilobjstylesheetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbloggui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbloggui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbloggui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbloggui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbloggui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbloggui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbloggui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbloggui','ilportfoliopagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbloggui','ilworkspaceaccessgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbloggui','ilblogpostinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilindividualassessmentmembersgui','ilindividualassessmentmembergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilindividualassessmentmembersgui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjindividualassessmentgui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjindividualassessmentgui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjindividualassessmentgui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjindividualassessmentgui','ilindividualassessmentmembersgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjindividualassessmentgui','ilindividualassessmentsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjindividualassessmentgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjindividualassessmentgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjindividualassessmentgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjindividualassessmentgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotelearningmodulegui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotelearningmodulegui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotelearningmodulegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilecssettingsgui','ilecsparticipantsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilecssettingsgui','ilecsmappingsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjecssettingsgui','ilecssettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjecssettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('iltruserobjectspropstablegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltrobjectuserspropstablegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('illpprogresstablegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltrsummarytablegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('illplistofprogressgui','illpprogresstablegui',''); +INSERT INTO `ctrl_calls` VALUES ('illplistofobjectsgui','iltrmatrixtablegui',''); +INSERT INTO `ctrl_calls` VALUES ('illplistofobjectsgui','iltrobjectuserspropstablegui',''); +INSERT INTO `ctrl_calls` VALUES ('illplistofobjectsgui','iltrsummarytablegui',''); +INSERT INTO `ctrl_calls` VALUES ('illplistofobjectsgui','iltruserobjectspropstablegui',''); +INSERT INTO `ctrl_calls` VALUES ('illplistofobjectsgui','iluserfiltergui',''); +INSERT INTO `ctrl_calls` VALUES ('illpobjectstatisticsgui','illpobjectstatisticstablegui',''); +INSERT INTO `ctrl_calls` VALUES ('illpobjectstatisticsdailytablegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('illpobjectstatisticstablegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('illpobjectstatisticsadmintablegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('illpobjectstatisticstypestablegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('illpobjectstatisticslptablegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjusertrackinggui','ilsessionstatisticsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjusertrackinggui','illpobjectstatisticsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjusertrackinggui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjusertrackinggui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('illearningprogressgui','illpobjectstatisticsgui',''); +INSERT INTO `ctrl_calls` VALUES ('illearningprogressgui','illplistofprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('illearningprogressgui','illplistofsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('illearningprogressgui','illplistofobjectsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjrecoveryfoldergui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjexternaltoolssettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjawarenessadministrationgui','iluseractionadmingui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjawarenessadministrationgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilhelpgui','illmpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjhelpsettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcomponentsettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjpdfgenerationgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjloggingsettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjectactivationgui','ilconditionhandlergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcommonactiondispatchergui','ilratinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcommonactiondispatchergui','ilobjectactivationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcommonactiondispatchergui','iltagginggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcommonactiondispatchergui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjectmetadatagui','ilobjtaxonomygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjectmetadatagui','iltaxmdgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjectmetadatagui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjectmetadatagui','iladvancedmdsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjectmetadatagui','ilmdeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjobjectfoldergui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailfoldergui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailfoldergui','ilmailattachmentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailfoldergui','ilmailsearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailfoldergui','ilmailoptionsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailgui','ilobjusergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailgui','ilmailsearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailgui','ilmailoptionsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailgui','ilmailattachmentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailgui','ilmailformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailgui','ilcontactgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailgui','ilmailfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailformgui','ilmailinglistsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailformgui','ilmailsearchgroupsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailformgui','ilmailsearchcoursesgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailformgui','ilmailsearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailformgui','ilmailattachmentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailformgui','ilmailfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmailgui','ilmailtemplategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmailgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilgroupmembershipgui','ilmemberexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilgroupmembershipgui','ilsessionoverviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilgroupmembershipgui','ilobjectcustomuserfieldsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilgroupmembershipgui','ilcourseparticipantsgroupsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilgroupmembershipgui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilgroupmembershipgui','ilmailmembersearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilgroupmembershipgui','ilusersgallerygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcoursemembershipgui','ilmemberexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcoursemembershipgui','ilsessionoverviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcoursemembershipgui','ilobjectcustomuserfieldsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcoursemembershipgui','ilcourseparticipantsgroupsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcoursemembershipgui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcoursemembershipgui','ilmailmembersearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcoursemembershipgui','ilusersgallerygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilusersgallerygui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilusertablegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonalsettingsgui','ilpersonalchatsettingsformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonalsettingsgui','ilmailoptionsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjuserfoldergui','iluserprofileinfosettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjuserfoldergui','iluserstartingpointgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjuserfoldergui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjuserfoldergui','ilcustomuserfieldsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjuserfoldergui','ilaccountcodesgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjuserfoldergui','ilusertablegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjuserfoldergui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjusergui','ilobjectownershipmanagementgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjusergui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjpersonaldesktopsettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpdselecteditemsblockgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsystemstylemaingui','ilsystemstyledocumentationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsystemstylemaingui','ilsystemstyleiconsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsystemstylemaingui','ilsystemstylelessgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsystemstylemaingui','ilsystemstylesettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsystemstylemaingui','ilsystemstyleoverviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjstylesettingsgui','ilpagelayoutadministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjstylesettingsgui','ilcontentstylesettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjstylesettingsgui','ilsystemstylemaingui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjstylesettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontentstylesettingsgui','ilobjstylesheetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbadgeadministrationgui','ilbadgemanagementgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjbadgeadministrationgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilbadgemanagementgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjrepositorysettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjwikigui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjexternalfeedgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjitemgroupgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjcontentpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjbookingpoolgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjbibliographicgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjlearningsequencegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjchatroomadmingui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjindividualassessmentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjstudyprogrammegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjportfoliotemplategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjcloudgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjremotetestgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjremotegroupgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjremotefilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjremoteglossarygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjremotelearningmodulegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjremotewikigui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjremotecategorygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjpollgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjgroupreferencegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjdatacollectiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjcategoryreferencegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjcoursereferencegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjsessiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjremotecoursegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjmediacastgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjrootfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjlinkresourcegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjbloggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjrolegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjcategorygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjfilebasedlmgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjmediapoolgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjexercisegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjsurveygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjtestgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjsurveyquestionpoolgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjquestionpoolgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjglossarygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjlearningmodulegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjforumgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjchatroomgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjsahslearningmodulegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilcourseobjectivesgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjcoursegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjfilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilrepositorygui','ilobjgroupgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjplugindispatchgui','ilobjorgunitgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediaobjectgui','ilfilesystemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediaobjectgui','ilimagemapeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediaobjectgui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilimagemapeditorgui','ilinternallinkgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediaobjectssettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilbasicskillgui','ilcertificategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilskillprofilegui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjskillmanagementgui','ilskillcategorygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjskillmanagementgui','ilbasicskillgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjskillmanagementgui','ilbasicskilltemplategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjskillmanagementgui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjskillmanagementgui','ilskillprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjskillmanagementgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjskillmanagementgui','ilskilltemplatereferencegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjskillmanagementgui','ilskillrootgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjskillmanagementgui','ilskilltemplatecategorygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendargui','ilcolumngui',''); +INSERT INTO `ctrl_calls` VALUES ('iladvancedmdsettingsgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtaggingsettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjlanguagefoldergui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilratinggui','ilratingcategorygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsearchgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsearchgui','ilobjrootfolderguigui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsearchgui','ilobjgroupgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsearchgui','ilobjfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsearchgui','ilobjcoursegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsearchgui','ilobjcategorygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsearchgui','ilcontainergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsearchgui','ilobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsearchgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladvancedsearchgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladvancedsearchgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('iladvancedsearchgui','ilobjrootfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('iladvancedsearchgui','ilobjgroupgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladvancedsearchgui','ilobjfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('iladvancedsearchgui','ilobjcoursegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladvancedsearchgui','ilobjcategorygui',''); +INSERT INTO `ctrl_calls` VALUES ('iladvancedsearchgui','ilcontainergui',''); +INSERT INTO `ctrl_calls` VALUES ('iladvancedsearchgui','ilobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsearchsettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('illucenesearchgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('illucenesearchgui','ilobjrootfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('illucenesearchgui','ilobjgroupgui',''); +INSERT INTO `ctrl_calls` VALUES ('illucenesearchgui','ilobjfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('illucenesearchgui','ilobjcoursegui',''); +INSERT INTO `ctrl_calls` VALUES ('illucenesearchgui','ilobjcategorygui',''); +INSERT INTO `ctrl_calls` VALUES ('illucenesearchgui','ilcontainergui',''); +INSERT INTO `ctrl_calls` VALUES ('illucenesearchgui','ilobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('illucenesearchgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('illuceneusersearchgui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('illuceneadvancedsearchgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('illuceneadvancedsearchgui','ilobjrootfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('illuceneadvancedsearchgui','ilobjgroupgui',''); +INSERT INTO `ctrl_calls` VALUES ('illuceneadvancedsearchgui','ilobjfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('illuceneadvancedsearchgui','ilobjcoursegui',''); +INSERT INTO `ctrl_calls` VALUES ('illuceneadvancedsearchgui','ilobjcategorygui',''); +INSERT INTO `ctrl_calls` VALUES ('illuceneadvancedsearchgui','ilcontainergui',''); +INSERT INTO `ctrl_calls` VALUES ('illuceneadvancedsearchgui','ilobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsearchcontroller','ilsearchbasegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsearchcontroller','illuceneusersearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsearchcontroller','illuceneadvancedsearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsearchcontroller','illucenesearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsearchcontroller','iladvancedsearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsearchcontroller','ilsearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilstartupgui','illoginpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilstartupgui','ilpasswordassistancegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilstartupgui','ilaccountregistrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjnotificationadmingui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilachievementsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilgroupuseractionsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilmystaffgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilobjchatroomgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilportfoliorepositorygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilpersonalsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilpersonalworkspacegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilcontactgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilmailsearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilcalendarpresentationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilpdnewsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilcolumngui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilpdnotesgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilobjusergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilbookmarkadministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilpersonalprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilobjlanguageextgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonaldesktopgui','ilnotificationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsystemcheckgui','ilsccomponenttasksgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsystemcheckgui','ilobjsystemfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsystemcheckgui','ilobjectownershipmanagementgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsystemcheckgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsystemcheckgui','ilsctreetasksgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpdnotesgui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpermanentlinkgui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpermanentlinkgui','ilcolumngui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpermanentlinkgui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjaccessibilitysettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerskillgui','ilcontskilladmingui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerskillgui','ilcontskillpresentationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontskillpresentationgui','ilpersonalskillsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerstartobjectsgui','ilcontainerstartobjectspagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerstartobjectspagegui','ilpagemultilanggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerstartobjectspagegui','ilinternallinkgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerstartobjectspagegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerstartobjectspagegui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerstartobjectspagegui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerstartobjectspagegui','ilmdeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerstartobjectspagegui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerstartobjectspagegui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerpagegui','ilpagemultilanggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerpagegui','ilinternallinkgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerpagegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerpagegui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerpagegui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerpagegui','ilmdeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerpagegui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontainerpagegui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcalendarsettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarpresentationgui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarpresentationgui','ilpdcalendarblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarpresentationgui','ilcalendarblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarpresentationgui','ilconsultationhoursgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarpresentationgui','ilcalendarsubscriptiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarpresentationgui','ilcalendarinboxgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarpresentationgui','ilcalendardaygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarpresentationgui','ilcalendarappointmentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarpresentationgui','ilcalendarweekgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarpresentationgui','ilcalendarcategorygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarpresentationgui','ilcalendarusersettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarpresentationgui','ilcalendarmonthgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarinboxgui','ilcalendaragendalistgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarinboxgui','ilcalendarappointmentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendaragendalistgui','ilcalendarappointmentpresentationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendardaygui','ilcalendarappointmentpresentationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendardaygui','ilcalendarappointmentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarweekgui','ilcalendarappointmentpresentationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarweekgui','ilcalendarappointmentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpdcalendarblockgui','ilcalendarappointmentpresentationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpdcalendarblockgui','ilconsultationhoursgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpdcalendarblockgui','ilcalendarinboxgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpdcalendarblockgui','ilcalendarweekgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpdcalendarblockgui','ilcalendarmonthgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpdcalendarblockgui','ilcalendarappointmentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpdcalendarblockgui','ilcalendardaygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarmonthgui','ilcalendarappointmentpresentationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarmonthgui','ilcalendarappointmentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilconsultationhoursgui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilconsultationhoursgui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarblockgui','ilcalendarappointmentpresentationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarblockgui','ilconsultationhoursgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarblockgui','ilcalendardaygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarblockgui','ilcalendarweekgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarblockgui','ilcalendarmonthgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarblockgui','ilcalendarappointmentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarcategorygui','ilcalendarselectionblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarcategorygui','ilcalendarappointmentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarappointmentpresentationgui','ilappointmentpresentationexercisegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarappointmentpresentationgui','ilappointmentpresentationconsultationhoursgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarappointmentpresentationgui','ilappointmentpresentationmilestonegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarappointmentpresentationgui','ilappointmentpresentationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarappointmentpresentationgui','ilappointmentpresentationbookingpoolgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarappointmentpresentationgui','ilappointmentpresentationcoursegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarappointmentpresentationgui','ilappointmentpresentationsessiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarappointmentpresentationgui','ilappointmentpresentationusergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarappointmentpresentationgui','ilappointmentpresentationpublicgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarappointmentpresentationgui','ilappointmentpresentationgroupgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarappointmentpresentationgui','ilcalendarappointmentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcalendarappointmentpresentationgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjworkflowenginegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ileditclipboardgui','ilobjmediaobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpagelayoutadministrationgui','ilpagelayoutgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpagelayoutgui','ilpageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpagelayoutgui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpagelayoutgui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpagelayoutgui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpcsectiongui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageobjectgui','illearninghistorygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageobjectgui','ilpagemultilanggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageobjectgui','ilinternallinkgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageobjectgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageobjectgui','ilnewsitemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageobjectgui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageobjectgui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageobjectgui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageobjectgui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageobjectgui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpciimtriggereditorgui','ilinternallinkgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpcinteractiveimagegui','ilpciimtriggereditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpcplaceholdergui','ilpcmediaobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpcimagemapeditorgui','ilinternallinkgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpcmediaobjectgui','ilpcimagemapeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpcmediaobjectgui','ilobjmediaobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpclearninghistorygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpccontenttemplategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcgridcellgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcgridgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcamdpagelistgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcmycoursesgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcskillsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcconsultationhoursgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcquestionoverviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcbloggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcverificationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcinteractiveimagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcloginpageelementgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpccontentincludegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcplaceholdergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpctabgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpctabsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcpluggedgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcmapgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcresourcesgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcdatatablegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcsectiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilinternallinkgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcsourcecodegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilobjmediaobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcfileitemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcfilelistgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpclistitemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpclistgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcmediaobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpctabledatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpctablegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpageeditorgui','ilpcparagraphgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilinfoscreengui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilinfoscreengui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilinfoscreengui','ilcolumngui',''); +INSERT INTO `ctrl_calls` VALUES ('ilinfoscreengui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilachievementsgui','illearninghistorygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilachievementsgui','ilbadgeprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilachievementsgui','ilpersonalskillsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilachievementsgui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilachievementsgui','ilusercertificategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilusercertificategui','ilcertificatemigrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonalprofilegui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonalprofilegui','ilnotificationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonalprofilegui','ilcertificatemigrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcertificatesettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcertificategui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('illinkinputgui','ilinternallinkgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpropertyformgui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmstlistcoursesgui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmstshowusergui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmystaffgui','ilmstlistcoursesgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmystaffgui','ilmstshowusergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmystaffgui','ilmstlistusersgui',''); +INSERT INTO `ctrl_calls` VALUES ('illoginpagegui','ilinternallinkgui',''); +INSERT INTO `ctrl_calls` VALUES ('illoginpagegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('illoginpagegui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('illoginpagegui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('illoginpagegui','ilmdeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('illoginpagegui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('illoginpagegui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilauthloginpageeditorgui','illoginpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjauthsettingsgui','ilopenidconnectsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjauthsettingsgui','ilsamlsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjauthsettingsgui','ilcassettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjauthsettingsgui','ilauthshibbolethsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjauthsettingsgui','ilradiussettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjauthsettingsgui','illdapsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjauthsettingsgui','ilregistrationsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjauthsettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjauthsettingsgui','ilauthloginpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjadvancededitinggui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcronmanagergui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtermsofservicegui','iltermsofserviceacceptancehistorygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtermsofservicegui','iltermsofservicedocumentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtermsofservicegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjrolegui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjrolegui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjectpermissionstatusgui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmmsubitemgui','ilmmitemtranslationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmmtopitemgui','ilmmitemtranslationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmainmenugui','ilmmsubitemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmainmenugui','ilmmtopitemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmainmenugui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('[yourclassname]','into your class header.\" .',''); +INSERT INTO `ctrl_calls` VALUES ('illtiroutergui','illtiviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjltiadministrationgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpublicuserprofilegui','ilobjportfoliogui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpublicuserprofilegui','ilbuddysystemgui',''); +INSERT INTO `ctrl_calls` VALUES ('iluipluginroutergui','ilbuddysystemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontactgui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontactgui','ilusersgallerygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontactgui','ilmailformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontactgui','ilmailinglistsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontactgui','ilmailsearchlearningsequencegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontactgui','ilmailsearchgroupsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontactgui','ilmailsearchcoursesgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcontactadministrationgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailsearchgroupsgui','ilbuddysystemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmailsearchcoursesgui','ilbuddysystemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilformpropertydispatchgui','ilchatroomauthinputgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilformpropertydispatchgui','ilrepositoryselectorinputgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilformpropertydispatchgui','ilrepositoryselector2inputgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilformpropertydispatchgui','illinkinputgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilformpropertydispatchgui','iltaxselectinputgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltaxmdgui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtaxonomyadministrationgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilimprintgui','ilpageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilimprintgui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilimprintgui','ilmediapooltargetselector',''); +INSERT INTO `ctrl_calls` VALUES ('ilimprintgui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilimprintgui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmdcopyrightusagegui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmdeditorgui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmdsettingsgui','ilmdcopyrightusagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmdsettingsgui','iladvancedmdsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmdsettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjprivacysecuritygui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpermissiongui','ilobjectpermissionstatusgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpermissiongui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpermissiongui','ilobjrolegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpermissiongui','ildidactictemplategui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjwikigui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjwikisettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjexternalfeedgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjmediacastsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjitemgroupgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjorgunitgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjcontentpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjportfolioadministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjbookingpoolgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjlearningsequencegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjchatroomadmingui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjlearningresourcessettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjblogadministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjlearningsequenceadmingui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjremotetestgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjfileaccesssettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilmemberexportsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjstudyprogrammegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjstudyprogrammeadmingui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjbibliographicgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjbibliographicadmingui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjloggingsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjtaxonomyadministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjexerciseadministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjgroupadministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjcourseadministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjwebresourceadministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjrepositorysettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjcloudgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjecssettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjremotegroupgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjremotefilegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjremoteglossarygui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjremotelearningmodulegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjremotewikigui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjremotecategorygui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjdatacollectiongui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjpollgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjbloggui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjforumadministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjgroupreferencegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjremotecoursegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjcoursereferencegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjcategoryreferencegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjsurveyadministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjcalendarsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjcomponentsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjmdsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjlanguageextgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjmediacastgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjpersonaldesktopsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjnewssettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjprivacysecuritygui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjadvancededitinggui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjusertrackinggui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjexternaltoolssettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjassessmentfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjstylesettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjsearchsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjrecoveryfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjobjectfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjmailgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjlanguagefoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjchatservergui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjauthsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjrolefoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjsystemfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjportfoliotemplategui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjsessiongui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjrootfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjroletemplategui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjlinkresourcegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjuserfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjrolegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjusergui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjcategorygui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjfilebasedlmgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjmediapoolgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjexercisegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjsurveygui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjtestgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjsurveyquestionpoolgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjquestionpoolgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjglossarygui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjlearningmodulegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjforumgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjchatroomgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjsahslearningmodulegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilcourseobjectivesgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjcoursegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjfilegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjgroupgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjawarenessadministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjhelpsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjpdfgenerationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjsystemcheckgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjbadgeadministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjmediaobjectssettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjskillmanagementgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjtaggingsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjnotificationadmingui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjaccessibilitysettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjworkflowenginegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjcertificatesettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjtermsofservicegui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjmainmenugui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjltiadministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjcontactadministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iladministrationgui','ilobjobjecttemplateadministrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjobjecttemplateadministrationgui','ildidactictemplatesettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjobjecttemplateadministrationgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ildidactictemplatesettingsgui','iltranslationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ildidactictemplatesettingsgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ildidactictemplatesettingsgui','ilmultilingualismgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjrolefoldergui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjrolefoldergui','ildidactictemplatesettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonalworkspacegui','ilobjscormverificationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonalworkspacegui','ilobjcourseverificationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonalworkspacegui','ilobjlinkresourcegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonalworkspacegui','ilobjexerciseverificationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonalworkspacegui','ilobjtestverificationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonalworkspacegui','ilobjbloggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonalworkspacegui','ilobjfilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonalworkspacegui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonalworkspacegui','ilobjworkspacefoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilpersonalworkspacegui','ilobjworkspacerootfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsharedresourcegui','ilobjportfoliogui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsharedresourcegui','ilobjlinkresourcegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsharedresourcegui','ilobjexerciseverificationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsharedresourcegui','ilobjtestverificationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsharedresourcegui','ilobjfilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsharedresourcegui','ilobjbloggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilworkspaceaccessgui','ilsingleusersharegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilworkspaceaccessgui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilworkspaceaccessgui','ilmailsearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilworkspaceaccessgui','ilmailsearchgroupsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilworkspaceaccessgui','ilmailsearchcoursesgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilnewsforcontextblockgui','ilnewsitemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilpollblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilpdstudyprogrammeexpandablelistgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilpdstudyprogrammesimplelistgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilpdportfolioblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilforumpostingdraftsblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilchatroomblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilobjectmetadatablockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilpdmailblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilpdsysmessageblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilpdselecteditemsblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ildummyblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilexternalfeedblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilclassificationblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilpdtaggingblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilpdnotesblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilbookmarkblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilpdcalendarblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilcalendarblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilpdexternalfeedblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilnewsforcontextblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcolumngui','ilpdnewsblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilnewstimelinegui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilnewstimelinegui','illikegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjnewssettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerdynamicquestionsetgui','iltoolbargui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerdynamicquestionsetgui','iltestsubmissionreviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerdynamicquestionsetgui','iltestpasswordprotectiongui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestskillevaluationgui','iltestskillevaluationtoolbargui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestskillevaluationgui','iltestpersonalskillsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestevalobjectiveorientedgui','ilassquestionpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestevalobjectiveorientedgui','iltestresultstoolbargui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestdynamicquestionsetconfiggui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestquestionbrowsertablegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestquestionbrowsertablegui','iltestquestionbrowsertablegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestpassdetailsoverviewtablegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestdynamicquestionsetstatistictablegui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestevaluationgui','iltestpassdetailsoverviewtablegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestevaluationgui','iltestresultstoolbargui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestevaluationgui','iltestpassdeletionconfirmationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerfixedquestionsetgui','ilassgenfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerfixedquestionsetgui','ilassspecfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerfixedquestionsetgui','ilassquestionhintrequestgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerfixedquestionsetgui','iltestsignaturegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerfixedquestionsetgui','ilassquestionpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerfixedquestionsetgui','iltestsubmissionreviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerfixedquestionsetgui','iltestpasswordprotectiongui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerfixedquestionsetgui','iltestansweroptionalquestionsconfirmationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerfixedquestionsetgui','ilconfirmationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjassessmentfoldergui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjassessmentfoldergui','ilsettingstemplategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjassessmentfoldergui','ilglobalunitconfigurationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmytestresultsgui','iltestevaluationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmytestresultsgui','ilassquestionpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmytestresultsgui','ilassspecfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmytestresultsgui','ilassgenfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestsettingsscoringresultsgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestsettingsscoringresultsgui','ilconfirmationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestdashboardgui','iltestparticipantsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestdashboardgui','iltestparticipantstimeextensiongui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestskilllevelthresholdsgui','iltestskilllevelthresholdstablegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestrandomquestionsetconfiggui','iltestrandomquestionsetgeneralconfigformgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestrandomquestionsetconfiggui','iltestrandomquestionsetsourcepooldefinitionlisttoolbargui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestrandomquestionsetconfiggui','iltestrandomquestionsetsourcepooldefinitionlisttablegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestrandomquestionsetconfiggui','iltestrandomquestionsetnonavailablepoolstablegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestrandomquestionsetconfiggui','ilrepositoryselectorexplorergui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestrandomquestionsetconfiggui','iltestrandomquestionsetpooldefinitionformgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestskilladministrationgui','ilassquestionskillassignmentsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestskilladministrationgui','iltestskilllevelthresholdsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','assmultiplechoicegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','assclozetestgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','assmatchingquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','assorderingquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','assimagemapquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','assjavaappletgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','assnumericgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','asstextsubsetgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','asssinglechoicegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','asstextquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','assformulaquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','ilmediapooltargetselector',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','ilratinggui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','ilassquestionpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestexpresspageobjectgui','ilobjquestionpoolgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestrandomquestionsetpooldefinitionformgui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestrandomquestionsetgeneralconfigformgui','ilformpropertydispatchgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerrandomquestionsetgui','ilassgenfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerrandomquestionsetgui','ilassspecfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerrandomquestionsetgui','ilassquestionhintrequestgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerrandomquestionsetgui','iltestsignaturegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerrandomquestionsetgui','ilassquestionpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerrandomquestionsetgui','iltestsubmissionreviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerrandomquestionsetgui','iltestpasswordprotectiongui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerrandomquestionsetgui','iltestansweroptionalquestionsconfirmationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestplayerrandomquestionsetgui','ilconfirmationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestpasswordprotectiongui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestfixedquestionsetconfiggui','iltestexpresspageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestfixedquestionsetconfiggui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestfixedquestionsetconfiggui','ilassquestionpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestparticipantstimeextensiongui','iltimingoverviewtablegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestsettingsgeneralgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestsettingsgeneralgui','ilconfirmationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestsettingsgeneralgui','iltestsettingschangeconfirmationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmytestsolutionsgui','iltestevaluationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmytestsolutionsgui','ilassquestionpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilparticipantstestresultsgui','iltestevaluationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilparticipantstestresultsgui','ilassquestionpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilparticipantstestresultsgui','ilassspecfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilparticipantstestresultsgui','ilassgenfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestparticipantsgui','iltestparticipantstablegui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestparticipantsgui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestparticipantsgui','iltestevaluationgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestresultsgui','ilparticipantstestresultsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestresultsgui','ilmytestresultsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestresultsgui','iltestevalobjectiveorientedgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestresultsgui','ilmytestsolutionsgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestresultsgui','iltesttoplistgui',''); +INSERT INTO `ctrl_calls` VALUES ('iltestresultsgui','iltestskillevaluationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjtestverificationgui','ilworkspaceaccessgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjportfolioadministrationgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjportfoliotemplategui','ilportfoliotemplatepagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjportfoliotemplategui','ilpageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjportfoliotemplategui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjportfoliotemplategui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjportfoliotemplategui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjportfoliotemplategui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjportfoliotemplategui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjportfoliotemplategui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjportfoliotemplategui','ilobjstylesheetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjportfoliogui','ilportfoliopagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjportfoliogui','ilpageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjportfoliogui','ilworkspaceaccessgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjportfoliogui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjportfoliogui','ilobjstylesheetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjportfoliogui','ilportfolioexercisegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilportfoliopagegui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilportfoliopagegui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilportfoliopagegui','ilmediapooltargetselector',''); +INSERT INTO `ctrl_calls` VALUES ('ilportfoliopagegui','ilpageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilportfoliopagegui','ilobjbloggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilportfoliopagegui','ilblogpostinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilportfoliopagegui','ilcalendarmonthgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilportfoliopagegui','ilconsultationhoursgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilportfoliopagegui','illearninghistorygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilportfoliotemplatepagegui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilportfoliotemplatepagegui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilportfoliotemplatepagegui','ilpageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilportfoliotemplatepagegui','ilmediapooltargetselector',''); +INSERT INTO `ctrl_calls` VALUES ('ilportfoliotemplatepagegui','ilcalendarmonthgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilportfoliotemplatepagegui','ilconsultationhoursgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilportfoliorepositorygui','ilobjportfoliogui',''); +INSERT INTO `ctrl_calls` VALUES ('ilportfoliorepositorygui','ilobjexercisegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotetestgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotetestgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotetestgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotecategorygui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotecategorygui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotecategorygui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004pagegui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004pagegui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004pagegui','ilmediapooltargetselector',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004pagegui','ilratinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004pagegui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004pagegui','ilpageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004pagegui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004pagegui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004pagegui','ilquestioneditgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004pagegui','ilassquestionfeedbackeditinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004scogui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004scogui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004scogui','ilpcquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004scogui','ilscorm2004pagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004scogui','ilassgenfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004assetgui','ilmdeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004assetgui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004assetgui','ilpcquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004assetgui','ilscorm2004pagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004seqchaptergui','ilmdeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004seqchaptergui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004pagenodegui','ilscorm2004pagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004pagenodegui','ilassgenfeedbackpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','ilfilesystemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','ilscorm2004chaptergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','ilscorm2004seqchaptergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','ilscorm2004pagenodegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','ilscorm2004scogui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','ilcertificategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','ilobjstylesheetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','ilscorm2004assetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','ilscorm2004trackingitemsperscofiltergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','ilscorm2004trackingitemsperuserfiltergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','ilscorm2004trackingitemstablegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjscorm2004learningmodulegui','illtiproviderobjectsettinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004chaptergui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilscorm2004chaptergui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcourseverificationgui','ilworkspaceaccessgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilcourseregistrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilcourseobjectivesgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilobjcoursegroupinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilconditionhandlergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilcoursecontentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilmemberexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilobjectcustomuserfieldsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilmemberagreementgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilsessionoverviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilcolumngui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilcontainerpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilobjstylesheetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilcourseparticipantsgroupsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ildidactictemplategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilcertificategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilobjectservicesettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilcontainerstartobjectsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilcontainerstartobjectspagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilmailmembersearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilbadgemanagementgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','illopagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilnewstimelinegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilcontainernewssettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilcoursemembershipgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilcontainerskillgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilcalendarpresentationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilmemberexportsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','illtiproviderobjectsettinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','ilobjecttranslationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','illomembertestresultgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcoursegui','illoeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('illopagegui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('illopagegui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('illopagegui','ilmdeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('illopagegui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('illopagegui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('illopagegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('illopagegui','ilinternallinkgui',''); +INSERT INTO `ctrl_calls` VALUES ('illopagegui','ilpagemultilanggui',''); +INSERT INTO `ctrl_calls` VALUES ('illoeditorgui','ilcourseobjectivesgui',''); +INSERT INTO `ctrl_calls` VALUES ('illoeditorgui','ilcontainerstartobjectsgui',''); +INSERT INTO `ctrl_calls` VALUES ('illoeditorgui','ilconditionhandlergui',''); +INSERT INTO `ctrl_calls` VALUES ('illoeditorgui','illopagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcourseadministrationgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcourseadministrationgui','ilmemberexportsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcourseadministrationgui','iluseractionadmingui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcoursecontentgui','ilcolumngui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcoursecontentgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontentpagepagegui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontentpagepagegui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontentpagepagegui','ilmdeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontentpagepagegui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontentpagepagegui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontentpagepagegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilcontentpagepagegui','ilinternallinkgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcontentpagegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcontentpagegui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcontentpagegui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcontentpagegui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcontentpagegui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcontentpagegui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcontentpagegui','ilcontentpagepagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcontentpagegui','ilobjectcustomiconconfigurationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcontentpagegui','ilobjstylesheetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjrootfoldergui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjrootfoldergui','ilcontainerpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjrootfoldergui','ilcontainerlinklistgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjrootfoldergui','ilcolumngui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjrootfoldergui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjrootfoldergui','ilobjstylesheetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjrootfoldergui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjrootfoldergui','ilobjecttranslationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotegroupgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotegroupgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotegroupgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotefilegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotefilegui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjremotefilegui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilorgunitstaffgui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilorgunitpositiongui','ilorgunitdefaultpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilorgunitpositiongui','ilorgunitpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilorgunituserassignmentgui','ilrepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilpageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilcontainerlinklistgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilobjusergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilobjuserfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilobjstylesheetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilcolumngui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilusertablegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ildidactictemplategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','iltranslationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','illocalusergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilorgunitexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilorgunitstaffgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilextidgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilorgunitsimpleimportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilorgunitsimpleuserimportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilorgunittypegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilorgunitpositiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilorgunituserassignmentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjorgunitgui','ilorgunitglobalsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfilegui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfilegui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfilegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfilegui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfilegui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfilegui','ilworkspaceaccessgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfilegui','ilportfoliopagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfilegui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfilegui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfilegui','ilfileversionsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfileaccesssettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjfileaccesssettingsgui','ilfmsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjitemgroupgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjitemgroupgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjitemgroupgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmediacasthandlergui','ilobjmediacastgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediacastsettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediacastgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediacastgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediacastgui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediacastgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediacastgui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediacastgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjstudyprogrammeadmingui','ilstudyprogrammetypegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjstudyprogrammeadmingui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjstudyprogrammemembersgui','ilstudyprogrammerepositorysearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjstudyprogrammemembersgui','ilobjstudyprogrammeindividualplangui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjstudyprogrammemembersgui','ilobjfilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjstudyprogrammegui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjstudyprogrammegui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjstudyprogrammegui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjstudyprogrammegui','ilcolumngui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjstudyprogrammegui','ilobjstudyprogrammesettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjstudyprogrammegui','ilobjstudyprogrammetreegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjstudyprogrammegui','ilobjstudyprogrammemembersgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjstudyprogrammegui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupadministrationgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupadministrationgui','ilmemberexportsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupadministrationgui','iluseractionadmingui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilgroupregistrationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilobjcoursegroupinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilobjstylesheetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilcoursecontentgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilcolumngui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilcontainerpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilobjectcustomuserfieldsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilmemberagreementgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilmemberexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilobjectservicesettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilsessionoverviewgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilgroupmembershipgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilbadgemanagementgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilmailmembersearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilnewstimelinegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilcontainernewssettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilcontainerskillgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilcalendarpresentationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','illtiproviderobjectsettinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjgroupgui','ilobjecttranslationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilgroupuseractionsgui','ilgroupaddtogroupactiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjexternalfeedgui','ilexternalfeedblockgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjexternalfeedgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjexternalfeedgui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilexternalfeedhandlergui','ilobjexternalfeedgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategorygui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategorygui','ilcontainerpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategorygui','ilcontainerlinklistgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategorygui','ilobjusergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategorygui','ilobjuserfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategorygui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategorygui','ilobjstylesheetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategorygui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategorygui','ilobjecttranslationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategorygui','ilcolumngui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategorygui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategorygui','ilusertablegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategorygui','ildidactictemplategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategorygui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategorygui','ilobjtaxonomygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategorygui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjcategorygui','ilcontainernewssettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmediapoolpresentationgui','ilobjmediapoolgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediapoolgui','ilobjmediaobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediapoolgui','ilobjfoldergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediapoolgui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediapoolgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediapoolgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediapoolgui','ilmediapoolpagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediapoolgui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediapoolgui','ilfilesystemgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediapoolgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediapoolgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediapoolgui','ilobjecttranslationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediapoolgui','ilmediapoolimportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediapoolgui','ilmobmultisrtuploadgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjmediapoolgui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmediapoolpagegui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmediapoolpagegui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilmediapoolpagegui','ilmediapooltargetselector',''); +INSERT INTO `ctrl_calls` VALUES ('ilmediapoolpagegui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjworkspacerootfoldergui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjworkspacerootfoldergui','ilobjectownershipmanagementgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjpollgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjpollgui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjpollgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjpollgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjpollgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjpollgui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilwikipagegui','ilpageeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilwikipagegui','ileditclipboardgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilwikipagegui','ilmediapooltargetselector',''); +INSERT INTO `ctrl_calls` VALUES ('ilwikipagegui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilwikipagegui','ilpageobjectgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilwikipagegui','ilnotegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilwikipagegui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilwikipagegui','ilratinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilwikipagegui','ilwikistatgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilwikipagegui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilwikipagegui','ilpropertyformgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilwikihandlergui','ilobjwikigui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjwikisettingsgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjwikigui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjwikigui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjwikigui','ilwikipagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjwikigui','ilpublicuserprofilegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjwikigui','ilobjstylesheetgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjwikigui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjwikigui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjwikigui','ilratinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjwikigui','ilwikipagetemplategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjwikigui','ilwikistatgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjwikigui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjwikigui','ilsettingspermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjwikigui','ilrepositoryobjectsearchgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjwikigui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjwikigui','ilobjnotificationsettingsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveyquestionpoolgui','surveymultiplechoicequestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveyquestionpoolgui','surveymetricquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveyquestionpoolgui','surveysinglechoicequestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveyquestionpoolgui','surveytextquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveyquestionpoolgui','surveymatrixquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveyquestionpoolgui','ilsurveyphrasesgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveyquestionpoolgui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveyquestionpoolgui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveyquestionpoolgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveyquestionpoolgui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveyquestionpoolgui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveygui','ilsurveyevaluationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveygui','ilsurveyexecutiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveygui','ilobjectmetadatagui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveygui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveygui','ilinfoscreengui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveygui','ilobjectcopygui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveygui','ilsurveyskilldeterminationgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveygui','ilcommonactiondispatchergui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveygui','ilsurveyskillgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveygui','ilsurveyeditorgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveygui','ilsurveyconstraintsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveygui','ilsurveyparticipantsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveygui','illearningprogressgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveygui','ilexportgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveygui','illtiproviderobjectsettinggui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsurveyeditorgui','surveymultiplechoicequestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsurveyeditorgui','surveymetricquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsurveyeditorgui','surveysinglechoicequestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsurveyeditorgui','surveytextquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsurveyeditorgui','surveymatrixquestiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsurveyeditorgui','ilsurveypagegui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsurveyskillgui','ilsurveyskillthresholdsgui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveyadministrationgui','ilpermissiongui',''); +INSERT INTO `ctrl_calls` VALUES ('ilobjsurveyadministrationgui','ilsettingstemplategui',''); +INSERT INTO `ctrl_calls` VALUES ('ilsurveyparticipantsgui','ilrepositorysearchgui',''); + +-- +-- Table structure for table `ctrl_classfile` +-- + +CREATE TABLE `ctrl_classfile` ( + `class` varchar(100) NOT NULL DEFAULT ' ', + `filename` varchar(250) DEFAULT NULL, + `comp_prefix` varchar(50) DEFAULT NULL, + `plugin_path` varchar(250) DEFAULT NULL, + `cid` varchar(4) DEFAULT NULL, + PRIMARY KEY (`class`), + KEY `i1_idx` (`cid`) +) ; + +-- +-- Dumping data for table `ctrl_classfile` +-- + +INSERT INTO `ctrl_classfile` VALUES ('iltestrandomquestionsetgeneralconfigformgui','Modules/Test/classes/forms/class.ilTestRandomQuestionSetGeneralConfigFormGUI.php','','','1'); +INSERT INTO `ctrl_classfile` VALUES ('iltestrandomquestionsetpooldefinitionformgui','Modules/Test/classes/forms/class.ilTestRandomQuestionSetPoolDefinitionFormGUI.php','','','2'); +INSERT INTO `ctrl_classfile` VALUES ('iltestexpresspageobjectgui','Modules/Test/classes/class.ilTestExpressPageObjectGUI.php','','','3'); +INSERT INTO `ctrl_classfile` VALUES ('ilrandomtestroinputgui','Modules/Test/classes/class.ilRandomTestROInputGUI.php','','','4'); +INSERT INTO `ctrl_classfile` VALUES ('iltestskilladministrationgui','Modules/Test/classes/class.ilTestSkillAdministrationGUI.php','','','5'); +INSERT INTO `ctrl_classfile` VALUES ('iltestrandomquestionsetconfiggui','Modules/Test/classes/class.ilTestRandomQuestionSetConfigGUI.php','','','6'); +INSERT INTO `ctrl_classfile` VALUES ('iltestsettingsgui','Modules/Test/classes/class.ilTestSettingsGUI.php','','','7'); +INSERT INTO `ctrl_classfile` VALUES ('iltesttoplistgui','Modules/Test/classes/class.ilTestToplistGUI.php','','','8'); +INSERT INTO `ctrl_classfile` VALUES ('iltestskilllevelthresholdsgui','Modules/Test/classes/class.ilTestSkillLevelThresholdsGUI.php','','','9'); +INSERT INTO `ctrl_classfile` VALUES ('iltestdashboardgui','Modules/Test/classes/class.ilTestDashboardGUI.php','','','a'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjtestsettingsscoringresultsgui','Modules/Test/classes/class.ilObjTestSettingsScoringResultsGUI.php','','','b'); +INSERT INTO `ctrl_classfile` VALUES ('ilmytestresultsgui','Modules/Test/classes/class.ilMyTestResultsGUI.php','','','c'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjassessmentfoldergui','Modules/Test/classes/class.ilObjAssessmentFolderGUI.php','','','d'); +INSERT INTO `ctrl_classfile` VALUES ('iltestoutputgui','Modules/Test/classes/class.ilTestOutputGUI.php','','','e'); +INSERT INTO `ctrl_classfile` VALUES ('iltestplayerfixedquestionsetgui','Modules/Test/classes/class.ilTestPlayerFixedQuestionSetGUI.php','','','f'); +INSERT INTO `ctrl_classfile` VALUES ('iltestinfoscreentoolbargui','Modules/Test/classes/toolbars/class.ilTestInfoScreenToolbarGUI.php','','','g'); +INSERT INTO `ctrl_classfile` VALUES ('iltestevaluationgui','Modules/Test/classes/class.ilTestEvaluationGUI.php','','','h'); +INSERT INTO `ctrl_classfile` VALUES ('iltestresultstoolbargui','Modules/Test/classes/toolbars/class.ilTestResultsToolbarGUI.php','','','i'); +INSERT INTO `ctrl_classfile` VALUES ('iltestrandomquestionsetsourcepooldefinitionlisttoolbargui','Modules/Test/classes/toolbars/class.ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI.php','','','j'); +INSERT INTO `ctrl_classfile` VALUES ('iltestskillevaluationtoolbargui','Modules/Test/classes/toolbars/class.ilTestSkillEvaluationToolbarGUI.php','','','k'); +INSERT INTO `ctrl_classfile` VALUES ('iltestscoringbyquestionsgui','Modules/Test/classes/class.ilTestScoringByQuestionsGUI.php','','','l'); +INSERT INTO `ctrl_classfile` VALUES ('iltestmanscoringparticipantstablegui','Modules/Test/classes/tables/class.ilTestManScoringParticipantsTableGUI.php','','','m'); +INSERT INTO `ctrl_classfile` VALUES ('iltestpersonaldefaultsettingstablegui','Modules/Test/classes/tables/class.ilTestPersonalDefaultSettingsTableGUI.php','','','n'); +INSERT INTO `ctrl_classfile` VALUES ('iltestinviterolestablegui','Modules/Test/classes/tables/class.ilTestInviteRolesTableGUI.php','','','o'); +INSERT INTO `ctrl_classfile` VALUES ('iltestskilllevelthresholdstablegui','Modules/Test/classes/tables/class.ilTestSkillLevelThresholdsTableGUI.php','','','p'); +INSERT INTO `ctrl_classfile` VALUES ('iltestquestionstablegui','Modules/Test/classes/tables/class.ilTestQuestionsTableGUI.php','','','q'); +INSERT INTO `ctrl_classfile` VALUES ('illistofquestionstablegui','Modules/Test/classes/tables/class.ilListOfQuestionsTableGUI.php','','','r'); +INSERT INTO `ctrl_classfile` VALUES ('ilparticipantstestresultstablegui','Modules/Test/classes/tables/class.ilParticipantsTestResultsTableGUI.php','','','s'); +INSERT INTO `ctrl_classfile` VALUES ('iltesthistorytablegui','Modules/Test/classes/tables/class.ilTestHistoryTableGUI.php','','','t'); +INSERT INTO `ctrl_classfile` VALUES ('ilmarkschematablegui','Modules/Test/classes/tables/class.ilMarkSchemaTableGUI.php','','','u'); +INSERT INTO `ctrl_classfile` VALUES ('iltestverificationtablegui','Modules/Test/classes/tables/class.ilTestVerificationTableGUI.php','','','v'); +INSERT INTO `ctrl_classfile` VALUES ('iltestpassoverviewtablegui','Modules/Test/classes/tables/class.ilTestPassOverviewTableGUI.php','','','w'); +INSERT INTO `ctrl_classfile` VALUES ('iltestdynamicquestionsetstatistictablegui','Modules/Test/classes/tables/class.ilTestDynamicQuestionSetStatisticTableGUI.php','','','x'); +INSERT INTO `ctrl_classfile` VALUES ('iltestpassdetailsoverviewtablegui','Modules/Test/classes/tables/class.ilTestPassDetailsOverviewTableGUI.php','','','y'); +INSERT INTO `ctrl_classfile` VALUES ('iltestrandomquestionsetnonavailablepoolstablegui','Modules/Test/classes/tables/class.ilTestRandomQuestionSetNonAvailablePoolsTableGUI.php','','','z'); +INSERT INTO `ctrl_classfile` VALUES ('ilassessmentfolderlogtablegui','Modules/Test/classes/tables/class.ilAssessmentFolderLogTableGUI.php','','','10'); +INSERT INTO `ctrl_classfile` VALUES ('iltestquestionbrowsertablegui','Modules/Test/classes/tables/class.ilTestQuestionBrowserTableGUI.php','','','11'); +INSERT INTO `ctrl_classfile` VALUES ('ilassessmentfolderlogadministrationtablegui','Modules/Test/classes/tables/class.ilAssessmentFolderLogAdministrationTableGUI.php','','','12'); +INSERT INTO `ctrl_classfile` VALUES ('iltestaggregatedresultstablegui','Modules/Test/classes/tables/class.ilTestAggregatedResultsTableGUI.php','','','13'); +INSERT INTO `ctrl_classfile` VALUES ('iltestpassmanualscoringoverviewtablegui','Modules/Test/classes/tables/class.ilTestPassManualScoringOverviewTableGUI.php','','','14'); +INSERT INTO `ctrl_classfile` VALUES ('ilresultsbyquestiontablegui','Modules/Test/classes/tables/class.ilResultsByQuestionTableGUI.php','','','15'); +INSERT INTO `ctrl_classfile` VALUES ('iltestdetailedevaluationstatisticstablegui','Modules/Test/classes/tables/class.ilTestDetailedEvaluationStatisticsTableGUI.php','','','16'); +INSERT INTO `ctrl_classfile` VALUES ('iltimingoverviewtablegui','Modules/Test/classes/tables/class.ilTimingOverviewTableGUI.php','','','17'); +INSERT INTO `ctrl_classfile` VALUES ('ilevaluationalltablegui','Modules/Test/classes/tables/class.ilEvaluationAllTableGUI.php','','','18'); +INSERT INTO `ctrl_classfile` VALUES ('iltestrandomquestionsetsourcepooldefinitionlisttablegui','Modules/Test/classes/tables/class.ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI.php','','','19'); +INSERT INTO `ctrl_classfile` VALUES ('iltestaveragereachedpointstablegui','Modules/Test/classes/tables/class.ilTestAverageReachedPointsTableGUI.php','','','1a'); +INSERT INTO `ctrl_classfile` VALUES ('iltestinvitegroupstablegui','Modules/Test/classes/tables/class.ilTestInviteGroupsTableGUI.php','','','1b'); +INSERT INTO `ctrl_classfile` VALUES ('iltestinviteuserstablegui','Modules/Test/classes/tables/class.ilTestInviteUsersTableGUI.php','','','1c'); +INSERT INTO `ctrl_classfile` VALUES ('iltestexporttablegui','Modules/Test/classes/tables/class.ilTestExportTableGUI.php','','','1d'); +INSERT INTO `ctrl_classfile` VALUES ('iltestmanscoringparticipantsbyselectedquestionandpasstablegui','Modules/Test/classes/tables/class.ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI.php','','','1e'); +INSERT INTO `ctrl_classfile` VALUES ('iltestparticipantstablegui','Modules/Test/classes/tables/class.ilTestParticipantsTableGUI.php','','','1f'); +INSERT INTO `ctrl_classfile` VALUES ('iltestsignaturegui','Modules/Test/classes/class.ilTestSignatureGUI.php','','','1g'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjtestdynamicquestionsetconfiggui','Modules/Test/classes/class.ilObjTestDynamicQuestionSetConfigGUI.php','','','1h'); +INSERT INTO `ctrl_classfile` VALUES ('iltestevalobjectiveorientedgui','Modules/Test/classes/class.ilTestEvalObjectiveOrientedGUI.php','','','1i'); +INSERT INTO `ctrl_classfile` VALUES ('iltestskillevaluationgui','Modules/Test/classes/class.ilTestSkillEvaluationGUI.php','','','1j'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjtestgui','Modules/Test/classes/class.ilObjTestGUI.php','','','1k'); +INSERT INTO `ctrl_classfile` VALUES ('iltestplayerdynamicquestionsetgui','Modules/Test/classes/class.ilTestPlayerDynamicQuestionSetGUI.php','','','1l'); +INSERT INTO `ctrl_classfile` VALUES ('iltestcorrectionsgui','Modules/Test/classes/class.ilTestCorrectionsGUI.php','','','1m'); +INSERT INTO `ctrl_classfile` VALUES ('iltestservicegui','Modules/Test/classes/class.ilTestServiceGUI.php','','','1n'); +INSERT INTO `ctrl_classfile` VALUES ('iltestlearningobjectivesstatusgui','Modules/Test/classes/class.ilTestLearningObjectivesStatusGUI.php','','','1o'); +INSERT INTO `ctrl_classfile` VALUES ('iltestsubmissionreviewgui','Modules/Test/classes/class.ilTestSubmissionReviewGUI.php','','','1p'); +INSERT INTO `ctrl_classfile` VALUES ('iltestexportgui','Modules/Test/classes/class.ilTestExportGUI.php','','','1q'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjremotecourselistgui','Modules/RemoteCourse/classes/class.ilObjRemoteCourseListGUI.php','','','1r'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjremotecoursegui','Modules/RemoteCourse/classes/class.ilObjRemoteCourseGUI.php','','','1s'); +INSERT INTO `ctrl_classfile` VALUES ('ilbookingobjectgui','Modules/BookingManager/classes/class.ilBookingObjectGUI.php','','','1t'); +INSERT INTO `ctrl_classfile` VALUES ('ilbookingschedulestablegui','Modules/BookingManager/classes/class.ilBookingSchedulesTableGUI.php','','','1u'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjbookingpoolgui','Modules/BookingManager/classes/class.ilObjBookingPoolGUI.php','','','1v'); +INSERT INTO `ctrl_classfile` VALUES ('ilscheduleinputgui','Modules/BookingManager/classes/class.ilScheduleInputGUI.php','','','1w'); +INSERT INTO `ctrl_classfile` VALUES ('ilbookingassignobjectstablegui','Modules/BookingManager/classes/class.ilBookingAssignObjectsTableGUI.php','','','1x'); +INSERT INTO `ctrl_classfile` VALUES ('ilbookingschedulegui','Modules/BookingManager/classes/class.ilBookingScheduleGUI.php','','','1y'); +INSERT INTO `ctrl_classfile` VALUES ('ilbookingreservationstablegui','Modules/BookingManager/classes/class.ilBookingReservationsTableGUI.php','','','1z'); +INSERT INTO `ctrl_classfile` VALUES ('ilbookingparticipantstablegui','Modules/BookingManager/classes/class.ilBookingParticipantsTableGUI.php','','','20'); +INSERT INTO `ctrl_classfile` VALUES ('ilbookingobjectstablegui','Modules/BookingManager/classes/class.ilBookingObjectsTableGUI.php','','','21'); +INSERT INTO `ctrl_classfile` VALUES ('ilbookingassignparticipantstablegui','Modules/BookingManager/classes/class.ilBookingAssignParticipantsTableGUI.php','','','22'); +INSERT INTO `ctrl_classfile` VALUES ('ilbookingparticipantgui','Modules/BookingManager/classes/class.ilBookingParticipantGUI.php','','','23'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjbookingpoollistgui','Modules/BookingManager/classes/class.ilObjBookingPoolListGUI.php','','','24'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjremoteglossarygui','Modules/RemoteGlossary/classes/class.ilObjRemoteGlossaryGUI.php','','','25'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjremoteglossarylistgui','Modules/RemoteGlossary/classes/class.ilObjRemoteGlossaryListGUI.php','','','26'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjforumadministrationgui','Modules/Forum/classes/class.ilObjForumAdministrationGUI.php','','','27'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjforumlistgui','Modules/Forum/classes/class.ilObjForumListGUI.php','','','28'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjforumgui','Modules/Forum/classes/class.ilObjForumGUI.php','','','29'); +INSERT INTO `ctrl_classfile` VALUES ('ilforumpostingdraftsblockgui','Modules/Forum/classes/class.ilForumPostingDraftsBlockGUI.php','','','2a'); +INSERT INTO `ctrl_classfile` VALUES ('ilforumnewsrenderergui','Modules/Forum/classes/class.ilForumNewsRendererGUI.php','','','2b'); +INSERT INTO `ctrl_classfile` VALUES ('ilforumtopictablegui','Modules/Forum/classes/class.ilForumTopicTableGUI.php','','','2c'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjforumsearchresulttablegui','Modules/Forum/classes/class.ilObjForumSearchResultTableGUI.php','','','2d'); +INSERT INTO `ctrl_classfile` VALUES ('ilforummoderatorstablegui','Modules/Forum/classes/class.ilForumModeratorsTableGUI.php','','','2e'); +INSERT INTO `ctrl_classfile` VALUES ('ilforummoderatorsgui','Modules/Forum/classes/class.ilForumModeratorsGUI.php','','','2f'); +INSERT INTO `ctrl_classfile` VALUES ('ilforumthreadformgui','Modules/Forum/classes/GUI/class.ilForumThreadFormGUI.php','','','2g'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjforumsubitemlistgui','Modules/Forum/classes/class.ilObjForumSubItemListGUI.php','','','2h'); +INSERT INTO `ctrl_classfile` VALUES ('ilforumdraftstablegui','Modules/Forum/classes/class.ilForumDraftsTableGUI.php','','','2i'); +INSERT INTO `ctrl_classfile` VALUES ('ilforumsettingsgui','Modules/Forum/classes/class.ilForumSettingsGUI.php','','','2j'); +INSERT INTO `ctrl_classfile` VALUES ('ilforumexplorergui','Modules/Forum/classes/class.ilForumExplorerGUI.php','','','2k'); +INSERT INTO `ctrl_classfile` VALUES ('ilforumstatisticstablegui','Modules/Forum/classes/class.ilForumStatisticsTableGUI.php','','','2l'); +INSERT INTO `ctrl_classfile` VALUES ('ilforumexportgui','Modules/Forum/classes/class.ilForumExportGUI.php','','','2m'); +INSERT INTO `ctrl_classfile` VALUES ('ilsessionmaterialstablegui','Modules/Session/classes/class.ilSessionMaterialsTableGUI.php','','','2n'); +INSERT INTO `ctrl_classfile` VALUES ('ilsessionfiletablegui','Modules/Session/classes/class.ilSessionFileTableGUI.php','','','2o'); +INSERT INTO `ctrl_classfile` VALUES ('ilsessionoverviewtablegui','Modules/Session/classes/class.ilSessionOverviewTableGUI.php','','','2p'); +INSERT INTO `ctrl_classfile` VALUES ('ilsessionoverviewgui','Modules/Session/classes/class.ilSessionOverviewGUI.php','','','2q'); +INSERT INTO `ctrl_classfile` VALUES ('ilsessionparticipantstablegui','Modules/Session/classes/class.ilSessionParticipantsTableGUI.php','','','2r'); +INSERT INTO `ctrl_classfile` VALUES ('ilsessionmembershipregistrationsettingsgui','Modules/Session/classes/class.ilSessionMembershipRegistrationSettingsGUI.php','','','2s'); +INSERT INTO `ctrl_classfile` VALUES ('ilsessionmembershipgui','Modules/Session/classes/class.ilSessionMembershipGUI.php','','','2t'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjsessionlistgui','Modules/Session/classes/class.ilObjSessionListGUI.php','','','2u'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjsessiongui','Modules/Session/classes/class.ilObjSessionGUI.php','','','2v'); +INSERT INTO `ctrl_classfile` VALUES ('ilsessionclassificationpathgui','Modules/Session/classes/class.ilSessionClassificationPathGUI.php','','','2w'); +INSERT INTO `ctrl_classfile` VALUES ('ildclfieldeditgui','Modules/DataCollection/classes/Fields/class.ilDclFieldEditGUI.php','','','2x'); +INSERT INTO `ctrl_classfile` VALUES ('ildclfieldlisttablegui','Modules/DataCollection/classes/Fields/class.ilDclFieldListTableGUI.php','','','2y'); +INSERT INTO `ctrl_classfile` VALUES ('ildclfieldlistgui','Modules/DataCollection/classes/Fields/class.ilDclFieldListGUI.php','','','2z'); +INSERT INTO `ctrl_classfile` VALUES ('ildclnreferencefieldgui','Modules/DataCollection/classes/Fields/NReference/class.ilDclNReferenceFieldGUI.php','','','30'); +INSERT INTO `ctrl_classfile` VALUES ('ildcldetailedviewgui','Modules/DataCollection/classes/DetailedView/class.ilDclDetailedViewGUI.php','','','31'); +INSERT INTO `ctrl_classfile` VALUES ('ildcldetailedviewdefinitiongui','Modules/DataCollection/classes/DetailedView/class.ilDclDetailedViewDefinitionGUI.php','','','32'); +INSERT INTO `ctrl_classfile` VALUES ('ildclrecordlisttablegui','Modules/DataCollection/classes/Content/class.ilDclRecordListTableGUI.php','','','33'); +INSERT INTO `ctrl_classfile` VALUES ('ildclrecordeditgui','Modules/DataCollection/classes/Content/class.ilDclRecordEditGUI.php','','','34'); +INSERT INTO `ctrl_classfile` VALUES ('ildclrecordlistgui','Modules/DataCollection/classes/Content/class.ilDclRecordListGUI.php','','','35'); +INSERT INTO `ctrl_classfile` VALUES ('ildclcheckboxinputgui','Modules/DataCollection/classes/Helpers/class.ilDclCheckboxInputGUI.php','','','36'); +INSERT INTO `ctrl_classfile` VALUES ('ildcltreepickinputgui','Modules/DataCollection/classes/Helpers/class.ilDclTreePickInputGUI.php','','','37'); +INSERT INTO `ctrl_classfile` VALUES ('ildclgenericmultiinputgui','Modules/DataCollection/classes/Helpers/class.ilDclGenericMultiInputGUI.php','','','38'); +INSERT INTO `ctrl_classfile` VALUES ('ildclmultitextinputgui','Modules/DataCollection/classes/Helpers/class.ilDclMultiTextInputGUI.php','','','39'); +INSERT INTO `ctrl_classfile` VALUES ('ildcltextinputgui','Modules/DataCollection/classes/Helpers/class.ilDclTextInputGUI.php','','','3a'); +INSERT INTO `ctrl_classfile` VALUES ('ildclpropertyformgui','Modules/DataCollection/classes/Helpers/class.ilDclPropertyFormGUI.php','','','3b'); +INSERT INTO `ctrl_classfile` VALUES ('ildcltablelisttablegui','Modules/DataCollection/classes/Table/class.ilDclTableListTableGUI.php','','','3c'); +INSERT INTO `ctrl_classfile` VALUES ('ildcltableeditgui','Modules/DataCollection/classes/Table/class.ilDclTableEditGUI.php','','','3d'); +INSERT INTO `ctrl_classfile` VALUES ('ildcltablelistgui','Modules/DataCollection/classes/Table/class.ilDclTableListGUI.php','','','3e'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjdatacollectiongui','Modules/DataCollection/classes/class.ilObjDataCollectionGUI.php','','','3f'); +INSERT INTO `ctrl_classfile` VALUES ('ildcltablevieweditgui','Modules/DataCollection/classes/TableView/class.ilDclTableViewEditGUI.php','','','3g'); +INSERT INTO `ctrl_classfile` VALUES ('ildcltableviewtablegui','Modules/DataCollection/classes/TableView/class.ilDclTableViewTableGUI.php','','','3h'); +INSERT INTO `ctrl_classfile` VALUES ('ildcltablevieweditformgui','Modules/DataCollection/classes/TableView/class.ilDclTableViewEditFormGUI.php','','','3i'); +INSERT INTO `ctrl_classfile` VALUES ('ildcltableviewgui','Modules/DataCollection/classes/TableView/class.ilDclTableViewGUI.php','','','3j'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjdatacollectionlistgui','Modules/DataCollection/classes/class.ilObjDataCollectionListGUI.php','','','3k'); +INSERT INTO `ctrl_classfile` VALUES ('ildclexportgui','Modules/DataCollection/classes/class.ilDclExportGUI.php','','','3l'); +INSERT INTO `ctrl_classfile` VALUES ('ildclexporttablegui','Modules/DataCollection/classes/class.ilDclExportTableGUI.php','','','3m'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjbibliographiclistgui','Modules/Bibliographic/classes/class.ilObjBibliographicListGUI.php','','','3n'); +INSERT INTO `ctrl_classfile` VALUES ('ilbibllibrarytablegui','Modules/Bibliographic/classes/Admin/Library/class.ilBiblLibraryTableGUI.php','','','3o'); +INSERT INTO `ctrl_classfile` VALUES ('ilbibllibrarygui','Modules/Bibliographic/classes/Admin/Library/class.ilBiblLibraryGUI.php','','','3p'); +INSERT INTO `ctrl_classfile` VALUES ('ilbibllibrarypresentationgui','Modules/Bibliographic/classes/Admin/Library/class.ilBiblLibraryPresentationGUI.php','','','3q'); +INSERT INTO `ctrl_classfile` VALUES ('ilbibllibraryformgui','Modules/Bibliographic/classes/Admin/Library/class.ilBiblLibraryFormGUI.php','','','3r'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjbibliographicgui','Modules/Bibliographic/classes/class.ilObjBibliographicGUI.php','','','3s'); +INSERT INTO `ctrl_classfile` VALUES ('ilbiblfieldfiltertablegui','Modules/Bibliographic/classes/FieldFilter/class.ilBiblFieldFilterTableGUI.php','','','3t'); +INSERT INTO `ctrl_classfile` VALUES ('ilbiblfieldfiltergui','Modules/Bibliographic/classes/FieldFilter/class.ilBiblFieldFilterGUI.php','','','3u'); +INSERT INTO `ctrl_classfile` VALUES ('ilbiblfieldfilterpresentationgui','Modules/Bibliographic/classes/FieldFilter/class.ilBiblFieldFilterPresentationGUI.php','','','3v'); +INSERT INTO `ctrl_classfile` VALUES ('ilbiblfieldfilterformgui','Modules/Bibliographic/classes/FieldFilter/class.ilBiblFieldFilterFormGUI.php','','','3w'); +INSERT INTO `ctrl_classfile` VALUES ('ilbibltranslationgui','Modules/Bibliographic/classes/Translation/class.ilBiblTranslationGUI.php','','','3x'); +INSERT INTO `ctrl_classfile` VALUES ('ilbibltranslationtablegui','Modules/Bibliographic/classes/Translation/class.ilBiblTranslationTableGUI.php','','','3y'); +INSERT INTO `ctrl_classfile` VALUES ('ilbiblentrytablegui','Modules/Bibliographic/classes/Entry/class.ilBiblEntryTableGUI.php','','','3z'); +INSERT INTO `ctrl_classfile` VALUES ('ilbiblentrytablepresentationgui','Modules/Bibliographic/classes/Entry/class.ilBiblEntryTablePresentationGUI.php','','','40'); +INSERT INTO `ctrl_classfile` VALUES ('ilbiblentrydetailpresentationgui','Modules/Bibliographic/classes/Entry/class.ilBiblEntryDetailPresentationGUI.php','','','41'); +INSERT INTO `ctrl_classfile` VALUES ('ilbibladminfieldgui','Modules/Bibliographic/classes/Field/class.ilBiblAdminFieldGUI.php','','','42'); +INSERT INTO `ctrl_classfile` VALUES ('ilbibladminbibtexfieldgui','Modules/Bibliographic/classes/Field/class.ilBiblAdminBibtexFieldGUI.php','','','43'); +INSERT INTO `ctrl_classfile` VALUES ('ilbibladminfieldtablegui','Modules/Bibliographic/classes/Field/class.ilBiblAdminFieldTableGUI.php','','','44'); +INSERT INTO `ctrl_classfile` VALUES ('ilbibladminrisfieldgui','Modules/Bibliographic/classes/Field/class.ilBiblAdminRisFieldGUI.php','','','45'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjbibliographicadmingui','Modules/Bibliographic/classes/class.ilObjBibliographicAdminGUI.php','','','46'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjlinkresourcegui','Modules/WebResource/classes/class.ilObjLinkResourceGUI.php','','','47'); +INSERT INTO `ctrl_classfile` VALUES ('illinkresourcehandlergui','Modules/WebResource/classes/class.ilLinkResourceHandlerGUI.php','','','48'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjlinkresourcesubitemlistgui','Modules/WebResource/classes/class.ilObjLinkResourceSubItemListGUI.php','','','49'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjlinkresourcelistgui','Modules/WebResource/classes/class.ilObjLinkResourceListGUI.php','','','4a'); +INSERT INTO `ctrl_classfile` VALUES ('ilwebresourcelinktablegui','Modules/WebResource/classes/class.ilWebResourceLinkTableGUI.php','','','4b'); +INSERT INTO `ctrl_classfile` VALUES ('ilwebresourceeditablelinktablegui','Modules/WebResource/classes/class.ilWebResourceEditableLinkTableGUI.php','','','4c'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjwebresourceadministrationgui','Modules/WebResource/classes/class.ilObjWebResourceAdministrationGUI.php','','','4d'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjlearningsequencesettingsgui','Modules/LearningSequence/classes/Settings/class.ilObjLearningSequenceSettingsGUI.php','','','4e'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjlearningsequencecontenttablegui','Modules/LearningSequence/classes/Content/class.ilObjLearningSequenceContentTableGUI.php','','','4f'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjlearningsequencecontentgui','Modules/LearningSequence/classes/Content/class.ilObjLearningSequenceContentGUI.php','','','4g'); +INSERT INTO `ctrl_classfile` VALUES ('illearningsequenceeditparticipantstablegui','Modules/LearningSequence/classes/Members/class.ilLearningSequenceEditParticipantsTableGUI.php','','','4h'); +INSERT INTO `ctrl_classfile` VALUES ('illearningsequenceparticipantstablegui','Modules/LearningSequence/classes/Members/class.ilLearningSequenceParticipantsTableGUI.php','','','4i'); +INSERT INTO `ctrl_classfile` VALUES ('illearningsequencemembershipgui','Modules/LearningSequence/classes/Members/class.ilLearningSequenceMembershipGUI.php','','','4j'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjlearningsequencelistgui','Modules/LearningSequence/classes/class.ilObjLearningSequenceListGUI.php','','','4k'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjlearningsequencelearnergui','Modules/LearningSequence/classes/Player/class.ilObjLearningSequenceLearnerGUI.php','','','4l'); +INSERT INTO `ctrl_classfile` VALUES ('illslocatorgui','Modules/LearningSequence/classes/Player/class.ilLSLocatorGUI.php','','','4m'); +INSERT INTO `ctrl_classfile` VALUES ('illstocgui','Modules/LearningSequence/classes/Player/class.ilLSTOCGUI.php','','','4n'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjlearningsequencegui','Modules/LearningSequence/classes/class.ilObjLearningSequenceGUI.php','','','4o'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcoursereferencegui','Modules/CourseReference/classes/class.ilObjCourseReferenceGUI.php','','','4p'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjlearningsequenceadmingui','Modules/LearningSequence/classes/class.ilObjLearningSequenceAdminGUI.php','','','4q'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcoursereferencelistgui','Modules/CourseReference/classes/class.ilObjCourseReferenceListGUI.php','','','4r'); +INSERT INTO `ctrl_classfile` VALUES ('ilmatchingpairwizardinputgui','Modules/TestQuestionPool/classes/class.ilMatchingPairWizardInputGUI.php','','','4s'); +INSERT INTO `ctrl_classfile` VALUES ('ilassquestionhintsgui','Modules/TestQuestionPool/classes/class.ilAssQuestionHintsGUI.php','','','4t'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjquestionpoolsettingsgeneralgui','Modules/TestQuestionPool/classes/class.ilObjQuestionPoolSettingsGeneralGUI.php','','','4u'); +INSERT INTO `ctrl_classfile` VALUES ('ilquestioneditgui','Modules/TestQuestionPool/classes/class.ilQuestionEditGUI.php','','','4v'); +INSERT INTO `ctrl_classfile` VALUES ('ilassquestionfeedbackeditinggui','Modules/TestQuestionPool/classes/class.ilAssQuestionFeedbackEditingGUI.php','','','4w'); +INSERT INTO `ctrl_classfile` VALUES ('ilimagewizardinputgui','Modules/TestQuestionPool/classes/class.ilImageWizardInputGUI.php','','','4x'); +INSERT INTO `ctrl_classfile` VALUES ('ilasslaclegendgui','Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/class.ilAssLacLegendGUI.php','','','4y'); +INSERT INTO `ctrl_classfile` VALUES ('asssinglechoicegui','Modules/TestQuestionPool/classes/class.assSingleChoiceGUI.php','','','4z'); +INSERT INTO `ctrl_classfile` VALUES ('ilassquestionpreviewgui','Modules/TestQuestionPool/classes/class.ilAssQuestionPreviewGUI.php','','','50'); +INSERT INTO `ctrl_classfile` VALUES ('ilglobalunitconfigurationgui','Modules/TestQuestionPool/classes/class.ilGlobalUnitConfigurationGUI.php','','','51'); +INSERT INTO `ctrl_classfile` VALUES ('assmatchingquestiongui','Modules/TestQuestionPool/classes/class.assMatchingQuestionGUI.php','','','52'); +INSERT INTO `ctrl_classfile` VALUES ('asserrortextgui','Modules/TestQuestionPool/classes/class.assErrorTextGUI.php','','','53'); +INSERT INTO `ctrl_classfile` VALUES ('ilassquestionhintrequestgui','Modules/TestQuestionPool/classes/class.ilAssQuestionHintRequestGUI.php','','','54'); +INSERT INTO `ctrl_classfile` VALUES ('ilunitconfigurationgui','Modules/TestQuestionPool/classes/class.ilUnitConfigurationGUI.php','','','55'); +INSERT INTO `ctrl_classfile` VALUES ('illocalunitconfigurationgui','Modules/TestQuestionPool/classes/class.ilLocalUnitConfigurationGUI.php','','','56'); +INSERT INTO `ctrl_classfile` VALUES ('ilassquestionpagegui','Modules/TestQuestionPool/classes/class.ilAssQuestionPageGUI.php','','','57'); +INSERT INTO `ctrl_classfile` VALUES ('ilasshintpagegui','Modules/TestQuestionPool/classes/class.ilAssHintPageGUI.php','','','58'); +INSERT INTO `ctrl_classfile` VALUES ('ilassspecfeedbackpagegui','Modules/TestQuestionPool/classes/feedback/class.ilAssSpecFeedbackPageGUI.php','','','59'); +INSERT INTO `ctrl_classfile` VALUES ('ilassgenfeedbackpagegui','Modules/TestQuestionPool/classes/feedback/class.ilAssGenFeedbackPageGUI.php','','','5a'); +INSERT INTO `ctrl_classfile` VALUES ('asslongmenugui','Modules/TestQuestionPool/classes/class.assLongMenuGUI.php','','','5b'); +INSERT INTO `ctrl_classfile` VALUES ('ilquestionpoolexportgui','Modules/TestQuestionPool/classes/class.ilQuestionPoolExportGUI.php','','','5c'); +INSERT INTO `ctrl_classfile` VALUES ('illogicalanswercomparisonexpressioninputgui','Modules/TestQuestionPool/classes/class.ilLogicalAnswerComparisonExpressionInputGUI.php','','','5d'); +INSERT INTO `ctrl_classfile` VALUES ('ilanswerwizardinputgui','Modules/TestQuestionPool/classes/class.ilAnswerWizardInputGUI.php','','','5e'); +INSERT INTO `ctrl_classfile` VALUES ('ilquestionpoolskilladministrationgui','Modules/TestQuestionPool/classes/class.ilQuestionPoolSkillAdministrationGUI.php','','','5f'); +INSERT INTO `ctrl_classfile` VALUES ('ilsinglechoicewizardinputgui','Modules/TestQuestionPool/classes/class.ilSingleChoiceWizardInputGUI.php','','','5g'); +INSERT INTO `ctrl_classfile` VALUES ('assjavaappletgui','Modules/TestQuestionPool/classes/class.assJavaAppletGUI.php','','','5h'); +INSERT INTO `ctrl_classfile` VALUES ('ilmultiplechoicewizardinputgui','Modules/TestQuestionPool/classes/class.ilMultipleChoiceWizardInputGUI.php','','','5i'); +INSERT INTO `ctrl_classfile` VALUES ('ilassquestionpreviewtoolbargui','Modules/TestQuestionPool/classes/class.ilAssQuestionPreviewToolbarGUI.php','','','5j'); +INSERT INTO `ctrl_classfile` VALUES ('ilassnestedorderingelementsinputgui','Modules/TestQuestionPool/classes/forms/class.ilAssNestedOrderingElementsInputGUI.php','','','5k'); +INSERT INTO `ctrl_classfile` VALUES ('ilassmultiplechoicecorrectionsinputgui','Modules/TestQuestionPool/classes/forms/class.ilAssMultipleChoiceCorrectionsInputGUI.php','','','5l'); +INSERT INTO `ctrl_classfile` VALUES ('ilimagemapcorrectionsinputgui','Modules/TestQuestionPool/classes/forms/class.ilImagemapCorrectionsInputGUI.php','','','5m'); +INSERT INTO `ctrl_classfile` VALUES ('ilhtmlimagemapfileinputgui','Modules/TestQuestionPool/classes/forms/class.ilHtmlImageMapFileInputGUI.php','','','5n'); +INSERT INTO `ctrl_classfile` VALUES ('ilasslongmenucorrectionsinputgui','Modules/TestQuestionPool/classes/forms/class.ilAssLongmenuCorrectionsInputGUI.php','','','5o'); +INSERT INTO `ctrl_classfile` VALUES ('ilassorderingimagesinputgui','Modules/TestQuestionPool/classes/forms/class.ilAssOrderingImagesInputGUI.php','','','5p'); +INSERT INTO `ctrl_classfile` VALUES ('ilassquestionskillassignmentpropertyformgui','Modules/TestQuestionPool/classes/forms/class.ilAssQuestionSkillAssignmentPropertyFormGUI.php','','','5q'); +INSERT INTO `ctrl_classfile` VALUES ('ilassanswercorrectionsinputgui','Modules/TestQuestionPool/classes/forms/class.ilAssAnswerCorrectionsInputGUI.php','','','5r'); +INSERT INTO `ctrl_classfile` VALUES ('ilassquestionauthoringformgui','Modules/TestQuestionPool/classes/forms/class.ilAssQuestionAuthoringFormGUI.php','','','5s'); +INSERT INTO `ctrl_classfile` VALUES ('ilassorderingtextsinputgui','Modules/TestQuestionPool/classes/forms/class.ilAssOrderingTextsInputGUI.php','','','5t'); +INSERT INTO `ctrl_classfile` VALUES ('ilasserrortextcorrectionsinputgui','Modules/TestQuestionPool/classes/forms/class.ilAssErrorTextCorrectionsInputGUI.php','','','5u'); +INSERT INTO `ctrl_classfile` VALUES ('ilassclozetestcombinationvariantsinputgui','Modules/TestQuestionPool/classes/forms/class.ilAssClozeTestCombinationVariantsInputGUI.php','','','5v'); +INSERT INTO `ctrl_classfile` VALUES ('ilasssinglechoicecorrectionsinputgui','Modules/TestQuestionPool/classes/forms/class.ilAssSingleChoiceCorrectionsInputGUI.php','','','5w'); +INSERT INTO `ctrl_classfile` VALUES ('ilassorderingquestionauthoringformgui','Modules/TestQuestionPool/classes/forms/class.ilAssOrderingQuestionAuthoringFormGUI.php','','','5x'); +INSERT INTO `ctrl_classfile` VALUES ('ilassmatchingpaircorrectionsinputgui','Modules/TestQuestionPool/classes/forms/class.ilAssMatchingPairCorrectionsInputGUI.php','','','5y'); +INSERT INTO `ctrl_classfile` VALUES ('ilkprimchoicecorrectionsinputgui','Modules/TestQuestionPool/classes/forms/class.ilKprimChoiceCorrectionsInputGUI.php','','','5z'); +INSERT INTO `ctrl_classfile` VALUES ('ilimagemapfileinputgui','Modules/TestQuestionPool/classes/forms/class.ilImagemapFileInputGUI.php','','','60'); +INSERT INTO `ctrl_classfile` VALUES ('iladdanswermodalformgui','Modules/TestQuestionPool/classes/forms/class.ilAddAnswerModalFormGUI.php','','','61'); +INSERT INTO `ctrl_classfile` VALUES ('assformulaquestiongui','Modules/TestQuestionPool/classes/class.assFormulaQuestionGUI.php','','','62'); +INSERT INTO `ctrl_classfile` VALUES ('assimagemapquestiongui','Modules/TestQuestionPool/classes/class.assImagemapQuestionGUI.php','','','63'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjquestionpoollistgui','Modules/TestQuestionPool/classes/class.ilObjQuestionPoolListGUI.php','','','64'); +INSERT INTO `ctrl_classfile` VALUES ('ilsuggestedsolutionselectorgui','Modules/TestQuestionPool/classes/class.ilSuggestedSolutionSelectorGUI.php','','','65'); +INSERT INTO `ctrl_classfile` VALUES ('ilassquestionrelatednavigationbargui','Modules/TestQuestionPool/classes/class.ilAssQuestionRelatedNavigationBarGUI.php','','','66'); +INSERT INTO `ctrl_classfile` VALUES ('ilerrortextwizardinputgui','Modules/TestQuestionPool/classes/class.ilErrorTextWizardInputGUI.php','','','67'); +INSERT INTO `ctrl_classfile` VALUES ('ilmatchingwizardinputgui','Modules/TestQuestionPool/classes/class.ilMatchingWizardInputGUI.php','','','68'); +INSERT INTO `ctrl_classfile` VALUES ('asstextsubsetgui','Modules/TestQuestionPool/classes/class.assTextSubsetGUI.php','','','69'); +INSERT INTO `ctrl_classfile` VALUES ('assorderinghorizontalgui','Modules/TestQuestionPool/classes/class.assOrderingHorizontalGUI.php','','','6a'); +INSERT INTO `ctrl_classfile` VALUES ('assmultiplechoicegui','Modules/TestQuestionPool/classes/class.assMultipleChoiceGUI.php','','','6b'); +INSERT INTO `ctrl_classfile` VALUES ('illocalunitcategorytablegui','Modules/TestQuestionPool/classes/tables/class.ilLocalUnitCategoryTableGUI.php','','','6c'); +INSERT INTO `ctrl_classfile` VALUES ('ilquestionpoolimportverificationtablegui','Modules/TestQuestionPool/classes/tables/class.ilQuestionPoolImportVerificationTableGUI.php','','','6d'); +INSERT INTO `ctrl_classfile` VALUES ('ilanswerfrequencystatistictablegui','Modules/TestQuestionPool/classes/tables/class.ilAnswerFrequencyStatisticTableGUI.php','','','6e'); +INSERT INTO `ctrl_classfile` VALUES ('ilkprimchoiceanswerfreqstattablegui','Modules/TestQuestionPool/classes/tables/class.ilKprimChoiceAnswerFreqStatTableGUI.php','','','6f'); +INSERT INTO `ctrl_classfile` VALUES ('ilunittablegui','Modules/TestQuestionPool/classes/tables/class.ilUnitTableGUI.php','','','6g'); +INSERT INTO `ctrl_classfile` VALUES ('ilassquestionskillassignmentstablegui','Modules/TestQuestionPool/classes/tables/class.ilAssQuestionSkillAssignmentsTableGUI.php','','','6h'); +INSERT INTO `ctrl_classfile` VALUES ('ilquestioninternallinkselectiontablegui','Modules/TestQuestionPool/classes/tables/class.ilQuestionInternalLinkSelectionTableGUI.php','','','6i'); +INSERT INTO `ctrl_classfile` VALUES ('ilquestionusagestablegui','Modules/TestQuestionPool/classes/tables/class.ilQuestionUsagesTableGUI.php','','','6j'); +INSERT INTO `ctrl_classfile` VALUES ('ilquestionpoolexporttablegui','Modules/TestQuestionPool/classes/tables/class.ilQuestionPoolExportTableGUI.php','','','6k'); +INSERT INTO `ctrl_classfile` VALUES ('ilmatchingquestionanswerfreqstattablegui','Modules/TestQuestionPool/classes/tables/class.ilMatchingQuestionAnswerFreqStatTableGUI.php','','','6l'); +INSERT INTO `ctrl_classfile` VALUES ('ilquestionpoolprintviewtablegui','Modules/TestQuestionPool/classes/tables/class.ilQuestionPoolPrintViewTableGUI.php','','','6m'); +INSERT INTO `ctrl_classfile` VALUES ('ilquestioncumulatedstatisticstablegui','Modules/TestQuestionPool/classes/tables/class.ilQuestionCumulatedStatisticsTableGUI.php','','','6n'); +INSERT INTO `ctrl_classfile` VALUES ('ilunitcategorytablegui','Modules/TestQuestionPool/classes/tables/class.ilUnitCategoryTableGUI.php','','','6o'); +INSERT INTO `ctrl_classfile` VALUES ('ilquestionbrowsertablegui','Modules/TestQuestionPool/classes/tables/class.ilQuestionBrowserTableGUI.php','','','6p'); +INSERT INTO `ctrl_classfile` VALUES ('ilglobalunitcategorytablegui','Modules/TestQuestionPool/classes/tables/class.ilGlobalUnitCategoryTableGUI.php','','','6q'); +INSERT INTO `ctrl_classfile` VALUES ('assfileuploadfiletablegui','Modules/TestQuestionPool/classes/tables/class.assFileUploadFileTableGUI.php','','','6r'); +INSERT INTO `ctrl_classfile` VALUES ('asskprimchoicegui','Modules/TestQuestionPool/classes/class.assKprimChoiceGUI.php','','','6s'); +INSERT INTO `ctrl_classfile` VALUES ('assfileuploadgui','Modules/TestQuestionPool/classes/class.assFileUploadGUI.php','','','6t'); +INSERT INTO `ctrl_classfile` VALUES ('ilsuggestedsolutioninputgui','Modules/TestQuestionPool/classes/class.ilSuggestedSolutionInputGUI.php','','','6u'); +INSERT INTO `ctrl_classfile` VALUES ('ilclozegapinputbuildergui','Modules/TestQuestionPool/classes/Form/class.ilClozeGapInputBuilderGUI.php','','','6v'); +INSERT INTO `ctrl_classfile` VALUES ('ilsolutiontitleinputgui','Modules/TestQuestionPool/classes/class.ilSolutionTitleInputGUI.php','','','6w'); +INSERT INTO `ctrl_classfile` VALUES ('assflashquestiongui','Modules/TestQuestionPool/classes/class.assFlashQuestionGUI.php','','','6x'); +INSERT INTO `ctrl_classfile` VALUES ('assnumericgui','Modules/TestQuestionPool/classes/class.assNumericGUI.php','','','6y'); +INSERT INTO `ctrl_classfile` VALUES ('asstextquestiongui','Modules/TestQuestionPool/classes/class.assTextQuestionGUI.php','','','6z'); +INSERT INTO `ctrl_classfile` VALUES ('assclozetestgui','Modules/TestQuestionPool/classes/class.assClozeTestGUI.php','','','70'); +INSERT INTO `ctrl_classfile` VALUES ('ilassquestionskillusagestablegui','Modules/TestQuestionPool/classes/class.ilAssQuestionSkillUsagesTableGUI.php','','','71'); +INSERT INTO `ctrl_classfile` VALUES ('ilkvpwizardinputgui','Modules/TestQuestionPool/classes/class.ilKVPWizardInputGUI.php','','','72'); +INSERT INTO `ctrl_classfile` VALUES ('ilassquestionskillassignmentsgui','Modules/TestQuestionPool/classes/class.ilAssQuestionSkillAssignmentsGUI.php','','','73'); +INSERT INTO `ctrl_classfile` VALUES ('assorderingquestiongui','Modules/TestQuestionPool/classes/class.assOrderingQuestionGUI.php','','','74'); +INSERT INTO `ctrl_classfile` VALUES ('ilkprimchoicewizardinputgui','Modules/TestQuestionPool/classes/class.ilKprimChoiceWizardInputGUI.php','','','75'); +INSERT INTO `ctrl_classfile` VALUES ('ilassquestionhintgui','Modules/TestQuestionPool/classes/class.ilAssQuestionHintGUI.php','','','76'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjquestionpoolgui','Modules/TestQuestionPool/classes/class.ilObjQuestionPoolGUI.php','','','77'); +INSERT INTO `ctrl_classfile` VALUES ('ilassquestionhintstablegui','Modules/TestQuestionPool/classes/class.ilAssQuestionHintsTableGUI.php','','','78'); +INSERT INTO `ctrl_classfile` VALUES ('assquestiongui','Modules/TestQuestionPool/classes/class.assQuestionGUI.php','','','79'); +INSERT INTO `ctrl_classfile` VALUES ('ilessaykeywordwizardinputgui','Modules/TestQuestionPool/classes/class.ilEssayKeywordWizardInputGUI.php','','','7a'); +INSERT INTO `ctrl_classfile` VALUES ('ilassquestionhintabstractgui','Modules/TestQuestionPool/classes/class.ilAssQuestionHintAbstractGUI.php','','','7b'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjworkspacefoldergui','Modules/WorkspaceFolder/classes/class.ilObjWorkspaceFolderGUI.php','','','7c'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjworkspacefolderlistgui','Modules/WorkspaceFolder/classes/class.ilObjWorkspaceFolderListGUI.php','','','7d'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjworkspacefoldertablegui','Modules/WorkspaceFolder/classes/class.ilObjWorkspaceFolderTableGUI.php','','','7e'); +INSERT INTO `ctrl_classfile` VALUES ('ilhtlmpresentationgui','Modules/HTMLLearningModule/classes/class.ilHTLMPresentationGUI.php','','','7f'); +INSERT INTO `ctrl_classfile` VALUES ('ilhtlmeditorgui','Modules/HTMLLearningModule/classes/class.ilHTLMEditorGUI.php','','','7g'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjfilebasedlmgui','Modules/HTMLLearningModule/classes/class.ilObjFileBasedLMGUI.php','','','7h'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjfilebasedlmlistgui','Modules/HTMLLearningModule/classes/class.ilObjFileBasedLMListGUI.php','','','7i'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjchatroomadmingui','Modules/Chatroom/classes/class.ilObjChatroomAdminGUI.php','','','7j'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroomsmiliestablegui','Modules/Chatroom/classes/class.ilChatroomSmiliesTableGUI.php','','','7k'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroomkickgui','Modules/Chatroom/classes/gui/class.ilChatroomKickGUI.php','','','7l'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroomcleargui','Modules/Chatroom/classes/gui/class.ilChatroomClearGUI.php','','','7m'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroomsettingsgui','Modules/Chatroom/classes/gui/class.ilChatroomSettingsGUI.php','','','7n'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroomgetpermissionsgui','Modules/Chatroom/classes/gui/class.ilChatroomGetPermissionsGUI.php','','','7o'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroominfogui','Modules/Chatroom/classes/gui/class.ilChatroomInfoGUI.php','','','7p'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroombangui','Modules/Chatroom/classes/gui/class.ilChatroomBanGUI.php','','','7q'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroomhistorygui','Modules/Chatroom/classes/gui/class.ilChatroomHistoryGUI.php','','','7r'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroomviewgui','Modules/Chatroom/classes/gui/class.ilChatroomViewGUI.php','','','7s'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroompollgui','Modules/Chatroom/classes/gui/class.ilChatroomPollGUI.php','','','7t'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroominviteuserstoprivateroomgui','Modules/Chatroom/classes/gui/class.ilChatroomInviteUsersToPrivateRoomGUI.php','','','7u'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroomprivateroomgui','Modules/Chatroom/classes/gui/class.ilChatroomPrivateRoomGUI.php','','','7v'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroomcreategui','Modules/Chatroom/classes/gui/class.ilChatroomCreateGUI.php','','','7w'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjchatroomgui','Modules/Chatroom/classes/class.ilObjChatroomGUI.php','','','7x'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroomsmiliesgui','Modules/Chatroom/classes/class.ilChatroomSmiliesGUI.php','','','7y'); +INSERT INTO `ctrl_classfile` VALUES ('ilbanneduserstablegui','Modules/Chatroom/classes/class.ilBannedUsersTableGUI.php','','','7z'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroomobjectgui','Modules/Chatroom/classes/class.ilChatroomObjectGUI.php','','','80'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroomblockgui','Modules/Chatroom/classes/class.ilChatroomBlockGUI.php','','','81'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroomadminviewgui','Modules/Chatroom/classes/admingui/class.ilChatroomAdminViewGUI.php','','','82'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroomadminsmileygui','Modules/Chatroom/classes/admingui/class.ilChatroomAdminSmileyGUI.php','','','83'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroomadminsmiliesgui','Modules/Chatroom/classes/admingui/class.ilChatroomAdminSmiliesGUI.php','','','84'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroommessagedeletionthresholdinputgui','Modules/Chatroom/classes/form/class.ilChatroomMessageDeletionThresholdInputGUI.php','','','85'); +INSERT INTO `ctrl_classfile` VALUES ('ilchatroomauthinputgui','Modules/Chatroom/classes/class.ilChatroomAuthInputGUI.php','','','86'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjchatroomlistgui','Modules/Chatroom/classes/class.ilObjChatroomListGUI.php','','','87'); +INSERT INTO `ctrl_classfile` VALUES ('ilpersonalchatsettingsformgui','Modules/Chatroom/classes/class.ilPersonalChatSettingsFormGUI.php','','','88'); +INSERT INTO `ctrl_classfile` VALUES ('ilcloudplugingui','Modules/Cloud/classes/class.ilCloudPluginGUI.php','','','89'); +INSERT INTO `ctrl_classfile` VALUES ('ilcloudpluginfiletreegui','Modules/Cloud/classes/class.ilCloudPluginFileTreeGUI.php','','','8a'); +INSERT INTO `ctrl_classfile` VALUES ('ilcloudpluginactionlistgui','Modules/Cloud/classes/class.ilCloudPluginActionListGUI.php','','','8b'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcloudlistgui','Modules/Cloud/classes/class.ilObjCloudListGUI.php','','','8c'); +INSERT INTO `ctrl_classfile` VALUES ('ilcloudpluginlistgui','Modules/Cloud/classes/class.ilCloudPluginListGUI.php','','','8d'); +INSERT INTO `ctrl_classfile` VALUES ('ilcloudpluginconfiggui','Modules/Cloud/classes/class.ilCloudPluginConfigGUI.php','','','8e'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcloudgui','Modules/Cloud/classes/class.ilObjCloudGUI.php','','','8f'); +INSERT INTO `ctrl_classfile` VALUES ('ilcloudplugininfoscreengui','Modules/Cloud/classes/class.ilCloudPluginInfoScreenGUI.php','','','8g'); +INSERT INTO `ctrl_classfile` VALUES ('ilcloudplugindeletegui','Modules/Cloud/classes/class.ilCloudPluginDeleteGUI.php','','','8h'); +INSERT INTO `ctrl_classfile` VALUES ('ilcloudgroupedlistgui','Modules/Cloud/classes/class.ilCloudGroupedListGUI.php','','','8i'); +INSERT INTO `ctrl_classfile` VALUES ('ilcloudplugincreationgui','Modules/Cloud/classes/class.ilCloudPluginCreationGUI.php','','','8j'); +INSERT INTO `ctrl_classfile` VALUES ('ilcloudpluginitemcreationlistgui','Modules/Cloud/classes/class.ilCloudPluginItemCreationListGUI.php','','','8k'); +INSERT INTO `ctrl_classfile` VALUES ('ilcloudplugininitgui','Modules/Cloud/classes/class.ilCloudPluginInitGUI.php','','','8l'); +INSERT INTO `ctrl_classfile` VALUES ('ilcloudpluginsettingsgui','Modules/Cloud/classes/class.ilCloudPluginSettingsGUI.php','','','8m'); +INSERT INTO `ctrl_classfile` VALUES ('ilcloudplugincreatefoldergui','Modules/Cloud/classes/class.ilCloudPluginCreateFolderGUI.php','','','8n'); +INSERT INTO `ctrl_classfile` VALUES ('ilcloudpluginuploadgui','Modules/Cloud/classes/class.ilCloudPluginUploadGUI.php','','','8o'); +INSERT INTO `ctrl_classfile` VALUES ('ilcloudpluginheaderactiongui','Modules/Cloud/classes/class.ilCloudPluginHeaderActionGUI.php','','','8p'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjgroupreferencegui','Modules/GroupReference/classes/class.ilObjGroupReferenceGUI.php','','','8q'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjgroupreferencelistgui','Modules/GroupReference/classes/class.ilObjGroupReferenceListGUI.php','','','8r'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjfolderlistgui','Modules/Folder/classes/class.ilObjFolderListGUI.php','','','8s'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjfoldergui','Modules/Folder/classes/class.ilObjFolderGUI.php','','','8t'); +INSERT INTO `ctrl_classfile` VALUES ('ilexasstypetextgui','Modules/Exercise/AssignmentTypes/GUI/classes/class.ilExAssTypeTextGUI.php','','','8u'); +INSERT INTO `ctrl_classfile` VALUES ('ilexasstypeuploadgui','Modules/Exercise/AssignmentTypes/GUI/classes/class.ilExAssTypeUploadGUI.php','','','8v'); +INSERT INTO `ctrl_classfile` VALUES ('ilexasstypeportfoliogui','Modules/Exercise/AssignmentTypes/GUI/classes/class.ilExAssTypePortfolioGUI.php','','','8w'); +INSERT INTO `ctrl_classfile` VALUES ('ilexasstypeuploadteamgui','Modules/Exercise/AssignmentTypes/GUI/classes/class.ilExAssTypeUploadTeamGUI.php','','','8x'); +INSERT INTO `ctrl_classfile` VALUES ('ilexasstypebloggui','Modules/Exercise/AssignmentTypes/GUI/classes/class.ilExAssTypeBlogGUI.php','','','8y'); +INSERT INTO `ctrl_classfile` VALUES ('ilexasstypewikiteamgui','Modules/Exercise/AssignmentTypes/GUI/classes/class.ilExAssTypeWikiTeamGUI.php','','','8z'); +INSERT INTO `ctrl_classfile` VALUES ('ilexassignmenttypesgui','Modules/Exercise/AssignmentTypes/GUI/classes/class.ilExAssignmentTypesGUI.php','','','90'); +INSERT INTO `ctrl_classfile` VALUES ('ilexassignmentpeerreviewoverviewtablegui','Modules/Exercise/classes/class.ilExAssignmentPeerReviewOverviewTableGUI.php','','','91'); +INSERT INTO `ctrl_classfile` VALUES ('ilexercisemanagementgui','Modules/Exercise/classes/class.ilExerciseManagementGUI.php','','','92'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjexerciseadministrationgui','Modules/Exercise/classes/class.ilObjExerciseAdministrationGUI.php','','','93'); +INSERT INTO `ctrl_classfile` VALUES ('ilpublicsubmissionstablegui','Modules/Exercise/classes/class.ilPublicSubmissionsTableGUI.php','','','94'); +INSERT INTO `ctrl_classfile` VALUES ('ilexassignmentgui','Modules/Exercise/classes/class.ilExAssignmentGUI.php','','','95'); +INSERT INTO `ctrl_classfile` VALUES ('ilexassignmentlisttexttablegui','Modules/Exercise/classes/class.ilExAssignmentListTextTableGUI.php','','','96'); +INSERT INTO `ctrl_classfile` VALUES ('ilexsubmissiongui','Modules/Exercise/classes/class.ilExSubmissionGUI.php','','','97'); +INSERT INTO `ctrl_classfile` VALUES ('ilexgradestablegui','Modules/Exercise/classes/class.ilExGradesTableGUI.php','','','98'); +INSERT INTO `ctrl_classfile` VALUES ('ilexassignmentpeerreviewtablegui','Modules/Exercise/classes/class.ilExAssignmentPeerReviewTableGUI.php','','','99'); +INSERT INTO `ctrl_classfile` VALUES ('ilexassignmentteamtablegui','Modules/Exercise/classes/class.ilExAssignmentTeamTableGUI.php','','','9a'); +INSERT INTO `ctrl_classfile` VALUES ('ilexercisemembertablegui','Modules/Exercise/classes/class.ilExerciseMemberTableGUI.php','','','9b'); +INSERT INTO `ctrl_classfile` VALUES ('ilexassignmentteamlogtablegui','Modules/Exercise/classes/class.ilExAssignmentTeamLogTableGUI.php','','','9c'); +INSERT INTO `ctrl_classfile` VALUES ('ilassignmentstablegui','Modules/Exercise/classes/class.ilAssignmentsTableGUI.php','','','9d'); +INSERT INTO `ctrl_classfile` VALUES ('ilexccriteriacataloguetablegui','Modules/Exercise/classes/class.ilExcCriteriaCatalogueTableGUI.php','','','9e'); +INSERT INTO `ctrl_classfile` VALUES ('ilexassignmentfilesystemgui','Modules/Exercise/classes/class.ilExAssignmentFileSystemGUI.php','','','9f'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjexercisegui','Modules/Exercise/classes/class.ilObjExerciseGUI.php','','','9g'); +INSERT INTO `ctrl_classfile` VALUES ('ilexccriteriacataloguegui','Modules/Exercise/classes/class.ilExcCriteriaCatalogueGUI.php','','','9h'); +INSERT INTO `ctrl_classfile` VALUES ('ilexpeerreviewgui','Modules/Exercise/classes/class.ilExPeerReviewGUI.php','','','9i'); +INSERT INTO `ctrl_classfile` VALUES ('ilexerciseverificationtablegui','Modules/Exercise/classes/class.ilExerciseVerificationTableGUI.php','','','9j'); +INSERT INTO `ctrl_classfile` VALUES ('ilexercisesubmissiontablegui','Modules/Exercise/classes/class.ilExerciseSubmissionTableGUI.php','','','9k'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjexercisesubitemlistgui','Modules/Exercise/classes/class.ilObjExerciseSubItemListGUI.php','','','9l'); +INSERT INTO `ctrl_classfile` VALUES ('ilexsubmissiontextgui','Modules/Exercise/classes/class.ilExSubmissionTextGUI.php','','','9m'); +INSERT INTO `ctrl_classfile` VALUES ('ilexassignmenteditorgui','Modules/Exercise/classes/class.ilExAssignmentEditorGUI.php','','','9n'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjexerciseverificationlistgui','Modules/Exercise/classes/class.ilObjExerciseVerificationListGUI.php','','','9o'); +INSERT INTO `ctrl_classfile` VALUES ('ilfeedbackconfirmationtable2gui','Modules/Exercise/classes/class.ilFeedbackConfirmationTable2GUI.php','','','9p'); +INSERT INTO `ctrl_classfile` VALUES ('ilexercisehandlergui','Modules/Exercise/classes/class.ilExerciseHandlerGUI.php','','','9q'); +INSERT INTO `ctrl_classfile` VALUES ('ilexcdeliveredfilestablegui','Modules/Exercise/classes/class.ilExcDeliveredFilesTableGUI.php','','','9r'); +INSERT INTO `ctrl_classfile` VALUES ('ilexsubmissionteamgui','Modules/Exercise/classes/class.ilExSubmissionTeamGUI.php','','','9s'); +INSERT INTO `ctrl_classfile` VALUES ('ilexparticipanttablegui','Modules/Exercise/classes/class.ilExParticipantTableGUI.php','','','9t'); +INSERT INTO `ctrl_classfile` VALUES ('ilexsubmissionfilegui','Modules/Exercise/classes/class.ilExSubmissionFileGUI.php','','','9u'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjexerciselistgui','Modules/Exercise/classes/class.ilObjExerciseListGUI.php','','','9v'); +INSERT INTO `ctrl_classfile` VALUES ('ilexsubmissionobjectgui','Modules/Exercise/classes/class.ilExSubmissionObjectGUI.php','','','9w'); +INSERT INTO `ctrl_classfile` VALUES ('ilexsubmissionbasegui','Modules/Exercise/classes/class.ilExSubmissionBaseGUI.php','','','9x'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjexerciseverificationgui','Modules/Exercise/classes/class.ilObjExerciseVerificationGUI.php','','','9y'); +INSERT INTO `ctrl_classfile` VALUES ('ilexccriteriagui','Modules/Exercise/classes/class.ilExcCriteriaGUI.php','','','9z'); +INSERT INTO `ctrl_classfile` VALUES ('ilexassignmentfilesystemtablegui','Modules/Exercise/classes/class.ilExAssignmentFileSystemTableGUI.php','','','a0'); +INSERT INTO `ctrl_classfile` VALUES ('ilexccriteriatablegui','Modules/Exercise/classes/class.ilExcCriteriaTableGUI.php','','','a1'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjremotewikilistgui','Modules/RemoteWiki/classes/class.ilObjRemoteWikiListGUI.php','','','a2'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjremotewikigui','Modules/RemoteWiki/classes/class.ilObjRemoteWikiGUI.php','','','a3'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcategoryreferencegui','Modules/CategoryReference/classes/class.ilObjCategoryReferenceGUI.php','','','a4'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcategoryreferencelistgui','Modules/CategoryReference/classes/class.ilObjCategoryReferenceListGUI.php','','','a5'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjsahslearningmodulegui','Modules/ScormAicc/classes/class.ilObjSAHSLearningModuleGUI.php','','','a6'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjsahslearningmodulelistgui','Modules/ScormAicc/classes/class.ilObjSAHSLearningModuleListGUI.php','','','a7'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjscormlearningmodulegui','Modules/ScormAicc/classes/class.ilObjSCORMLearningModuleGUI.php','','','a8'); +INSERT INTO `ctrl_classfile` VALUES ('ilsahseditgui','Modules/ScormAicc/classes/class.ilSAHSEditGUI.php','','','a9'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormtrackingitemsperusertablegui','Modules/ScormAicc/classes/class.ilSCORMTrackingItemsPerUserTableGUI.php','','','aa'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormofflinemodegui','Modules/ScormAicc/classes/class.ilSCORMOfflineModeGUI.php','','','ab'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormtrackingitemsperscotablegui','Modules/ScormAicc/classes/class.ilSCORMTrackingItemsPerScoTableGUI.php','','','ac'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormorganizationsgui','Modules/ScormAicc/classes/SCORM/class.ilSCORMOrganizationsGUI.php','','','ad'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormmanifestgui','Modules/ScormAicc/classes/SCORM/class.ilSCORMManifestGUI.php','','','ae'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormresourcegui','Modules/ScormAicc/classes/SCORM/class.ilSCORMResourceGUI.php','','','af'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormorganizationgui','Modules/ScormAicc/classes/SCORM/class.ilSCORMOrganizationGUI.php','','','ag'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormpresentationgui','Modules/ScormAicc/classes/SCORM/class.ilSCORMPresentationGUI.php','','','ah'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormitemgui','Modules/ScormAicc/classes/SCORM/class.ilSCORMItemGUI.php','','','ai'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormresourcesgui','Modules/ScormAicc/classes/SCORM/class.ilSCORMResourcesGUI.php','','','aj'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormobjectgui','Modules/ScormAicc/classes/SCORM/class.ilSCORMObjectGUI.php','','','ak'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormtrackingitemsperuserfiltergui','Modules/ScormAicc/classes/class.ilSCORMTrackingItemsPerUserFilterGUI.php','','','al'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormtrackinguserstablegui','Modules/ScormAicc/classes/class.ilSCORMTrackingUsersTableGUI.php','','','am'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormtrackingitemsperscofiltergui','Modules/ScormAicc/classes/class.ilSCORMTrackingItemsPerScoFilterGUI.php','','','an'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormofflinemodeuserstablegui','Modules/ScormAicc/classes/class.ilSCORMOfflineModeUsersTableGUI.php','','','ao'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormtrackingitemperusertablegui','Modules/ScormAicc/classes/class.ilSCORMTrackingItemPerUserTableGUI.php','','','ap'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormtrackingitemstablegui','Modules/ScormAicc/classes/class.ilSCORMTrackingItemsTableGUI.php','','','aq'); +INSERT INTO `ctrl_classfile` VALUES ('ilsahspresentationgui','Modules/ScormAicc/classes/class.ilSAHSPresentationGUI.php','','','ar'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormtrackingitemsscotablegui','Modules/ScormAicc/classes/class.ilSCORMTrackingItemsScoTableGUI.php','','','as'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjscormverificationlistgui','Modules/ScormAicc/classes/Verification/class.ilObjSCORMVerificationListGUI.php','','','at'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormverificationtablegui','Modules/ScormAicc/classes/Verification/class.ilSCORMVerificationTableGUI.php','','','au'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjscormverificationgui','Modules/ScormAicc/classes/Verification/class.ilObjSCORMVerificationGUI.php','','','av'); +INSERT INTO `ctrl_classfile` VALUES ('ilglossaryautolinktablegui','Modules/Glossary/classes/class.ilGlossaryAutoLinkTableGUI.php','','','aw'); +INSERT INTO `ctrl_classfile` VALUES ('ilglossaryforeigntermcollectorgui','Modules/Glossary/classes/class.ilGlossaryForeignTermCollectorGUI.php','','','ax'); +INSERT INTO `ctrl_classfile` VALUES ('iltermlisttablegui','Modules/Glossary/classes/class.ilTermListTableGUI.php','','','ay'); +INSERT INTO `ctrl_classfile` VALUES ('iltermusagestablegui','Modules/Glossary/classes/class.ilTermUsagesTableGUI.php','','','az'); +INSERT INTO `ctrl_classfile` VALUES ('ilglossarydefpagegui','Modules/Glossary/classes/class.ilGlossaryDefPageGUI.php','','','b0'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjglossarygui','Modules/Glossary/classes/class.ilObjGlossaryGUI.php','','','b1'); +INSERT INTO `ctrl_classfile` VALUES ('ilgloadvcolsortinputgui','Modules/Glossary/classes/class.ilGloAdvColSortInputGUI.php','','','b2'); +INSERT INTO `ctrl_classfile` VALUES ('ilglossarylocatorgui','Modules/Glossary/classes/class.ilGlossaryLocatorGUI.php','','','b3'); +INSERT INTO `ctrl_classfile` VALUES ('ilpresentationlisttablegui','Modules/Glossary/classes/class.ilPresentationListTableGUI.php','','','b4'); +INSERT INTO `ctrl_classfile` VALUES ('ilglossaryforeigntermtablegui','Modules/Glossary/classes/class.ilGlossaryForeignTermTableGUI.php','','','b5'); +INSERT INTO `ctrl_classfile` VALUES ('iltermdefinitioneditorgui','Modules/Glossary/classes/class.ilTermDefinitionEditorGUI.php','','','b6'); +INSERT INTO `ctrl_classfile` VALUES ('ilglossarytermgui','Modules/Glossary/classes/class.ilGlossaryTermGUI.php','','','b7'); +INSERT INTO `ctrl_classfile` VALUES ('ilglossarypresentationgui','Modules/Glossary/classes/class.ilGlossaryPresentationGUI.php','','','b8'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjglossarysubitemlistgui','Modules/Glossary/classes/class.ilObjGlossarySubItemListGUI.php','','','b9'); +INSERT INTO `ctrl_classfile` VALUES ('iltermquicklisttablegui','Modules/Glossary/classes/class.ilTermQuickListTableGUI.php','','','ba'); +INSERT INTO `ctrl_classfile` VALUES ('ilglossaryeditorgui','Modules/Glossary/classes/class.ilGlossaryEditorGUI.php','','','bb'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjglossarylistgui','Modules/Glossary/classes/class.ilObjGlossaryListGUI.php','','','bc'); +INSERT INTO `ctrl_classfile` VALUES ('ilhelptooltiptablegui','Modules/LearningModule/classes/class.ilHelpTooltipTableGUI.php','','','bd'); +INSERT INTO `ctrl_classfile` VALUES ('illmpagestablegui','Modules/LearningModule/classes/class.ilLMPagesTableGUI.php','','','be'); +INSERT INTO `ctrl_classfile` VALUES ('illinkstablegui','Modules/LearningModule/classes/class.ilLinksTableGUI.php','','','bf'); +INSERT INTO `ctrl_classfile` VALUES ('illmtableofcontentsexplorergui','Modules/LearningModule/classes/class.ilLMTableOfContentsExplorerGUI.php','','','bg'); +INSERT INTO `ctrl_classfile` VALUES ('ilstructureobjectgui','Modules/LearningModule/classes/class.ilStructureObjectGUI.php','','','bh'); +INSERT INTO `ctrl_classfile` VALUES ('illmexplorergui','Modules/LearningModule/classes/class.ilLMExplorerGUI.php','','','bi'); +INSERT INTO `ctrl_classfile` VALUES ('illmeditorgui','Modules/LearningModule/classes/class.ilLMEditorGUI.php','','','bj'); +INSERT INTO `ctrl_classfile` VALUES ('illmeditshorttitlestablegui','Modules/LearningModule/classes/class.ilLMEditShortTitlesTableGUI.php','','','bk'); +INSERT INTO `ctrl_classfile` VALUES ('illmquestionlisttablegui','Modules/LearningModule/classes/class.ilLMQuestionListTableGUI.php','','','bl'); +INSERT INTO `ctrl_classfile` VALUES ('ilhelpmappingtablegui','Modules/LearningModule/classes/class.ilHelpMappingTableGUI.php','','','bm'); +INSERT INTO `ctrl_classfile` VALUES ('illearningmodulenewsrenderergui','Modules/LearningModule/classes/class.ilLearningModuleNewsRendererGUI.php','','','bn'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjlearningmodulelistgui','Modules/LearningModule/classes/class.ilObjLearningModuleListGUI.php','','','bo'); +INSERT INTO `ctrl_classfile` VALUES ('illmmenuitemstablegui','Modules/LearningModule/classes/class.ilLMMenuItemsTableGUI.php','','','bp'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcontentobjectgui','Modules/LearningModule/classes/class.ilObjContentObjectGUI.php','','','bq'); +INSERT INTO `ctrl_classfile` VALUES ('illmeditorexplorergui','Modules/LearningModule/classes/class.ilLMEditorExplorerGUI.php','','','br'); +INSERT INTO `ctrl_classfile` VALUES ('illmpageobjectgui','Modules/LearningModule/classes/class.ilLMPageObjectGUI.php','','','bs'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjlearningmodulesubitemlistgui','Modules/LearningModule/classes/class.ilObjLearningModuleSubItemListGUI.php','','','bt'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontobjlocatorgui','Modules/LearningModule/classes/class.ilContObjLocatorGUI.php','','','bu'); +INSERT INTO `ctrl_classfile` VALUES ('ilpublicsectionexplorergui','Modules/LearningModule/classes/class.ilPublicSectionExplorerGUI.php','','','bv'); +INSERT INTO `ctrl_classfile` VALUES ('ilchapterhierarchyformgui','Modules/LearningModule/classes/class.ilChapterHierarchyFormGUI.php','','','bw'); +INSERT INTO `ctrl_classfile` VALUES ('illmblockeduserstablegui','Modules/LearningModule/classes/class.ilLMBlockedUsersTableGUI.php','','','bx'); +INSERT INTO `ctrl_classfile` VALUES ('illmdownloadtablegui','Modules/LearningModule/classes/class.ilLMDownloadTableGUI.php','','','by'); +INSERT INTO `ctrl_classfile` VALUES ('illmglossarytablegui','Modules/LearningModule/classes/class.ilLMGlossaryTableGUI.php','','','bz'); +INSERT INTO `ctrl_classfile` VALUES ('ilexportidtablegui','Modules/LearningModule/classes/class.ilExportIDTableGUI.php','','','c0'); +INSERT INTO `ctrl_classfile` VALUES ('illmobjectgui','Modules/LearningModule/classes/class.ilLMObjectGUI.php','','','c1'); +INSERT INTO `ctrl_classfile` VALUES ('illmpresentationgui','Modules/LearningModule/classes/class.ilLMPresentationGUI.php','','','c2'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjlearningmodulegui','Modules/LearningModule/classes/class.ilObjLearningModuleGUI.php','','','c3'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjlearningresourcessettingsgui','Modules/LearningModule/classes/class.ilObjLearningResourcesSettingsGUI.php','','','c4'); +INSERT INTO `ctrl_classfile` VALUES ('illmpagegui','Modules/LearningModule/classes/class.ilLMPageGUI.php','','','c5'); +INSERT INTO `ctrl_classfile` VALUES ('illmtocexplorergui','Modules/LearningModule/classes/class.ilLMTOCExplorerGUI.php','','','c6'); +INSERT INTO `ctrl_classfile` VALUES ('illmeditshorttitlesgui','Modules/LearningModule/classes/class.ilLMEditShortTitlesGUI.php','','','c7'); +INSERT INTO `ctrl_classfile` VALUES ('illmimportgui','Modules/LearningModule/classes/class.ilLMImportGUI.php','','','c8'); +INSERT INTO `ctrl_classfile` VALUES ('ilbenchmarktablegui','Modules/SystemFolder/classes/class.ilBenchmarkTableGUI.php','','','c9'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjsystemfoldergui','Modules/SystemFolder/classes/class.ilObjSystemFolderGUI.php','','','ca'); +INSERT INTO `ctrl_classfile` VALUES ('ilsystemsupportcontactsgui','Modules/SystemFolder/classes/class.ilSystemSupportContactsGUI.php','','','cb'); +INSERT INTO `ctrl_classfile` VALUES ('ilblogpostinggui','Modules/Blog/classes/class.ilBlogPostingGUI.php','','','cc'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjblogadministrationgui','Modules/Blog/classes/class.ilObjBlogAdministrationGUI.php','','','cd'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjbloglistgui','Modules/Blog/classes/class.ilObjBlogListGUI.php','','','ce'); +INSERT INTO `ctrl_classfile` VALUES ('ilblognewsrenderergui','Modules/Blog/classes/class.ilBlogNewsRendererGUI.php','','','cf'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjbloggui','Modules/Blog/classes/class.ilObjBlogGUI.php','','','cg'); +INSERT INTO `ctrl_classfile` VALUES ('ilblogexercisegui','Modules/Blog/classes/class.ilBlogExerciseGUI.php','','','ch'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontributortablegui','Modules/Blog/classes/class.ilContributorTableGUI.php','','','ci'); +INSERT INTO `ctrl_classfile` VALUES ('ilindividualassessmentmembergui','Modules/IndividualAssessment/classes/class.ilIndividualAssessmentMemberGUI.php','','','cj'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjindividualassessmentlistgui','Modules/IndividualAssessment/classes/class.ilObjIndividualAssessmentListGUI.php','','','ck'); +INSERT INTO `ctrl_classfile` VALUES ('ilindividualassessmentmembersgui','Modules/IndividualAssessment/classes/class.ilIndividualAssessmentMembersGUI.php','','','cl'); +INSERT INTO `ctrl_classfile` VALUES ('ilindividualassessmentsettingsgui','Modules/IndividualAssessment/classes/class.ilIndividualAssessmentSettingsGUI.php','','','cm'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjindividualassessmentgui','Modules/IndividualAssessment/classes/class.ilObjIndividualAssessmentGUI.php','','','cn'); +INSERT INTO `ctrl_classfile` VALUES ('ilindividualassessmentmemberstablegui','Modules/IndividualAssessment/classes/class.ilIndividualAssessmentMembersTableGUI.php','','','co'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjremotelearningmodulelistgui','Modules/RemoteLearningModule/classes/class.ilObjRemoteLearningModuleListGUI.php','','','cp'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjremotelearningmodulegui','Modules/RemoteLearningModule/classes/class.ilObjRemoteLearningModuleGUI.php','','','cq'); +INSERT INTO `ctrl_classfile` VALUES ('ilfmsettingsgui','Services/WebServices/FileManager/classes/class.ilFMSettingsGUI.php','','','cr'); +INSERT INTO `ctrl_classfile` VALUES ('ilecsservertablegui','Services/WebServices/ECS/classes/class.ilECSServerTableGUI.php','','','cs'); +INSERT INTO `ctrl_classfile` VALUES ('ilecscategorymappingtablegui','Services/WebServices/ECS/classes/class.ilECSCategoryMappingTableGUI.php','','','ct'); +INSERT INTO `ctrl_classfile` VALUES ('ilecscommunitytablegui','Services/WebServices/ECS/classes/class.ilECSCommunityTableGUI.php','','','cu'); +INSERT INTO `ctrl_classfile` VALUES ('ilecssettingsgui','Services/WebServices/ECS/classes/class.ilECSSettingsGUI.php','','','cv'); +INSERT INTO `ctrl_classfile` VALUES ('ilremoteobjectbasegui','Services/WebServices/ECS/classes/class.ilRemoteObjectBaseGUI.php','','','cw'); +INSERT INTO `ctrl_classfile` VALUES ('ilecsparticipantsettingsgui','Services/WebServices/ECS/classes/class.ilECSParticipantSettingsGUI.php','','','cx'); +INSERT INTO `ctrl_classfile` VALUES ('ilecsnodemappingtreetablegui','Services/WebServices/ECS/classes/Mapping/class.ilECSNodeMappingTreeTableGUI.php','','','cy'); +INSERT INTO `ctrl_classfile` VALUES ('ilecsmappingsettingsgui','Services/WebServices/ECS/classes/Mapping/class.ilECSMappingSettingsGUI.php','','','cz'); +INSERT INTO `ctrl_classfile` VALUES ('ilecsreleasedcontenttablegui','Services/WebServices/ECS/classes/class.ilECSReleasedContentTableGUI.php','','','d0'); +INSERT INTO `ctrl_classfile` VALUES ('ilecsimportedcontenttablegui','Services/WebServices/ECS/classes/class.ilECSImportedContentTableGUI.php','','','d1'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjecssettingsgui','Services/WebServices/ECS/classes/class.ilObjECSSettingsGUI.php','','','d2'); +INSERT INTO `ctrl_classfile` VALUES ('iltrmatrixtablegui','Services/Tracking/classes/repository_statistics/class.ilTrMatrixTableGUI.php','','','d3'); +INSERT INTO `ctrl_classfile` VALUES ('iltruserobjectspropstablegui','Services/Tracking/classes/repository_statistics/class.ilTrUserObjectsPropsTableGUI.php','','','d4'); +INSERT INTO `ctrl_classfile` VALUES ('iltrobjectuserspropstablegui','Services/Tracking/classes/repository_statistics/class.ilTrObjectUsersPropsTableGUI.php','','','d5'); +INSERT INTO `ctrl_classfile` VALUES ('illpprogresstablegui','Services/Tracking/classes/repository_statistics/class.ilLPProgressTableGUI.php','','','d6'); +INSERT INTO `ctrl_classfile` VALUES ('illpcollectionsettingstablegui','Services/Tracking/classes/repository_statistics/class.ilLPCollectionSettingsTableGUI.php','','','d7'); +INSERT INTO `ctrl_classfile` VALUES ('iltrsummarytablegui','Services/Tracking/classes/repository_statistics/class.ilTrSummaryTableGUI.php','','','d8'); +INSERT INTO `ctrl_classfile` VALUES ('illplistofsettingsgui','Services/Tracking/classes/repository_statistics/class.ilLPListOfSettingsGUI.php','','','d9'); +INSERT INTO `ctrl_classfile` VALUES ('illplistofprogressgui','Services/Tracking/classes/repository_statistics/class.ilLPListOfProgressGUI.php','','','da'); +INSERT INTO `ctrl_classfile` VALUES ('illplistofobjectsgui','Services/Tracking/classes/repository_statistics/class.ilLPListOfObjectsGUI.php','','','db'); +INSERT INTO `ctrl_classfile` VALUES ('illpobjectstatisticsgui','Services/Tracking/classes/object_statistics/class.ilLPObjectStatisticsGUI.php','','','dc'); +INSERT INTO `ctrl_classfile` VALUES ('illpobjectstatisticsdailytablegui','Services/Tracking/classes/object_statistics/class.ilLPObjectStatisticsDailyTableGUI.php','','','dd'); +INSERT INTO `ctrl_classfile` VALUES ('illpobjectstatisticstablegui','Services/Tracking/classes/object_statistics/class.ilLPObjectStatisticsTableGUI.php','','','de'); +INSERT INTO `ctrl_classfile` VALUES ('illpobjectstatisticsadmintablegui','Services/Tracking/classes/object_statistics/class.ilLPObjectStatisticsAdminTableGUI.php','','','df'); +INSERT INTO `ctrl_classfile` VALUES ('illpobjectstatisticstypestablegui','Services/Tracking/classes/object_statistics/class.ilLPObjectStatisticsTypesTableGUI.php','','','dg'); +INSERT INTO `ctrl_classfile` VALUES ('illpobjectstatisticslptablegui','Services/Tracking/classes/object_statistics/class.ilLPObjectStatisticsLPTableGUI.php','','','dh'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjusertrackinggui','Services/Tracking/classes/class.ilObjUserTrackingGUI.php','','','di'); +INSERT INTO `ctrl_classfile` VALUES ('illearningprogressbasegui','Services/Tracking/classes/class.ilLearningProgressBaseGUI.php','','','dj'); +INSERT INTO `ctrl_classfile` VALUES ('illearningprogressgui','Services/Tracking/classes/class.ilLearningProgressGUI.php','','','dk'); +INSERT INTO `ctrl_classfile` VALUES ('illptablebasegui','Services/Tracking/classes/class.ilLPTableBaseGUI.php','','','dl'); +INSERT INTO `ctrl_classfile` VALUES ('ilsettingstemplategui','Services/Administration/classes/class.ilSettingsTemplateGUI.php','','','dm'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjrecoveryfoldergui','Services/Administration/classes/class.ilObjRecoveryFolderGUI.php','','','dn'); +INSERT INTO `ctrl_classfile` VALUES ('iladministrationcommandgui','Services/Administration/classes/class.ilAdministrationCommandGUI.php','','','do'); +INSERT INTO `ctrl_classfile` VALUES ('ilsettingstemplatetablegui','Services/Administration/classes/class.ilSettingsTemplateTableGUI.php','','','dp'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjexternaltoolssettingsgui','Services/Administration/classes/class.ilObjExternalToolsSettingsGUI.php','','','dq'); +INSERT INTO `ctrl_classfile` VALUES ('iladministrationexplorergui','Services/Administration/classes/class.ilAdministrationExplorerGUI.php','','','dr'); +INSERT INTO `ctrl_classfile` VALUES ('iladministrationgui','Services/Administration/classes/class.ilAdministrationGUI.php','','','ds'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjawarenessadministrationgui','Services/Awareness/classes/class.ilObjAwarenessAdministrationGUI.php','','','dt'); +INSERT INTO `ctrl_classfile` VALUES ('ilawarenessgui','Services/Awareness/classes/class.ilAwarenessGUI.php','','','du'); +INSERT INTO `ctrl_classfile` VALUES ('ilaccountregistrationgui','Services/Registration/classes/class.ilAccountRegistrationGUI.php','','','dv'); +INSERT INTO `ctrl_classfile` VALUES ('ilregistrationsettingsgui','Services/Registration/classes/class.ilRegistrationSettingsGUI.php','','','dw'); +INSERT INTO `ctrl_classfile` VALUES ('ilregistrationcodestablegui','Services/Registration/classes/class.ilRegistrationCodesTableGUI.php','','','dx'); +INSERT INTO `ctrl_classfile` VALUES ('ilhelpgui','Services/Help/classes/class.ilHelpGUI.php','','','dy'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjhelpsettingsgui','Services/Help/classes/class.ilObjHelpSettingsGUI.php','','','dz'); +INSERT INTO `ctrl_classfile` VALUES ('ilhelpmoduletablegui','Services/Help/classes/class.ilHelpModuleTableGUI.php','','','e0'); +INSERT INTO `ctrl_classfile` VALUES ('ilmultilingualismtablegui','Services/Multilingualism/classes/class.ilMultilingualismTableGUI.php','','','e1'); +INSERT INTO `ctrl_classfile` VALUES ('ilmultilingualismgui','Services/Multilingualism/classes/class.ilMultilingualismGUI.php','','','e2'); +INSERT INTO `ctrl_classfile` VALUES ('iltranslationgui','Services/Multilingualism/classes/class.ilMultilingualismGUI.php','','','e3'); +INSERT INTO `ctrl_classfile` VALUES ('ilpluginconfiggui','Services/Component/classes/class.ilPluginConfigGUI.php','','','e4'); +INSERT INTO `ctrl_classfile` VALUES ('ilpluginsoverviewtablegui','Services/Component/classes/class.ilPluginsOverviewTableGUI.php','','','e5'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcomponentsettingsgui','Services/Component/classes/class.ilObjComponentSettingsGUI.php','','','e6'); +INSERT INTO `ctrl_classfile` VALUES ('ilcomponentstablegui','Services/Component/classes/class.ilComponentsTableGUI.php','','','e7'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjpdfgenerationgui','Services/PDFGeneration/classes/class.ilObjPDFGenerationGUI.php','','','e8'); +INSERT INTO `ctrl_classfile` VALUES ('ilframesetgui','Services/Frameset/classes/class.ilFramesetGUI.php','','','e9'); +INSERT INTO `ctrl_classfile` VALUES ('ilpclearninghistorygui','Services/LearningHistory/classes/class.ilPCLearningHistoryGUI.php','','','ea'); +INSERT INTO `ctrl_classfile` VALUES ('illearninghistorygui','Services/LearningHistory/classes/class.ilLearningHistoryGUI.php','','','eb'); +INSERT INTO `ctrl_classfile` VALUES ('illogcomponenttablegui','Services/Logging/classes/class.ilLogComponentTableGUI.php','','','ec'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjloggingsettingsgui','Services/Logging/classes/class.ilObjLoggingSettingsGUI.php','','','ed'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectgui','Services/Object/classes/class.ilObjectGUI.php','','','ee'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjecttranslationgui','Services/Object/classes/class.ilObjectTranslationGUI.php','','','ef'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjecttranslationtablegui','Services/Object/classes/class.ilObjectTranslationTableGUI.php','','','eg'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectactivationgui','Services/Object/classes/class.ilObjectActivationGUI.php','','','eh'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectcopyselectiontablegui','Services/Object/classes/class.ilObjectCopySelectionTableGUI.php','','','ei'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectcopygui','Services/Object/classes/class.ilObjectCopyGUI.php','','','ej'); +INSERT INTO `ctrl_classfile` VALUES ('ilcommonactiondispatchergui','Services/Object/classes/class.ilCommonActionDispatcherGUI.php','','','ek'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectownershipmanagementtablegui','Services/Object/classes/class.ilObjectOwnershipManagementTableGUI.php','','','el'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjecttranslation2tablegui','Services/Object/classes/class.ilObjectTranslation2TableGUI.php','','','em'); +INSERT INTO `ctrl_classfile` VALUES ('ilsubitemlistgui','Services/Object/classes/class.ilSubItemListGUI.php','','','en'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectcopyprogresstablegui','Services/Object/classes/class.ilObjectCopyProgressTableGUI.php','','','eo'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectcopysearchresulttablegui','Services/Object/classes/class.ilObjectCopySearchResultTableGUI.php','','','ep'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjtypedefinitiongui','Services/Object/classes/class.ilObjTypeDefinitionGUI.php','','','eq'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectlistgui','Services/Object/classes/class.ilObjectListGUI.php','','','er'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectaddnewitemgui','Services/Object/classes/class.ilObjectAddNewItemGUI.php','','','es'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectcopycoursegroupselectiontablegui','Services/Object/classes/class.ilObjectCopyCourseGroupSelectionTableGUI.php','','','et'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjecttablegui','Services/Object/classes/class.ilObjectTableGUI.php','','','eu'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectownershipmanagementgui','Services/Object/classes/class.ilObjectOwnershipManagementGUI.php','','','ev'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectsubitemlistgui','Services/Object/classes/class.ilObjectSubItemListGUI.php','','','ew'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjclipboardtablegui','Services/Object/classes/class.ilObjClipboardTableGUI.php','','','ex'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectmetadatagui','Services/Object/classes/class.ilObjectMetaDataGUI.php','','','ey'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectservicesettingsgui','Services/Object/classes/class.ilObjectServiceSettingsGUI.php','','','ez'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectmetadatablockgui','Services/Object/classes/class.ilObjectMetaDataBlockGUI.php','','','f0'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjobjectfoldergui','Services/Object/classes/class.ilObjObjectFolderGUI.php','','','f1'); +INSERT INTO `ctrl_classfile` VALUES ('ilobject2gui','Services/Object/classes/class.ilObject2GUI.php','','','f2'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectcustomiconconfigurationgui','Services/Object/Icon/classes/class.ilObjectCustomIconConfigurationGUI.php','','','f3'); +INSERT INTO `ctrl_classfile` VALUES ('ilonscreenchatgui','Services/OnScreenChat/classes/class.ilOnScreenChatGUI.php','','','f4'); +INSERT INTO `ctrl_classfile` VALUES ('ilonscreenchatmenugui','Services/OnScreenChat/classes/class.ilOnScreenChatMenuGUI.php','','','f5'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailfoldergui','Services/Mail/classes/class.ilMailFolderGUI.php','','','f6'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailtemplategui','Services/Mail/classes/class.ilMailTemplateGUI.php','','','f7'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdmailgui','Services/Mail/classes/class.ilPDMailGUI.php','','','f8'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailgui','Services/Mail/classes/class.ilMailGUI.php','','','f9'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailformplaceholderspropertygui','Services/Mail/classes/class.ilMailFormPlaceholdersPropertyGUI.php','','','fa'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailoptionsformgui','Services/Mail/classes/class.ilMailOptionsFormGUI.php','','','fb'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailformgui','Services/Mail/classes/class.ilMailFormGUI.php','','','fc'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailtemplatetablegui','Services/Mail/classes/class.ilMailTemplateTableGUI.php','','','fd'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailtemplateselectinputgui','Services/Mail/classes/Form/class.ilMailTemplateSelectInputGUI.php','','','fe'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailquickfilterinputgui','Services/Mail/classes/Form/class.ilMailQuickFilterInputGUI.php','','','ff'); +INSERT INTO `ctrl_classfile` VALUES ('ilincomingmailinputgui','Services/Mail/classes/Form/class.ilIncomingMailInputGUI.php','','','fg'); +INSERT INTO `ctrl_classfile` VALUES ('ilmanualplaceholderinputgui','Services/Mail/classes/Form/class.ilManualPlaceholderInputGUI.php','','','fh'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailattachmenttablegui','Services/Mail/classes/class.ilMailAttachmentTableGUI.php','','','fi'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdmailblockgui','Services/Mail/classes/class.ilPDMailBlockGUI.php','','','fj'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailattachmentgui','Services/Mail/classes/class.ilMailAttachmentGUI.php','','','fk'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdsysmessageblockgui','Services/Mail/classes/class.ilPDSysMessageBlockGUI.php','','','fl'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjmailgui','Services/Mail/classes/class.ilObjMailGUI.php','','','fm'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailoptionsgui','Services/Mail/classes/class.ilMailOptionsGUI.php','','','fn'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailfoldertablegui','Services/Mail/classes/class.ilMailFolderTableGUI.php','','','fo'); +INSERT INTO `ctrl_classfile` VALUES ('ilsccomponenttaskgui','Services/SystemCheck/classes/class.ilSCComponentTaskGUI.php','','','fp'); +INSERT INTO `ctrl_classfile` VALUES ('ilsctasktablegui','Services/SystemCheck/classes/class.ilSCTaskTableGUI.php','','','fq'); +INSERT INTO `ctrl_classfile` VALUES ('ilscgrouptablegui','Services/SystemCheck/classes/class.ilSCGroupTableGUI.php','','','fr'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjsystemcheckgui','Services/SystemCheck/classes/class.ilObjSystemCheckGUI.php','','','fs'); +INSERT INTO `ctrl_classfile` VALUES ('ilusersgallerygui','Services/User/Gallery/classes/class.ilUsersGalleryGUI.php','','','ft'); +INSERT INTO `ctrl_classfile` VALUES ('ilcustomuserfieldsgui','Services/User/classes/class.ilCustomUserFieldsGUI.php','','','fu'); +INSERT INTO `ctrl_classfile` VALUES ('ilaccountcodesgui','Services/User/classes/class.ilAccountCodesGUI.php','','','fv'); +INSERT INTO `ctrl_classfile` VALUES ('ilusertablegui','Services/User/classes/class.ilUserTableGUI.php','','','fw'); +INSERT INTO `ctrl_classfile` VALUES ('iluserprofilebadgegui','Services/User/classes/Badges/class.ilUserProfileBadgeGUI.php','','','fx'); +INSERT INTO `ctrl_classfile` VALUES ('ilaccountcodestablegui','Services/User/classes/class.ilAccountCodesTableGUI.php','','','fy'); +INSERT INTO `ctrl_classfile` VALUES ('iluserrolestartingpointtablegui','Services/User/classes/class.ilUserRoleStartingPointTableGUI.php','','','fz'); +INSERT INTO `ctrl_classfile` VALUES ('iluserfieldsettingstablegui','Services/User/classes/class.ilUserFieldSettingsTableGUI.php','','','g0'); +INSERT INTO `ctrl_classfile` VALUES ('ilpublicuserprofilegui','Services/User/classes/class.ilPublicUserProfileGUI.php','','','g1'); +INSERT INTO `ctrl_classfile` VALUES ('ilroleassignmenttablegui','Services/User/classes/class.ilRoleAssignmentTableGUI.php','','','g2'); +INSERT INTO `ctrl_classfile` VALUES ('ilcustomuserfieldsettingstablegui','Services/User/classes/class.ilCustomUserFieldSettingsTableGUI.php','','','g3'); +INSERT INTO `ctrl_classfile` VALUES ('iluserlptablegui','Services/User/classes/class.ilUserLPTableGUI.php','','','g4'); +INSERT INTO `ctrl_classfile` VALUES ('iluserclipboardtablegui','Services/User/classes/class.ilUserClipboardTableGUI.php','','','g5'); +INSERT INTO `ctrl_classfile` VALUES ('ilpersonalprofilegui','Services/User/classes/class.ilPersonalProfileGUI.php','','','g6'); +INSERT INTO `ctrl_classfile` VALUES ('ilpersonalsettingsgui','Services/User/classes/class.ilPersonalSettingsGUI.php','','','g7'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjuserfoldergui','Services/User/classes/class.ilObjUserFolderGUI.php','','','g8'); +INSERT INTO `ctrl_classfile` VALUES ('iluserstartingpointgui','Services/User/classes/class.ilUserStartingPointGUI.php','','','g9'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjusergui','Services/User/classes/class.ilObjUserGUI.php','','','ga'); +INSERT INTO `ctrl_classfile` VALUES ('iluserprofileinfosettingsgui','Services/User/ProfilePrompt/classes/class.ilUserProfileInfoSettingsGUI.php','','','gb'); +INSERT INTO `ctrl_classfile` VALUES ('iluseractiongui','Services/User/Actions/classes/class.ilUserActionGUI.php','','','gc'); +INSERT INTO `ctrl_classfile` VALUES ('iluseractionadmingui','Services/User/Actions/classes/class.ilUserActionAdminGUI.php','','','gd'); +INSERT INTO `ctrl_classfile` VALUES ('iluseractionadmintablegui','Services/User/Actions/classes/class.ilUserActionAdminTableGUI.php','','','ge'); +INSERT INTO `ctrl_classfile` VALUES ('iladttestgui','Services/ADT/classes/_Example/class.ilADTTestGUI.php','','','gf'); +INSERT INTO `ctrl_classfile` VALUES ('ilcaptchainputgui','Services/Captcha/classes/class.ilCaptchaInputGUI.php','','','gg'); +INSERT INTO `ctrl_classfile` VALUES ('iladtbasedobjectgui','Services/ADT/classes/_Example/class.ilADTBasedObjectGUI.php','','','gh'); +INSERT INTO `ctrl_classfile` VALUES ('illinkcheckertablegui','Services/LinkChecker/classes/class.ilLinkCheckerTableGUI.php','','','gi'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdcontentblockgui','Services/PersonalDesktop/classes/class.ilPDContentBlockGUI.php','','','gj'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjpersonaldesktopsettingsgui','Services/PersonalDesktop/classes/class.ilObjPersonalDesktopSettingsGUI.php','','','gk'); +INSERT INTO `ctrl_classfile` VALUES ('ildesktopitemgui','Services/PersonalDesktop/classes/class.ilDesktopItemGUI.php','','','gl'); +INSERT INTO `ctrl_classfile` VALUES ('ilpersonaldesktopgui','Services/PersonalDesktop/classes/class.ilPersonalDesktopGUI.php','','','gm'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdselecteditemsblockselecteditemsviewgui','Services/PersonalDesktop/ItemsBlock/classes/class.ilPDSelectedItemsBlockSelectedItemsViewGUI.php','','','gn'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdselecteditemsblockgui','Services/PersonalDesktop/ItemsBlock/classes/class.ilPDSelectedItemsBlockGUI.php','','','go'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdselecteditemsblockviewgui','Services/PersonalDesktop/ItemsBlock/classes/class.ilPDSelectedItemsBlockViewGUI.php','','','gp'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdselecteditemsblockmembershipsviewgui','Services/PersonalDesktop/ItemsBlock/classes/class.ilPDSelectedItemsBlockMembershipsViewGUI.php','','','gq'); +INSERT INTO `ctrl_classfile` VALUES ('ilachievementsgui','Services/PersonalDesktop/Achievements/classes/class.ilAchievementsGUI.php','','','gr'); +INSERT INTO `ctrl_classfile` VALUES ('ilsysstylecatassignmenttablegui','Services/Style/System/classes/Settings/class.ilSysStyleCatAssignmentTableGUI.php','','','gs'); +INSERT INTO `ctrl_classfile` VALUES ('ilsystemstylesettingsgui','Services/Style/System/classes/Settings/class.ilSystemStyleSettingsGUI.php','','','gt'); +INSERT INTO `ctrl_classfile` VALUES ('ilsubstyleassignmentgui','Services/Style/System/classes/Settings/class.ilSubStyleAssignmentGUI.php','','','gu'); +INSERT INTO `ctrl_classfile` VALUES ('ilsystemstyleiconsgui','Services/Style/System/classes/Icons/class.ilSystemStyleIconsGUI.php','','','gv'); +INSERT INTO `ctrl_classfile` VALUES ('ilsystemstylelessgui','Services/Style/System/classes/Less/class.ilSystemStyleLessGUI.php','','','gw'); +INSERT INTO `ctrl_classfile` VALUES ('ilsystemstylemaingui','Services/Style/System/classes/class.ilSystemStyleMainGUI.php','','','gx'); +INSERT INTO `ctrl_classfile` VALUES ('ilksdocumentationentrygui','Services/Style/System/classes/Documentation/class.ilKSDocumentationEntryGUI.php','','','gy'); +INSERT INTO `ctrl_classfile` VALUES ('ilksdocumentationexplorergui','Services/Style/System/classes/Documentation/class.ilKSDocumentationExplorerGUI.php','','','gz'); +INSERT INTO `ctrl_classfile` VALUES ('ilsystemstyledocumentationgui','Services/Style/System/classes/Documentation/class.ilSystemStyleDocumentationGUI.php','','','h0'); +INSERT INTO `ctrl_classfile` VALUES ('ilsystemstyleoverviewgui','Services/Style/System/classes/Overview/class.ilSystemStyleOverviewGUI.php','','','h1'); +INSERT INTO `ctrl_classfile` VALUES ('ilsystemstyledeletegui','Services/Style/System/classes/Overview/class.ilSystemStyleDeleteGUI.php','','','h2'); +INSERT INTO `ctrl_classfile` VALUES ('ilsystemstylestablegui','Services/Style/System/classes/Overview/class.ilSystemStylesTableGUI.php','','','h3'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjstylesettingsgui','Services/Style/classes/class.ilObjStyleSettingsGUI.php','','','h4'); +INSERT INTO `ctrl_classfile` VALUES ('ilstyleimagetablegui','Services/Style/Content/classes/class.ilStyleImageTableGUI.php','','','h5'); +INSERT INTO `ctrl_classfile` VALUES ('iltrblcolorpickerinputgui','Services/Style/Content/classes/class.ilTRBLColorPickerInputGUI.php','','','h6'); +INSERT INTO `ctrl_classfile` VALUES ('iltrblborderstyleinputgui','Services/Style/Content/classes/class.ilTRBLBorderStyleInputGUI.php','','','h7'); +INSERT INTO `ctrl_classfile` VALUES ('ilstyletablegui','Services/Style/Content/classes/class.ilStyleTableGUI.php','','','h8'); +INSERT INTO `ctrl_classfile` VALUES ('ilstylecolortablegui','Services/Style/Content/classes/class.ilStyleColorTableGUI.php','','','h9'); +INSERT INTO `ctrl_classfile` VALUES ('ilstylemediaquerytablegui','Services/Style/Content/classes/class.ilStyleMediaQueryTableGUI.php','','','ha'); +INSERT INTO `ctrl_classfile` VALUES ('iltrblborderwidthinputgui','Services/Style/Content/classes/class.ilTRBLBorderWidthInputGUI.php','','','hb'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjstylesheetgui','Services/Style/Content/classes/class.ilObjStyleSheetGUI.php','','','hc'); +INSERT INTO `ctrl_classfile` VALUES ('ilpastestylecharacteristictablegui','Services/Style/Content/classes/class.ilPasteStyleCharacteristicTableGUI.php','','','hd'); +INSERT INTO `ctrl_classfile` VALUES ('iltrblnumericstylevalueinputgui','Services/Style/Content/classes/class.ilTRBLNumericStyleValueInputGUI.php','','','he'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontentstylesettingsgui','Services/Style/Content/classes/class.ilContentStyleSettingsGUI.php','','','hf'); +INSERT INTO `ctrl_classfile` VALUES ('ilbackgroundimageinputgui','Services/Style/Content/classes/class.ilBackgroundImageInputGUI.php','','','hg'); +INSERT INTO `ctrl_classfile` VALUES ('ilbackgroundpositioninputgui','Services/Style/Content/classes/class.ilBackgroundPositionInputGUI.php','','','hh'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontentstylestablegui','Services/Style/Content/classes/class.ilContentStylesTableGUI.php','','','hi'); +INSERT INTO `ctrl_classfile` VALUES ('ilnumericstylevalueinputgui','Services/Style/Content/classes/class.ilNumericStyleValueInputGUI.php','','','hj'); +INSERT INTO `ctrl_classfile` VALUES ('iltabletemplatestablegui','Services/Style/Content/classes/class.ilTableTemplatesTableGUI.php','','','hk'); +INSERT INTO `ctrl_classfile` VALUES ('ilfontsizeinputgui','Services/Style/Content/classes/class.ilFontSizeInputGUI.php','','','hl'); +INSERT INTO `ctrl_classfile` VALUES ('ilbadgeimagetemplatetablegui','Services/Badge/classes/class.ilBadgeImageTemplateTableGUI.php','','','hm'); +INSERT INTO `ctrl_classfile` VALUES ('ilbadgeprofilegui','Services/Badge/classes/class.ilBadgeProfileGUI.php','','','hn'); +INSERT INTO `ctrl_classfile` VALUES ('ilbadgetypestablegui','Services/Badge/classes/class.ilBadgeTypesTableGUI.php','','','ho'); +INSERT INTO `ctrl_classfile` VALUES ('ilbadgeusertablegui','Services/Badge/classes/class.ilBadgeUserTableGUI.php','','','hp'); +INSERT INTO `ctrl_classfile` VALUES ('ilbadgepersonaltablegui','Services/Badge/classes/class.ilBadgePersonalTableGUI.php','','','hq'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjbadgeadministrationgui','Services/Badge/classes/class.ilObjBadgeAdministrationGUI.php','','','hr'); +INSERT INTO `ctrl_classfile` VALUES ('ilbadgetablegui','Services/Badge/classes/class.ilBadgeTableGUI.php','','','hs'); +INSERT INTO `ctrl_classfile` VALUES ('ilbadgehandlergui','Services/Badge/classes/class.ilBadgeHandlerGUI.php','','','ht'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectbadgetablegui','Services/Badge/classes/class.ilObjectBadgeTableGUI.php','','','hu'); +INSERT INTO `ctrl_classfile` VALUES ('ilbadgemanagementgui','Services/Badge/classes/class.ilBadgeManagementGUI.php','','','hv'); +INSERT INTO `ctrl_classfile` VALUES ('ilnewitemgrouptablegui','Services/Repository/classes/class.ilNewItemGroupTableGUI.php','','','hw'); +INSERT INTO `ctrl_classfile` VALUES ('ilrepositoryexplorergui','Services/Repository/classes/class.ilRepositoryExplorerGUI.php','','','hx'); +INSERT INTO `ctrl_classfile` VALUES ('iladminsubitemstablegui','Services/Repository/classes/class.ilAdminSubItemsTableGUI.php','','','hy'); +INSERT INTO `ctrl_classfile` VALUES ('iltrashtablegui','Services/Repository/classes/class.ilTrashTableGUI.php','','','hz'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjrepositorysettingsgui','Services/Repository/classes/class.ilObjRepositorySettingsGUI.php','','','i0'); +INSERT INTO `ctrl_classfile` VALUES ('ilrepositoryselectorexplorergui','Services/Repository/classes/class.ilRepositorySelectorExplorerGUI.php','','','i1'); +INSERT INTO `ctrl_classfile` VALUES ('ilrepdependenciestablegui','Services/Repository/classes/class.ilRepDependenciesTableGUI.php','','','i2'); +INSERT INTO `ctrl_classfile` VALUES ('ilreputilgui','Services/Repository/classes/class.ilRepUtilGUI.php','','','i3'); +INSERT INTO `ctrl_classfile` VALUES ('ilrepositorygui','Services/Repository/classes/class.ilRepositoryGUI.php','','','i4'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectpluginlistgui','Services/Repository/classes/class.ilObjectPluginListGUI.php','','','i5'); +INSERT INTO `ctrl_classfile` VALUES ('ilmodulestablegui','Services/Repository/classes/class.ilModulesTableGUI.php','','','i6'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjplugindispatchgui','Services/Repository/classes/class.ilObjPluginDispatchGUI.php','','','i7'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectplugingui','Services/Repository/classes/class.ilObjectPluginGUI.php','','','i8'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjmediaobjectgui','Services/MediaObjects/classes/class.ilObjMediaObjectGUI.php','','','i9'); +INSERT INTO `ctrl_classfile` VALUES ('ilmobmultisrtconfirmationtable2gui','Services/MediaObjects/classes/class.ilMobMultiSrtConfirmationTable2GUI.php','','','ia'); +INSERT INTO `ctrl_classfile` VALUES ('ilwidthheightinputgui','Services/MediaObjects/classes/class.ilWidthHeightInputGUI.php','','','ib'); +INSERT INTO `ctrl_classfile` VALUES ('ilimagemapeditorgui','Services/MediaObjects/classes/class.ilImageMapEditorGUI.php','','','ic'); +INSERT INTO `ctrl_classfile` VALUES ('ilmultisrtconfirmationtable2gui','Services/MediaObjects/classes/class.ilMultiSrtConfirmationTable2GUI.php','','','id'); +INSERT INTO `ctrl_classfile` VALUES ('ilmobsubtitletablegui','Services/MediaObjects/classes/class.ilMobSubtitleTableGUI.php','','','ie'); +INSERT INTO `ctrl_classfile` VALUES ('ilmediaplayergui','Services/MediaObjects/classes/class.ilMediaPlayerGUI.php','','','if'); +INSERT INTO `ctrl_classfile` VALUES ('ilmediaobjectusagestablegui','Services/MediaObjects/classes/class.ilMediaObjectUsagesTableGUI.php','','','ig'); +INSERT INTO `ctrl_classfile` VALUES ('ilimagemaptablegui','Services/MediaObjects/classes/class.ilImageMapTableGUI.php','','','ih'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjmediaobjectssettingsgui','Services/MediaObjects/classes/class.ilObjMediaObjectsSettingsGUI.php','','','ii'); +INSERT INTO `ctrl_classfile` VALUES ('ilmobmultisrtuploadgui','Services/MediaObjects/classes/class.ilMobMultiSrtUploadGUI.php','','','ij'); +INSERT INTO `ctrl_classfile` VALUES ('ilskilltemplategui','Services/Skill/classes/class.ilSkillTemplateGUI.php','','','ik'); +INSERT INTO `ctrl_classfile` VALUES ('ilskillprofiletablegui','Services/Skill/classes/class.ilSkillProfileTableGUI.php','','','il'); +INSERT INTO `ctrl_classfile` VALUES ('ilskillcategorygui','Services/Skill/classes/class.ilSkillTemplateGUI.php','','','im'); +INSERT INTO `ctrl_classfile` VALUES ('ilskilllevelresourcestablegui','Services/Skill/classes/class.ilSkillLevelResourcesTableGUI.php','','','in'); +INSERT INTO `ctrl_classfile` VALUES ('ilskilllevelprofileassignmenttablegui','Services/Skill/classes/class.ilSkillLevelProfileAssignmentTableGUI.php','','','io'); +INSERT INTO `ctrl_classfile` VALUES ('ilbasicskillgui','Services/Skill/classes/class.ilBasicSkillGUI.php','','','ip'); +INSERT INTO `ctrl_classfile` VALUES ('ilskilltreeexplorergui','Services/Skill/classes/class.ilSkillTreeExplorerGUI.php','','','iq'); +INSERT INTO `ctrl_classfile` VALUES ('ilselfevaluationtablegui','Services/Skill/classes/class.ilSelfEvaluationTableGUI.php','','','ir'); +INSERT INTO `ctrl_classfile` VALUES ('ilbasicskilltemplategui','Services/Skill/classes/class.ilBasicSkillTemplateGUI.php','','','is'); +INSERT INTO `ctrl_classfile` VALUES ('ilskilltemplatetreeexplorergui','Services/Skill/classes/class.ilSkillTemplateTreeExplorerGUI.php','','','it'); +INSERT INTO `ctrl_classfile` VALUES ('ilvirtualskilltreeexplorergui','Services/Skill/classes/class.ilVirtualSkillTreeExplorerGUI.php','','','iu'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjskillmanagementgui','Services/Skill/classes/class.ilObjSkillManagementGUI.php','','','iv'); +INSERT INTO `ctrl_classfile` VALUES ('ilskillselfevalskilltablegui','Services/Skill/classes/class.ilSkillSelfEvalSkillTableGUI.php','','','iw'); +INSERT INTO `ctrl_classfile` VALUES ('ilskillcattablegui','Services/Skill/classes/class.ilSkillCatTableGUI.php','','','ix'); +INSERT INTO `ctrl_classfile` VALUES ('ilskilltemplatereferencegui','Services/Skill/classes/class.ilSkillTemplateReferenceGUI.php','','','iy'); +INSERT INTO `ctrl_classfile` VALUES ('ilskilltreenodegui','Services/Skill/classes/class.ilSkillTreeNodeGUI.php','','','iz'); +INSERT INTO `ctrl_classfile` VALUES ('ilskillrootgui','Services/Skill/classes/class.ilSkillRootGUI.php','','','j0'); +INSERT INTO `ctrl_classfile` VALUES ('ilskillleveltablegui','Services/Skill/classes/class.ilSkillLevelTableGUI.php','','','j1'); +INSERT INTO `ctrl_classfile` VALUES ('ilskillprofilegui','Services/Skill/classes/class.ilSkillProfileGUI.php','','','j2'); +INSERT INTO `ctrl_classfile` VALUES ('ilskillprofilelevelstablegui','Services/Skill/classes/class.ilSkillProfileLevelsTableGUI.php','','','j3'); +INSERT INTO `ctrl_classfile` VALUES ('ilskillassignmaterialstablegui','Services/Skill/classes/class.ilSkillAssignMaterialsTableGUI.php','','','j4'); +INSERT INTO `ctrl_classfile` VALUES ('ilpersonalskillsgui','Services/Skill/classes/class.ilPersonalSkillsGUI.php','','','j5'); +INSERT INTO `ctrl_classfile` VALUES ('ilpersonalskilltablegui','Services/Skill/classes/class.ilPersonalSkillTableGUI.php','','','j6'); +INSERT INTO `ctrl_classfile` VALUES ('ilskillselectorgui','Services/Skill/classes/class.ilSkillSelectorGUI.php','','','j7'); +INSERT INTO `ctrl_classfile` VALUES ('ilskilltemplatecategorygui','Services/Skill/classes/class.ilSkillTemplateCategoryGUI.php','','','j8'); +INSERT INTO `ctrl_classfile` VALUES ('ilskillprofileusertablegui','Services/Skill/classes/class.ilSkillProfileUserTableGUI.php','','','j9'); +INSERT INTO `ctrl_classfile` VALUES ('ilskillusagetablegui','Services/Skill/classes/class.ilSkillUsageTableGUI.php','','','ja'); +INSERT INTO `ctrl_classfile` VALUES ('ilpersonalskillsfiltergui','Services/Skill/classes/class.ilPersonalSkillsFilterGUI.php','','','jb'); +INSERT INTO `ctrl_classfile` VALUES ('ilselfevaluationsimpletablegui','Services/Skill/classes/class.ilSelfEvaluationSimpleTableGUI.php','','','jc'); +INSERT INTO `ctrl_classfile` VALUES ('ilpersonalskillexplorergui','Services/Skill/classes/class.ilPersonalSkillExplorerGUI.php','','','jd'); +INSERT INTO `ctrl_classfile` VALUES ('ilblockgui','Services/Block/classes/class.ilBlockGUI.php','','','je'); +INSERT INTO `ctrl_classfile` VALUES ('ilskillselfevaluationgui','Services/Skill/classes/class.ilSkillSelfEvaluationGUI.php','','','jf'); +INSERT INTO `ctrl_classfile` VALUES ('ilcolumngui','Services/Block/classes/class.ilColumnGUI.php','','','jg'); +INSERT INTO `ctrl_classfile` VALUES ('ildummyblockgui','Services/Block/classes/class.ilDummyBlockGUI.php','','','jh'); +INSERT INTO `ctrl_classfile` VALUES ('ilexternalfeedblockgui','Services/Block/classes/class.ilExternalFeedBlockGUI.php','','','ji'); +INSERT INTO `ctrl_classfile` VALUES ('ilaccordiongui','Services/Accordion/classes/class.ilAccordionGUI.php','','','jj'); +INSERT INTO `ctrl_classfile` VALUES ('ilaccordionpropertiesstorage','Services/Accordion/classes/class.ilAccordionPropertiesStorage.php','','','jk'); +INSERT INTO `ctrl_classfile` VALUES ('ilclassificationblockgui','Services/Classification/classes/class.ilClassificationBlockGUI.php','','','jl'); +INSERT INTO `ctrl_classfile` VALUES ('iladvancedmdfieldtablegui','Services/AdvancedMetaData/classes/class.ilAdvancedMDFieldTableGUI.php','','','jm'); +INSERT INTO `ctrl_classfile` VALUES ('iladvancedmdrecordexportfilestablegui','Services/AdvancedMetaData/classes/class.ilAdvancedMDRecordExportFilesTableGUI.php','','','jn'); +INSERT INTO `ctrl_classfile` VALUES ('iladvancedmdsettingsgui','Services/AdvancedMetaData/classes/class.ilAdvancedMDSettingsGUI.php','','','jo'); +INSERT INTO `ctrl_classfile` VALUES ('iladvancedmdrecordgui','Services/AdvancedMetaData/classes/class.ilAdvancedMDRecordGUI.php','','','jp'); +INSERT INTO `ctrl_classfile` VALUES ('iladvancedmdrecordtablegui','Services/AdvancedMetaData/classes/class.ilAdvancedMDRecordTableGUI.php','','','jq'); +INSERT INTO `ctrl_classfile` VALUES ('iluserfortagtablegui','Services/Tagging/classes/class.ilUserForTagTableGUI.php','','','jr'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjtaggingsettingsgui','Services/Tagging/classes/class.ilObjTaggingSettingsGUI.php','','','js'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdtaggingblockgui','Services/Tagging/classes/class.ilPDTaggingBlockGUI.php','','','jt'); +INSERT INTO `ctrl_classfile` VALUES ('iltagginggui','Services/Tagging/classes/class.ilTaggingGUI.php','','','ju'); +INSERT INTO `ctrl_classfile` VALUES ('ilbackgroundtaskhub','Services/BackgroundTask/classes/class.ilBackgroundTaskHub.php','','','jv'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontainerreferencegui','Services/ContainerReference/classes/class.ilContainerReferenceGUI.php','','','jw'); +INSERT INTO `ctrl_classfile` VALUES ('illanguageexttablegui','Services/Language/classes/class.ilLanguageExtTableGUI.php','','','jx'); +INSERT INTO `ctrl_classfile` VALUES ('illanguagetablegui','Services/Language/classes/class.ilLanguageTableGUI.php','','','jy'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjlanguageextgui','Services/Language/classes/class.ilObjLanguageExtGUI.php','','','jz'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjlanguagefoldergui','Services/Language/classes/class.ilObjLanguageFolderGUI.php','','','k0'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjlanguagegui','Services/Language/classes/class.ilObjLanguageGUI.php','','','k1'); +INSERT INTO `ctrl_classfile` VALUES ('ilratingcategorygui','Services/Rating/classes/class.ilRatingCategoryGUI.php','','','k2'); +INSERT INTO `ctrl_classfile` VALUES ('ilratingcategorytablegui','Services/Rating/classes/class.ilRatingCategoryTableGUI.php','','','k3'); +INSERT INTO `ctrl_classfile` VALUES ('ilratinggui','Services/Rating/classes/class.ilRatingGUI.php','','','k4'); +INSERT INTO `ctrl_classfile` VALUES ('ilsearchbasegui','Services/Search/classes/class.ilSearchBaseGUI.php','','','k5'); +INSERT INTO `ctrl_classfile` VALUES ('ilsearchgui','Services/Search/classes/class.ilSearchGUI.php','','','k6'); +INSERT INTO `ctrl_classfile` VALUES ('ilmainmenusearchgui','Services/Search/classes/class.ilMainMenuSearchGUI.php','','','k7'); +INSERT INTO `ctrl_classfile` VALUES ('ilrepositoryobjectresulttablegui','Services/Search/classes/class.ilRepositoryObjectResultTableGUI.php','','','k8'); +INSERT INTO `ctrl_classfile` VALUES ('ilrepositoryobjectsearchblockgui','Services/Search/classes/class.ilRepositoryObjectSearchBlockGUI.php','','','k9'); +INSERT INTO `ctrl_classfile` VALUES ('ilrepositoryobjectsearchresulttablegui','Services/Search/classes/class.ilRepositoryObjectSearchResultTableGUI.php','','','ka'); +INSERT INTO `ctrl_classfile` VALUES ('iladvancedsearchgui','Services/Search/classes/class.ilAdvancedSearchGUI.php','','','kb'); +INSERT INTO `ctrl_classfile` VALUES ('ilrepositoryuserresulttablegui','Services/Search/classes/class.ilRepositoryUserResultTableGUI.php','','','kc'); +INSERT INTO `ctrl_classfile` VALUES ('ilrepositoryobjectsearchgui','Services/Search/classes/class.ilRepositoryObjectSearchGUI.php','','','kd'); +INSERT INTO `ctrl_classfile` VALUES ('iluserfiltergui','Services/Search/classes/class.ilUserFilterGUI.php','','','ke'); +INSERT INTO `ctrl_classfile` VALUES ('ilsearchresulttablegui','Services/Search/classes/class.ilSearchResultTableGUI.php','','','kf'); +INSERT INTO `ctrl_classfile` VALUES ('illucenequeryinputgui','Services/Search/classes/Form/class.ilLuceneQueryInputGUI.php','','','kg'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjsearchsettingsgui','Services/Search/classes/class.ilObjSearchSettingsGUI.php','','','kh'); +INSERT INTO `ctrl_classfile` VALUES ('ilrepositorysearchgui','Services/Search/classes/class.ilRepositorySearchGUI.php','','','ki'); +INSERT INTO `ctrl_classfile` VALUES ('illuceneadvancedsearchactivationtablegui','Services/Search/classes/Lucene/class.ilLuceneAdvancedSearchActivationTableGUI.php','','','kj'); +INSERT INTO `ctrl_classfile` VALUES ('illucenesearchgui','Services/Search/classes/Lucene/class.ilLuceneSearchGUI.php','','','kk'); +INSERT INTO `ctrl_classfile` VALUES ('illuceneusersearchgui','Services/Search/classes/Lucene/class.ilLuceneUserSearchGUI.php','','','kl'); +INSERT INTO `ctrl_classfile` VALUES ('illuceneadvancedsearchgui','Services/Search/classes/Lucene/class.ilLuceneAdvancedSearchGUI.php','','','km'); +INSERT INTO `ctrl_classfile` VALUES ('ilsearchcontroller','Services/Search/classes/class.ilSearchController.php','','','kn'); +INSERT INTO `ctrl_classfile` VALUES ('ilwebdavmountinstructionsgui','Services/WebDAV/classes/class.ilWebDAVMountInstructionsGUI.php','','','ko'); +INSERT INTO `ctrl_classfile` VALUES ('ilstartupgui','Services/Init/classes/class.ilStartUpGUI.php','','','kp'); +INSERT INTO `ctrl_classfile` VALUES ('ilpasswordassistancegui','Services/Init/classes/class.ilPasswordAssistanceGUI.php','','','kq'); +INSERT INTO `ctrl_classfile` VALUES ('ilopenidconnectsettingsgui','Services/OpenIdConnect/classes/class.ilOpenIdConnectSettingsGUI.php','','','kr'); +INSERT INTO `ctrl_classfile` VALUES ('ilsamlidpselectiontablegui','Services/Saml/classes/class.ilSamlIdpSelectionTableGUI.php','','','ks'); +INSERT INTO `ctrl_classfile` VALUES ('ilsamlidpmetadatainputgui','Services/Saml/classes/form/class.ilSamlIdpMetadataInputGUI.php','','','kt'); +INSERT INTO `ctrl_classfile` VALUES ('ilsamlsettingsgui','Services/Saml/classes/class.ilSamlSettingsGUI.php','','','ku'); +INSERT INTO `ctrl_classfile` VALUES ('ilsamlidptablegui','Services/Saml/classes/class.ilSamlIdpTableGUI.php','','','kv'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjnotificationadmingui','Services/Notifications/classes/class.ilObjNotificationAdminGUI.php','','','kw'); +INSERT INTO `ctrl_classfile` VALUES ('ilnotificationosdgui','Services/Notifications/classes/class.ilNotificationOSDGUI.php','','','kx'); +INSERT INTO `ctrl_classfile` VALUES ('ilnotificationgui','Services/Notifications/classes/class.ilNotificationGUI.php','','','ky'); +INSERT INTO `ctrl_classfile` VALUES ('ilmemcacheservertablegui','Services/GlobalCache/classes/Memcache/class.ilMemcacheServerTableGUI.php','','','kz'); +INSERT INTO `ctrl_classfile` VALUES ('ilcassettingsgui','Services/CAS/classes/class.ilCASSettingsGUI.php','','','l0'); +INSERT INTO `ctrl_classfile` VALUES ('ilmemcacheserverformgui','Services/GlobalCache/classes/Memcache/class.ilMemcacheServerFormGUI.php','','','l1'); +INSERT INTO `ctrl_classfile` VALUES ('illdaprolemappingtablegui','Services/LDAP/classes/class.ilLDAPRoleMappingTableGUI.php','','','l2'); +INSERT INTO `ctrl_classfile` VALUES ('illdapservertablegui','Services/LDAP/classes/class.ilLDAPServerTableGUI.php','','','l3'); +INSERT INTO `ctrl_classfile` VALUES ('illdapsettingsgui','Services/LDAP/classes/class.ilLDAPSettingsGUI.php','','','l4'); +INSERT INTO `ctrl_classfile` VALUES ('illdaproleassignmenttablegui','Services/LDAP/classes/class.ilLDAPRoleAssignmentTableGUI.php','','','l5'); +INSERT INTO `ctrl_classfile` VALUES ('ilsctreetasksgui','Services/Tree/classes/class.ilSCTreeTasksGUI.php','','','l6'); +INSERT INTO `ctrl_classfile` VALUES ('ilpathgui','Services/Tree/classes/class.ilPathGUI.php','','','l7'); +INSERT INTO `ctrl_classfile` VALUES ('ilsctreeduplicatestablegui','Services/Tree/classes/class.ilSCTreeDuplicatesTableGUI.php','','','l8'); +INSERT INTO `ctrl_classfile` VALUES ('ilconfirmationgui','Services/Utilities/classes/class.ilConfirmationGUI.php','','','l9'); +INSERT INTO `ctrl_classfile` VALUES ('ilconfirmationtablegui','Services/Utilities/classes/class.ilConfirmationTableGUI.php','','','la'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdnotesgui','Services/Notes/classes/class.ilPDNotesGUI.php','','','lb'); +INSERT INTO `ctrl_classfile` VALUES ('ilnotegui','Services/Notes/classes/class.ilNoteGUI.php','','','lc'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdnotesblockgui','Services/Notes/classes/class.ilPDNotesBlockGUI.php','','','ld'); +INSERT INTO `ctrl_classfile` VALUES ('ilbookmarkblockgui','Services/Bookmarks/classes/class.ilBookmarkBlockGUI.php','','','le'); +INSERT INTO `ctrl_classfile` VALUES ('ilbookmarkblockexplorergui','Services/Bookmarks/classes/class.ilBookmarkBlockExplorerGUI.php','','','lf'); +INSERT INTO `ctrl_classfile` VALUES ('ilbookmarkadministrationtablegui','Services/Bookmarks/classes/class.ilBookmarkAdministrationTableGUI.php','','','lg'); +INSERT INTO `ctrl_classfile` VALUES ('ilbookmarkmoveexplorergui','Services/Bookmarks/classes/class.ilBookmarkMoveExplorerGUI.php','','','lh'); +INSERT INTO `ctrl_classfile` VALUES ('ilbookmarkexplorergui','Services/Bookmarks/classes/class.ilBookmarkExplorerGUI.php','','','li'); +INSERT INTO `ctrl_classfile` VALUES ('ilbookmarkadministrationgui','Services/Bookmarks/classes/class.ilBookmarkAdministrationGUI.php','','','lj'); +INSERT INTO `ctrl_classfile` VALUES ('ilintlinkrepitemexplorergui','Services/Link/classes/class.ilIntLinkRepItemExplorerGUI.php','','','lk'); +INSERT INTO `ctrl_classfile` VALUES ('illinktargetobjectexplorergui','Services/Link/classes/class.ilLinkTargetObjectExplorerGUI.php','','','ll'); +INSERT INTO `ctrl_classfile` VALUES ('ilinternallinkgui','Services/Link/classes/class.ilInternalLinkGUI.php','','','lm'); +INSERT INTO `ctrl_classfile` VALUES ('iltable2gui','Services/Table/classes/class.ilTable2GUI.php','','','ln'); +INSERT INTO `ctrl_classfile` VALUES ('iltabletemplatesstorage','Services/Table/classes/class.ilTableTemplatesStorage.php','','','lo'); +INSERT INTO `ctrl_classfile` VALUES ('iltablepropertiesstorage','Services/Table/classes/class.ilTablePropertiesStorage.php','','','lp'); +INSERT INTO `ctrl_classfile` VALUES ('iltablegui','Services/Table/classes/class.ilTableGUI.php','','','lq'); +INSERT INTO `ctrl_classfile` VALUES ('ilpermanentlinkgui','Services/PermanentLink/classes/class.ilPermanentLinkGUI.php','','','lr'); +INSERT INTO `ctrl_classfile` VALUES ('ilaccesskeygui','Services/Accessibility/classes/class.ilAccessKeyGUI.php','','','ls'); +INSERT INTO `ctrl_classfile` VALUES ('ilaccesskeytablegui','Services/Accessibility/classes/class.ilAccessKeyTableGUI.php','','','lt'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjaccessibilitysettingsgui','Services/Accessibility/classes/class.ilObjAccessibilitySettingsGUI.php','','','lu'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontskilltablegui','Services/Container/Skills/classes/class.ilContSkillTableGUI.php','','','lv'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontskilladmingui','Services/Container/Skills/classes/class.ilContSkillAdminGUI.php','','','lw'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontainerskillgui','Services/Container/Skills/classes/class.ilContainerSkillGUI.php','','','lx'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontskillpresentationgui','Services/Container/Skills/classes/class.ilContSkillPresentationGUI.php','','','ly'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontskillmembertablegui','Services/Container/Skills/classes/class.ilContSkillMemberTableGUI.php','','','lz'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontainerstartobjectscontentgui','Services/Container/classes/class.ilContainerStartObjectsContentGUI.php','','','m0'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontainerobjectivegui','Services/Container/classes/class.ilContainerObjectiveGUI.php','','','m1'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontainerstartobjectscontenttablegui','Services/Container/classes/class.ilContainerStartObjectsContentTableGUI.php','','','m2'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontainerstartobjectsgui','Services/Container/classes/class.ilContainerStartObjectsGUI.php','','','m3'); +INSERT INTO `ctrl_classfile` VALUES ('ilmemberviewgui','Services/Container/classes/class.ilMemberViewGUI.php','','','m4'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontainerlinklistgui','Services/Container/classes/class.ilContainerLinkListGUI.php','','','m5'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontainersessionscontentgui','Services/Container/classes/class.ilContainerSessionsContentGUI.php','','','m6'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontainersimplecontentgui','Services/Container/classes/class.ilContainerSimpleContentGUI.php','','','m7'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontainercontentgui','Services/Container/classes/class.ilContainerContentGUI.php','','','m8'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontainerbytypecontentgui','Services/Container/classes/class.ilContainerByTypeContentGUI.php','','','m9'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontainergui','Services/Container/classes/class.ilContainerGUI.php','','','ma'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontainerstartobjectspagegui','Services/Container/classes/class.ilContainerStartObjectsPageGUI.php','','','mb'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontainerpagegui','Services/Container/classes/class.ilContainerPageGUI.php','','','mc'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontainernewssettingsgui','Services/Container/classes/class.ilContainerNewsSettingsGUI.php','','','md'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontainerblockpropertiesstorage','Services/Container/classes/class.ilContainerBlockPropertiesStorage.php','','','me'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontainerstartobjectstablegui','Services/Container/classes/class.ilContainerStartObjectsTableGUI.php','','','mf'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjnotificationsettingsgui','Services/Notification/classes/class.ilObjNotificationSettingsGUI.php','','','mg'); +INSERT INTO `ctrl_classfile` VALUES ('ilnotification','Services/Notification/classes/class.ilNotification.php','','','mh'); +INSERT INTO `ctrl_classfile` VALUES ('iltexthighlightergui','Services/UIComponent/TextHighlighter/classes/class.ilTextHighlighterGUI.php','','','mi'); +INSERT INTO `ctrl_classfile` VALUES ('ilchecklistgui','Services/UIComponent/Checklist/classes/class.ilChecklistGUI.php','','','mj'); +INSERT INTO `ctrl_classfile` VALUES ('iltoolbargui','Services/UIComponent/Toolbar/classes/class.ilToolbarGUI.php','','','mk'); +INSERT INTO `ctrl_classfile` VALUES ('ilglyphgui','Services/UIComponent/Glyph/classes/class.ilGlyphGUI.php','','','ml'); +INSERT INTO `ctrl_classfile` VALUES ('iloverlaygui','Services/UIComponent/Overlay/classes/class.ilOverlayGUI.php','','','mm'); +INSERT INTO `ctrl_classfile` VALUES ('ilcharselectorradiogroupinputgui','Services/UIComponent/CharSelector/classes/class.ilCharSelectorRadioGroupInputGUI.php','','','mn'); +INSERT INTO `ctrl_classfile` VALUES ('ilcharselectorgui','Services/UIComponent/CharSelector/classes/class.ilCharSelectorGUI.php','','','mo'); +INSERT INTO `ctrl_classfile` VALUES ('iladvancedselectionlistgui','Services/UIComponent/AdvancedSelectionList/classes/class.ilAdvancedSelectionListGUI.php','','','mp'); +INSERT INTO `ctrl_classfile` VALUES ('ilpanelgui','Services/UIComponent/Panel/classes/class.ilPanelGUI.php','','','mq'); +INSERT INTO `ctrl_classfile` VALUES ('iluipluginroutergui','Services/UIComponent/classes/class.ilUIPluginRouterGUI.php','','','mr'); +INSERT INTO `ctrl_classfile` VALUES ('iluihookplugingui','Services/UIComponent/classes/class.ilUIHookPluginGUI.php','','','ms'); +INSERT INTO `ctrl_classfile` VALUES ('ilmodalgui','Services/UIComponent/Modal/classes/class.ilModalGUI.php','','','mt'); +INSERT INTO `ctrl_classfile` VALUES ('iltooltipgui','Services/UIComponent/Tooltip/classes/class.ilTooltipGUI.php','','','mu'); +INSERT INTO `ctrl_classfile` VALUES ('ilcheckboxlistoverlaygui','Services/UIComponent/CheckboxListOverlay/classes/class.ilCheckboxListOverlayGUI.php','','','mv'); +INSERT INTO `ctrl_classfile` VALUES ('ilsplitbuttongui','Services/UIComponent/SplitButton/classes/class.ilSplitButtonGUI.php','','','mw'); +INSERT INTO `ctrl_classfile` VALUES ('ilexplorerbasegui','Services/UIComponent/Explorer2/classes/class.ilExplorerBaseGUI.php','','','mx'); +INSERT INTO `ctrl_classfile` VALUES ('ilexplorerselectinputgui','Services/UIComponent/Explorer2/classes/class.ilExplorerSelectInputGUI.php','','','my'); +INSERT INTO `ctrl_classfile` VALUES ('iltreeexplorergui','Services/UIComponent/Explorer2/classes/class.ilTreeExplorerGUI.php','','','mz'); +INSERT INTO `ctrl_classfile` VALUES ('iltabsgui','Services/UIComponent/Tabs/classes/class.ilTabsGUI.php','','','n0'); +INSERT INTO `ctrl_classfile` VALUES ('illightboxgui','Services/UIComponent/Lightbox/classes/class.ilLightboxGUI.php','','','n1'); +INSERT INTO `ctrl_classfile` VALUES ('ilgroupedlistgui','Services/UIComponent/GroupedList/classes/class.ilGroupedListGUI.php','','','n2'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcalendarsettingsgui','Services/Calendar/classes/class.ilObjCalendarSettingsGUI.php','','','n3'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarusersettingsgui','Services/Calendar/classes/class.ilCalendarUserSettingsGUI.php','','','n4'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarshareduserlisttablegui','Services/Calendar/classes/class.ilCalendarSharedUserListTableGUI.php','','','n5'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarappointmentstablegui','Services/Calendar/classes/class.ilCalendarAppointmentsTableGUI.php','','','n6'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarappointmentpanelgui','Services/Calendar/classes/class.ilCalendarAppointmentPanelGUI.php','','','n7'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarmanagetablegui','Services/Calendar/classes/class.ilCalendarManageTableGUI.php','','','n8'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarpresentationgui','Services/Calendar/classes/class.ilCalendarPresentationGUI.php','','','n9'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarsharedlisttablegui','Services/Calendar/classes/class.ilCalendarSharedListTableGUI.php','','','na'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarinboxgui','Services/Calendar/classes/class.ilCalendarInboxGUI.php','','','nb'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarselectionblockgui','Services/Calendar/classes/class.ilCalendarSelectionBlockGUI.php','','','nc'); +INSERT INTO `ctrl_classfile` VALUES ('ilminicalendargui','Services/Calendar/classes/class.ilMiniCalendarGUI.php','','','nd'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendaragendalistgui','Services/Calendar/classes/Agenda/class.ilCalendarAgendaListGUI.php','','','ne'); +INSERT INTO `ctrl_classfile` VALUES ('ilmilestoneresponsiblestablegui','Services/Calendar/classes/class.ilMilestoneResponsiblesTableGUI.php','','','nf'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarsharedrolelisttablegui','Services/Calendar/classes/class.ilCalendarSharedRoleListTableGUI.php','','','ng'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarcategorytablegui','Services/Calendar/classes/class.ilCalendarCategoryTableGUI.php','','','nh'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarrecurrencegui','Services/Calendar/classes/class.ilCalendarRecurrenceGUI.php','','','ni'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendardaygui','Services/Calendar/classes/class.ilCalendarDayGUI.php','','','nj'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarweekgui','Services/Calendar/classes/class.ilCalendarWeekGUI.php','','','nk'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarinboxsharedtablegui','Services/Calendar/classes/class.ilCalendarInboxSharedTableGUI.php','','','nl'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdcalendarblockgui','Services/Calendar/classes/class.ilPDCalendarBlockGUI.php','','','nm'); +INSERT INTO `ctrl_classfile` VALUES ('ilrecurrenceinputgui','Services/Calendar/classes/Form/class.ilRecurrenceInputGUI.php','','','nn'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarmonthgui','Services/Calendar/classes/class.ilCalendarMonthGUI.php','','','no'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarviewgui','Services/Calendar/classes/class.ilCalendarViewGUI.php','','','np'); +INSERT INTO `ctrl_classfile` VALUES ('ilconsultationhoursgui','Services/Calendar/classes/ConsultationHours/class.ilConsultationHoursGUI.php','','','nq'); +INSERT INTO `ctrl_classfile` VALUES ('ilconsultationhourgrouptablegui','Services/Calendar/classes/ConsultationHours/class.ilConsultationHourGroupTableGUI.php','','','nr'); +INSERT INTO `ctrl_classfile` VALUES ('ilconsultationhourstablegui','Services/Calendar/classes/ConsultationHours/class.ilConsultationHoursTableGUI.php','','','ns'); +INSERT INTO `ctrl_classfile` VALUES ('ilconsultationhourbookingtablegui','Services/Calendar/classes/ConsultationHours/class.ilConsultationHourBookingTableGUI.php','','','nt'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarblockgui','Services/Calendar/classes/class.ilCalendarBlockGUI.php','','','nu'); +INSERT INTO `ctrl_classfile` VALUES ('ilappointmentpresentationexercisegui','Services/Calendar/classes/AppointmentPresentation/class.ilAppointmentPresentationExerciseGUI.php','','','nv'); +INSERT INTO `ctrl_classfile` VALUES ('ilappointmentpresentationconsultationhoursgui','Services/Calendar/classes/AppointmentPresentation/class.ilAppointmentPresentationConsultationHoursGUI.php','','','nw'); +INSERT INTO `ctrl_classfile` VALUES ('ilappointmentpresentationmilestonegui','Services/Calendar/classes/AppointmentPresentation/class.ilAppointmentPresentationMilestoneGUI.php','','','nx'); +INSERT INTO `ctrl_classfile` VALUES ('ilappointmentpresentationgui','Services/Calendar/classes/AppointmentPresentation/class.ilAppointmentPresentationGUI.php','','','ny'); +INSERT INTO `ctrl_classfile` VALUES ('ilappointmentpresentationbookingpoolgui','Services/Calendar/classes/AppointmentPresentation/class.ilAppointmentPresentationBookingPoolGUI.php','','','nz'); +INSERT INTO `ctrl_classfile` VALUES ('ilappointmentpresentationcoursegui','Services/Calendar/classes/AppointmentPresentation/class.ilAppointmentPresentationCourseGUI.php','','','o0'); +INSERT INTO `ctrl_classfile` VALUES ('ilappointmentpresentationsessiongui','Services/Calendar/classes/AppointmentPresentation/class.ilAppointmentPresentationSessionGUI.php','','','o1'); +INSERT INTO `ctrl_classfile` VALUES ('ilappointmentpresentationusergui','Services/Calendar/classes/AppointmentPresentation/class.ilAppointmentPresentationUserGUI.php','','','o2'); +INSERT INTO `ctrl_classfile` VALUES ('ilappointmentpresentationpublicgui','Services/Calendar/classes/AppointmentPresentation/class.ilAppointmentPresentationPublicGUI.php','','','o3'); +INSERT INTO `ctrl_classfile` VALUES ('ilappointmentpresentationgroupgui','Services/Calendar/classes/AppointmentPresentation/class.ilAppointmentPresentationGroupGUI.php','','','o4'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarchangedappointmentstablegui','Services/Calendar/classes/class.ilCalendarChangedAppointmentsTableGUI.php','','','o5'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarappointmentgui','Services/Calendar/classes/class.ilCalendarAppointmentGUI.php','','','o6'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarcategorygui','Services/Calendar/classes/class.ilCalendarCategoryGUI.php','','','o7'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarheadernavigationgui','Services/Calendar/classes/class.ilCalendarHeaderNavigationGUI.php','','','o8'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarsubscriptiongui','Services/Calendar/classes/class.ilCalendarSubscriptionGUI.php','','','o9'); +INSERT INTO `ctrl_classfile` VALUES ('ilcalendarappointmentpresentationgui','Services/Calendar/classes/class.ilCalendarAppointmentPresentationGUI.php','','','oa'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjworkflowenginegui','Services/WorkflowEngine/classes/class.ilObjWorkflowEngineGUI.php','','','ob'); +INSERT INTO `ctrl_classfile` VALUES ('ilworkflowenginedefinitionsgui','Services/WorkflowEngine/classes/administration/class.ilWorkflowEngineDefinitionsGUI.php','','','oc'); +INSERT INTO `ctrl_classfile` VALUES ('ilworkflowenginedefinitionstablegui','Services/WorkflowEngine/classes/administration/class.ilWorkflowEngineDefinitionsTableGUI.php','','','od'); +INSERT INTO `ctrl_classfile` VALUES ('ilworkflowarmergui','Services/WorkflowEngine/classes/administration/class.ilWorkflowArmerGUI.php','','','oe'); +INSERT INTO `ctrl_classfile` VALUES ('ilworkflowlaunchergui','Services/WorkflowEngine/classes/administration/class.ilWorkflowLauncherGUI.php','','','of'); +INSERT INTO `ctrl_classfile` VALUES ('ilworkflowengineinstancesgui','Services/WorkflowEngine/classes/administration/class.ilWorkflowEngineInstancesGUI.php','','','og'); +INSERT INTO `ctrl_classfile` VALUES ('ilworkflowenginedashboardgui','Services/WorkflowEngine/classes/administration/class.ilWorkflowEngineDashboardGUI.php','','','oh'); +INSERT INTO `ctrl_classfile` VALUES ('ilworkflowenginesettingsgui','Services/WorkflowEngine/classes/administration/class.ilWorkflowEngineSettingsGUI.php','','','oi'); +INSERT INTO `ctrl_classfile` VALUES ('ileditclipboardgui','Services/Clipboard/classes/class.ilEditClipboardGUI.php','','','oj'); +INSERT INTO `ctrl_classfile` VALUES ('ilclipboardtablegui','Services/Clipboard/classes/class.ilClipboardTableGUI.php','','','ok'); +INSERT INTO `ctrl_classfile` VALUES ('ilbtpopovergui','Services/BackgroundTasks/classes/class.ilBTPopOverGUI.php','','','ol'); +INSERT INTO `ctrl_classfile` VALUES ('ilbtcontrollergui','Services/BackgroundTasks/classes/class.ilBTControllerGUI.php','','','om'); +INSERT INTO `ctrl_classfile` VALUES ('ilpagelayoutadministrationgui','Services/COPage/Layout/classes/class.ilPageLayoutAdministrationGUI.php','','','on'); +INSERT INTO `ctrl_classfile` VALUES ('ilpagelayouttablegui','Services/COPage/Layout/classes/class.ilPageLayoutTableGUI.php','','','oo'); +INSERT INTO `ctrl_classfile` VALUES ('ilpagelayoutgui','Services/COPage/Layout/classes/class.ilPageLayoutGUI.php','','','op'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcpluggedgui','Services/COPage/classes/class.ilPCPluggedGUI.php','','','oq'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcsectiongui','Services/COPage/classes/class.ilPCSectionGUI.php','','','or'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcfilelisttablegui','Services/COPage/classes/class.ilPCFileListTableGUI.php','','','os'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcgridcellgui','Services/COPage/classes/class.ilPCGridCellGUI.php','','','ot'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcresourcesgui','Services/COPage/classes/class.ilPCResourcesGUI.php','','','ou'); +INSERT INTO `ctrl_classfile` VALUES ('ilpageobjectgui','Services/COPage/classes/class.ilPageObjectGUI.php','','','ov'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcmapgui','Services/COPage/classes/class.ilPCMapGUI.php','','','ow'); +INSERT INTO `ctrl_classfile` VALUES ('ilpccontenttemplategui','Services/COPage/classes/class.ilPCContentTemplateGUI.php','','','ox'); +INSERT INTO `ctrl_classfile` VALUES ('ilpoolselectorgui','Services/COPage/classes/class.ilPoolSelectorGUI.php','','','oy'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcquestionoverviewgui','Services/COPage/classes/class.ilPCQuestionOverviewGUI.php','','','oz'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcfileitemfileselectorgui','Services/COPage/classes/class.ilPCFileItemFileSelectorGUI.php','','','p0'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcsourcecodegui','Services/COPage/classes/class.ilPCSourceCodeGUI.php','','','p1'); +INSERT INTO `ctrl_classfile` VALUES ('ilpciimtriggereditorgui','Services/COPage/classes/class.ilPCIIMTriggerEditorGUI.php','','','p2'); +INSERT INTO `ctrl_classfile` VALUES ('ilpagecontentgui','Services/COPage/classes/class.ilPageContentGUI.php','','','p3'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcparagraphgui','Services/COPage/classes/class.ilPCParagraphGUI.php','','','p4'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcimagemaptablegui','Services/COPage/classes/class.ilPCImageMapTableGUI.php','','','p5'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcfileitemgui','Services/COPage/classes/class.ilPCFileItemGUI.php','','','p6'); +INSERT INTO `ctrl_classfile` VALUES ('ilpctabstablegui','Services/COPage/classes/class.ilPCTabsTableGUI.php','','','p7'); +INSERT INTO `ctrl_classfile` VALUES ('ilpagemultilangtablegui','Services/COPage/classes/class.ilPageMultiLangTableGUI.php','','','p8'); +INSERT INTO `ctrl_classfile` VALUES ('ilpagemultilanggui','Services/COPage/classes/class.ilPageMultiLangGUI.php','','','p9'); +INSERT INTO `ctrl_classfile` VALUES ('ilpctabsgui','Services/COPage/classes/class.ilPCTabsGUI.php','','','pa'); +INSERT INTO `ctrl_classfile` VALUES ('ilpclistitemgui','Services/COPage/classes/class.ilPCListItemGUI.php','','','pb'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcbloggui','Services/COPage/classes/class.ilPCBlogGUI.php','','','pc'); +INSERT INTO `ctrl_classfile` VALUES ('ilpciimoverlaystablegui','Services/COPage/classes/class.ilPCIIMOverlaysTableGUI.php','','','pd'); +INSERT INTO `ctrl_classfile` VALUES ('ilpctablegui','Services/COPage/classes/class.ilPCTableGUI.php','','','pe'); +INSERT INTO `ctrl_classfile` VALUES ('ilpctabgui','Services/COPage/classes/class.ilPCTabGUI.php','','','pf'); +INSERT INTO `ctrl_classfile` VALUES ('ilpclistgui','Services/COPage/classes/class.ilPCListGUI.php','','','pg'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcverificationgui','Services/COPage/classes/class.ilPCVerificationGUI.php','','','ph'); +INSERT INTO `ctrl_classfile` VALUES ('ilpctabledatagui','Services/COPage/classes/class.ilPCTableDataGUI.php','','','pi'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcgridcelltablegui','Services/COPage/classes/class.ilPCGridCellTableGUI.php','','','pj'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcprofilegui','Services/COPage/classes/class.ilPCProfileGUI.php','','','pk'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcdatatablegui','Services/COPage/classes/class.ilPCDataTableGUI.php','','','pl'); +INSERT INTO `ctrl_classfile` VALUES ('ilpccontentincludegui','Services/COPage/classes/class.ilPCContentIncludeGUI.php','','','pm'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcloginpageelementgui','Services/COPage/classes/class.ilPCLoginPageElementGUI.php','','','pn'); +INSERT INTO `ctrl_classfile` VALUES ('ilcopyselfassquestiontablegui','Services/COPage/classes/class.ilCopySelfAssQuestionTableGUI.php','','','po'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcskillsgui','Services/COPage/classes/class.ilPCSkillsGUI.php','','','pp'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcinteractiveimagegui','Services/COPage/classes/class.ilPCInteractiveImageGUI.php','','','pq'); +INSERT INTO `ctrl_classfile` VALUES ('ilpagecomponentplugingui','Services/COPage/classes/class.ilPageComponentPluginGUI.php','','','pr'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcgridgui','Services/COPage/classes/class.ilPCGridGUI.php','','','ps'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcplaceholdergui','Services/COPage/classes/class.ilPCPlaceHolderGUI.php','','','pt'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcimagemapeditorgui','Services/COPage/classes/class.ilPCImageMapEditorGUI.php','','','pu'); +INSERT INTO `ctrl_classfile` VALUES ('ilpciimtriggertablegui','Services/COPage/classes/class.ilPCIIMTriggerTableGUI.php','','','pv'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcmediaobjectgui','Services/COPage/classes/class.ilPCMediaObjectGUI.php','','','pw'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcfilelistgui','Services/COPage/classes/class.ilPCFileListGUI.php','','','px'); +INSERT INTO `ctrl_classfile` VALUES ('ilpageeditorgui','Services/COPage/classes/class.ilPageEditorGUI.php','','','py'); +INSERT INTO `ctrl_classfile` VALUES ('ilpagehistorytablegui','Services/COPage/classes/class.ilPageHistoryTableGUI.php','','','pz'); +INSERT INTO `ctrl_classfile` VALUES ('ilpciimpopuptablegui','Services/COPage/classes/class.ilPCIIMPopupTableGUI.php','','','q0'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcquestiongui','Services/COPage/classes/class.ilPCQuestionGUI.php','','','q1'); +INSERT INTO `ctrl_classfile` VALUES ('ilinfoscreengui','Services/InfoScreen/classes/class.ilInfoScreenGUI.php','','','q2'); +INSERT INTO `ctrl_classfile` VALUES ('ilfileuploadgui','Services/FileUpload/classes/class.ilFileUploadGUI.php','','','q3'); +INSERT INTO `ctrl_classfile` VALUES ('ilnavigationhistorygui','Services/Navigation/classes/class.ilNavigationHistoryGUI.php','','','q4'); +INSERT INTO `ctrl_classfile` VALUES ('illocatorgui','Services/Locator/classes/class.ilLocatorGUI.php','','','q5'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdexternalfeedblockgui','Services/Feeds/classes/class.ilPDExternalFeedBlockGUI.php','','','q6'); +INSERT INTO `ctrl_classfile` VALUES ('ilusercertificategui','Services/Certificate/classes/User/class.ilUserCertificateGUI.php','','','q7'); +INSERT INTO `ctrl_classfile` VALUES ('ilcertificatemigrationgui','Services/Certificate/classes/class.ilCertificateMigrationGUI.php','','','q8'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjpersistentcertificateverificationgui','Services/Certificate/classes/Portfolio/class.ilObjPersistentCertificateVerificationGUI.php','','','q9'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcertificatesettingsgui','Services/Certificate/classes/class.ilObjCertificateSettingsGUI.php','','','qa'); +INSERT INTO `ctrl_classfile` VALUES ('ilcertificategui','Services/Certificate/classes/class.ilCertificateGUI.php','','','qb'); +INSERT INTO `ctrl_classfile` VALUES ('ilrepositoryselectorinputgui','Services/Form/classes/class.ilRepositorySelectorInputGUI.php','','','qc'); +INSERT INTO `ctrl_classfile` VALUES ('ilmultiselectinputgui','Services/Form/classes/class.ilMultiSelectInputGUI.php','','','qd'); +INSERT INTO `ctrl_classfile` VALUES ('ilrepositoryselector2inputgui','Services/Form/classes/class.ilRepositorySelector2InputGUI.php','','','qe'); +INSERT INTO `ctrl_classfile` VALUES ('ilpasswordinputgui','Services/Form/classes/class.ilPasswordInputGUI.php','','','qf'); +INSERT INTO `ctrl_classfile` VALUES ('ilmultipleimagesinputgui','Services/Form/classes/class.ilMultipleImagesInputGUI.php','','','qg'); +INSERT INTO `ctrl_classfile` VALUES ('iltextinputgui','Services/Form/classes/class.ilTextInputGUI.php','','','qh'); +INSERT INTO `ctrl_classfile` VALUES ('ilnoneditablevaluegui','Services/Form/classes/class.ilNonEditableValueGUI.php','','','qi'); +INSERT INTO `ctrl_classfile` VALUES ('ilnestedlistinputgui','Services/Form/classes/class.ilNestedListInputGUI.php','','','qj'); +INSERT INTO `ctrl_classfile` VALUES ('iladvselectinputgui','Services/Form/classes/class.ilAdvSelectInputGUI.php','','','qk'); +INSERT INTO `ctrl_classfile` VALUES ('ilfeedurlinputgui','Services/Form/classes/class.ilFeedUrlInputGUI.php','','','ql'); +INSERT INTO `ctrl_classfile` VALUES ('ilfilestandarddropzoneinputgui','Services/Form/classes/class.ilFileStandardDropzoneInputGUI.php','','','qm'); +INSERT INTO `ctrl_classfile` VALUES ('ilformsectionheadergui','Services/Form/classes/class.ilFormSectionHeaderGUI.php','','','qn'); +INSERT INTO `ctrl_classfile` VALUES ('ilformulainputgui','Services/Form/classes/class.ilFormulaInputGUI.php','','','qo'); +INSERT INTO `ctrl_classfile` VALUES ('ilformgui','Services/Form/classes/class.ilFormGUI.php','','','qp'); +INSERT INTO `ctrl_classfile` VALUES ('iltaginputgui','Services/Form/classes/class.ilTagInputGUI.php','','','qq'); +INSERT INTO `ctrl_classfile` VALUES ('ilidentifiedmultivaluesinputgui','Services/Form/classes/class.ilIdentifiedMultiValuesInputGUI.php','','','qr'); +INSERT INTO `ctrl_classfile` VALUES ('ilhiddeninputgui','Services/Form/classes/class.ilHiddenInputGUI.php','','','qs'); +INSERT INTO `ctrl_classfile` VALUES ('ilflashfileinputgui','Services/Form/classes/class.ilFlashFileInputGUI.php','','','qt'); +INSERT INTO `ctrl_classfile` VALUES ('ilcountryselectinputgui','Services/Form/classes/class.ilCountrySelectInputGUI.php','','','qu'); +INSERT INTO `ctrl_classfile` VALUES ('ilfileinputgui','Services/Form/classes/class.ilFileInputGUI.php','','','qv'); +INSERT INTO `ctrl_classfile` VALUES ('ilalphabetinputgui','Services/Form/classes/class.ilAlphabetInputGUI.php','','','qw'); +INSERT INTO `ctrl_classfile` VALUES ('ilformpropertygui','Services/Form/classes/class.ilFormPropertyGUI.php','','','qx'); +INSERT INTO `ctrl_classfile` VALUES ('ilmultipletextsinputgui','Services/Form/classes/class.ilMultipleTextsInputGUI.php','','','qy'); +INSERT INTO `ctrl_classfile` VALUES ('ilcheckboxinputgui','Services/Form/classes/class.ilCheckboxInputGUI.php','','','qz'); +INSERT INTO `ctrl_classfile` VALUES ('ilemailinputgui','Services/Form/classes/class.ilEMailInputGUI.php','','','r0'); +INSERT INTO `ctrl_classfile` VALUES ('ilregexpinputgui','Services/Form/classes/class.ilRegExpInputGUI.php','','','r1'); +INSERT INTO `ctrl_classfile` VALUES ('ilfilewizardinputgui','Services/Form/classes/class.ilFileWizardInputGUI.php','','','r2'); +INSERT INTO `ctrl_classfile` VALUES ('ilmultiplenestedorderingelementsinputgui','Services/Form/classes/class.ilMultipleNestedOrderingElementsInputGUI.php','','','r3'); +INSERT INTO `ctrl_classfile` VALUES ('ilroleautocompleteinputgui','Services/Form/classes/class.ilRoleAutoCompleteInputGUI.php','','','r4'); +INSERT INTO `ctrl_classfile` VALUES ('ilcolorpickerinputgui','Services/Form/classes/class.ilColorPickerInputGUI.php','','','r5'); +INSERT INTO `ctrl_classfile` VALUES ('ilcssrectinputgui','Services/Form/classes/class.ilCSSRectInputGUI.php','','','r6'); +INSERT INTO `ctrl_classfile` VALUES ('illinkinputgui','Services/Form/classes/class.ilLinkInputGUI.php','','','r7'); +INSERT INTO `ctrl_classfile` VALUES ('iltextwizardinputgui','Services/Form/classes/class.ilTextWizardInputGUI.php','','','r8'); +INSERT INTO `ctrl_classfile` VALUES ('ilbirthdayinputgui','Services/Form/classes/class.ilBirthdayInputGUI.php','','','r9'); +INSERT INTO `ctrl_classfile` VALUES ('ilformpropertydispatchgui','Services/Form/classes/class.ilFormPropertyDispatchGUI.php','','','ra'); +INSERT INTO `ctrl_classfile` VALUES ('ilselectinputgui','Services/Form/classes/class.ilSelectInputGUI.php','','','rb'); +INSERT INTO `ctrl_classfile` VALUES ('ilradiogroupinputgui','Services/Form/classes/class.ilRadioGroupInputGUI.php','','','rc'); +INSERT INTO `ctrl_classfile` VALUES ('ildatetimeinputgui','Services/Form/classes/class.ilDateTimeInputGUI.php','','','rd'); +INSERT INTO `ctrl_classfile` VALUES ('ildragdropfileinputgui','Services/Form/classes/class.ilDragDropFileInputGUI.php','','','re'); +INSERT INTO `ctrl_classfile` VALUES ('ilimagefileinputgui','Services/Form/classes/class.ilImageFileInputGUI.php','','','rf'); +INSERT INTO `ctrl_classfile` VALUES ('ilnumberinputgui','Services/Form/classes/class.ilNumberInputGUI.php','','','rg'); +INSERT INTO `ctrl_classfile` VALUES ('illocationinputgui','Services/Form/classes/class.ilLocationInputGUI.php','','','rh'); +INSERT INTO `ctrl_classfile` VALUES ('ildurationinputgui','Services/Form/classes/class.ilDurationInputGUI.php','','','ri'); +INSERT INTO `ctrl_classfile` VALUES ('ilcombinationinputgui','Services/Form/classes/class.ilCombinationInputGUI.php','','','rj'); +INSERT INTO `ctrl_classfile` VALUES ('ildatedurationinputgui','Services/Form/classes/class.ilDateDurationInputGUI.php','','','rk'); +INSERT INTO `ctrl_classfile` VALUES ('ilsubenabledformpropertygui','Services/Form/classes/class.ilSubEnabledFormPropertyGUI.php','','','rl'); +INSERT INTO `ctrl_classfile` VALUES ('ilselectbuilderinputgui','Services/Form/classes/class.ilSelectBuilderInputGUI.php','','','rm'); +INSERT INTO `ctrl_classfile` VALUES ('ilpropertyformgui','Services/Form/classes/class.ilPropertyFormGUI.php','','','rn'); +INSERT INTO `ctrl_classfile` VALUES ('iluserlogininputgui','Services/Form/classes/class.ilUserLoginInputGUI.php','','','ro'); +INSERT INTO `ctrl_classfile` VALUES ('ilhierarchyformgui','Services/Form/classes/class.ilHierarchyFormGUI.php','','','rp'); +INSERT INTO `ctrl_classfile` VALUES ('iltextareainputgui','Services/Form/classes/class.ilTextAreaInputGUI.php','','','rq'); +INSERT INTO `ctrl_classfile` VALUES ('ilcustominputgui','Services/Form/classes/class.ilCustomInputGUI.php','','','rr'); +INSERT INTO `ctrl_classfile` VALUES ('ilcheckboxgroupinputgui','Services/Form/classes/class.ilCheckboxGroupInputGUI.php','','','rs'); +INSERT INTO `ctrl_classfile` VALUES ('ilmstlistcoursesgui','Services/MyStaff/classes/ListCourses/class.ilMStListCoursesGUI.php','','','rt'); +INSERT INTO `ctrl_classfile` VALUES ('ilmstlistcoursestablegui','Services/MyStaff/classes/ListCourses/class.ilMStListCoursesTableGUI.php','','','ru'); +INSERT INTO `ctrl_classfile` VALUES ('ilmstshowusergui','Services/MyStaff/classes/ShowUser/class.ilMStShowUserGUI.php','','','rv'); +INSERT INTO `ctrl_classfile` VALUES ('ilmstshowusercoursestablegui','Services/MyStaff/classes/ShowUser/class.ilMStShowUserCoursesTableGUI.php','','','rw'); +INSERT INTO `ctrl_classfile` VALUES ('ilmystaffgui','Services/MyStaff/classes/class.ilMyStaffGUI.php','','','rx'); +INSERT INTO `ctrl_classfile` VALUES ('ilmstlistusersgui','Services/MyStaff/classes/ListUsers/class.ilMStListUsersGUI.php','','','ry'); +INSERT INTO `ctrl_classfile` VALUES ('ilmstlistuserstablegui','Services/MyStaff/classes/ListUsers/class.ilMStListUsersTableGUI.php','','','rz'); +INSERT INTO `ctrl_classfile` VALUES ('illoginpagegui','Services/Authentication/classes/class.ilLoginPageGUI.php','','','s0'); +INSERT INTO `ctrl_classfile` VALUES ('ilauthloginpageeditortablegui','Services/Authentication/classes/class.ilAuthLoginPageEditorTableGUI.php','','','s1'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjauthsettingsgui','Services/Authentication/classes/class.ilObjAuthSettingsGUI.php','','','s2'); +INSERT INTO `ctrl_classfile` VALUES ('ilauthloginpageeditorgui','Services/Authentication/classes/class.ilAuthLoginPageEditorGUI.php','','','s3'); +INSERT INTO `ctrl_classfile` VALUES ('ilsessionstatisticsgui','Services/Authentication/classes/class.ilSessionStatisticsGUI.php','','','s4'); +INSERT INTO `ctrl_classfile` VALUES ('ilsessionremindergui','Services/Authentication/classes/class.ilSessionReminderGUI.php','','','s5'); +INSERT INTO `ctrl_classfile` VALUES ('ilconditionhandlergui','Services/Conditions/classes/class.ilConditionHandlerGUI.php','','','s6'); +INSERT INTO `ctrl_classfile` VALUES ('ilconditionhandlertablegui','Services/Conditions/classes/class.ilConditionHandlerTableGUI.php','','','s7'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjadvancededitinggui','Services/AdvancedEditing/classes/class.ilObjAdvancedEditingGUI.php','','','s8'); +INSERT INTO `ctrl_classfile` VALUES ('ilcronmanagergui','Services/Cron/classes/class.ilCronManagerGUI.php','','','s9'); +INSERT INTO `ctrl_classfile` VALUES ('ilcronmanagertablegui','Services/Cron/classes/class.ilCronManagerTableGUI.php','','','sa'); +INSERT INTO `ctrl_classfile` VALUES ('ilregistrationgui','Services/Membership/classes/class.ilRegistrationGUI.php','','','sb'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectcustomuserfieldsgui','Services/Membership/classes/class.ilObjectCustomUserFieldsGUI.php','','','sc'); +INSERT INTO `ctrl_classfile` VALUES ('ilmembershipgui','Services/Membership/classes/class.ilMembershipGUI.php','','','sd'); +INSERT INTO `ctrl_classfile` VALUES ('ilwaitinglisttablegui','Services/Membership/classes/class.ilWaitingListTableGUI.php','','','se'); +INSERT INTO `ctrl_classfile` VALUES ('ilmembershipmailgui','Services/Membership/classes/class.ilMembershipMailGUI.php','','','sf'); +INSERT INTO `ctrl_classfile` VALUES ('ilsubscribertablegui','Services/Membership/classes/class.ilSubscriberTableGUI.php','','','sg'); +INSERT INTO `ctrl_classfile` VALUES ('ilmemberagreementgui','Services/Membership/classes/class.ilMemberAgreementGUI.php','','','sh'); +INSERT INTO `ctrl_classfile` VALUES ('ilmembershipregistrationsettingsgui','Services/Membership/classes/class.ilMembershipRegistrationSettingsGUI.php','','','si'); +INSERT INTO `ctrl_classfile` VALUES ('ilmembershipadministrationgui','Services/Membership/classes/class.ilMembershipAdministrationGUI.php','','','sj'); +INSERT INTO `ctrl_classfile` VALUES ('ilmemberexportsettingsgui','Services/Membership/classes/Export/class.ilMemberExportSettingsGUI.php','','','sk'); +INSERT INTO `ctrl_classfile` VALUES ('ilmemberexportgui','Services/Membership/classes/Export/class.ilMemberExportGUI.php','','','sl'); +INSERT INTO `ctrl_classfile` VALUES ('ilmemberexportfiletablegui','Services/Membership/classes/Export/class.ilMemberExportFileTableGUI.php','','','sm'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectcustomuserfieldstablegui','Services/Membership/classes/class.ilObjectCustomUserFieldsTableGUI.php','','','sn'); +INSERT INTO `ctrl_classfile` VALUES ('ilmapgui','Services/Maps/classes/class.ilMapGUI.php','','','so'); +INSERT INTO `ctrl_classfile` VALUES ('ilgooglemapgui','Services/Maps/classes/class.ilGoogleMapGUI.php','','','sp'); +INSERT INTO `ctrl_classfile` VALUES ('ilopenlayersmapgui','Services/Maps/classes/class.ilOpenLayersMapGUI.php','','','sq'); +INSERT INTO `ctrl_classfile` VALUES ('ilradiussettingsgui','Services/Radius/classes/class.ilRadiusSettingsGUI.php','','','sr'); +INSERT INTO `ctrl_classfile` VALUES ('iltermsofservicedocumenttablegui','Services/TermsOfService/classes/Document/class.ilTermsOfServiceDocumentTableGUI.php','','','ss'); +INSERT INTO `ctrl_classfile` VALUES ('iltermsofservicedocumentgui','Services/TermsOfService/classes/Document/class.ilTermsOfServiceDocumentGUI.php','','','st'); +INSERT INTO `ctrl_classfile` VALUES ('iltermsofservicedocumentformgui','Services/TermsOfService/classes/Document/class.ilTermsOfServiceDocumentFormGUI.php','','','su'); +INSERT INTO `ctrl_classfile` VALUES ('iltermsofservicetablegui','Services/TermsOfService/classes/class.ilTermsOfServiceTableGUI.php','','','sv'); +INSERT INTO `ctrl_classfile` VALUES ('iltermsofservicecriterionformgui','Services/TermsOfService/classes/Criteria/class.ilTermsOfServiceCriterionFormGUI.php','','','sw'); +INSERT INTO `ctrl_classfile` VALUES ('iltermsofserviceuserhaslanguagecriteriongui','Services/TermsOfService/classes/Criteria/class.ilTermsOfServiceUserHasLanguageCriterionGUI.php','','','sx'); +INSERT INTO `ctrl_classfile` VALUES ('iltermsofserviceuserhasglobalrolecriteriongui','Services/TermsOfService/classes/Criteria/class.ilTermsOfServiceUserHasGlobalRoleCriterionGUI.php','','','sy'); +INSERT INTO `ctrl_classfile` VALUES ('iltermsofservicesettingsformgui','Services/TermsOfService/classes/class.ilTermsOfServiceSettingsFormGUI.php','','','sz'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjtermsofservicegui','Services/TermsOfService/classes/class.ilObjTermsOfServiceGUI.php','','','t0'); +INSERT INTO `ctrl_classfile` VALUES ('iltermsofserviceacceptancehistorytablegui','Services/TermsOfService/classes/History/class.ilTermsOfServiceAcceptanceHistoryTableGUI.php','','','t1'); +INSERT INTO `ctrl_classfile` VALUES ('iltermsofserviceacceptancehistorygui','Services/TermsOfService/classes/History/class.ilTermsOfServiceAcceptanceHistoryGUI.php','','','t2'); +INSERT INTO `ctrl_classfile` VALUES ('ilexportgui','Services/Export/classes/class.ilExportGUI.php','','','t3'); +INSERT INTO `ctrl_classfile` VALUES ('ilexportselectiontablegui','Services/Export/classes/class.ilExportSelectionTableGUI.php','','','t4'); +INSERT INTO `ctrl_classfile` VALUES ('ilexporttablegui','Services/Export/classes/class.ilExportTableGUI.php','','','t5'); +INSERT INTO `ctrl_classfile` VALUES ('ilsubitemselectiontablegui','Services/Export/classes/class.ilSubItemSelectionTableGUI.php','','','t6'); +INSERT INTO `ctrl_classfile` VALUES ('ilroleselectiontablegui','Services/AccessControl/classes/class.ilRoleSelectionTableGUI.php','','','t7'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectroletemplateoptionstablegui','Services/AccessControl/classes/class.ilObjectRoleTemplateOptionsTableGUI.php','','','t8'); +INSERT INTO `ctrl_classfile` VALUES ('ilpermissiongui','Services/AccessControl/classes/class.ilPermissionGUI.php','','','t9'); +INSERT INTO `ctrl_classfile` VALUES ('ilroleadoptpermissiontablegui','Services/AccessControl/classes/class.ilRoleAdoptPermissionTableGUI.php','','','ta'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjrolefoldergui','Services/AccessControl/classes/class.ilObjRoleFolderGUI.php','','','tb'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjrolegui','Services/AccessControl/classes/class.ilObjRoleGUI.php','','','tc'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectrolepermissiontablegui','Services/AccessControl/classes/class.ilObjectRolePermissionTableGUI.php','','','td'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectpermissionstatusgui','Services/AccessControl/classes/class.ilObjectPermissionStatusGUI.php','','','te'); +INSERT INTO `ctrl_classfile` VALUES ('ilroletablegui','Services/AccessControl/classes/class.ilRoleTableGUI.php','','','tf'); +INSERT INTO `ctrl_classfile` VALUES ('ilavailablerolesstatustablegui','Services/AccessControl/classes/class.ilAvailableRolesStatusTableGUI.php','','','tg'); +INSERT INTO `ctrl_classfile` VALUES ('ilroledesktopitemstablegui','Services/AccessControl/classes/class.ilRoleDesktopItemsTableGUI.php','','','th'); +INSERT INTO `ctrl_classfile` VALUES ('ilaccesspermissionsstatustablegui','Services/AccessControl/classes/class.ilAccessPermissionsStatusTableGUI.php','','','ti'); +INSERT INTO `ctrl_classfile` VALUES ('ilrbaclogtablegui','Services/AccessControl/classes/class.ilRbacLogTableGUI.php','','','tj'); +INSERT INTO `ctrl_classfile` VALUES ('ilstartingpoint','Services/AccessControl/classes/class.ilStartingPoint.php','','','tk'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjroletemplategui','Services/AccessControl/classes/class.ilObjRoleTemplateGUI.php','','','tl'); +INSERT INTO `ctrl_classfile` VALUES ('ilsettingspermissiongui','Services/AccessControl/classes/class.ilSettingsPermissionGUI.php','','','tm'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectroletemplatepermissiontablegui','Services/AccessControl/classes/class.ilObjectRoleTemplatePermissionTableGUI.php','','','tn'); +INSERT INTO `ctrl_classfile` VALUES ('ilpermission2gui','Services/AccessControl/classes/class.ilPermission2GUI.php','','','to'); +INSERT INTO `ctrl_classfile` VALUES ('ilassigneduserstablegui','Services/AccessControl/classes/class.ilAssignedUsersTableGUI.php','','','tp'); +INSERT INTO `ctrl_classfile` VALUES ('ilmmsubitemgui','Services/MainMenu/classes/Administration/class.ilMMSubItemGUI.php','','','tq'); +INSERT INTO `ctrl_classfile` VALUES ('ilmmitemtranslationgui','Services/MainMenu/classes/Administration/class.ilMMItemTranslationGUI.php','','','tr'); +INSERT INTO `ctrl_classfile` VALUES ('ilmmtopitemgui','Services/MainMenu/classes/Administration/class.ilMMTopItemGUI.php','','','ts'); +INSERT INTO `ctrl_classfile` VALUES ('ilmmabstractitemgui','Services/MainMenu/classes/Administration/class.ilMMAbstractItemGUI.php','','','tt'); +INSERT INTO `ctrl_classfile` VALUES ('ilmmsubitemformgui','Services/MainMenu/classes/Administration/class.ilMMSubitemFormGUI.php','','','tu'); +INSERT INTO `ctrl_classfile` VALUES ('ilmmsubitemtablegui','Services/MainMenu/classes/Administration/class.ilMMSubItemTableGUI.php','','','tv'); +INSERT INTO `ctrl_classfile` VALUES ('ilmmitemtranslationtablegui','Services/MainMenu/classes/Administration/class.ilMMItemTranslationTableGUI.php','','','tw'); +INSERT INTO `ctrl_classfile` VALUES ('ilmmtopitemformgui','Services/MainMenu/classes/Administration/class.ilMMTopItemFormGUI.php','','','tx'); +INSERT INTO `ctrl_classfile` VALUES ('ilmmtopitemtablegui','Services/MainMenu/classes/Administration/class.ilMMTopItemTableGUI.php','','','ty'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjmainmenugui','Services/MainMenu/classes/class.ilObjMainMenuGUI.php','','','tz'); +INSERT INTO `ctrl_classfile` VALUES ('ilmmentryrenderergui','Services/MainMenu/classes/Renderer/class.ilMMEntryRendererGUI.php','','','u0'); +INSERT INTO `ctrl_classfile` VALUES ('[yourclassname]','Services/UICore/classes/class.ilCtrl.php','','','u1'); +INSERT INTO `ctrl_classfile` VALUES ('ilbaseviewgui','Services/LTI/classes/class.ilBaseViewGUI.php','','','u2'); +INSERT INTO `ctrl_classfile` VALUES ('illtiroutergui','Services/LTI/classes/class.ilLTIRouterGUI.php','','','u3'); +INSERT INTO `ctrl_classfile` VALUES ('ilmainmenugui','Services/LTI/classes/class.ilMainMenuGUI.php','','','u4'); +INSERT INTO `ctrl_classfile` VALUES ('illtiviewgui','Services/LTI/classes/class.ilLTIViewGUI.php','','','u5'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjltiadministrationgui','Services/LTI/classes/class.ilObjLTIAdministrationGUI.php','','','u6'); +INSERT INTO `ctrl_classfile` VALUES ('illtiproviderobjectsettinggui','Services/LTI/classes/InternalProvider/class.ilLTIProviderObjectSettingGUI.php','','','u7'); +INSERT INTO `ctrl_classfile` VALUES ('illtiproviderreleasedobjectstablegui','Services/LTI/classes/InternalProvider/class.ilLTIProviderReleasedObjectsTableGUI.php','','','u8'); +INSERT INTO `ctrl_classfile` VALUES ('ilfilesystemgui','Services/FileSystem/classes/class.ilFileSystemGUI.php','','','u9'); +INSERT INTO `ctrl_classfile` VALUES ('ilfilesystemtablegui','Services/FileSystem/classes/class.ilFileSystemTableGUI.php','','','ua'); +INSERT INTO `ctrl_classfile` VALUES ('ilbuddysystemrelationstablegui','Services/Contact/BuddySystem/classes/tables/class.ilBuddySystemRelationsTableGUI.php','','','ub'); +INSERT INTO `ctrl_classfile` VALUES ('ilbuddysystemgui','Services/Contact/BuddySystem/classes/class.ilBuddySystemGUI.php','','','uc'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontactgui','Services/Contact/classes/class.ilContactGUI.php','','','ud'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailingliststablegui','Services/Contact/classes/class.ilMailingListsTableGUI.php','','','ue'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailmembersearchgui','Services/Contact/classes/class.ilMailMemberSearchGUI.php','','','uf'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailinglistsmemberstablegui','Services/Contact/classes/class.ilMailingListsMembersTableGUI.php','','','ug'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailsearchgui','Services/Contact/classes/class.ilMailSearchGUI.php','','','uh'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcontactadministrationgui','Services/Contact/classes/class.ilObjContactAdministrationGUI.php','','','ui'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailsearchcoursestablegui','Services/Contact/classes/class.ilMailSearchCoursesTableGUI.php','','','uj'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailinglistsgui','Services/Contact/classes/class.ilMailingListsGUI.php','','','uk'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailsearchcoursesmemberstablegui','Services/Contact/classes/class.ilMailSearchCoursesMembersTableGUI.php','','','ul'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailmembersearchtablegui','Services/Contact/classes/class.ilMailMemberSearchTableGUI.php','','','um'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailsearchgroupsgui','Services/Contact/classes/class.ilMailSearchGroupsGUI.php','','','un'); +INSERT INTO `ctrl_classfile` VALUES ('ilmailsearchcoursesgui','Services/Contact/classes/class.ilMailSearchCoursesGUI.php','','','uo'); +INSERT INTO `ctrl_classfile` VALUES ('iltaxonomytablegui','Services/Taxonomy/classes/class.ilTaxonomyTableGUI.php','','','up'); +INSERT INTO `ctrl_classfile` VALUES ('iltaxassigneditemstablegui','Services/Taxonomy/classes/class.ilTaxAssignedItemsTableGUI.php','','','uq'); +INSERT INTO `ctrl_classfile` VALUES ('iltaxassigninputgui','Services/Taxonomy/classes/class.ilTaxAssignInputGUI.php','','','ur'); +INSERT INTO `ctrl_classfile` VALUES ('iltaxonomyexplorergui','Services/Taxonomy/classes/class.ilTaxonomyExplorerGUI.php','','','us'); +INSERT INTO `ctrl_classfile` VALUES ('iltaxselectinputgui','Services/Taxonomy/classes/class.ilTaxSelectInputGUI.php','','','ut'); +INSERT INTO `ctrl_classfile` VALUES ('iltaxmdgui','Services/Taxonomy/classes/class.ilTaxMDGUI.php','','','uu'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjtaxonomygui','Services/Taxonomy/classes/class.ilObjTaxonomyGUI.php','','','uv'); +INSERT INTO `ctrl_classfile` VALUES ('iltaxonomyadministrationrepositorytablegui','Services/Taxonomy/classes/class.ilTaxonomyAdministrationRepositoryTableGUI.php','','','uw'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjtaxonomyadministrationgui','Services/Taxonomy/classes/class.ilObjTaxonomyAdministrationGUI.php','','','ux'); +INSERT INTO `ctrl_classfile` VALUES ('iltaxonomylisttablegui','Services/Taxonomy/classes/class.ilTaxonomyListTableGUI.php','','','uy'); +INSERT INTO `ctrl_classfile` VALUES ('ilimprintgui','Services/Imprint/classes/class.ilImprintGUI.php','','','uz'); +INSERT INTO `ctrl_classfile` VALUES ('ilmdcopyrightselectiongui','Services/MetaData/classes/class.ilMDCopyrightSelectionGUI.php','','','v0'); +INSERT INTO `ctrl_classfile` VALUES ('ilmdcopyrighttablegui','Services/MetaData/classes/class.ilMDCopyrightTableGUI.php','','','v1'); +INSERT INTO `ctrl_classfile` VALUES ('ilmdcopyrightusagetablegui','Services/MetaData/classes/class.ilMDCopyrightUsageTableGUI.php','','','v2'); +INSERT INTO `ctrl_classfile` VALUES ('ilmdcopyrightusagegui','Services/MetaData/classes/class.ilMDCopyrightUsageGUI.php','','','v3'); +INSERT INTO `ctrl_classfile` VALUES ('ilmdeditorgui','Services/MetaData/classes/class.ilMDEditorGUI.php','','','v4'); +INSERT INTO `ctrl_classfile` VALUES ('ilcopyrightinputgui','Services/MetaData/classes/class.ilCopyrightInputGUI.php','','','v5'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjmdsettingsgui','Services/MetaData/classes/class.ilObjMDSettingsGUI.php','','','v6'); +INSERT INTO `ctrl_classfile` VALUES ('iltypicallearningtimeinputgui','Services/MetaData/classes/class.ilTypicalLearningTimeInputGUI.php','','','v7'); +INSERT INTO `ctrl_classfile` VALUES ('illikefactorygui','Services/Like/classes/class.ilLikeFactoryGUI.php','','','v8'); +INSERT INTO `ctrl_classfile` VALUES ('illikegui','Services/Like/classes/class.ilLikeGUI.php','','','v9'); +INSERT INTO `ctrl_classfile` VALUES ('arstoragerecordgui','Services/ActiveRecord/_Examples/StorageRecord/class.arStorageRecordGUI.php','','','va'); +INSERT INTO `ctrl_classfile` VALUES ('arconfigformgui','Services/ActiveRecord/_Examples/Config/class.arConfigFormGUI.php','','','vb'); +INSERT INTO `ctrl_classfile` VALUES ('ardeletegui','Services/ActiveRecord/Views/Delete/class.arDeleteGUI.php','','','vc'); +INSERT INTO `ctrl_classfile` VALUES ('argui','Services/ActiveRecord/Views/class.arGUI.php','','','vd'); +INSERT INTO `ctrl_classfile` VALUES ('areditgui','Services/ActiveRecord/Views/Edit/class.arEditGUI.php','','','ve'); +INSERT INTO `ctrl_classfile` VALUES ('arindextablegui','Services/ActiveRecord/Views/Index/class.arIndexTableGUI.php','','','vf'); +INSERT INTO `ctrl_classfile` VALUES ('ardisplaygui','Services/ActiveRecord/Views/Display/class.arDisplayGUI.php','','','vg'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjprivacysecuritygui','Services/PrivacySecurity/classes/class.ilObjPrivacySecurityGUI.php','','','vh'); +INSERT INTO `ctrl_classfile` VALUES ('ildidactictemplategui','Services/DidacticTemplate/classes/class.ilDidacticTemplateGUI.php','','','vi'); +INSERT INTO `ctrl_classfile` VALUES ('ildidactictemplatesettingstablegui','Services/DidacticTemplate/classes/class.ilDidacticTemplateSettingsTableGUI.php','','','vj'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjobjecttemplateadministrationgui','Services/DidacticTemplate/classes/class.ilObjObjectTemplateAdministrationGUI.php','','','vk'); +INSERT INTO `ctrl_classfile` VALUES ('ildidactictemplatesettingsgui','Services/DidacticTemplate/classes/class.ilDidacticTemplateSettingsGUI.php','','','vl'); +INSERT INTO `ctrl_classfile` VALUES ('ilshibbolethroleassignmenttablegui','Services/AuthShibboleth/classes/class.ilShibbolethRoleAssignmentTableGUI.php','','','vm'); +INSERT INTO `ctrl_classfile` VALUES ('ilauthshibbolethsettingsgui','Services/AuthShibboleth/classes/class.ilAuthShibbolethSettingsGUI.php','','','vn'); +INSERT INTO `ctrl_classfile` VALUES ('ilsingleusersharegui','Services/PersonalWorkspace/classes/class.ilSingleUserShareGUI.php','','','vo'); +INSERT INTO `ctrl_classfile` VALUES ('ilpersonalworkspacegui','Services/PersonalWorkspace/classes/class.ilPersonalWorkspaceGUI.php','','','vp'); +INSERT INTO `ctrl_classfile` VALUES ('ilworkspaceaccesstablegui','Services/PersonalWorkspace/classes/class.ilWorkspaceAccessTableGUI.php','','','vq'); +INSERT INTO `ctrl_classfile` VALUES ('ilsharedresourcegui','Services/PersonalWorkspace/classes/class.ilSharedResourceGUI.php','','','vr'); +INSERT INTO `ctrl_classfile` VALUES ('ilworkspaceexplorergui','Services/PersonalWorkspace/classes/class.ilWorkspaceExplorerGUI.php','','','vs'); +INSERT INTO `ctrl_classfile` VALUES ('ilworkspaceaccessgui','Services/PersonalWorkspace/classes/class.ilWorkspaceAccessGUI.php','','','vt'); +INSERT INTO `ctrl_classfile` VALUES ('ilworkspacesharetablegui','Services/PersonalWorkspace/classes/class.ilWorkspaceShareTableGUI.php','','','vu'); +INSERT INTO `ctrl_classfile` VALUES ('ilnewsforcontextblockgui','Services/News/classes/class.ilNewsForContextBlockGUI.php','','','vv'); +INSERT INTO `ctrl_classfile` VALUES ('ilnewsforcontexttablegui','Services/News/classes/class.ilNewsForContextTableGUI.php','','','vw'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdnewsblockgui','Services/News/classes/class.ilPDNewsBlockGUI.php','','','vx'); +INSERT INTO `ctrl_classfile` VALUES ('ilnewstimelinegui','Services/News/classes/class.ilNewsTimelineGUI.php','','','vy'); +INSERT INTO `ctrl_classfile` VALUES ('ilnewsdefaultrenderergui','Services/News/classes/class.ilNewsDefaultRendererGUI.php','','','vz'); +INSERT INTO `ctrl_classfile` VALUES ('ilnewstimelineitemgui','Services/News/classes/class.ilNewsTimelineItemGUI.php','','','w0'); +INSERT INTO `ctrl_classfile` VALUES ('ilrssbuttongui','Services/News/classes/class.ilRSSButtonGUI.php','','','w1'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjnewssettingsgui','Services/News/classes/class.ilObjNewsSettingsGUI.php','','','w2'); +INSERT INTO `ctrl_classfile` VALUES ('ilnewsitemgui','Services/News/classes/class.ilNewsItemGUI.php','','','w3'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdnewsgui','Services/News/classes/class.ilPDNewsGUI.php','','','w4'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdnewstablegui','Services/News/classes/class.ilPDNewsTableGUI.php','','','w5'); +INSERT INTO `ctrl_classfile` VALUES ('iltimelinegui','Services/News/Timeline/classes/class.ilTimelineGUI.php','','','w6'); +INSERT INTO `ctrl_classfile` VALUES ('ilpreviewgui','Services/Preview/classes/class.ilPreviewGUI.php','','','w7'); +INSERT INTO `ctrl_classfile` VALUES ('ilrenderertablegui','Services/Preview/classes/class.ilRendererTableGUI.php','','','w8'); +INSERT INTO `ctrl_classfile` VALUES ('ilhistorytablegui','Services/History/classes/class.ilHistoryTableGUI.php','','','w9'); +INSERT INTO `ctrl_classfile` VALUES ('ilbackgroundtasktablegui','setup/classes/class.ilBackgroundTaskTableGUI.php','','','wa'); +INSERT INTO `ctrl_classfile` VALUES ('ilclientlisttablegui','setup/classes/class.ilClientListTableGUI.php','','','wb'); +INSERT INTO `ctrl_classfile` VALUES ('ilsetupgui','setup/classes/class.ilSetupGUI.php','','','wc'); +INSERT INTO `ctrl_classfile` VALUES ('ilsetuplanguagetablegui','setup/classes/class.ilSetupLanguageTableGUI.php','','','wd'); +INSERT INTO `ctrl_classfile` VALUES ('iltestquestionnavigationgui','Modules/Test/classes/class.ilTestQuestionNavigationGUI.php','','','we'); +INSERT INTO `ctrl_classfile` VALUES ('iltestansweroptionalquestionsconfirmationgui','Modules/Test/classes/confirmations/class.ilTestAnswerOptionalQuestionsConfirmationGUI.php','','','wf'); +INSERT INTO `ctrl_classfile` VALUES ('iltestpassdeletionconfirmationgui','Modules/Test/classes/confirmations/class.ilTestPassDeletionConfirmationGUI.php','','','wg'); +INSERT INTO `ctrl_classfile` VALUES ('iltestsettingschangeconfirmationgui','Modules/Test/classes/confirmations/class.ilTestSettingsChangeConfirmationGUI.php','','','wh'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjtestverificationlistgui','Modules/Test/classes/class.ilObjTestVerificationListGUI.php','','','wi'); +INSERT INTO `ctrl_classfile` VALUES ('iltestplayerrandomquestionsetgui','Modules/Test/classes/class.ilTestPlayerRandomQuestionSetGUI.php','','','wj'); +INSERT INTO `ctrl_classfile` VALUES ('iltestquestionsidelistgui','Modules/Test/classes/class.ilTestQuestionSideListGUI.php','','','wk'); +INSERT INTO `ctrl_classfile` VALUES ('iltestpasswordprotectiongui','Modules/Test/classes/class.ilTestPasswordProtectionGUI.php','','','wl'); +INSERT INTO `ctrl_classfile` VALUES ('iltestfixedquestionsetconfiggui','Modules/Test/classes/class.ilTestFixedQuestionSetConfigGUI.php','','','wm'); +INSERT INTO `ctrl_classfile` VALUES ('iltestparticipantstimeextensiongui','Modules/Test/classes/class.ilTestParticipantsTimeExtensionGUI.php','','','wn'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjtestsettingsgeneralgui','Modules/Test/classes/class.ilObjTestSettingsGeneralGUI.php','','','wo'); +INSERT INTO `ctrl_classfile` VALUES ('ilmytestsolutionsgui','Modules/Test/classes/class.ilMyTestSolutionsGUI.php','','','wp'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjtestlistgui','Modules/Test/classes/class.ilObjTestListGUI.php','','','wq'); +INSERT INTO `ctrl_classfile` VALUES ('iltestpersonalskillsgui','Modules/Test/classes/class.ilTestPersonalSkillsGUI.php','','','wr'); +INSERT INTO `ctrl_classfile` VALUES ('ilmarkschemagui','Modules/Test/classes/class.ilMarkSchemaGUI.php','','','ws'); +INSERT INTO `ctrl_classfile` VALUES ('ilparticipantstestresultsgui','Modules/Test/classes/class.ilParticipantsTestResultsGUI.php','','','wt'); +INSERT INTO `ctrl_classfile` VALUES ('iltestparticipantsgui','Modules/Test/classes/class.ilTestParticipantsGUI.php','','','wu'); +INSERT INTO `ctrl_classfile` VALUES ('iltestplayerabstractgui','Modules/Test/classes/class.ilTestPlayerAbstractGUI.php','','','wv'); +INSERT INTO `ctrl_classfile` VALUES ('iltestresultsgui','Modules/Test/classes/class.ilTestResultsGUI.php','','','ww'); +INSERT INTO `ctrl_classfile` VALUES ('iltestscoringgui','Modules/Test/classes/class.ilTestScoringGUI.php','','','wx'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjtestverificationgui','Modules/Test/classes/class.ilObjTestVerificationGUI.php','','','wy'); +INSERT INTO `ctrl_classfile` VALUES ('iltestnavigationtoolbargui','Modules/Test/classes/class.ilTestNavigationToolbarGUI.php','','','wz'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcmycoursesgui','Modules/Portfolio/classes/class.ilPCMyCoursesGUI.php','','','x0'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjportfoliobasegui','Modules/Portfolio/classes/class.ilObjPortfolioBaseGUI.php','','','x1'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjportfolioadministrationgui','Modules/Portfolio/classes/class.ilObjPortfolioAdministrationGUI.php','','','x2'); +INSERT INTO `ctrl_classfile` VALUES ('ilportfoliopagetablegui','Modules/Portfolio/classes/class.ilPortfolioPageTableGUI.php','','','x3'); +INSERT INTO `ctrl_classfile` VALUES ('ilportfolioexercisegui','Modules/Portfolio/classes/class.ilPortfolioExerciseGUI.php','','','x4'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjportfoliotemplategui','Modules/Portfolio/classes/class.ilObjPortfolioTemplateGUI.php','','','x5'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjportfoliogui','Modules/Portfolio/classes/class.ilObjPortfolioGUI.php','','','x6'); +INSERT INTO `ctrl_classfile` VALUES ('ilportfoliotablegui','Modules/Portfolio/classes/class.ilPortfolioTableGUI.php','','','x7'); +INSERT INTO `ctrl_classfile` VALUES ('ilportfoliopagegui','Modules/Portfolio/classes/class.ilPortfolioPageGUI.php','','','x8'); +INSERT INTO `ctrl_classfile` VALUES ('ilportfoliotemplatepagegui','Modules/Portfolio/classes/class.ilPortfolioTemplatePageGUI.php','','','x9'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcconsultationhoursgui','Modules/Portfolio/classes/class.ilPCConsultationHoursGUI.php','','','xa'); +INSERT INTO `ctrl_classfile` VALUES ('ilportfoliorepositorygui','Modules/Portfolio/classes/class.ilPortfolioRepositoryGUI.php','','','xb'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdportfolioblockgui','Modules/Portfolio/classes/class.ilPDPortfolioBlockGUI.php','','','xc'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjportfoliotemplatelistgui','Modules/Portfolio/classes/class.ilObjPortfolioTemplateListGUI.php','','','xd'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjremotetestlistgui','Modules/RemoteTest/classes/class.ilObjRemoteTestListGUI.php','','','xe'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjremotetestgui','Modules/RemoteTest/classes/class.ilObjRemoteTestGUI.php','','','xf'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjremotecategorylistgui','Modules/RemoteCategory/classes/class.ilObjRemoteCategoryListGUI.php','','','xg'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjremotecategorygui','Modules/RemoteCategory/classes/class.ilObjRemoteCategoryGUI.php','','','xh'); +INSERT INTO `ctrl_classfile` VALUES ('ilscorm2004trackingitemstablegui','Modules/Scorm2004/classes/class.ilSCORM2004TrackingItemsTableGUI.php','','','xi'); +INSERT INTO `ctrl_classfile` VALUES ('ilscorm2004organizationhformgui','Modules/Scorm2004/classes/class.ilSCORM2004OrganizationHFormGUI.php','','','xj'); +INSERT INTO `ctrl_classfile` VALUES ('ilscorm2004editorexplorergui','Modules/Scorm2004/classes/class.ilSCORM2004EditorExplorerGUI.php','','','xk'); +INSERT INTO `ctrl_classfile` VALUES ('ilscorm2004pagegui','Modules/Scorm2004/classes/class.ilSCORM2004PageGUI.php','','','xl'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjectivesalignmenttablegui','Modules/Scorm2004/classes/class.ilObjectivesAlignmentTableGUI.php','','','xm'); +INSERT INTO `ctrl_classfile` VALUES ('ilglossaryselectorgui','Modules/Scorm2004/classes/class.ilGlossarySelectorGUI.php','','','xn'); +INSERT INTO `ctrl_classfile` VALUES ('ilscorm2004scogui','Modules/Scorm2004/classes/class.ilSCORM2004ScoGUI.php','','','xo'); +INSERT INTO `ctrl_classfile` VALUES ('ilscorm2004trackingitemsperuserfiltergui','Modules/Scorm2004/classes/class.ilSCORM2004TrackingItemsPerUserFilterGUI.php','','','xp'); +INSERT INTO `ctrl_classfile` VALUES ('ilscorm2004exporttablegui','Modules/Scorm2004/classes/class.ilSCORM2004ExportTableGUI.php','','','xq'); +INSERT INTO `ctrl_classfile` VALUES ('ilscorm2004nodegui','Modules/Scorm2004/classes/class.ilSCORM2004NodeGUI.php','','','xr'); +INSERT INTO `ctrl_classfile` VALUES ('ilscorm2004assetgui','Modules/Scorm2004/classes/class.ilSCORM2004AssetGUI.php','','','xs'); +INSERT INTO `ctrl_classfile` VALUES ('ilscormspecialpagestablegui','Modules/Scorm2004/classes/class.ilScormSpecialPagesTableGUI.php','','','xt'); +INSERT INTO `ctrl_classfile` VALUES ('ilscorm13player','Modules/Scorm2004/classes/ilSCORM13Player.php','','','xu'); +INSERT INTO `ctrl_classfile` VALUES ('ilscorm2004trackingtablegui','Modules/Scorm2004/classes/class.ilSCORM2004TrackingTableGUI.php','','','xv'); +INSERT INTO `ctrl_classfile` VALUES ('ilscorm2004seqchaptergui','Modules/Scorm2004/classes/class.ilSCORM2004SeqChapterGUI.php','','','xw'); +INSERT INTO `ctrl_classfile` VALUES ('ilscorm2004trackingitemsperscofiltergui','Modules/Scorm2004/classes/class.ilSCORM2004TrackingItemsPerScoFilterGUI.php','','','xx'); +INSERT INTO `ctrl_classfile` VALUES ('ilscorm2004pagenodegui','Modules/Scorm2004/classes/class.ilSCORM2004PageNodeGUI.php','','','xy'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjscorm2004learningmodulegui','Modules/Scorm2004/classes/class.ilObjSCORM2004LearningModuleGUI.php','','','xz'); +INSERT INTO `ctrl_classfile` VALUES ('ilscorm2004chaptergui','Modules/Scorm2004/classes/class.ilSCORM2004ChapterGUI.php','','','y0'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcourseverificationgui','Modules/Course/classes/Verification/class.ilObjCourseVerificationGUI.php','','','y1'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcourseverificationlistgui','Modules/Course/classes/Verification/class.ilObjCourseVerificationListGUI.php','','','y2'); +INSERT INTO `ctrl_classfile` VALUES ('ilcourseverificationtablegui','Modules/Course/classes/Verification/class.ilCourseVerificationTableGUI.php','','','y3'); +INSERT INTO `ctrl_classfile` VALUES ('iltimingsmanagetablegui','Modules/Course/classes/Timings/class.ilTimingsManageTableGUI.php','','','y4'); +INSERT INTO `ctrl_classfile` VALUES ('iltimingspersonaltablegui','Modules/Course/classes/Timings/class.ilTimingsPersonalTableGUI.php','','','y5'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcourselistgui','Modules/Course/classes/class.ilObjCourseListGUI.php','','','y6'); +INSERT INTO `ctrl_classfile` VALUES ('ilcourseobjectivestablegui','Modules/Course/classes/class.ilCourseObjectivesTableGUI.php','','','y7'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcoursegui','Modules/Course/classes/class.ilObjCourseGUI.php','','','y8'); +INSERT INTO `ctrl_classfile` VALUES ('illomembertestresultgui','Modules/Course/classes/Objectives/class.ilLOMemberTestResultGUI.php','','','y9'); +INSERT INTO `ctrl_classfile` VALUES ('illotestassignmenttablegui','Modules/Course/classes/Objectives/class.ilLOTestAssignmentTableGUI.php','','','ya'); +INSERT INTO `ctrl_classfile` VALUES ('illomembertestresulttablegui','Modules/Course/classes/Objectives/class.ilLOMemberTestResultTableGUI.php','','','yb'); +INSERT INTO `ctrl_classfile` VALUES ('illopagegui','Modules/Course/classes/Objectives/class.ilLOPageGUI.php','','','yc'); +INSERT INTO `ctrl_classfile` VALUES ('illoeditorgui','Modules/Course/classes/Objectives/class.ilLOEditorGUI.php','','','yd'); +INSERT INTO `ctrl_classfile` VALUES ('ilcoursegroupingtablegui','Modules/Course/classes/class.ilCourseGroupingTableGUI.php','','','ye'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcourseadministrationgui','Modules/Course/classes/class.ilObjCourseAdministrationGUI.php','','','yf'); +INSERT INTO `ctrl_classfile` VALUES ('ilcoursestartobjectstablegui','Modules/Course/classes/class.ilCourseStartObjectsTableGUI.php','','','yg'); +INSERT INTO `ctrl_classfile` VALUES ('ilcourseinfofiletablegui','Modules/Course/classes/class.ilCourseInfoFileTableGUI.php','','','yh'); +INSERT INTO `ctrl_classfile` VALUES ('ilcourseobjectivequestionassignmenttablegui','Modules/Course/classes/class.ilCourseObjectiveQuestionAssignmentTableGUI.php','','','yi'); +INSERT INTO `ctrl_classfile` VALUES ('ilcourseeditparticipantstablegui','Modules/Course/classes/class.ilCourseEditParticipantsTableGUI.php','','','yj'); +INSERT INTO `ctrl_classfile` VALUES ('ilcourseobjectivesgui','Modules/Course/classes/class.ilCourseObjectivesGUI.php','','','yk'); +INSERT INTO `ctrl_classfile` VALUES ('ilcourseparticipantsgroupstablegui','Modules/Course/classes/class.ilCourseParticipantsGroupsTableGUI.php','','','yl'); +INSERT INTO `ctrl_classfile` VALUES ('ilcoursegroupingassignmenttablegui','Modules/Course/classes/class.ilCourseGroupingAssignmentTableGUI.php','','','ym'); +INSERT INTO `ctrl_classfile` VALUES ('ilcourseregistrationgui','Modules/Course/classes/class.ilCourseRegistrationGUI.php','','','yn'); +INSERT INTO `ctrl_classfile` VALUES ('ilcourseobjectivelistgui','Modules/Course/classes/class.ilCourseObjectiveListGUI.php','','','yo'); +INSERT INTO `ctrl_classfile` VALUES ('ilcourseparticipantstablegui','Modules/Course/classes/class.ilCourseParticipantsTableGUI.php','','','yp'); +INSERT INTO `ctrl_classfile` VALUES ('ilcourselpbadgegui','Modules/Course/classes/Badges/class.ilCourseLPBadgeGUI.php','','','yq'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcoursegroupinggui','Modules/Course/classes/class.ilObjCourseGroupingGUI.php','','','yr'); +INSERT INTO `ctrl_classfile` VALUES ('ilcoursemembershipgui','Modules/Course/classes/class.ilCourseMembershipGUI.php','','','ys'); +INSERT INTO `ctrl_classfile` VALUES ('ilcourseobjectivematerialassignmenttablegui','Modules/Course/classes/class.ilCourseObjectiveMaterialAssignmentTableGUI.php','','','yt'); +INSERT INTO `ctrl_classfile` VALUES ('ilcourseparticipantsgroupsgui','Modules/Course/classes/class.ilCourseParticipantsGroupsGUI.php','','','yu'); +INSERT INTO `ctrl_classfile` VALUES ('ilcoursecontentgui','Modules/Course/classes/class.ilCourseContentGUI.php','','','yv'); +INSERT INTO `ctrl_classfile` VALUES ('ilcourseobjectivequestionstablegui','Modules/Course/classes/class.ilCourseObjectiveQuestionsTableGUI.php','','','yw'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcontentpagelistgui','Modules/ContentPage/classes/class.ilObjContentPageListGUI.php','','','yx'); +INSERT INTO `ctrl_classfile` VALUES ('ilcontentpagepagegui','Modules/ContentPage/classes/class.ilContentPagePageGUI.php','','','yy'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcontentpagegui','Modules/ContentPage/classes/class.ilObjContentPageGUI.php','','','yz'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjrootfolderlistgui','Modules/RootFolder/classes/class.ilObjRootFolderListGUI.php','','','z0'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjrootfoldergui','Modules/RootFolder/classes/class.ilObjRootFolderGUI.php','','','z1'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjremotegroupgui','Modules/RemoteGroup/classes/class.ilObjRemoteGroupGUI.php','','','z2'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjremotegrouplistgui','Modules/RemoteGroup/classes/class.ilObjRemoteGroupListGUI.php','','','z3'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjremotefilegui','Modules/RemoteFile/classes/class.ilObjRemoteFileGUI.php','','','z4'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjremotefilelistgui','Modules/RemoteFile/classes/class.ilObjRemoteFileListGUI.php','','','z5'); +INSERT INTO `ctrl_classfile` VALUES ('ilextidgui','Modules/OrgUnit/classes/ExtId/class.ilExtIdGUI.php','','','z6'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitotherrolestablegui','Modules/OrgUnit/classes/Staff/class.ilOrgUnitOtherRolesTableGUI.php','','','z7'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitstafftablegui','Modules/OrgUnit/classes/Staff/class.ilOrgUnitStaffTableGUI.php','','','z8'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitstaffgui','Modules/OrgUnit/classes/Staff/class.ilOrgUnitStaffGUI.php','','','z9'); +INSERT INTO `ctrl_classfile` VALUES ('ilorguuserpickertoolbarinputgui','Modules/OrgUnit/classes/class.ilOrguUserPickerToolbarInputGUI.php','','','za'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitpositiongui','Modules/OrgUnit/classes/Positions/class.ilOrgUnitPositionGUI.php','','','zb'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitdefaultpermissionformgui','Modules/OrgUnit/classes/Positions/Permissions/class.ilOrgUnitDefaultPermissionFormGUI.php','','','zc'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitpermissiontablegui','Modules/OrgUnit/classes/Positions/Permissions/class.ilOrgUnitPermissionTableGUI.php','','','zd'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitdefaultpermissiongui','Modules/OrgUnit/classes/Positions/Permissions/class.ilOrgUnitDefaultPermissionGUI.php','','','ze'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitpermissiongui','Modules/OrgUnit/classes/Positions/Permissions/class.ilOrgUnitPermissionGUI.php','','','zf'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitdefaultpermissiontablegui','Modules/OrgUnit/classes/Positions/Permissions/class.ilOrgUnitDefaultPermissionTableGUI.php','','','zg'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunituserassignmentgui','Modules/OrgUnit/classes/Positions/UserAssignment/class.ilOrgUnitUserAssignmentGUI.php','','','zh'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunituserassignmenttablegui','Modules/OrgUnit/classes/Positions/UserAssignment/class.ilOrgUnitUserAssignmentTableGUI.php','','','zi'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitpositionformgui','Modules/OrgUnit/classes/Positions/class.ilOrgUnitPositionFormGUI.php','','','zj'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitpositiontablegui','Modules/OrgUnit/classes/Positions/class.ilOrgUnitPositionTableGUI.php','','','zk'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitauthorityinputgui','Modules/OrgUnit/classes/Positions/Authorities/class.ilOrgUnitAuthorityInputGUI.php','','','zl'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitmultilineinputgui','Modules/OrgUnit/classes/Positions/Authorities/class.ilOrgUnitMultiLineInputGUI.php','','','zm'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitgenericmultiinputgui','Modules/OrgUnit/classes/Positions/Authorities/class.ilOrgUnitGenericMultiInputGUI.php','','','zn'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitauthorityformgui','Modules/OrgUnit/classes/Positions/Authorities/class.ilOrgUnitAuthorityFormGUI.php','','','zo'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjorgunitgui','Modules/OrgUnit/classes/class.ilObjOrgUnitGUI.php','','','zp'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjorgunitlistgui','Modules/OrgUnit/classes/class.ilObjOrgUnitListGUI.php','','','zq'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitsimpleuserimportgui','Modules/OrgUnit/classes/SimpleUserImport/class.ilOrgUnitSimpleUserImportGUI.php','','','zr'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitexplorergui','Modules/OrgUnit/classes/class.ilOrgUnitExplorerGUI.php','','','zs'); +INSERT INTO `ctrl_classfile` VALUES ('illocalusergui','Modules/OrgUnit/classes/LocalUser/class.ilLocalUserGUI.php','','','zt'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitexportgui','Modules/OrgUnit/classes/class.ilOrgUnitExportGUI.php','','','zu'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitsimpleimportgui','Modules/OrgUnit/classes/SimpleImport/class.ilOrgUnitSimpleImportGUI.php','','','zv'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitextensiongui','Modules/OrgUnit/classes/Extension/class.ilOrgUnitExtensionGUI.php','','','zw'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitextensionlistgui','Modules/OrgUnit/classes/Extension/class.ilOrgUnitExtensionListGUI.php','','','zx'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjorgunitsettingsformgui','Modules/OrgUnit/classes/Settings/class.ilObjOrgUnitSettingsFormGUI.php','','','zy'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunitglobalsettingsgui','Modules/OrgUnit/classes/Settings/class.ilOrgUnitGlobalSettingsGUI.php','','','zz'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunittypetablegui','Modules/OrgUnit/classes/Types/class.ilOrgUnitTypeTableGUI.php','','','100'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunittypecustomiconsformgui','Modules/OrgUnit/classes/Types/class.ilOrgUnitTypeCustomIconsFormGUI.php','','','101'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunittypeadvancedmetadataformgui','Modules/OrgUnit/classes/Types/class.ilOrgUnitTypeAdvancedMetaDataFormGUI.php','','','102'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunittypeformgui','Modules/OrgUnit/classes/Types/class.ilOrgUnitTypeFormGUI.php','','','103'); +INSERT INTO `ctrl_classfile` VALUES ('ilorgunittypegui','Modules/OrgUnit/classes/Types/class.ilOrgUnitTypeGUI.php','','','104'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjfilelistgui','Modules/File/classes/class.ilObjFileListGUI.php','','','105'); +INSERT INTO `ctrl_classfile` VALUES ('ilfilenewsrenderergui','Modules/File/classes/class.ilFileNewsRendererGUI.php','','','106'); +INSERT INTO `ctrl_classfile` VALUES ('ilfileversionformgui','Modules/File/classes/Versions/class.ilFileVersionFormGUI.php','','','107'); +INSERT INTO `ctrl_classfile` VALUES ('ilfileversiontablegui','Modules/File/classes/Versions/class.ilFileVersionTableGUI.php','','','108'); +INSERT INTO `ctrl_classfile` VALUES ('ilfileversionstablegui','Modules/File/classes/Versions/class.ilFileVersionsTableGUI.php','','','109'); +INSERT INTO `ctrl_classfile` VALUES ('ilfileversionsgui','Modules/File/classes/Versions/class.ilFileVersionsGUI.php','','','10a'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjfilegui','Modules/File/classes/class.ilObjFileGUI.php','','','10b'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjfileaccesssettingsgui','Modules/File/classes/class.ilObjFileAccessSettingsGUI.php','','','10c'); +INSERT INTO `ctrl_classfile` VALUES ('ilitemgroupitemstablegui','Modules/ItemGroup/classes/class.ilItemGroupItemsTableGUI.php','','','10d'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjitemgroupgui','Modules/ItemGroup/classes/class.ilObjItemGroupGUI.php','','','10e'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjitemgrouplistgui','Modules/ItemGroup/classes/class.ilObjItemGroupListGUI.php','','','10f'); +INSERT INTO `ctrl_classfile` VALUES ('ilmediacasttablegui','Modules/MediaCast/classes/class.ilMediaCastTableGUI.php','','','10g'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjmediacastlistgui','Modules/MediaCast/classes/class.ilObjMediaCastListGUI.php','','','10h'); +INSERT INTO `ctrl_classfile` VALUES ('ilmediacasthandlergui','Modules/MediaCast/classes/class.ilMediaCastHandlerGUI.php','','','10i'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjmediacastsettingsgui','Modules/MediaCast/classes/class.ilObjMediaCastSettingsGUI.php','','','10j'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjmediacastgui','Modules/MediaCast/classes/class.ilObjMediaCastGUI.php','','','10k'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjstudyprogrammeadmingui','Modules/StudyProgramme/classes/class.ilObjStudyProgrammeAdminGUI.php','','','10l'); +INSERT INTO `ctrl_classfile` VALUES ('ilstudyprogrammerepositorysearchgui','Modules/StudyProgramme/classes/class.ilStudyProgrammeRepositorySearchGUI.php','','','10m'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdstudyprogrammesimplelistgui','Modules/StudyProgramme/classes/class.ilPDStudyProgrammeSimpleListGUI.php','','','10n'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjstudyprogrammelistgui','Modules/StudyProgramme/classes/class.ilObjStudyProgrammeListGUI.php','','','10o'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjstudyprogrammetreegui','Modules/StudyProgramme/classes/class.ilObjStudyProgrammeTreeGUI.php','','','10p'); +INSERT INTO `ctrl_classfile` VALUES ('ilasyncpropertyformgui','Modules/StudyProgramme/classes/helpers/class.ilAsyncPropertyFormGUI.php','','','10q'); +INSERT INTO `ctrl_classfile` VALUES ('ilstudyprogrammecourselistgui','Modules/StudyProgramme/classes/class.ilStudyProgrammeCourseListGUI.php','','','10r'); +INSERT INTO `ctrl_classfile` VALUES ('ilstudyprogrammeindividualplanprogresslistgui','Modules/StudyProgramme/classes/class.ilStudyProgrammeIndividualPlanProgressListGUI.php','','','10s'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjstudyprogrammesettingsgui','Modules/StudyProgramme/classes/class.ilObjStudyProgrammeSettingsGUI.php','','','10t'); +INSERT INTO `ctrl_classfile` VALUES ('ilstudyprogrammememberstablegui','Modules/StudyProgramme/classes/class.ilStudyProgrammeMembersTableGUI.php','','','10u'); +INSERT INTO `ctrl_classfile` VALUES ('ilstudyprogrammeacknowledgecompletedcoursestablegui','Modules/StudyProgramme/classes/class.ilStudyProgrammeAcknowledgeCompletedCoursesTableGUI.php','','','10v'); +INSERT INTO `ctrl_classfile` VALUES ('ilpdstudyprogrammeexpandablelistgui','Modules/StudyProgramme/classes/class.ilPDStudyProgrammeExpandableListGUI.php','','','10w'); +INSERT INTO `ctrl_classfile` VALUES ('ilstudyprogrammetypecustomiconsformgui','Modules/StudyProgramme/classes/types/class.ilStudyProgrammeTypeCustomIconsFormGUI.php','','','10x'); +INSERT INTO `ctrl_classfile` VALUES ('ilstudyprogrammetypeadvancedmetadataformgui','Modules/StudyProgramme/classes/types/class.ilStudyProgrammeTypeAdvancedMetaDataFormGUI.php','','','10y'); +INSERT INTO `ctrl_classfile` VALUES ('ilstudyprogrammetypetablegui','Modules/StudyProgramme/classes/types/class.ilStudyProgrammeTypeTableGUI.php','','','10z'); +INSERT INTO `ctrl_classfile` VALUES ('ilstudyprogrammetypeformgui','Modules/StudyProgramme/classes/types/class.ilStudyProgrammeTypeFormGUI.php','','','110'); +INSERT INTO `ctrl_classfile` VALUES ('ilstudyprogrammetypegui','Modules/StudyProgramme/classes/types/class.ilStudyProgrammeTypeGUI.php','','','111'); +INSERT INTO `ctrl_classfile` VALUES ('ilstudyprogrammeexpandableprogresslistgui','Modules/StudyProgramme/classes/class.ilStudyProgrammeExpandableProgressListGUI.php','','','112'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjstudyprogrammemembersgui','Modules/StudyProgramme/classes/class.ilObjStudyProgrammeMembersGUI.php','','','113'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjstudyprogrammetreeexplorergui','Modules/StudyProgramme/classes/class.ilObjStudyProgrammeTreeExplorerGUI.php','','','114'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjstudyprogrammegui','Modules/StudyProgramme/classes/class.ilObjStudyProgrammeGUI.php','','','115'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjstudyprogrammeindividualplangui','Modules/StudyProgramme/classes/class.ilObjStudyProgrammeIndividualPlanGUI.php','','','116'); +INSERT INTO `ctrl_classfile` VALUES ('ilstudyprogrammeprogresslistgui','Modules/StudyProgramme/classes/class.ilStudyProgrammeProgressListGUI.php','','','117'); +INSERT INTO `ctrl_classfile` VALUES ('ilstudyprogrammeindividualplantablegui','Modules/StudyProgramme/classes/class.ilStudyProgrammeIndividualPlanTableGUI.php','','','118'); +INSERT INTO `ctrl_classfile` VALUES ('ilgroupparticipantstablegui','Modules/Group/classes/class.ilGroupParticipantsTableGUI.php','','','119'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjgroupadministrationgui','Modules/Group/classes/class.ilObjGroupAdministrationGUI.php','','','11a'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjgrouplistgui','Modules/Group/classes/class.ilObjGroupListGUI.php','','','11b'); +INSERT INTO `ctrl_classfile` VALUES ('ilgroupregistrationgui','Modules/Group/classes/class.ilGroupRegistrationGUI.php','','','11c'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjgroupgui','Modules/Group/classes/class.ilObjGroupGUI.php','','','11d'); +INSERT INTO `ctrl_classfile` VALUES ('ilgroupeditparticipantstablegui','Modules/Group/classes/class.ilGroupEditParticipantsTableGUI.php','','','11e'); +INSERT INTO `ctrl_classfile` VALUES ('ilgroupmembershipgui','Modules/Group/classes/class.ilGroupMembershipGUI.php','','','11f'); +INSERT INTO `ctrl_classfile` VALUES ('ilgroupuseractionsgui','Modules/Group/UserActions/classes/class.ilGroupUserActionsGUI.php','','','11g'); +INSERT INTO `ctrl_classfile` VALUES ('ilgroupactiontargetexplorergui','Modules/Group/UserActions/classes/class.ilGroupActionTargetExplorerGUI.php','','','11h'); +INSERT INTO `ctrl_classfile` VALUES ('ilgroupaddtogroupactiongui','Modules/Group/UserActions/classes/class.ilGroupAddToGroupActionGUI.php','','','11i'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjexternalfeedgui','Modules/ExternalFeed/classes/class.ilObjExternalFeedGUI.php','','','11j'); +INSERT INTO `ctrl_classfile` VALUES ('ilexternalfeedhandlergui','Modules/ExternalFeed/classes/class.ilExternalFeedHandlerGUI.php','','','11k'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjexternalfeedlistgui','Modules/ExternalFeed/classes/class.ilObjExternalFeedListGUI.php','','','11l'); +INSERT INTO `ctrl_classfile` VALUES ('ilcategoryassignroletablegui','Modules/Category/classes/class.ilCategoryAssignRoleTableGUI.php','','','11m'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcategorygui','Modules/Category/classes/class.ilObjCategoryGUI.php','','','11n'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjcategorylistgui','Modules/Category/classes/class.ilObjCategoryListGUI.php','','','11o'); +INSERT INTO `ctrl_classfile` VALUES ('ilmediapoolpresentationgui','Modules/MediaPool/classes/class.ilMediaPoolPresentationGUI.php','','','11p'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjmediapoollistgui','Modules/MediaPool/classes/class.ilObjMediaPoolListGUI.php','','','11q'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjmediapoolgui','Modules/MediaPool/classes/class.ilObjMediaPoolGUI.php','','','11r'); +INSERT INTO `ctrl_classfile` VALUES ('ilmediapoolimportgui','Modules/MediaPool/classes/class.ilMediaPoolImportGUI.php','','','11s'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjmediapoolsubitemlistgui','Modules/MediaPool/classes/class.ilObjMediaPoolSubItemListGUI.php','','','11t'); +INSERT INTO `ctrl_classfile` VALUES ('ilmediapoolpagegui','Modules/MediaPool/classes/class.ilMediaPoolPageGUI.php','','','11u'); +INSERT INTO `ctrl_classfile` VALUES ('ilmediapoolpageusagestablegui','Modules/MediaPool/classes/class.ilMediaPoolPageUsagesTableGUI.php','','','11v'); +INSERT INTO `ctrl_classfile` VALUES ('iluploaddirfilestablegui','Modules/MediaPool/classes/class.ilUploadDirFilesTableGUI.php','','','11w'); +INSERT INTO `ctrl_classfile` VALUES ('ilmediapoolexplorergui','Modules/MediaPool/classes/class.ilMediaPoolExplorerGUI.php','','','11x'); +INSERT INTO `ctrl_classfile` VALUES ('ilmediapooltablegui','Modules/MediaPool/classes/class.ilMediaPoolTableGUI.php','','','11y'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjworkspacerootfoldergui','Modules/WorkspaceRootFolder/classes/class.ilObjWorkspaceRootFolderGUI.php','','','11z'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjworkspacerootfolderlistgui','Modules/WorkspaceRootFolder/classes/class.ilObjWorkspaceRootFolderListGUI.php','','','120'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjpolllistgui','Modules/Poll/classes/class.ilObjPollListGUI.php','','','121'); +INSERT INTO `ctrl_classfile` VALUES ('ilpollusertablegui','Modules/Poll/classes/class.ilPollUserTableGUI.php','','','122'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjpollgui','Modules/Poll/classes/class.ilObjPollGUI.php','','','123'); +INSERT INTO `ctrl_classfile` VALUES ('ilpollanswertablegui','Modules/Poll/classes/class.ilPollAnswerTableGUI.php','','','124'); +INSERT INTO `ctrl_classfile` VALUES ('ilpollblockgui','Modules/Poll/classes/class.ilPollBlockGUI.php','','','125'); +INSERT INTO `ctrl_classfile` VALUES ('ilwikiimportantpagesblockgui','Modules/Wiki/classes/class.ilWikiImportantPagesBlockGUI.php','','','126'); +INSERT INTO `ctrl_classfile` VALUES ('ilwikirecentchangestablegui','Modules/Wiki/classes/class.ilWikiRecentChangesTableGUI.php','','','127'); +INSERT INTO `ctrl_classfile` VALUES ('ilwikinewsrenderergui','Modules/Wiki/classes/class.ilWikiNewsRendererGUI.php','','','128'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjwikilistgui','Modules/Wiki/classes/class.ilObjWikiListGUI.php','','','129'); +INSERT INTO `ctrl_classfile` VALUES ('ilwikipagetemplatestablegui','Modules/Wiki/classes/class.ilWikiPageTemplatesTableGUI.php','','','12a'); +INSERT INTO `ctrl_classfile` VALUES ('ilwikiexportordertablegui','Modules/Wiki/classes/class.ilWikiExportOrderTableGUI.php','','','12b'); +INSERT INTO `ctrl_classfile` VALUES ('ilwikicontributorstablegui','Modules/Wiki/classes/class.ilWikiContributorsTableGUI.php','','','12c'); +INSERT INTO `ctrl_classfile` VALUES ('ilwikifunctionsblockgui','Modules/Wiki/classes/class.ilWikiFunctionsBlockGUI.php','','','12d'); +INSERT INTO `ctrl_classfile` VALUES ('ilwikipagegui','Modules/Wiki/classes/class.ilWikiPageGUI.php','','','12e'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjwikisubitemlistgui','Modules/Wiki/classes/class.ilObjWikiSubItemListGUI.php','','','12f'); +INSERT INTO `ctrl_classfile` VALUES ('ilwikipagetemplategui','Modules/Wiki/classes/class.ilWikiPageTemplateGUI.php','','','12g'); +INSERT INTO `ctrl_classfile` VALUES ('ilwikihandlergui','Modules/Wiki/classes/class.ilWikiHandlerGUI.php','','','12h'); +INSERT INTO `ctrl_classfile` VALUES ('ilwikisideblockgui','Modules/Wiki/classes/class.ilWikiSideBlockGUI.php','','','12i'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjwikisearchresulttablegui','Modules/Wiki/classes/class.ilObjWikiSearchResultTableGUI.php','','','12j'); +INSERT INTO `ctrl_classfile` VALUES ('ilwikisearchblockgui','Modules/Wiki/classes/class.ilWikiSearchBlockGUI.php','','','12k'); +INSERT INTO `ctrl_classfile` VALUES ('ilimportantpagestablegui','Modules/Wiki/classes/class.ilImportantPagesTableGUI.php','','','12l'); +INSERT INTO `ctrl_classfile` VALUES ('ilwikipagestablegui','Modules/Wiki/classes/class.ilWikiPagesTableGUI.php','','','12m'); +INSERT INTO `ctrl_classfile` VALUES ('ilwikisearchresultstablegui','Modules/Wiki/classes/class.ilWikiSearchResultsTableGUI.php','','','12n'); +INSERT INTO `ctrl_classfile` VALUES ('ilpcamdpagelistgui','Modules/Wiki/classes/class.ilPCAMDPageListGUI.php','','','12o'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjwikisettingsgui','Modules/Wiki/classes/class.ilObjWikiSettingsGUI.php','','','12p'); +INSERT INTO `ctrl_classfile` VALUES ('ilwikistatgui','Modules/Wiki/classes/class.ilWikiStatGUI.php','','','12q'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjwikigui','Modules/Wiki/classes/class.ilObjWikiGUI.php','','','12r'); +INSERT INTO `ctrl_classfile` VALUES ('ilmatrixrowwizardinputgui','Modules/SurveyQuestionPool/classes/class.ilMatrixRowWizardInputGUI.php','','','12s'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjsurveyquestionpoollistgui','Modules/SurveyQuestionPool/classes/class.ilObjSurveyQuestionPoolListGUI.php','','','12t'); +INSERT INTO `ctrl_classfile` VALUES ('surveymultiplechoicequestiongui','Modules/SurveyQuestionPool/classes/class.SurveyMultipleChoiceQuestionGUI.php','','','12u'); +INSERT INTO `ctrl_classfile` VALUES ('ilcategorywizardinputgui','Modules/SurveyQuestionPool/classes/class.ilCategoryWizardInputGUI.php','','','12v'); +INSERT INTO `ctrl_classfile` VALUES ('surveymetricquestiongui','Modules/SurveyQuestionPool/classes/class.SurveyMetricQuestionGUI.php','','','12w'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyphrasesgui','Modules/SurveyQuestionPool/classes/class.ilSurveyPhrasesGUI.php','','','12x'); +INSERT INTO `ctrl_classfile` VALUES ('surveymaterialssourcetablegui','Modules/SurveyQuestionPool/classes/tables/class.SurveyMaterialsSourceTableGUI.php','','','12y'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyquestionpoolexporttablegui','Modules/SurveyQuestionPool/classes/tables/class.ilSurveyQuestionPoolExportTableGUI.php','','','12z'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveymaterialstablegui','Modules/SurveyQuestionPool/classes/tables/class.ilSurveyMaterialsTableGUI.php','','','130'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyphrasestablegui','Modules/SurveyQuestionPool/classes/tables/class.ilSurveyPhrasesTableGUI.php','','','131'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveysavephrasetablegui','Modules/SurveyQuestionPool/classes/tables/class.ilSurveySavePhraseTableGUI.php','','','132'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyquestionstablegui','Modules/SurveyQuestionPool/classes/tables/class.ilSurveyQuestionsTableGUI.php','','','133'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjsurveyquestionpoolgui','Modules/SurveyQuestionPool/classes/class.ilObjSurveyQuestionPoolGUI.php','','','134'); +INSERT INTO `ctrl_classfile` VALUES ('surveytextquestiongui','Modules/SurveyQuestionPool/classes/class.SurveyTextQuestionGUI.php','','','135'); +INSERT INTO `ctrl_classfile` VALUES ('surveyquestiongui','Modules/SurveyQuestionPool/classes/class.SurveyQuestionGUI.php','','','136'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveysynctablegui','Modules/SurveyQuestionPool/classes/class.ilSurveySyncTableGUI.php','','','137'); +INSERT INTO `ctrl_classfile` VALUES ('surveysinglechoicequestiongui','Modules/SurveyQuestionPool/classes/class.SurveySingleChoiceQuestionGUI.php','','','138'); +INSERT INTO `ctrl_classfile` VALUES ('surveymatrixquestiongui','Modules/SurveyQuestionPool/classes/class.SurveyMatrixQuestionGUI.php','','','139'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveypagegui','Modules/Survey/classes/class.ilSurveyPageGUI.php','','','13a'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyskillthresholdstablegui','Modules/Survey/classes/class.ilSurveySkillThresholdsTableGUI.php','','','13b'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveycontainsdatamessageboxgui','Modules/Survey/classes/class.ilSurveyContainsDataMessageBoxGUI.php','','','13c'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyskillassignmenttablegui','Modules/Survey/classes/class.ilSurveySkillAssignmentTableGUI.php','','','13d'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjsurveygui','Modules/Survey/classes/class.ilObjSurveyGUI.php','','','13e'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyeditorgui','Modules/Survey/classes/class.ilSurveyEditorGUI.php','','','13f'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyskilldeterminationgui','Modules/Survey/classes/class.ilSurveySkillDeterminationGUI.php','','','13g'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyinviteduserstablegui','Modules/Survey/classes/tables/class.ilSurveyInvitedUsersTableGUI.php','','','13h'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyparticipantstablegui','Modules/Survey/classes/tables/class.ilSurveyParticipantsTableGUI.php','','','13i'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyappraiseestablegui','Modules/Survey/classes/tables/class.ilSurveyAppraiseesTableGUI.php','','','13j'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyquestionblockbrowsertablegui','Modules/Survey/classes/tables/class.ilSurveyQuestionblockbrowserTableGUI.php','','','13k'); +INSERT INTO `ctrl_classfile` VALUES ('ilspecialuserstablegui','Modules/Survey/classes/tables/class.ilSpecialUsersTableGUI.php','','','13l'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveycodestablegui','Modules/Survey/classes/tables/class.ilSurveyCodesTableGUI.php','','','13m'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveycodesedittablegui','Modules/Survey/classes/tables/class.ilSurveyCodesEditTableGUI.php','','','13n'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyresultsusertablegui','Modules/Survey/classes/tables/class.ilSurveyResultsUserTableGUI.php','','','13o'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyresultscumulatedtablegui','Modules/Survey/classes/tables/class.ilSurveyResultsCumulatedTableGUI.php','','','13p'); +INSERT INTO `ctrl_classfile` VALUES ('surveyconstraintstablegui','Modules/Survey/classes/tables/class.SurveyConstraintsTableGUI.php','','','13q'); +INSERT INTO `ctrl_classfile` VALUES ('ilfounduserstablegui','Modules/Survey/classes/tables/class.ilFoundUsersTableGUI.php','','','13r'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveymaintenancetablegui','Modules/Survey/classes/tables/class.ilSurveyMaintenanceTableGUI.php','','','13s'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyquestionbrowsertablegui','Modules/Survey/classes/tables/class.ilSurveyQuestionbrowserTableGUI.php','','','13t'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyconstraintsgui','Modules/Survey/classes/class.ilSurveyConstraintsGUI.php','','','13u'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyskilltablegui','Modules/Survey/classes/class.ilSurveySkillTableGUI.php','','','13v'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyskillgui','Modules/Survey/classes/class.ilSurveySkillGUI.php','','','13w'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyexecutiongui','Modules/Survey/classes/class.ilSurveyExecutionGUI.php','','','13x'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyskillthresholdsgui','Modules/Survey/classes/class.ilSurveySkillThresholdsGUI.php','','','13y'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjsurveylistgui','Modules/Survey/classes/class.ilObjSurveyListGUI.php','','','13z'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyquestiontablegui','Modules/Survey/classes/class.ilSurveyQuestionTableGUI.php','','','140'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyskillchangestablegui','Modules/Survey/classes/class.ilSurveySkillChangesTableGUI.php','','','141'); +INSERT INTO `ctrl_classfile` VALUES ('ilobjsurveyadministrationgui','Modules/Survey/classes/class.ilObjSurveyAdministrationGUI.php','','','142'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyevaluationgui','Modules/Survey/classes/class.ilSurveyEvaluationGUI.php','','','143'); +INSERT INTO `ctrl_classfile` VALUES ('ilsurveyparticipantsgui','Modules/Survey/classes/class.ilSurveyParticipantsGUI.php','','','144'); + +-- +-- Table structure for table `ctrl_structure` +-- + +CREATE TABLE `ctrl_structure` ( + `root_class` varchar(40) NOT NULL DEFAULT ' ', + `call_node` longtext DEFAULT NULL, + `forward` longtext DEFAULT NULL, + `parent` longtext DEFAULT NULL, + PRIMARY KEY (`root_class`) +) ; + +-- +-- Dumping data for table `ctrl_structure` +-- + +INSERT INTO `ctrl_structure` VALUES ('iladministrationgui','a:4052:{i:1;a:2:{s:5:\"class\";s:19:\"iladministrationgui\";s:6:\"parent\";i:0;}i:2;a:2:{s:5:\"class\";s:21:\"ilcourseobjectivesgui\";s:6:\"parent\";i:1;}i:3;a:2:{s:5:\"class\";s:29:\"ilobjaccessibilitysettingsgui\";s:6:\"parent\";i:1;}i:4;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3;}i:5;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:4;}i:6;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:5;}i:7;a:2:{s:5:\"class\";s:23:\"ilobjadvancededitinggui\";s:6:\"parent\";i:1;}i:8;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:7;}i:9;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:8;}i:10;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:9;}i:11;a:2:{s:5:\"class\";s:24:\"ilobjassessmentfoldergui\";s:6:\"parent\";i:1;}i:12;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:11;}i:13;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:12;}i:14;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:13;}i:15;a:2:{s:5:\"class\";s:20:\"ilobjauthsettingsgui\";s:6:\"parent\";i:1;}i:16;a:2:{s:5:\"class\";s:27:\"ilauthshibbolethsettingsgui\";s:6:\"parent\";i:15;}i:17;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:16;}i:18;a:2:{s:5:\"class\";s:17:\"illdapsettingsgui\";s:6:\"parent\";i:15;}i:19;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:18;}i:20;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:15;}i:21;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:20;}i:22;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:21;}i:23;a:2:{s:5:\"class\";s:19:\"ilradiussettingsgui\";s:6:\"parent\";i:15;}i:24;a:2:{s:5:\"class\";s:25:\"ilregistrationsettingsgui\";s:6:\"parent\";i:15;}i:25;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:24;}i:26;a:2:{s:5:\"class\";s:24:\"ilobjcalendarsettingsgui\";s:6:\"parent\";i:1;}i:27;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:26;}i:28;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:27;}i:29;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:28;}i:30;a:2:{s:5:\"class\";s:16:\"ilobjcategorygui\";s:6:\"parent\";i:1;}i:31;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:30;}i:32;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:31;}i:33;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:31;}i:34;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:31;}i:35;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:34;}i:36;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:34;}i:37;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:36;}i:38;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:34;}i:39;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:38;}i:40;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:34;}i:41;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:40;}i:42;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:34;}i:43;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:42;}i:44;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:31;}i:45;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:31;}i:46;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:31;}i:47;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:31;}i:48;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:31;}i:49;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:48;}i:50;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:31;}i:51;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:50;}i:52;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:50;}i:53;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:52;}i:54;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:50;}i:55;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:54;}i:56;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:50;}i:57;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:56;}i:58;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:50;}i:59;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:58;}i:60;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:31;}i:61;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:31;}i:62;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:31;}i:63;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:31;}i:64;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:31;}i:65;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:31;}i:66;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:31;}i:67;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:31;}i:68;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:31;}i:69;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:68;}i:70;a:2:{s:5:\"class\";s:22:\"ilcontainerlinklistgui\";s:6:\"parent\";i:30;}i:71;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:70;}i:72;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:30;}i:73;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:72;}i:74;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:73;}i:75;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:73;}i:76;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:73;}i:77;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:76;}i:78;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:76;}i:79;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:78;}i:80;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:76;}i:81;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:80;}i:82;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:76;}i:83;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:82;}i:84;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:76;}i:85;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:84;}i:86;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:73;}i:87;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:73;}i:88;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:73;}i:89;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:73;}i:90;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:73;}i:91;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:90;}i:92;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:73;}i:93;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:92;}i:94;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:92;}i:95;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:94;}i:96;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:92;}i:97;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:96;}i:98;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:92;}i:99;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:98;}i:100;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:92;}i:101;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:100;}i:102;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:73;}i:103;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:73;}i:104;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:73;}i:105;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:73;}i:106;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:73;}i:107;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:73;}i:108;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:73;}i:109;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:73;}i:110;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:73;}i:111;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:110;}i:112;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:72;}i:113;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:112;}i:114;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:72;}i:115;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:72;}i:116;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:30;}i:117;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:116;}i:118;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:30;}i:119;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:118;}i:120;a:2:{s:5:\"class\";s:18:\"ilobjuserfoldergui\";s:6:\"parent\";i:30;}i:121;a:2:{s:5:\"class\";s:20:\"iladminusersearchgui\";s:6:\"parent\";i:120;}i:122;a:2:{s:5:\"class\";s:12:\"ilobjusergui\";s:6:\"parent\";i:121;}i:123;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:122;}i:124;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:123;}i:125;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:123;}i:126;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:125;}i:127;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:126;}i:128;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:125;}i:129;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:128;}i:130;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:129;}i:131;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:129;}i:132;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:125;}i:133;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:132;}i:134;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:125;}i:135;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:134;}i:136;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:123;}i:137;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:136;}i:138;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:137;}i:139;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:136;}i:140;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:139;}i:141;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:140;}i:142;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:140;}i:143;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:136;}i:144;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:143;}i:145;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:123;}i:146;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:145;}i:147;a:2:{s:5:\"class\";s:17:\"ilobjilincusergui\";s:6:\"parent\";i:122;}i:148;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:120;}i:149;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:148;}i:150;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:149;}i:151;a:2:{s:5:\"class\";s:14:\"ilusertablegui\";s:6:\"parent\";i:120;}i:152;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:151;}i:153;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:152;}i:154;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:152;}i:155;a:2:{s:5:\"class\";s:12:\"ilobjusergui\";s:6:\"parent\";i:30;}i:156;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:155;}i:157;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:156;}i:158;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:156;}i:159;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:158;}i:160;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:159;}i:161;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:158;}i:162;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:161;}i:163;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:162;}i:164;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:162;}i:165;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:158;}i:166;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:165;}i:167;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:158;}i:168;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:167;}i:169;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:156;}i:170;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:169;}i:171;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:170;}i:172;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:169;}i:173;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:172;}i:174;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:173;}i:175;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:173;}i:176;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:169;}i:177;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:176;}i:178;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:156;}i:179;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:178;}i:180;a:2:{s:5:\"class\";s:17:\"ilobjilincusergui\";s:6:\"parent\";i:155;}i:181;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:30;}i:182;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:181;}i:183;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:182;}i:184;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:183;}i:185;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:183;}i:186;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:185;}i:187;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:183;}i:188;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:181;}i:189;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:181;}i:190;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:181;}i:191;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:190;}i:192;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:190;}i:193;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:192;}i:194;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:192;}i:195;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:194;}i:196;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:192;}i:197;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:190;}i:198;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:190;}i:199;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:190;}i:200;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:190;}i:201;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:190;}i:202;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:190;}i:203;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:190;}i:204;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:190;}i:205;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:204;}i:206;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:205;}i:207;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:205;}i:208;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:207;}i:209;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:205;}i:210;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:204;}i:211;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:210;}i:212;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:190;}i:213;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:190;}i:214;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:213;}i:215;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:214;}i:216;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:215;}i:217;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:215;}i:218;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:217;}i:219;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:215;}i:220;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:214;}i:221;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:220;}i:222;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:190;}i:223;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:190;}i:224;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:223;}i:225;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:224;}i:226;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:224;}i:227;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:224;}i:228;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:224;}i:229;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:224;}i:230;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:224;}i:231;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:224;}i:232;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:224;}i:233;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:224;}i:234;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:224;}i:235;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:190;}i:236;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:190;}i:237;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:190;}i:238;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:190;}i:239;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:190;}i:240;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:190;}i:241;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:181;}i:242;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:30;}i:243;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:242;}i:244;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:243;}i:245;a:2:{s:5:\"class\";s:25:\"ilobjcategoryreferencegui\";s:6:\"parent\";i:1;}i:246;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:245;}i:247;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:246;}i:248;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:247;}i:249;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:247;}i:250;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:247;}i:251;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:250;}i:252;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:250;}i:253;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:252;}i:254;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:250;}i:255;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:254;}i:256;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:250;}i:257;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:256;}i:258;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:250;}i:259;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:258;}i:260;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:247;}i:261;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:247;}i:262;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:247;}i:263;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:247;}i:264;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:247;}i:265;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:264;}i:266;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:247;}i:267;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:266;}i:268;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:266;}i:269;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:268;}i:270;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:266;}i:271;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:270;}i:272;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:266;}i:273;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:272;}i:274;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:266;}i:275;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:274;}i:276;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:247;}i:277;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:247;}i:278;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:247;}i:279;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:247;}i:280;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:247;}i:281;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:247;}i:282;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:247;}i:283;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:247;}i:284;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:247;}i:285;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:284;}i:286;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:246;}i:287;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:286;}i:288;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:246;}i:289;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:246;}i:290;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:245;}i:291;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:290;}i:292;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:291;}i:293;a:2:{s:5:\"class\";s:27:\"ilobjcertificatesettingsgui\";s:6:\"parent\";i:1;}i:294;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:293;}i:295;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:294;}i:296;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:295;}i:297;a:2:{s:5:\"class\";s:12:\"ilobjchatgui\";s:6:\"parent\";i:1;}i:298;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:297;}i:299;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:298;}i:300;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:299;}i:301;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:299;}i:302;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:299;}i:303;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:302;}i:304;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:302;}i:305;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:304;}i:306;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:302;}i:307;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:306;}i:308;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:302;}i:309;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:308;}i:310;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:302;}i:311;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:310;}i:312;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:299;}i:313;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:299;}i:314;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:299;}i:315;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:299;}i:316;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:299;}i:317;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:316;}i:318;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:299;}i:319;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:318;}i:320;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:318;}i:321;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:320;}i:322;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:318;}i:323;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:322;}i:324;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:318;}i:325;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:324;}i:326;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:318;}i:327;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:326;}i:328;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:299;}i:329;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:299;}i:330;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:299;}i:331;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:299;}i:332;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:299;}i:333;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:299;}i:334;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:299;}i:335;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:299;}i:336;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:299;}i:337;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:336;}i:338;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:298;}i:339;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:338;}i:340;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:298;}i:341;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:298;}i:342;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:297;}i:343;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:342;}i:344;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:297;}i:345;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:344;}i:346;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:345;}i:347;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:297;}i:348;a:2:{s:5:\"class\";s:18:\"ilobjchatservergui\";s:6:\"parent\";i:1;}i:349;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:348;}i:350;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:349;}i:351;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:350;}i:352;a:2:{s:5:\"class\";s:25:\"ilobjcomponentsettingsgui\";s:6:\"parent\";i:1;}i:353;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:352;}i:354;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:353;}i:355;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:354;}i:356;a:2:{s:5:\"class\";s:14:\"ilobjcoursegui\";s:6:\"parent\";i:1;}i:357;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:356;}i:358;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:357;}i:359;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:357;}i:360;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:357;}i:361;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:360;}i:362;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:360;}i:363;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:362;}i:364;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:360;}i:365;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:364;}i:366;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:360;}i:367;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:366;}i:368;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:360;}i:369;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:368;}i:370;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:357;}i:371;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:357;}i:372;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:357;}i:373;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:357;}i:374;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:357;}i:375;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:374;}i:376;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:357;}i:377;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:376;}i:378;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:376;}i:379;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:378;}i:380;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:376;}i:381;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:380;}i:382;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:376;}i:383;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:382;}i:384;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:376;}i:385;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:384;}i:386;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:357;}i:387;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:357;}i:388;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:357;}i:389;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:357;}i:390;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:357;}i:391;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:357;}i:392;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:357;}i:393;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:357;}i:394;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:357;}i:395;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:394;}i:396;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:356;}i:397;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:396;}i:398;a:2:{s:5:\"class\";s:20:\"ilcourseagreementgui\";s:6:\"parent\";i:356;}i:399;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:398;}i:400;a:2:{s:5:\"class\";s:18:\"ilcoursecontentgui\";s:6:\"parent\";i:356;}i:401;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:400;}i:402;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:401;}i:403;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:401;}i:404;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:401;}i:405;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:404;}i:406;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:404;}i:407;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:406;}i:408;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:404;}i:409;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:408;}i:410;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:404;}i:411;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:410;}i:412;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:404;}i:413;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:412;}i:414;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:401;}i:415;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:401;}i:416;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:401;}i:417;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:401;}i:418;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:401;}i:419;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:418;}i:420;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:401;}i:421;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:420;}i:422;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:420;}i:423;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:422;}i:424;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:420;}i:425;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:424;}i:426;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:420;}i:427;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:426;}i:428;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:420;}i:429;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:428;}i:430;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:401;}i:431;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:401;}i:432;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:401;}i:433;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:401;}i:434;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:401;}i:435;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:401;}i:436;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:401;}i:437;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:401;}i:438;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:401;}i:439;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:438;}i:440;a:2:{s:5:\"class\";s:19:\"ilcoursearchivesgui\";s:6:\"parent\";i:400;}i:441;a:2:{s:5:\"class\";s:32:\"ilcourseobjectivepresentationgui\";s:6:\"parent\";i:400;}i:442;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:441;}i:443;a:2:{s:5:\"class\";s:29:\"ilcourseitemadministrationgui\";s:6:\"parent\";i:356;}i:444;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:443;}i:445;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:444;}i:446;a:2:{s:5:\"class\";s:21:\"ilcourseobjectivesgui\";s:6:\"parent\";i:356;}i:447;a:2:{s:5:\"class\";s:23:\"ilcourseregistrationgui\";s:6:\"parent\";i:356;}i:448;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:447;}i:449;a:2:{s:5:\"class\";s:21:\"ilcourseuserfieldsgui\";s:6:\"parent\";i:356;}i:450;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:356;}i:451;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:450;}i:452;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:451;}i:453;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:451;}i:454;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:451;}i:455;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:454;}i:456;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:454;}i:457;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:456;}i:458;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:454;}i:459;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:458;}i:460;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:454;}i:461;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:460;}i:462;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:454;}i:463;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:462;}i:464;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:451;}i:465;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:451;}i:466;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:451;}i:467;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:451;}i:468;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:451;}i:469;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:468;}i:470;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:451;}i:471;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:470;}i:472;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:470;}i:473;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:472;}i:474;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:470;}i:475;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:474;}i:476;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:470;}i:477;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:476;}i:478;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:470;}i:479;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:478;}i:480;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:451;}i:481;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:451;}i:482;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:451;}i:483;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:451;}i:484;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:451;}i:485;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:451;}i:486;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:451;}i:487;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:451;}i:488;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:451;}i:489;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:488;}i:490;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:450;}i:491;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:490;}i:492;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:450;}i:493;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:450;}i:494;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:356;}i:495;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:494;}i:496;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:494;}i:497;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:496;}i:498;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:497;}i:499;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:496;}i:500;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:499;}i:501;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:500;}i:502;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:500;}i:503;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:496;}i:504;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:503;}i:505;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:496;}i:506;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:505;}i:507;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:494;}i:508;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:507;}i:509;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:508;}i:510;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:507;}i:511;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:510;}i:512;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:511;}i:513;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:511;}i:514;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:507;}i:515;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:514;}i:516;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:494;}i:517;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:516;}i:518;a:2:{s:5:\"class\";s:20:\"illicenseoverviewgui\";s:6:\"parent\";i:356;}i:519;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:518;}i:520;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:356;}i:521;a:2:{s:5:\"class\";s:17:\"ilmemberexportgui\";s:6:\"parent\";i:356;}i:522;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:521;}i:523;a:2:{s:5:\"class\";s:22:\"ilobjcoursegroupinggui\";s:6:\"parent\";i:356;}i:524;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:356;}i:525;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:524;}i:526;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:356;}i:527;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:526;}i:528;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:356;}i:529;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:528;}i:530;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:529;}i:531;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:530;}i:532;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:530;}i:533;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:532;}i:534;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:530;}i:535;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:528;}i:536;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:528;}i:537;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:528;}i:538;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:537;}i:539;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:537;}i:540;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:539;}i:541;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:539;}i:542;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:541;}i:543;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:539;}i:544;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:537;}i:545;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:537;}i:546;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:537;}i:547;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:537;}i:548;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:537;}i:549;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:537;}i:550;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:537;}i:551;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:537;}i:552;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:551;}i:553;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:552;}i:554;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:552;}i:555;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:554;}i:556;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:552;}i:557;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:551;}i:558;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:557;}i:559;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:537;}i:560;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:537;}i:561;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:560;}i:562;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:561;}i:563;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:562;}i:564;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:562;}i:565;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:564;}i:566;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:562;}i:567;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:561;}i:568;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:567;}i:569;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:537;}i:570;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:537;}i:571;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:570;}i:572;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:571;}i:573;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:571;}i:574;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:571;}i:575;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:571;}i:576;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:571;}i:577;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:571;}i:578;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:571;}i:579;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:571;}i:580;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:571;}i:581;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:571;}i:582;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:537;}i:583;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:537;}i:584;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:537;}i:585;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:537;}i:586;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:537;}i:587;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:537;}i:588;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:528;}i:589;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:356;}i:590;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:589;}i:591;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:590;}i:592;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:356;}i:593;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:356;}i:594;a:2:{s:5:\"class\";s:20:\"ilsessionoverviewgui\";s:6:\"parent\";i:356;}i:595;a:2:{s:5:\"class\";s:17:\"ilshoppurchasegui\";s:6:\"parent\";i:356;}i:596;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:595;}i:597;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:596;}i:598;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:597;}i:599;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:598;}i:600;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:598;}i:601;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:600;}i:602;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:598;}i:603;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:596;}i:604;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:596;}i:605;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:596;}i:606;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:605;}i:607;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:605;}i:608;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:607;}i:609;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:607;}i:610;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:609;}i:611;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:607;}i:612;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:605;}i:613;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:605;}i:614;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:605;}i:615;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:605;}i:616;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:605;}i:617;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:605;}i:618;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:605;}i:619;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:605;}i:620;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:619;}i:621;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:620;}i:622;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:620;}i:623;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:622;}i:624;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:620;}i:625;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:619;}i:626;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:625;}i:627;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:605;}i:628;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:605;}i:629;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:628;}i:630;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:629;}i:631;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:630;}i:632;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:630;}i:633;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:632;}i:634;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:630;}i:635;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:629;}i:636;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:635;}i:637;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:605;}i:638;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:605;}i:639;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:638;}i:640;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:639;}i:641;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:639;}i:642;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:639;}i:643;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:639;}i:644;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:639;}i:645;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:639;}i:646;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:639;}i:647;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:639;}i:648;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:639;}i:649;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:639;}i:650;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:605;}i:651;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:605;}i:652;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:605;}i:653;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:605;}i:654;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:605;}i:655;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:605;}i:656;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:596;}i:657;a:2:{s:5:\"class\";s:23:\"ilobjcoursereferencegui\";s:6:\"parent\";i:1;}i:658;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:657;}i:659;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:658;}i:660;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:659;}i:661;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:659;}i:662;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:659;}i:663;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:662;}i:664;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:662;}i:665;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:664;}i:666;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:662;}i:667;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:666;}i:668;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:662;}i:669;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:668;}i:670;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:662;}i:671;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:670;}i:672;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:659;}i:673;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:659;}i:674;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:659;}i:675;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:659;}i:676;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:659;}i:677;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:676;}i:678;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:659;}i:679;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:678;}i:680;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:678;}i:681;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:680;}i:682;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:678;}i:683;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:682;}i:684;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:678;}i:685;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:684;}i:686;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:678;}i:687;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:686;}i:688;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:659;}i:689;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:659;}i:690;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:659;}i:691;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:659;}i:692;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:659;}i:693;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:659;}i:694;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:659;}i:695;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:659;}i:696;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:659;}i:697;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:696;}i:698;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:658;}i:699;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:698;}i:700;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:658;}i:701;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:658;}i:702;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:657;}i:703;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:702;}i:704;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:703;}i:705;a:2:{s:5:\"class\";s:14:\"ilobjdlbookgui\";s:6:\"parent\";i:1;}i:706;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:705;}i:707;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:706;}i:708;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:707;}i:709;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:707;}i:710;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:707;}i:711;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:710;}i:712;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:710;}i:713;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:712;}i:714;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:710;}i:715;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:714;}i:716;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:710;}i:717;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:716;}i:718;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:710;}i:719;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:718;}i:720;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:707;}i:721;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:707;}i:722;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:707;}i:723;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:707;}i:724;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:707;}i:725;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:724;}i:726;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:707;}i:727;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:726;}i:728;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:726;}i:729;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:728;}i:730;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:726;}i:731;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:730;}i:732;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:726;}i:733;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:732;}i:734;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:726;}i:735;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:734;}i:736;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:707;}i:737;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:707;}i:738;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:707;}i:739;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:707;}i:740;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:707;}i:741;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:707;}i:742;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:707;}i:743;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:707;}i:744;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:707;}i:745;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:744;}i:746;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:706;}i:747;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:746;}i:748;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:706;}i:749;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:706;}i:750;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:705;}i:751;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:750;}i:752;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:750;}i:753;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:752;}i:754;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:753;}i:755;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:752;}i:756;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:755;}i:757;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:756;}i:758;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:756;}i:759;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:752;}i:760;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:759;}i:761;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:752;}i:762;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:761;}i:763;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:750;}i:764;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:763;}i:765;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:764;}i:766;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:763;}i:767;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:766;}i:768;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:767;}i:769;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:767;}i:770;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:763;}i:771;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:770;}i:772;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:750;}i:773;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:772;}i:774;a:2:{s:5:\"class\";s:17:\"illmpageobjectgui\";s:6:\"parent\";i:705;}i:775;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:774;}i:776;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:775;}i:777;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:776;}i:778;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:777;}i:779;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:777;}i:780;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:779;}i:781;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:777;}i:782;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:775;}i:783;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:775;}i:784;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:775;}i:785;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:784;}i:786;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:784;}i:787;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:786;}i:788;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:786;}i:789;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:788;}i:790;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:786;}i:791;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:784;}i:792;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:784;}i:793;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:784;}i:794;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:784;}i:795;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:784;}i:796;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:784;}i:797;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:784;}i:798;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:784;}i:799;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:798;}i:800;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:799;}i:801;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:799;}i:802;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:801;}i:803;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:799;}i:804;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:798;}i:805;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:804;}i:806;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:784;}i:807;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:784;}i:808;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:807;}i:809;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:808;}i:810;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:809;}i:811;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:809;}i:812;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:811;}i:813;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:809;}i:814;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:808;}i:815;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:814;}i:816;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:784;}i:817;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:784;}i:818;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:817;}i:819;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:818;}i:820;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:818;}i:821;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:818;}i:822;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:818;}i:823;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:818;}i:824;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:818;}i:825;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:818;}i:826;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:818;}i:827;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:818;}i:828;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:818;}i:829;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:784;}i:830;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:784;}i:831;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:784;}i:832;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:784;}i:833;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:784;}i:834;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:784;}i:835;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:775;}i:836;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:705;}i:837;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:705;}i:838;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:837;}i:839;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:705;}i:840;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:839;}i:841;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:840;}i:842;a:2:{s:5:\"class\";s:20:\"ilstructureobjectgui\";s:6:\"parent\";i:705;}i:843;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:842;}i:844;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:843;}i:845;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:842;}i:846;a:2:{s:5:\"class\";s:16:\"ilobjexercisegui\";s:6:\"parent\";i:1;}i:847;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:846;}i:848;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:847;}i:849;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:848;}i:850;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:848;}i:851;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:848;}i:852;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:851;}i:853;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:851;}i:854;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:853;}i:855;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:851;}i:856;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:855;}i:857;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:851;}i:858;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:857;}i:859;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:851;}i:860;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:859;}i:861;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:848;}i:862;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:848;}i:863;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:848;}i:864;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:848;}i:865;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:848;}i:866;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:865;}i:867;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:848;}i:868;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:867;}i:869;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:867;}i:870;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:869;}i:871;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:867;}i:872;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:871;}i:873;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:867;}i:874;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:873;}i:875;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:867;}i:876;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:875;}i:877;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:848;}i:878;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:848;}i:879;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:848;}i:880;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:848;}i:881;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:848;}i:882;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:848;}i:883;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:848;}i:884;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:848;}i:885;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:848;}i:886;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:885;}i:887;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:847;}i:888;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:887;}i:889;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:847;}i:890;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:847;}i:891;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:846;}i:892;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:891;}i:893;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:891;}i:894;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:893;}i:895;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:894;}i:896;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:893;}i:897;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:896;}i:898;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:897;}i:899;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:897;}i:900;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:893;}i:901;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:900;}i:902;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:893;}i:903;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:902;}i:904;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:891;}i:905;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:904;}i:906;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:905;}i:907;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:904;}i:908;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:907;}i:909;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:908;}i:910;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:908;}i:911;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:904;}i:912;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:911;}i:913;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:891;}i:914;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:913;}i:915;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:846;}i:916;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:915;}i:917;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:846;}i:918;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:917;}i:919;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:918;}i:920;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:846;}i:921;a:2:{s:5:\"class\";s:20:\"ilobjexternalfeedgui\";s:6:\"parent\";i:1;}i:922;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:921;}i:923;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:921;}i:924;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:923;}i:925;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:924;}i:926;a:2:{s:5:\"class\";s:29:\"ilobjexternaltoolssettingsgui\";s:6:\"parent\";i:1;}i:927;a:2:{s:5:\"class\";s:16:\"ilecssettingsgui\";s:6:\"parent\";i:926;}i:928;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:927;}i:929;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:926;}i:930;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:929;}i:931;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:930;}i:932;a:2:{s:5:\"class\";s:26:\"ilobjfileaccesssettingsgui\";s:6:\"parent\";i:1;}i:933;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:932;}i:934;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:933;}i:935;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:934;}i:936;a:2:{s:5:\"class\";s:19:\"ilobjfilebasedlmgui\";s:6:\"parent\";i:1;}i:937;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:936;}i:938;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:936;}i:939;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:938;}i:940;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:939;}i:941;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:939;}i:942;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:939;}i:943;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:942;}i:944;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:942;}i:945;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:944;}i:946;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:942;}i:947;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:946;}i:948;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:942;}i:949;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:948;}i:950;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:942;}i:951;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:950;}i:952;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:939;}i:953;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:939;}i:954;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:939;}i:955;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:939;}i:956;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:939;}i:957;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:956;}i:958;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:939;}i:959;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:958;}i:960;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:958;}i:961;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:960;}i:962;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:958;}i:963;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:962;}i:964;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:958;}i:965;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:964;}i:966;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:958;}i:967;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:966;}i:968;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:939;}i:969;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:939;}i:970;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:939;}i:971;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:939;}i:972;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:939;}i:973;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:939;}i:974;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:939;}i:975;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:939;}i:976;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:939;}i:977;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:976;}i:978;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:938;}i:979;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:978;}i:980;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:938;}i:981;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:938;}i:982;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:936;}i:983;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:982;}i:984;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:982;}i:985;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:984;}i:986;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:985;}i:987;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:984;}i:988;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:987;}i:989;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:988;}i:990;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:988;}i:991;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:984;}i:992;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:991;}i:993;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:984;}i:994;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:993;}i:995;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:982;}i:996;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:995;}i:997;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:996;}i:998;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:995;}i:999;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:998;}i:1000;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:999;}i:1001;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:999;}i:1002;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:995;}i:1003;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1002;}i:1004;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:982;}i:1005;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1004;}i:1006;a:2:{s:5:\"class\";s:12:\"illicensegui\";s:6:\"parent\";i:936;}i:1007;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1006;}i:1008;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:936;}i:1009;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:936;}i:1010;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:1009;}i:1011;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:1010;}i:1012;a:2:{s:5:\"class\";s:17:\"ilshoppurchasegui\";s:6:\"parent\";i:936;}i:1013;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:1012;}i:1014;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:1013;}i:1015;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1014;}i:1016;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1015;}i:1017;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1015;}i:1018;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1017;}i:1019;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1015;}i:1020;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1013;}i:1021;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1013;}i:1022;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:1013;}i:1023;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1022;}i:1024;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1022;}i:1025;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1024;}i:1026;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1024;}i:1027;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1026;}i:1028;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1024;}i:1029;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:1022;}i:1030;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:1022;}i:1031;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:1022;}i:1032;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:1022;}i:1033;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:1022;}i:1034;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:1022;}i:1035;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:1022;}i:1036;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1022;}i:1037;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1036;}i:1038;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1037;}i:1039;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1037;}i:1040;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1039;}i:1041;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1037;}i:1042;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1036;}i:1043;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1042;}i:1044;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:1022;}i:1045;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:1022;}i:1046;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1045;}i:1047;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1046;}i:1048;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1047;}i:1049;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1047;}i:1050;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1049;}i:1051;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1047;}i:1052;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1046;}i:1053;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1052;}i:1054;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:1022;}i:1055;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:1022;}i:1056;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:1055;}i:1057;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:1056;}i:1058;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:1056;}i:1059;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:1056;}i:1060;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:1056;}i:1061;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:1056;}i:1062;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:1056;}i:1063;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:1056;}i:1064;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:1056;}i:1065;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:1056;}i:1066;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:1056;}i:1067;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:1022;}i:1068;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:1022;}i:1069;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:1022;}i:1070;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:1022;}i:1071;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:1022;}i:1072;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:1022;}i:1073;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1013;}i:1074;a:2:{s:5:\"class\";s:12:\"ilobjfilegui\";s:6:\"parent\";i:1;}i:1075;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:1074;}i:1076;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1075;}i:1077;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1076;}i:1078;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1076;}i:1079;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1076;}i:1080;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1079;}i:1081;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1079;}i:1082;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1081;}i:1083;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1079;}i:1084;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1083;}i:1085;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1079;}i:1086;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1085;}i:1087;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1079;}i:1088;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1087;}i:1089;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1076;}i:1090;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1076;}i:1091;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1076;}i:1092;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1076;}i:1093;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1076;}i:1094;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1093;}i:1095;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1076;}i:1096;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1095;}i:1097;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1095;}i:1098;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1097;}i:1099;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1095;}i:1100;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1099;}i:1101;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1095;}i:1102;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1101;}i:1103;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1095;}i:1104;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1103;}i:1105;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1076;}i:1106;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1076;}i:1107;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1076;}i:1108;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1076;}i:1109;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1076;}i:1110;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1076;}i:1111;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1076;}i:1112;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1076;}i:1113;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1076;}i:1114;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1113;}i:1115;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:1075;}i:1116;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1115;}i:1117;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1075;}i:1118;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1075;}i:1119;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1074;}i:1120;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:1074;}i:1121;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1120;}i:1122;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:1074;}i:1123;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:1122;}i:1124;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:1123;}i:1125;a:2:{s:5:\"class\";s:17:\"ilshoppurchasegui\";s:6:\"parent\";i:1074;}i:1126;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:1125;}i:1127;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:1126;}i:1128;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1127;}i:1129;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1128;}i:1130;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1128;}i:1131;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1130;}i:1132;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1128;}i:1133;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1126;}i:1134;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1126;}i:1135;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:1126;}i:1136;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1135;}i:1137;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1135;}i:1138;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1137;}i:1139;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1137;}i:1140;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1139;}i:1141;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1137;}i:1142;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:1135;}i:1143;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:1135;}i:1144;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:1135;}i:1145;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:1135;}i:1146;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:1135;}i:1147;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:1135;}i:1148;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:1135;}i:1149;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1135;}i:1150;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1149;}i:1151;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1150;}i:1152;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1150;}i:1153;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1152;}i:1154;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1150;}i:1155;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1149;}i:1156;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1155;}i:1157;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:1135;}i:1158;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:1135;}i:1159;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1158;}i:1160;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1159;}i:1161;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1160;}i:1162;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1160;}i:1163;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1162;}i:1164;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1160;}i:1165;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1159;}i:1166;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1165;}i:1167;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:1135;}i:1168;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:1135;}i:1169;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:1168;}i:1170;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:1169;}i:1171;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:1169;}i:1172;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:1169;}i:1173;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:1169;}i:1174;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:1169;}i:1175;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:1169;}i:1176;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:1169;}i:1177;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:1169;}i:1178;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:1169;}i:1179;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:1169;}i:1180;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:1135;}i:1181;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:1135;}i:1182;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:1135;}i:1183;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:1135;}i:1184;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:1135;}i:1185;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:1135;}i:1186;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1126;}i:1187;a:2:{s:5:\"class\";s:14:\"ilobjfoldergui\";s:6:\"parent\";i:1;}i:1188;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1187;}i:1189;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1188;}i:1190;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1188;}i:1191;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1188;}i:1192;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1191;}i:1193;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1191;}i:1194;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1193;}i:1195;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1191;}i:1196;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1195;}i:1197;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1191;}i:1198;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1197;}i:1199;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1191;}i:1200;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1199;}i:1201;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1188;}i:1202;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1188;}i:1203;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1188;}i:1204;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1188;}i:1205;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1188;}i:1206;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1205;}i:1207;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1188;}i:1208;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1207;}i:1209;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1207;}i:1210;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1209;}i:1211;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1207;}i:1212;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1211;}i:1213;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1207;}i:1214;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1213;}i:1215;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1207;}i:1216;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1215;}i:1217;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1188;}i:1218;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1188;}i:1219;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1188;}i:1220;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1188;}i:1221;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1188;}i:1222;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1188;}i:1223;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1188;}i:1224;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1188;}i:1225;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1188;}i:1226;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1225;}i:1227;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:1187;}i:1228;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1227;}i:1229;a:2:{s:5:\"class\";s:18:\"ilcoursecontentgui\";s:6:\"parent\";i:1187;}i:1230;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1229;}i:1231;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1230;}i:1232;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1230;}i:1233;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1230;}i:1234;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1233;}i:1235;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1233;}i:1236;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1235;}i:1237;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1233;}i:1238;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1237;}i:1239;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1233;}i:1240;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1239;}i:1241;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1233;}i:1242;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1241;}i:1243;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1230;}i:1244;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1230;}i:1245;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1230;}i:1246;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1230;}i:1247;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1230;}i:1248;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1247;}i:1249;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1230;}i:1250;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1249;}i:1251;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1249;}i:1252;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1251;}i:1253;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1249;}i:1254;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1253;}i:1255;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1249;}i:1256;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1255;}i:1257;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1249;}i:1258;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1257;}i:1259;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1230;}i:1260;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1230;}i:1261;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1230;}i:1262;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1230;}i:1263;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1230;}i:1264;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1230;}i:1265;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1230;}i:1266;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1230;}i:1267;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1230;}i:1268;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1267;}i:1269;a:2:{s:5:\"class\";s:19:\"ilcoursearchivesgui\";s:6:\"parent\";i:1229;}i:1270;a:2:{s:5:\"class\";s:32:\"ilcourseobjectivepresentationgui\";s:6:\"parent\";i:1229;}i:1271;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1270;}i:1272;a:2:{s:5:\"class\";s:29:\"ilcourseitemadministrationgui\";s:6:\"parent\";i:1187;}i:1273;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:1272;}i:1274;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1273;}i:1275;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:1187;}i:1276;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1275;}i:1277;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1276;}i:1278;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1276;}i:1279;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1276;}i:1280;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1279;}i:1281;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1279;}i:1282;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1281;}i:1283;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1279;}i:1284;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1283;}i:1285;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1279;}i:1286;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1285;}i:1287;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1279;}i:1288;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1287;}i:1289;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1276;}i:1290;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1276;}i:1291;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1276;}i:1292;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1276;}i:1293;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1276;}i:1294;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1293;}i:1295;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1276;}i:1296;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1295;}i:1297;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1295;}i:1298;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1297;}i:1299;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1295;}i:1300;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1299;}i:1301;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1295;}i:1302;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1301;}i:1303;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1295;}i:1304;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1303;}i:1305;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1276;}i:1306;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1276;}i:1307;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1276;}i:1308;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1276;}i:1309;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1276;}i:1310;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1276;}i:1311;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1276;}i:1312;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1276;}i:1313;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1276;}i:1314;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1313;}i:1315;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:1275;}i:1316;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1315;}i:1317;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1275;}i:1318;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1275;}i:1319;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:1187;}i:1320;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:1319;}i:1321;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:1319;}i:1322;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:1321;}i:1323;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1322;}i:1324;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:1321;}i:1325;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:1324;}i:1326;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1325;}i:1327;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:1325;}i:1328;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:1321;}i:1329;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1328;}i:1330;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:1321;}i:1331;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1330;}i:1332;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:1319;}i:1333;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:1332;}i:1334;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1333;}i:1335;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:1332;}i:1336;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:1335;}i:1337;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1336;}i:1338;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:1336;}i:1339;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:1332;}i:1340;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1339;}i:1341;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:1319;}i:1342;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1341;}i:1343;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:1187;}i:1344;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1343;}i:1345;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:1187;}i:1346;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1345;}i:1347;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:1187;}i:1348;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:1347;}i:1349;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1348;}i:1350;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1349;}i:1351;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1349;}i:1352;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1351;}i:1353;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1349;}i:1354;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1347;}i:1355;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1347;}i:1356;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:1347;}i:1357;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1356;}i:1358;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1356;}i:1359;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1358;}i:1360;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1358;}i:1361;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1360;}i:1362;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1358;}i:1363;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:1356;}i:1364;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:1356;}i:1365;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:1356;}i:1366;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:1356;}i:1367;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:1356;}i:1368;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:1356;}i:1369;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:1356;}i:1370;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1356;}i:1371;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1370;}i:1372;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1371;}i:1373;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1371;}i:1374;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1373;}i:1375;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1371;}i:1376;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1370;}i:1377;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1376;}i:1378;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:1356;}i:1379;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:1356;}i:1380;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1379;}i:1381;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1380;}i:1382;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1381;}i:1383;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1381;}i:1384;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1383;}i:1385;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1381;}i:1386;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1380;}i:1387;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1386;}i:1388;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:1356;}i:1389;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:1356;}i:1390;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:1389;}i:1391;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:1390;}i:1392;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:1390;}i:1393;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:1390;}i:1394;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:1390;}i:1395;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:1390;}i:1396;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:1390;}i:1397;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:1390;}i:1398;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:1390;}i:1399;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:1390;}i:1400;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:1390;}i:1401;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:1356;}i:1402;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:1356;}i:1403;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:1356;}i:1404;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:1356;}i:1405;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:1356;}i:1406;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:1356;}i:1407;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1347;}i:1408;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:1187;}i:1409;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:1408;}i:1410;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:1409;}i:1411;a:2:{s:5:\"class\";s:13:\"ilobjforumgui\";s:6:\"parent\";i:1;}i:1412;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1411;}i:1413;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1412;}i:1414;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1412;}i:1415;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1412;}i:1416;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1415;}i:1417;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1415;}i:1418;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1417;}i:1419;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1415;}i:1420;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1419;}i:1421;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1415;}i:1422;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1421;}i:1423;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1415;}i:1424;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1423;}i:1425;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1412;}i:1426;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1412;}i:1427;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1412;}i:1428;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1412;}i:1429;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1412;}i:1430;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1429;}i:1431;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1412;}i:1432;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1431;}i:1433;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1431;}i:1434;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1433;}i:1435;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1431;}i:1436;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1435;}i:1437;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1431;}i:1438;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1437;}i:1439;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1431;}i:1440;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1439;}i:1441;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1412;}i:1442;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1412;}i:1443;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1412;}i:1444;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1412;}i:1445;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1412;}i:1446;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1412;}i:1447;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1412;}i:1448;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1412;}i:1449;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1412;}i:1450;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1449;}i:1451;a:2:{s:5:\"class\";s:16:\"ilforumexportgui\";s:6:\"parent\";i:1411;}i:1452;a:2:{s:5:\"class\";s:20:\"ilforummoderatorsgui\";s:6:\"parent\";i:1411;}i:1453;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:1411;}i:1454;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1453;}i:1455;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1454;}i:1456;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1454;}i:1457;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1454;}i:1458;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1457;}i:1459;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1457;}i:1460;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1459;}i:1461;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1457;}i:1462;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1461;}i:1463;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1457;}i:1464;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1463;}i:1465;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1457;}i:1466;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1465;}i:1467;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1454;}i:1468;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1454;}i:1469;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1454;}i:1470;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1454;}i:1471;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1454;}i:1472;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1471;}i:1473;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1454;}i:1474;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1473;}i:1475;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1473;}i:1476;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1475;}i:1477;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1473;}i:1478;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1477;}i:1479;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1473;}i:1480;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1479;}i:1481;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1473;}i:1482;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1481;}i:1483;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1454;}i:1484;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1454;}i:1485;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1454;}i:1486;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1454;}i:1487;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1454;}i:1488;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1454;}i:1489;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1454;}i:1490;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1454;}i:1491;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1454;}i:1492;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1491;}i:1493;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:1453;}i:1494;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1493;}i:1495;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1453;}i:1496;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1453;}i:1497;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:1411;}i:1498;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1497;}i:1499;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:1411;}i:1500;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:1499;}i:1501;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:1500;}i:1502;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1411;}i:1503;a:2:{s:5:\"class\";s:16:\"ilobjglossarygui\";s:6:\"parent\";i:1;}i:1504;a:2:{s:5:\"class\";s:17:\"ilglossarytermgui\";s:6:\"parent\";i:1503;}i:1505;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:1504;}i:1506;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:1505;}i:1507;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1506;}i:1508;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1507;}i:1509;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1507;}i:1510;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1509;}i:1511;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1507;}i:1512;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1505;}i:1513;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1505;}i:1514;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:1505;}i:1515;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1514;}i:1516;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1514;}i:1517;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1516;}i:1518;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1516;}i:1519;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1518;}i:1520;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1516;}i:1521;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:1514;}i:1522;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:1514;}i:1523;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:1514;}i:1524;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:1514;}i:1525;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:1514;}i:1526;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:1514;}i:1527;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:1514;}i:1528;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1514;}i:1529;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1528;}i:1530;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1529;}i:1531;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1529;}i:1532;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1531;}i:1533;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1529;}i:1534;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1528;}i:1535;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1534;}i:1536;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:1514;}i:1537;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:1514;}i:1538;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1537;}i:1539;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1538;}i:1540;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1539;}i:1541;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1539;}i:1542;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1541;}i:1543;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1539;}i:1544;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1538;}i:1545;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1544;}i:1546;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:1514;}i:1547;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:1514;}i:1548;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:1547;}i:1549;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:1548;}i:1550;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:1548;}i:1551;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:1548;}i:1552;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:1548;}i:1553;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:1548;}i:1554;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:1548;}i:1555;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:1548;}i:1556;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:1548;}i:1557;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:1548;}i:1558;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:1548;}i:1559;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:1514;}i:1560;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:1514;}i:1561;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:1514;}i:1562;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:1514;}i:1563;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:1514;}i:1564;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:1514;}i:1565;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1505;}i:1566;a:2:{s:5:\"class\";s:25:\"iltermdefinitioneditorgui\";s:6:\"parent\";i:1504;}i:1567;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1566;}i:1568;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:1566;}i:1569;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:1568;}i:1570;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1569;}i:1571;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1570;}i:1572;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1570;}i:1573;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1572;}i:1574;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1570;}i:1575;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1568;}i:1576;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1568;}i:1577;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:1568;}i:1578;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1577;}i:1579;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1577;}i:1580;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1579;}i:1581;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1579;}i:1582;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1581;}i:1583;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1579;}i:1584;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:1577;}i:1585;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:1577;}i:1586;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:1577;}i:1587;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:1577;}i:1588;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:1577;}i:1589;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:1577;}i:1590;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:1577;}i:1591;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1577;}i:1592;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1591;}i:1593;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1592;}i:1594;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1592;}i:1595;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1594;}i:1596;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1592;}i:1597;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1591;}i:1598;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1597;}i:1599;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:1577;}i:1600;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:1577;}i:1601;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1600;}i:1602;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1601;}i:1603;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1602;}i:1604;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1602;}i:1605;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1604;}i:1606;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1602;}i:1607;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1601;}i:1608;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1607;}i:1609;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:1577;}i:1610;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:1577;}i:1611;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:1610;}i:1612;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:1611;}i:1613;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:1611;}i:1614;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:1611;}i:1615;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:1611;}i:1616;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:1611;}i:1617;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:1611;}i:1618;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:1611;}i:1619;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:1611;}i:1620;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:1611;}i:1621;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:1611;}i:1622;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:1577;}i:1623;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:1577;}i:1624;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:1577;}i:1625;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:1577;}i:1626;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:1577;}i:1627;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:1577;}i:1628;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1568;}i:1629;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:1503;}i:1630;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1629;}i:1631;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1630;}i:1632;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1630;}i:1633;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1630;}i:1634;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1633;}i:1635;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1633;}i:1636;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1635;}i:1637;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1633;}i:1638;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1637;}i:1639;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1633;}i:1640;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1639;}i:1641;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1633;}i:1642;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1641;}i:1643;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1630;}i:1644;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1630;}i:1645;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1630;}i:1646;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1630;}i:1647;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1630;}i:1648;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1647;}i:1649;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1630;}i:1650;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1649;}i:1651;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1649;}i:1652;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1651;}i:1653;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1649;}i:1654;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1653;}i:1655;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1649;}i:1656;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1655;}i:1657;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1649;}i:1658;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1657;}i:1659;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1630;}i:1660;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1630;}i:1661;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1630;}i:1662;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1630;}i:1663;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1630;}i:1664;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1630;}i:1665;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1630;}i:1666;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1630;}i:1667;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1630;}i:1668;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1667;}i:1669;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:1629;}i:1670;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1669;}i:1671;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1629;}i:1672;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1629;}i:1673;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1503;}i:1674;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:1503;}i:1675;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:1674;}i:1676;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:1675;}i:1677;a:2:{s:5:\"class\";s:13:\"ilobjgroupgui\";s:6:\"parent\";i:1;}i:1678;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1677;}i:1679;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1677;}i:1680;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1679;}i:1681;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1679;}i:1682;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1679;}i:1683;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1682;}i:1684;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1682;}i:1685;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1684;}i:1686;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1682;}i:1687;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1686;}i:1688;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1682;}i:1689;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1688;}i:1690;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1682;}i:1691;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1690;}i:1692;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1679;}i:1693;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1679;}i:1694;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1679;}i:1695;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1679;}i:1696;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1679;}i:1697;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1696;}i:1698;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1679;}i:1699;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1698;}i:1700;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1698;}i:1701;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1700;}i:1702;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1698;}i:1703;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1702;}i:1704;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1698;}i:1705;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1704;}i:1706;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1698;}i:1707;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1706;}i:1708;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1679;}i:1709;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1679;}i:1710;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1679;}i:1711;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1679;}i:1712;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1679;}i:1713;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1679;}i:1714;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1679;}i:1715;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1679;}i:1716;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1679;}i:1717;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1716;}i:1718;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:1677;}i:1719;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1718;}i:1720;a:2:{s:5:\"class\";s:18:\"ilcoursecontentgui\";s:6:\"parent\";i:1677;}i:1721;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1720;}i:1722;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1721;}i:1723;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1721;}i:1724;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1721;}i:1725;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1724;}i:1726;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1724;}i:1727;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1726;}i:1728;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1724;}i:1729;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1728;}i:1730;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1724;}i:1731;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1730;}i:1732;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1724;}i:1733;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1732;}i:1734;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1721;}i:1735;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1721;}i:1736;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1721;}i:1737;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1721;}i:1738;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1721;}i:1739;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1738;}i:1740;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1721;}i:1741;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1740;}i:1742;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1740;}i:1743;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1742;}i:1744;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1740;}i:1745;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1744;}i:1746;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1740;}i:1747;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1746;}i:1748;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1740;}i:1749;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1748;}i:1750;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1721;}i:1751;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1721;}i:1752;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1721;}i:1753;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1721;}i:1754;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1721;}i:1755;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1721;}i:1756;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1721;}i:1757;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1721;}i:1758;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1721;}i:1759;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1758;}i:1760;a:2:{s:5:\"class\";s:19:\"ilcoursearchivesgui\";s:6:\"parent\";i:1720;}i:1761;a:2:{s:5:\"class\";s:32:\"ilcourseobjectivepresentationgui\";s:6:\"parent\";i:1720;}i:1762;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1761;}i:1763;a:2:{s:5:\"class\";s:29:\"ilcourseitemadministrationgui\";s:6:\"parent\";i:1677;}i:1764;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:1763;}i:1765;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1764;}i:1766;a:2:{s:5:\"class\";s:22:\"ilgroupregistrationgui\";s:6:\"parent\";i:1677;}i:1767;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:1677;}i:1768;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1767;}i:1769;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1768;}i:1770;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1768;}i:1771;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1768;}i:1772;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1771;}i:1773;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1771;}i:1774;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1773;}i:1775;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1771;}i:1776;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1775;}i:1777;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1771;}i:1778;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1777;}i:1779;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1771;}i:1780;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1779;}i:1781;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1768;}i:1782;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1768;}i:1783;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1768;}i:1784;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1768;}i:1785;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1768;}i:1786;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1785;}i:1787;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1768;}i:1788;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1787;}i:1789;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1787;}i:1790;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1789;}i:1791;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1787;}i:1792;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1791;}i:1793;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1787;}i:1794;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1793;}i:1795;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1787;}i:1796;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1795;}i:1797;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1768;}i:1798;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1768;}i:1799;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1768;}i:1800;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1768;}i:1801;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1768;}i:1802;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1768;}i:1803;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1768;}i:1804;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1768;}i:1805;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1768;}i:1806;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1805;}i:1807;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:1767;}i:1808;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1807;}i:1809;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1767;}i:1810;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1767;}i:1811;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:1677;}i:1812;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:1811;}i:1813;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:1811;}i:1814;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:1813;}i:1815;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1814;}i:1816;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:1813;}i:1817;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:1816;}i:1818;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1817;}i:1819;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:1817;}i:1820;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:1813;}i:1821;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1820;}i:1822;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:1813;}i:1823;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1822;}i:1824;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:1811;}i:1825;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:1824;}i:1826;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1825;}i:1827;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:1824;}i:1828;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:1827;}i:1829;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1828;}i:1830;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:1828;}i:1831;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:1824;}i:1832;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1831;}i:1833;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:1811;}i:1834;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1833;}i:1835;a:2:{s:5:\"class\";s:22:\"ilobjcoursegroupinggui\";s:6:\"parent\";i:1677;}i:1836;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:1677;}i:1837;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1836;}i:1838;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:1677;}i:1839;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1838;}i:1840;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:1677;}i:1841;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:1840;}i:1842;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1841;}i:1843;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1842;}i:1844;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1842;}i:1845;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1844;}i:1846;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1842;}i:1847;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1840;}i:1848;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1840;}i:1849;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:1840;}i:1850;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1849;}i:1851;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1849;}i:1852;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1851;}i:1853;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1851;}i:1854;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1853;}i:1855;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1851;}i:1856;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:1849;}i:1857;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:1849;}i:1858;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:1849;}i:1859;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:1849;}i:1860;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:1849;}i:1861;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:1849;}i:1862;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:1849;}i:1863;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1849;}i:1864;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1863;}i:1865;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1864;}i:1866;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1864;}i:1867;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1866;}i:1868;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1864;}i:1869;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1863;}i:1870;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1869;}i:1871;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:1849;}i:1872;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:1849;}i:1873;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1872;}i:1874;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1873;}i:1875;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1874;}i:1876;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1874;}i:1877;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1876;}i:1878;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1874;}i:1879;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1873;}i:1880;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1879;}i:1881;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:1849;}i:1882;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:1849;}i:1883;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:1882;}i:1884;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:1883;}i:1885;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:1883;}i:1886;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:1883;}i:1887;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:1883;}i:1888;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:1883;}i:1889;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:1883;}i:1890;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:1883;}i:1891;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:1883;}i:1892;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:1883;}i:1893;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:1883;}i:1894;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:1849;}i:1895;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:1849;}i:1896;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:1849;}i:1897;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:1849;}i:1898;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:1849;}i:1899;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:1849;}i:1900;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1840;}i:1901;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:1677;}i:1902;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:1901;}i:1903;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:1902;}i:1904;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1677;}i:1905;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:1677;}i:1906;a:2:{s:5:\"class\";s:22:\"ilobjilincclassroomgui\";s:6:\"parent\";i:1;}i:1907;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1906;}i:1908;a:2:{s:5:\"class\";s:19:\"ilobjilinccoursegui\";s:6:\"parent\";i:1;}i:1909;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1908;}i:1910;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1909;}i:1911;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1909;}i:1912;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1909;}i:1913;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1912;}i:1914;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1912;}i:1915;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1914;}i:1916;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1912;}i:1917;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1916;}i:1918;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1912;}i:1919;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1918;}i:1920;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1912;}i:1921;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1920;}i:1922;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1909;}i:1923;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1909;}i:1924;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1909;}i:1925;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1909;}i:1926;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1909;}i:1927;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1926;}i:1928;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1909;}i:1929;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1928;}i:1930;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1928;}i:1931;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1930;}i:1932;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1928;}i:1933;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1932;}i:1934;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1928;}i:1935;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1934;}i:1936;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1928;}i:1937;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1936;}i:1938;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1909;}i:1939;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1909;}i:1940;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1909;}i:1941;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1909;}i:1942;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1909;}i:1943;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1909;}i:1944;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1909;}i:1945;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1909;}i:1946;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1909;}i:1947;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1946;}i:1948;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:1908;}i:1949;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1948;}i:1950;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1949;}i:1951;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1949;}i:1952;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1949;}i:1953;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1952;}i:1954;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1952;}i:1955;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1954;}i:1956;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1952;}i:1957;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1956;}i:1958;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1952;}i:1959;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1958;}i:1960;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1952;}i:1961;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1960;}i:1962;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1949;}i:1963;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1949;}i:1964;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1949;}i:1965;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1949;}i:1966;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1949;}i:1967;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1966;}i:1968;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1949;}i:1969;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1968;}i:1970;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1968;}i:1971;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1970;}i:1972;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1968;}i:1973;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1972;}i:1974;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1968;}i:1975;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1974;}i:1976;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1968;}i:1977;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1976;}i:1978;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1949;}i:1979;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1949;}i:1980;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1949;}i:1981;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1949;}i:1982;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1949;}i:1983;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1949;}i:1984;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1949;}i:1985;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1949;}i:1986;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1949;}i:1987;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1986;}i:1988;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:1948;}i:1989;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1988;}i:1990;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1948;}i:1991;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1948;}i:1992;a:2:{s:5:\"class\";s:22:\"ilobjilincclassroomgui\";s:6:\"parent\";i:1908;}i:1993;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1992;}i:1994;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:1908;}i:1995;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:1994;}i:1996;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:1995;}i:1997;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1908;}i:1998;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:1908;}i:1999;a:2:{s:5:\"class\";s:19:\"ilobjlanguageextgui\";s:6:\"parent\";i:1;}i:2000;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1999;}i:2001;a:2:{s:5:\"class\";s:22:\"ilobjlanguagefoldergui\";s:6:\"parent\";i:1;}i:2002;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2001;}i:2003;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2002;}i:2004;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2003;}i:2005;a:2:{s:5:\"class\";s:22:\"ilobjlearningmodulegui\";s:6:\"parent\";i:1;}i:2006;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:2005;}i:2007;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2006;}i:2008;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2007;}i:2009;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2007;}i:2010;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2007;}i:2011;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2010;}i:2012;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2010;}i:2013;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2012;}i:2014;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2010;}i:2015;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2014;}i:2016;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2010;}i:2017;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2016;}i:2018;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2010;}i:2019;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2018;}i:2020;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2007;}i:2021;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2007;}i:2022;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2007;}i:2023;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2007;}i:2024;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2007;}i:2025;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2024;}i:2026;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2007;}i:2027;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2026;}i:2028;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2026;}i:2029;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2028;}i:2030;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2026;}i:2031;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2030;}i:2032;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2026;}i:2033;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2032;}i:2034;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2026;}i:2035;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2034;}i:2036;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2007;}i:2037;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2007;}i:2038;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2007;}i:2039;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2007;}i:2040;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2007;}i:2041;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2007;}i:2042;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2007;}i:2043;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2007;}i:2044;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2007;}i:2045;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2044;}i:2046;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:2006;}i:2047;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2046;}i:2048;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2006;}i:2049;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2006;}i:2050;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:2005;}i:2051;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:2050;}i:2052;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:2050;}i:2053;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:2052;}i:2054;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2053;}i:2055;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:2052;}i:2056;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:2055;}i:2057;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2056;}i:2058;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:2056;}i:2059;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:2052;}i:2060;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2059;}i:2061;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:2052;}i:2062;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2061;}i:2063;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:2050;}i:2064;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:2063;}i:2065;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2064;}i:2066;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:2063;}i:2067;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:2066;}i:2068;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2067;}i:2069;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:2067;}i:2070;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:2063;}i:2071;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2070;}i:2072;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:2050;}i:2073;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2072;}i:2074;a:2:{s:5:\"class\";s:17:\"illmpageobjectgui\";s:6:\"parent\";i:2005;}i:2075;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:2074;}i:2076;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:2075;}i:2077;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2076;}i:2078;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2077;}i:2079;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2077;}i:2080;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2079;}i:2081;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2077;}i:2082;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2075;}i:2083;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2075;}i:2084;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:2075;}i:2085;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2084;}i:2086;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2084;}i:2087;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2086;}i:2088;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2086;}i:2089;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2088;}i:2090;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2086;}i:2091;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:2084;}i:2092;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:2084;}i:2093;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:2084;}i:2094;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:2084;}i:2095;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:2084;}i:2096;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:2084;}i:2097;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:2084;}i:2098;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2084;}i:2099;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2098;}i:2100;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2099;}i:2101;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2099;}i:2102;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2101;}i:2103;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2099;}i:2104;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2098;}i:2105;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2104;}i:2106;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:2084;}i:2107;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:2084;}i:2108;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2107;}i:2109;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2108;}i:2110;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2109;}i:2111;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2109;}i:2112;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2111;}i:2113;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2109;}i:2114;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2108;}i:2115;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2114;}i:2116;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:2084;}i:2117;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:2084;}i:2118;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:2117;}i:2119;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:2118;}i:2120;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:2118;}i:2121;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:2118;}i:2122;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:2118;}i:2123;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:2118;}i:2124;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:2118;}i:2125;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:2118;}i:2126;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:2118;}i:2127;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:2118;}i:2128;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:2118;}i:2129;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:2084;}i:2130;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:2084;}i:2131;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:2084;}i:2132;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:2084;}i:2133;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:2084;}i:2134;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:2084;}i:2135;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2075;}i:2136;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2005;}i:2137;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:2005;}i:2138;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2137;}i:2139;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2005;}i:2140;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2139;}i:2141;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2140;}i:2142;a:2:{s:5:\"class\";s:20:\"ilstructureobjectgui\";s:6:\"parent\";i:2005;}i:2143;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:2142;}i:2144;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2143;}i:2145;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2142;}i:2146;a:2:{s:5:\"class\";s:33:\"ilobjlearningresourcessettingsgui\";s:6:\"parent\";i:1;}i:2147;a:2:{s:5:\"class\";s:20:\"illicenseoverviewgui\";s:6:\"parent\";i:2146;}i:2148;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2147;}i:2149;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2146;}i:2150;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2149;}i:2151;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2150;}i:2152;a:2:{s:5:\"class\";s:20:\"ilobjlinkresourcegui\";s:6:\"parent\";i:1;}i:2153;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:2152;}i:2154;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2153;}i:2155;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2154;}i:2156;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2154;}i:2157;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2154;}i:2158;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2157;}i:2159;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2157;}i:2160;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2159;}i:2161;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2157;}i:2162;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2161;}i:2163;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2157;}i:2164;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2163;}i:2165;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2157;}i:2166;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2165;}i:2167;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2154;}i:2168;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2154;}i:2169;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2154;}i:2170;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2154;}i:2171;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2154;}i:2172;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2171;}i:2173;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2154;}i:2174;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2173;}i:2175;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2173;}i:2176;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2175;}i:2177;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2173;}i:2178;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2177;}i:2179;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2173;}i:2180;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2179;}i:2181;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2173;}i:2182;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2181;}i:2183;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2154;}i:2184;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2154;}i:2185;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2154;}i:2186;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2154;}i:2187;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2154;}i:2188;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2154;}i:2189;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2154;}i:2190;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2154;}i:2191;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2154;}i:2192;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2191;}i:2193;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:2153;}i:2194;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2193;}i:2195;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2153;}i:2196;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2153;}i:2197;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2152;}i:2198;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:2152;}i:2199;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2198;}i:2200;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2152;}i:2201;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2200;}i:2202;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2201;}i:2203;a:2:{s:5:\"class\";s:12:\"ilobjmailgui\";s:6:\"parent\";i:1;}i:2204;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2203;}i:2205;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2204;}i:2206;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2205;}i:2207;a:2:{s:5:\"class\";s:18:\"ilobjmdsettingsgui\";s:6:\"parent\";i:1;}i:2208;a:2:{s:5:\"class\";s:23:\"iladvancedmdsettingsgui\";s:6:\"parent\";i:2207;}i:2209;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2208;}i:2210;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2207;}i:2211;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2210;}i:2212;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2211;}i:2213;a:2:{s:5:\"class\";s:17:\"ilobjmediacastgui\";s:6:\"parent\";i:1;}i:2214;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:2213;}i:2215;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2214;}i:2216;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2215;}i:2217;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2215;}i:2218;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2215;}i:2219;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2218;}i:2220;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2218;}i:2221;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2220;}i:2222;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2218;}i:2223;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2222;}i:2224;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2218;}i:2225;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2224;}i:2226;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2218;}i:2227;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2226;}i:2228;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2215;}i:2229;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2215;}i:2230;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2215;}i:2231;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2215;}i:2232;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2215;}i:2233;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2232;}i:2234;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2215;}i:2235;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2234;}i:2236;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2234;}i:2237;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2236;}i:2238;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2234;}i:2239;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2238;}i:2240;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2234;}i:2241;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2240;}i:2242;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2234;}i:2243;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2242;}i:2244;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2215;}i:2245;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2215;}i:2246;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2215;}i:2247;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2215;}i:2248;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2215;}i:2249;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2215;}i:2250;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2215;}i:2251;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2215;}i:2252;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2215;}i:2253;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2252;}i:2254;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:2214;}i:2255;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2254;}i:2256;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2214;}i:2257;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2214;}i:2258;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2213;}i:2259;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2258;}i:2260;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2259;}i:2261;a:2:{s:5:\"class\";s:25:\"ilobjmediacastsettingsgui\";s:6:\"parent\";i:1;}i:2262;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2261;}i:2263;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2262;}i:2264;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2263;}i:2265;a:2:{s:5:\"class\";s:28:\"ilobjmediaobjectssettingsgui\";s:6:\"parent\";i:1;}i:2266;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2265;}i:2267;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2266;}i:2268;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2267;}i:2269;a:2:{s:5:\"class\";s:17:\"ilobjmediapoolgui\";s:6:\"parent\";i:1;}i:2270;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:2269;}i:2271;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2270;}i:2272;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2271;}i:2273;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2271;}i:2274;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2273;}i:2275;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2271;}i:2276;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:2269;}i:2277;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2276;}i:2278;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2277;}i:2279;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2277;}i:2280;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2277;}i:2281;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2280;}i:2282;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2280;}i:2283;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2282;}i:2284;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2280;}i:2285;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2284;}i:2286;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2280;}i:2287;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2286;}i:2288;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2280;}i:2289;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2288;}i:2290;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2277;}i:2291;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2277;}i:2292;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2277;}i:2293;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2277;}i:2294;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2277;}i:2295;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2294;}i:2296;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2277;}i:2297;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2296;}i:2298;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2296;}i:2299;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2298;}i:2300;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2296;}i:2301;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2300;}i:2302;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2296;}i:2303;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2302;}i:2304;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2296;}i:2305;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2304;}i:2306;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2277;}i:2307;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2277;}i:2308;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2277;}i:2309;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2277;}i:2310;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2277;}i:2311;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2277;}i:2312;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2277;}i:2313;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2277;}i:2314;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2277;}i:2315;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2314;}i:2316;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:2276;}i:2317;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2316;}i:2318;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2276;}i:2319;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2276;}i:2320;a:2:{s:5:\"class\";s:18:\"ilmediapoolpagegui\";s:6:\"parent\";i:2269;}i:2321;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:2320;}i:2322;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2321;}i:2323;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2322;}i:2324;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2322;}i:2325;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2324;}i:2326;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2322;}i:2327;a:2:{s:5:\"class\";s:25:\"ilmediapooltargetselector\";s:6:\"parent\";i:2320;}i:2328;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:2320;}i:2329;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2328;}i:2330;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2328;}i:2331;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2330;}i:2332;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2330;}i:2333;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2332;}i:2334;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2330;}i:2335;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:2328;}i:2336;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:2328;}i:2337;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:2328;}i:2338;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:2328;}i:2339;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:2328;}i:2340;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:2328;}i:2341;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:2328;}i:2342;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2328;}i:2343;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2342;}i:2344;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2343;}i:2345;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2343;}i:2346;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2345;}i:2347;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2343;}i:2348;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2342;}i:2349;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2348;}i:2350;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:2328;}i:2351;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:2328;}i:2352;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2351;}i:2353;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2352;}i:2354;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2353;}i:2355;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2353;}i:2356;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2355;}i:2357;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2353;}i:2358;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2352;}i:2359;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2358;}i:2360;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:2328;}i:2361;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:2328;}i:2362;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:2361;}i:2363;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:2362;}i:2364;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:2362;}i:2365;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:2362;}i:2366;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:2362;}i:2367;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:2362;}i:2368;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:2362;}i:2369;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:2362;}i:2370;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:2362;}i:2371;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:2362;}i:2372;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:2362;}i:2373;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:2328;}i:2374;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:2328;}i:2375;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:2328;}i:2376;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:2328;}i:2377;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:2328;}i:2378;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:2328;}i:2379;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:2320;}i:2380;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:2379;}i:2381;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2380;}i:2382;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2381;}i:2383;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2381;}i:2384;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2383;}i:2385;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2381;}i:2386;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2379;}i:2387;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2379;}i:2388;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:2379;}i:2389;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2388;}i:2390;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2388;}i:2391;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2390;}i:2392;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2390;}i:2393;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2392;}i:2394;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2390;}i:2395;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:2388;}i:2396;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:2388;}i:2397;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:2388;}i:2398;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:2388;}i:2399;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:2388;}i:2400;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:2388;}i:2401;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:2388;}i:2402;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2388;}i:2403;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2402;}i:2404;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2403;}i:2405;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2403;}i:2406;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2405;}i:2407;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2403;}i:2408;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2402;}i:2409;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2408;}i:2410;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:2388;}i:2411;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:2388;}i:2412;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2411;}i:2413;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2412;}i:2414;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2413;}i:2415;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2413;}i:2416;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2415;}i:2417;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2413;}i:2418;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2412;}i:2419;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2418;}i:2420;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:2388;}i:2421;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:2388;}i:2422;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:2421;}i:2423;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:2422;}i:2424;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:2422;}i:2425;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:2422;}i:2426;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:2422;}i:2427;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:2422;}i:2428;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:2422;}i:2429;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:2422;}i:2430;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:2422;}i:2431;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:2422;}i:2432;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:2422;}i:2433;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:2388;}i:2434;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:2388;}i:2435;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:2388;}i:2436;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:2388;}i:2437;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:2388;}i:2438;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:2388;}i:2439;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2379;}i:2440;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2320;}i:2441;a:2:{s:5:\"class\";s:14:\"ilobjfoldergui\";s:6:\"parent\";i:2269;}i:2442;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2441;}i:2443;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2442;}i:2444;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2442;}i:2445;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2442;}i:2446;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2445;}i:2447;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2445;}i:2448;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2447;}i:2449;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2445;}i:2450;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2449;}i:2451;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2445;}i:2452;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2451;}i:2453;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2445;}i:2454;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2453;}i:2455;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2442;}i:2456;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2442;}i:2457;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2442;}i:2458;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2442;}i:2459;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2442;}i:2460;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2459;}i:2461;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2442;}i:2462;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2461;}i:2463;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2461;}i:2464;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2463;}i:2465;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2461;}i:2466;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2465;}i:2467;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2461;}i:2468;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2467;}i:2469;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2461;}i:2470;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2469;}i:2471;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2442;}i:2472;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2442;}i:2473;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2442;}i:2474;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2442;}i:2475;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2442;}i:2476;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2442;}i:2477;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2442;}i:2478;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2442;}i:2479;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2442;}i:2480;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2479;}i:2481;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:2441;}i:2482;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2481;}i:2483;a:2:{s:5:\"class\";s:18:\"ilcoursecontentgui\";s:6:\"parent\";i:2441;}i:2484;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2483;}i:2485;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2484;}i:2486;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2484;}i:2487;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2484;}i:2488;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2487;}i:2489;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2487;}i:2490;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2489;}i:2491;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2487;}i:2492;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2491;}i:2493;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2487;}i:2494;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2493;}i:2495;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2487;}i:2496;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2495;}i:2497;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2484;}i:2498;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2484;}i:2499;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2484;}i:2500;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2484;}i:2501;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2484;}i:2502;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2501;}i:2503;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2484;}i:2504;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2503;}i:2505;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2503;}i:2506;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2505;}i:2507;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2503;}i:2508;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2507;}i:2509;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2503;}i:2510;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2509;}i:2511;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2503;}i:2512;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2511;}i:2513;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2484;}i:2514;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2484;}i:2515;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2484;}i:2516;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2484;}i:2517;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2484;}i:2518;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2484;}i:2519;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2484;}i:2520;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2484;}i:2521;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2484;}i:2522;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2521;}i:2523;a:2:{s:5:\"class\";s:19:\"ilcoursearchivesgui\";s:6:\"parent\";i:2483;}i:2524;a:2:{s:5:\"class\";s:32:\"ilcourseobjectivepresentationgui\";s:6:\"parent\";i:2483;}i:2525;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2524;}i:2526;a:2:{s:5:\"class\";s:29:\"ilcourseitemadministrationgui\";s:6:\"parent\";i:2441;}i:2527;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:2526;}i:2528;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2527;}i:2529;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:2441;}i:2530;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2529;}i:2531;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2530;}i:2532;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2530;}i:2533;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2530;}i:2534;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2533;}i:2535;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2533;}i:2536;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2535;}i:2537;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2533;}i:2538;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2537;}i:2539;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2533;}i:2540;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2539;}i:2541;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2533;}i:2542;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2541;}i:2543;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2530;}i:2544;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2530;}i:2545;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2530;}i:2546;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2530;}i:2547;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2530;}i:2548;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2547;}i:2549;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2530;}i:2550;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2549;}i:2551;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2549;}i:2552;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2551;}i:2553;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2549;}i:2554;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2553;}i:2555;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2549;}i:2556;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2555;}i:2557;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2549;}i:2558;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2557;}i:2559;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2530;}i:2560;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2530;}i:2561;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2530;}i:2562;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2530;}i:2563;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2530;}i:2564;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2530;}i:2565;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2530;}i:2566;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2530;}i:2567;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2530;}i:2568;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2567;}i:2569;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:2529;}i:2570;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2569;}i:2571;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2529;}i:2572;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2529;}i:2573;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:2441;}i:2574;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:2573;}i:2575;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:2573;}i:2576;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:2575;}i:2577;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2576;}i:2578;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:2575;}i:2579;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:2578;}i:2580;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2579;}i:2581;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:2579;}i:2582;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:2575;}i:2583;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2582;}i:2584;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:2575;}i:2585;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2584;}i:2586;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:2573;}i:2587;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:2586;}i:2588;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2587;}i:2589;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:2586;}i:2590;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:2589;}i:2591;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2590;}i:2592;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:2590;}i:2593;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:2586;}i:2594;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2593;}i:2595;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:2573;}i:2596;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2595;}i:2597;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:2441;}i:2598;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2597;}i:2599;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:2441;}i:2600;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2599;}i:2601;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:2441;}i:2602;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:2601;}i:2603;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2602;}i:2604;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2603;}i:2605;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2603;}i:2606;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2605;}i:2607;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2603;}i:2608;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2601;}i:2609;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2601;}i:2610;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:2601;}i:2611;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2610;}i:2612;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2610;}i:2613;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2612;}i:2614;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2612;}i:2615;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2614;}i:2616;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2612;}i:2617;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:2610;}i:2618;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:2610;}i:2619;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:2610;}i:2620;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:2610;}i:2621;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:2610;}i:2622;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:2610;}i:2623;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:2610;}i:2624;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2610;}i:2625;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2624;}i:2626;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2625;}i:2627;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2625;}i:2628;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2627;}i:2629;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2625;}i:2630;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2624;}i:2631;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2630;}i:2632;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:2610;}i:2633;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:2610;}i:2634;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2633;}i:2635;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2634;}i:2636;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2635;}i:2637;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2635;}i:2638;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2637;}i:2639;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2635;}i:2640;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2634;}i:2641;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2640;}i:2642;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:2610;}i:2643;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:2610;}i:2644;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:2643;}i:2645;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:2644;}i:2646;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:2644;}i:2647;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:2644;}i:2648;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:2644;}i:2649;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:2644;}i:2650;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:2644;}i:2651;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:2644;}i:2652;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:2644;}i:2653;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:2644;}i:2654;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:2644;}i:2655;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:2610;}i:2656;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:2610;}i:2657;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:2610;}i:2658;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:2610;}i:2659;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:2610;}i:2660;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:2610;}i:2661;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2601;}i:2662;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2441;}i:2663;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2662;}i:2664;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2663;}i:2665;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2269;}i:2666;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2665;}i:2667;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2665;}i:2668;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2667;}i:2669;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2665;}i:2670;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2269;}i:2671;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2670;}i:2672;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2671;}i:2673;a:2:{s:5:\"class\";s:20:\"ilobjnewssettingsgui\";s:6:\"parent\";i:1;}i:2674;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2673;}i:2675;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2674;}i:2676;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2675;}i:2677;a:2:{s:5:\"class\";s:20:\"ilobjobjectfoldergui\";s:6:\"parent\";i:1;}i:2678;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2677;}i:2679;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2678;}i:2680;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2679;}i:2681;a:2:{s:5:\"class\";s:23:\"ilobjpaymentsettingsgui\";s:6:\"parent\";i:1;}i:2682;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:2681;}i:2683;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:2682;}i:2684;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2683;}i:2685;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2684;}i:2686;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2684;}i:2687;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2686;}i:2688;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2684;}i:2689;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2682;}i:2690;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2682;}i:2691;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:2682;}i:2692;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2691;}i:2693;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2691;}i:2694;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2693;}i:2695;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2693;}i:2696;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2695;}i:2697;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2693;}i:2698;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:2691;}i:2699;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:2691;}i:2700;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:2691;}i:2701;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:2691;}i:2702;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:2691;}i:2703;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:2691;}i:2704;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:2691;}i:2705;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2691;}i:2706;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2705;}i:2707;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2706;}i:2708;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2706;}i:2709;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2708;}i:2710;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2706;}i:2711;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2705;}i:2712;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2711;}i:2713;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:2691;}i:2714;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:2691;}i:2715;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2714;}i:2716;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2715;}i:2717;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2716;}i:2718;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2716;}i:2719;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2718;}i:2720;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2716;}i:2721;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2715;}i:2722;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2721;}i:2723;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:2691;}i:2724;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:2691;}i:2725;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:2724;}i:2726;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:2725;}i:2727;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:2725;}i:2728;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:2725;}i:2729;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:2725;}i:2730;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:2725;}i:2731;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:2725;}i:2732;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:2725;}i:2733;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:2725;}i:2734;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:2725;}i:2735;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:2725;}i:2736;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:2691;}i:2737;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:2691;}i:2738;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:2691;}i:2739;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:2691;}i:2740;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:2691;}i:2741;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:2691;}i:2742;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2682;}i:2743;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2681;}i:2744;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2743;}i:2745;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2744;}i:2746;a:2:{s:5:\"class\";s:15:\"ilshoptopicsgui\";s:6:\"parent\";i:2681;}i:2747;a:2:{s:5:\"class\";s:31:\"ilobjpersonaldesktopsettingsgui\";s:6:\"parent\";i:1;}i:2748;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2747;}i:2749;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2748;}i:2750;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2749;}i:2751;a:2:{s:5:\"class\";s:23:\"ilobjprivacysecuritygui\";s:6:\"parent\";i:1;}i:2752;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2751;}i:2753;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2752;}i:2754;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2753;}i:2755;a:2:{s:5:\"class\";s:20:\"ilobjquestionpoolgui\";s:6:\"parent\";i:1;}i:2756;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:2755;}i:2757;a:2:{s:5:\"class\";s:15:\"asserrortextgui\";s:6:\"parent\";i:2755;}i:2758;a:2:{s:5:\"class\";s:16:\"assfileuploadgui\";s:6:\"parent\";i:2755;}i:2759;a:2:{s:5:\"class\";s:19:\"assflashquestiongui\";s:6:\"parent\";i:2755;}i:2760;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:2755;}i:2761;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:2755;}i:2762;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:2755;}i:2763;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:2755;}i:2764;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:2755;}i:2765;a:2:{s:5:\"class\";s:24:\"assorderinghorizontalgui\";s:6:\"parent\";i:2755;}i:2766;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:2755;}i:2767;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:2755;}i:2768;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:2755;}i:2769;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:2755;}i:2770;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2755;}i:2771;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:2755;}i:2772;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2771;}i:2773;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:2755;}i:2774;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:2773;}i:2775;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2774;}i:2776;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2775;}i:2777;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2775;}i:2778;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2777;}i:2779;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2775;}i:2780;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2773;}i:2781;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2773;}i:2782;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:2773;}i:2783;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2782;}i:2784;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2782;}i:2785;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2784;}i:2786;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2784;}i:2787;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2786;}i:2788;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2784;}i:2789;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:2782;}i:2790;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:2782;}i:2791;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:2782;}i:2792;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:2782;}i:2793;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:2782;}i:2794;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:2782;}i:2795;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:2782;}i:2796;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2782;}i:2797;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2796;}i:2798;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2797;}i:2799;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2797;}i:2800;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2799;}i:2801;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2797;}i:2802;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2796;}i:2803;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2802;}i:2804;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:2782;}i:2805;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:2782;}i:2806;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2805;}i:2807;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2806;}i:2808;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2807;}i:2809;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2807;}i:2810;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2809;}i:2811;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2807;}i:2812;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2806;}i:2813;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2812;}i:2814;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:2782;}i:2815;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:2782;}i:2816;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:2815;}i:2817;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:2816;}i:2818;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:2816;}i:2819;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:2816;}i:2820;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:2816;}i:2821;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:2816;}i:2822;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:2816;}i:2823;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:2816;}i:2824;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:2816;}i:2825;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:2816;}i:2826;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:2816;}i:2827;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:2782;}i:2828;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:2782;}i:2829;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:2782;}i:2830;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:2782;}i:2831;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:2782;}i:2832;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:2782;}i:2833;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2773;}i:2834;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2755;}i:2835;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2834;}i:2836;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2835;}i:2837;a:2:{s:5:\"class\";s:22:\"ilobjrecoveryfoldergui\";s:6:\"parent\";i:1;}i:2838;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2837;}i:2839;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2838;}i:2840;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2839;}i:2841;a:2:{s:5:\"class\";s:20:\"ilobjremotecoursegui\";s:6:\"parent\";i:1;}i:2842;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:2841;}i:2843;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2842;}i:2844;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2843;}i:2845;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2843;}i:2846;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2843;}i:2847;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2846;}i:2848;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2846;}i:2849;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2848;}i:2850;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2846;}i:2851;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2850;}i:2852;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2846;}i:2853;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2852;}i:2854;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2846;}i:2855;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2854;}i:2856;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2843;}i:2857;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2843;}i:2858;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2843;}i:2859;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2843;}i:2860;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2843;}i:2861;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2860;}i:2862;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2843;}i:2863;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2862;}i:2864;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2862;}i:2865;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2864;}i:2866;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2862;}i:2867;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2866;}i:2868;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2862;}i:2869;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2868;}i:2870;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2862;}i:2871;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2870;}i:2872;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2843;}i:2873;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2843;}i:2874;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2843;}i:2875;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2843;}i:2876;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2843;}i:2877;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2843;}i:2878;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2843;}i:2879;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2843;}i:2880;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2843;}i:2881;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2880;}i:2882;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:2842;}i:2883;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2882;}i:2884;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2842;}i:2885;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2842;}i:2886;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2841;}i:2887;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2886;}i:2888;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2887;}i:2889;a:2:{s:5:\"class\";s:18:\"ilobjrolefoldergui\";s:6:\"parent\";i:1;}i:2890;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2889;}i:2891;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2890;}i:2892;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2891;}i:2893;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:1;}i:2894;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2893;}i:2895;a:2:{s:5:\"class\";s:20:\"ilobjroletemplategui\";s:6:\"parent\";i:1;}i:2896;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2895;}i:2897;a:2:{s:5:\"class\";s:18:\"ilobjrootfoldergui\";s:6:\"parent\";i:1;}i:2898;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2897;}i:2899;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2898;}i:2900;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2898;}i:2901;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2898;}i:2902;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2901;}i:2903;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2901;}i:2904;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2903;}i:2905;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2901;}i:2906;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2905;}i:2907;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2901;}i:2908;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2907;}i:2909;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2901;}i:2910;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2909;}i:2911;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2898;}i:2912;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2898;}i:2913;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2898;}i:2914;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2898;}i:2915;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2898;}i:2916;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2915;}i:2917;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2898;}i:2918;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2917;}i:2919;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2917;}i:2920;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2919;}i:2921;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2917;}i:2922;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2921;}i:2923;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2917;}i:2924;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2923;}i:2925;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2917;}i:2926;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2925;}i:2927;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2898;}i:2928;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2898;}i:2929;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2898;}i:2930;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2898;}i:2931;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2898;}i:2932;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2898;}i:2933;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2898;}i:2934;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2898;}i:2935;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2898;}i:2936;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2935;}i:2937;a:2:{s:5:\"class\";s:22:\"ilcontainerlinklistgui\";s:6:\"parent\";i:2897;}i:2938;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2937;}i:2939;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:2897;}i:2940;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2939;}i:2941;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:2897;}i:2942;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2941;}i:2943;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:2897;}i:2944;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:2943;}i:2945;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2944;}i:2946;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2945;}i:2947;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2945;}i:2948;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2947;}i:2949;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2945;}i:2950;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2943;}i:2951;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2943;}i:2952;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:2943;}i:2953;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2952;}i:2954;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2952;}i:2955;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2954;}i:2956;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2954;}i:2957;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2956;}i:2958;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2954;}i:2959;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:2952;}i:2960;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:2952;}i:2961;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:2952;}i:2962;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:2952;}i:2963;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:2952;}i:2964;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:2952;}i:2965;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:2952;}i:2966;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2952;}i:2967;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2966;}i:2968;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2967;}i:2969;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2967;}i:2970;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2969;}i:2971;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2967;}i:2972;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2966;}i:2973;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2972;}i:2974;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:2952;}i:2975;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:2952;}i:2976;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2975;}i:2977;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2976;}i:2978;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2977;}i:2979;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2977;}i:2980;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2979;}i:2981;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2977;}i:2982;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2976;}i:2983;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2982;}i:2984;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:2952;}i:2985;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:2952;}i:2986;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:2985;}i:2987;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:2986;}i:2988;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:2986;}i:2989;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:2986;}i:2990;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:2986;}i:2991;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:2986;}i:2992;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:2986;}i:2993;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:2986;}i:2994;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:2986;}i:2995;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:2986;}i:2996;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:2986;}i:2997;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:2952;}i:2998;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:2952;}i:2999;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:2952;}i:3000;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:2952;}i:3001;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:2952;}i:3002;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:2952;}i:3003;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2943;}i:3004;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2897;}i:3005;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3004;}i:3006;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3005;}i:3007;a:2:{s:5:\"class\";s:26:\"ilobjsahslearningmodulegui\";s:6:\"parent\";i:1;}i:3008;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3007;}i:3009;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:3007;}i:3010;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:3009;}i:3011;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3010;}i:3012;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:3010;}i:3013;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:3010;}i:3014;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3013;}i:3015;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3013;}i:3016;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3015;}i:3017;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3013;}i:3018;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3017;}i:3019;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3013;}i:3020;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3019;}i:3021;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3013;}i:3022;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3021;}i:3023;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:3010;}i:3024;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:3010;}i:3025;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:3010;}i:3026;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:3010;}i:3027;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:3010;}i:3028;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:3027;}i:3029;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:3010;}i:3030;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3029;}i:3031;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3029;}i:3032;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3031;}i:3033;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3029;}i:3034;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3033;}i:3035;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3029;}i:3036;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3035;}i:3037;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3029;}i:3038;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3037;}i:3039;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:3010;}i:3040;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:3010;}i:3041;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:3010;}i:3042;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:3010;}i:3043;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:3010;}i:3044;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:3010;}i:3045;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:3010;}i:3046;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:3010;}i:3047;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:3010;}i:3048;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3047;}i:3049;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:3009;}i:3050;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3049;}i:3051;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3009;}i:3052;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3009;}i:3053;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:3007;}i:3054;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:3053;}i:3055;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:3053;}i:3056;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:3055;}i:3057;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3056;}i:3058;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:3055;}i:3059;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:3058;}i:3060;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3059;}i:3061;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:3059;}i:3062;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:3055;}i:3063;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3062;}i:3064;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:3055;}i:3065;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3064;}i:3066;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:3053;}i:3067;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:3066;}i:3068;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3067;}i:3069;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:3066;}i:3070;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:3069;}i:3071;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3070;}i:3072;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:3070;}i:3073;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:3066;}i:3074;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3073;}i:3075;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:3053;}i:3076;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3075;}i:3077;a:2:{s:5:\"class\";s:12:\"illicensegui\";s:6:\"parent\";i:3007;}i:3078;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3077;}i:3079;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3007;}i:3080;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3007;}i:3081;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3080;}i:3082;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3081;}i:3083;a:2:{s:5:\"class\";s:22:\"ilobjsearchsettingsgui\";s:6:\"parent\";i:1;}i:3084;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3083;}i:3085;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3084;}i:3086;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3085;}i:3087;a:2:{s:5:\"class\";s:15:\"ilobjsessiongui\";s:6:\"parent\";i:1;}i:3088;a:2:{s:5:\"class\";s:29:\"ilcourseitemadministrationgui\";s:6:\"parent\";i:3087;}i:3089;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:3088;}i:3090;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3089;}i:3091;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:3087;}i:3092;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:3091;}i:3093;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3092;}i:3094;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:3092;}i:3095;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:3092;}i:3096;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3095;}i:3097;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3095;}i:3098;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3097;}i:3099;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3095;}i:3100;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3099;}i:3101;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3095;}i:3102;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3101;}i:3103;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3095;}i:3104;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3103;}i:3105;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:3092;}i:3106;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:3092;}i:3107;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:3092;}i:3108;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:3092;}i:3109;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:3092;}i:3110;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:3109;}i:3111;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:3092;}i:3112;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3111;}i:3113;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3111;}i:3114;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3113;}i:3115;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3111;}i:3116;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3115;}i:3117;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3111;}i:3118;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3117;}i:3119;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3111;}i:3120;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3119;}i:3121;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:3092;}i:3122;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:3092;}i:3123;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:3092;}i:3124;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:3092;}i:3125;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:3092;}i:3126;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:3092;}i:3127;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:3092;}i:3128;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:3092;}i:3129;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:3092;}i:3130;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3129;}i:3131;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:3091;}i:3132;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3131;}i:3133;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3091;}i:3134;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3091;}i:3135;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:3087;}i:3136;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3135;}i:3137;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3087;}i:3138;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3137;}i:3139;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3138;}i:3140;a:2:{s:5:\"class\";s:21:\"ilobjstylesettingsgui\";s:6:\"parent\";i:1;}i:3141;a:2:{s:5:\"class\";s:15:\"ilpagelayoutgui\";s:6:\"parent\";i:3140;}i:3142;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:3141;}i:3143;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3142;}i:3144;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3143;}i:3145;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3143;}i:3146;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3145;}i:3147;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3143;}i:3148;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:3141;}i:3149;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3148;}i:3150;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3148;}i:3151;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3150;}i:3152;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3150;}i:3153;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3152;}i:3154;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3150;}i:3155;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:3148;}i:3156;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:3148;}i:3157;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:3148;}i:3158;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:3148;}i:3159;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:3148;}i:3160;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:3148;}i:3161;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:3148;}i:3162;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3148;}i:3163;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3162;}i:3164;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3163;}i:3165;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3163;}i:3166;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3165;}i:3167;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3163;}i:3168;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3162;}i:3169;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3168;}i:3170;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:3148;}i:3171;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:3148;}i:3172;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3171;}i:3173;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3172;}i:3174;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3173;}i:3175;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3173;}i:3176;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3175;}i:3177;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3173;}i:3178;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3172;}i:3179;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3178;}i:3180;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:3148;}i:3181;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:3148;}i:3182;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:3181;}i:3183;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:3182;}i:3184;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:3182;}i:3185;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:3182;}i:3186;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:3182;}i:3187;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:3182;}i:3188;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:3182;}i:3189;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:3182;}i:3190;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:3182;}i:3191;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:3182;}i:3192;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:3182;}i:3193;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:3148;}i:3194;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:3148;}i:3195;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:3148;}i:3196;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:3148;}i:3197;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:3148;}i:3198;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:3148;}i:3199;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:3141;}i:3200;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:3199;}i:3201;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3200;}i:3202;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3201;}i:3203;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3201;}i:3204;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3203;}i:3205;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3201;}i:3206;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3199;}i:3207;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3199;}i:3208;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:3199;}i:3209;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3208;}i:3210;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3208;}i:3211;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3210;}i:3212;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3210;}i:3213;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3212;}i:3214;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3210;}i:3215;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:3208;}i:3216;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:3208;}i:3217;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:3208;}i:3218;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:3208;}i:3219;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:3208;}i:3220;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:3208;}i:3221;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:3208;}i:3222;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3208;}i:3223;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3222;}i:3224;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3223;}i:3225;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3223;}i:3226;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3225;}i:3227;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3223;}i:3228;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3222;}i:3229;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3228;}i:3230;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:3208;}i:3231;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:3208;}i:3232;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3231;}i:3233;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3232;}i:3234;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3233;}i:3235;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3233;}i:3236;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3235;}i:3237;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3233;}i:3238;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3232;}i:3239;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3238;}i:3240;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:3208;}i:3241;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:3208;}i:3242;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:3241;}i:3243;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:3242;}i:3244;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:3242;}i:3245;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:3242;}i:3246;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:3242;}i:3247;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:3242;}i:3248;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:3242;}i:3249;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:3242;}i:3250;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:3242;}i:3251;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:3242;}i:3252;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:3242;}i:3253;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:3208;}i:3254;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:3208;}i:3255;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:3208;}i:3256;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:3208;}i:3257;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:3208;}i:3258;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:3208;}i:3259;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3199;}i:3260;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3141;}i:3261;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3140;}i:3262;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3261;}i:3263;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3262;}i:3264;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:1;}i:3265;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3264;}i:3266;a:2:{s:5:\"class\";s:28:\"ilobjsurveyadministrationgui\";s:6:\"parent\";i:1;}i:3267;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3266;}i:3268;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3267;}i:3269;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3268;}i:3270;a:2:{s:5:\"class\";s:14:\"ilobjsurveygui\";s:6:\"parent\";i:1;}i:3271;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:3270;}i:3272;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:3271;}i:3273;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3272;}i:3274;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:3272;}i:3275;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:3272;}i:3276;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3275;}i:3277;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3275;}i:3278;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3277;}i:3279;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3275;}i:3280;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3279;}i:3281;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3275;}i:3282;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3281;}i:3283;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3275;}i:3284;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3283;}i:3285;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:3272;}i:3286;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:3272;}i:3287;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:3272;}i:3288;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:3272;}i:3289;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:3272;}i:3290;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:3289;}i:3291;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:3272;}i:3292;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3291;}i:3293;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3291;}i:3294;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3293;}i:3295;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3291;}i:3296;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3295;}i:3297;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3291;}i:3298;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3297;}i:3299;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3291;}i:3300;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3299;}i:3301;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:3272;}i:3302;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:3272;}i:3303;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:3272;}i:3304;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:3272;}i:3305;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:3272;}i:3306;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:3272;}i:3307;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:3272;}i:3308;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:3272;}i:3309;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:3272;}i:3310;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3309;}i:3311;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:3271;}i:3312;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3311;}i:3313;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3271;}i:3314;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3271;}i:3315;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3270;}i:3316;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:3270;}i:3317;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3316;}i:3318;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3270;}i:3319;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3318;}i:3320;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3319;}i:3321;a:2:{s:5:\"class\";s:21:\"ilsurveyevaluationgui\";s:6:\"parent\";i:3270;}i:3322;a:2:{s:5:\"class\";s:20:\"ilsurveyexecutiongui\";s:6:\"parent\";i:3270;}i:3323;a:2:{s:5:\"class\";s:26:\"ilobjsurveyquestionpoolgui\";s:6:\"parent\";i:1;}i:3324;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3323;}i:3325;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:3323;}i:3326;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3325;}i:3327;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3323;}i:3328;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3327;}i:3329;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3328;}i:3330;a:2:{s:5:\"class\";s:18:\"ilsurveyphrasesgui\";s:6:\"parent\";i:3323;}i:3331;a:2:{s:5:\"class\";s:23:\"surveymatrixquestiongui\";s:6:\"parent\";i:3323;}i:3332;a:2:{s:5:\"class\";s:23:\"surveymetricquestiongui\";s:6:\"parent\";i:3323;}i:3333;a:2:{s:5:\"class\";s:31:\"surveymultiplechoicequestiongui\";s:6:\"parent\";i:3323;}i:3334;a:2:{s:5:\"class\";s:29:\"surveysinglechoicequestiongui\";s:6:\"parent\";i:3323;}i:3335;a:2:{s:5:\"class\";s:21:\"surveytextquestiongui\";s:6:\"parent\";i:3323;}i:3336;a:2:{s:5:\"class\";s:20:\"ilobjsystemfoldergui\";s:6:\"parent\";i:1;}i:3337;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3336;}i:3338;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3337;}i:3339;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3338;}i:3340;a:2:{s:5:\"class\";s:23:\"ilobjtaggingsettingsgui\";s:6:\"parent\";i:1;}i:3341;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3340;}i:3342;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3341;}i:3343;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3342;}i:3344;a:2:{s:5:\"class\";s:12:\"ilobjtestgui\";s:6:\"parent\";i:1;}i:3345;a:2:{s:5:\"class\";s:16:\"ilcertificategui\";s:6:\"parent\";i:3344;}i:3346;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:3344;}i:3347;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:3346;}i:3348;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3347;}i:3349;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:3347;}i:3350;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:3347;}i:3351;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3350;}i:3352;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3350;}i:3353;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3352;}i:3354;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3350;}i:3355;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3354;}i:3356;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3350;}i:3357;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3356;}i:3358;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3350;}i:3359;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3358;}i:3360;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:3347;}i:3361;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:3347;}i:3362;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:3347;}i:3363;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:3347;}i:3364;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:3347;}i:3365;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:3364;}i:3366;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:3347;}i:3367;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3366;}i:3368;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3366;}i:3369;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3368;}i:3370;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3366;}i:3371;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3370;}i:3372;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3366;}i:3373;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3372;}i:3374;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3366;}i:3375;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3374;}i:3376;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:3347;}i:3377;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:3347;}i:3378;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:3347;}i:3379;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:3347;}i:3380;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:3347;}i:3381;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:3347;}i:3382;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:3347;}i:3383;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:3347;}i:3384;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:3347;}i:3385;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3384;}i:3386;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:3346;}i:3387;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3386;}i:3388;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3346;}i:3389;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3346;}i:3390;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:3344;}i:3391;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:3390;}i:3392;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:3390;}i:3393;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:3392;}i:3394;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3393;}i:3395;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:3392;}i:3396;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:3395;}i:3397;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3396;}i:3398;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:3396;}i:3399;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:3392;}i:3400;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3399;}i:3401;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:3392;}i:3402;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3401;}i:3403;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:3390;}i:3404;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:3403;}i:3405;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3404;}i:3406;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:3403;}i:3407;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:3406;}i:3408;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3407;}i:3409;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:3407;}i:3410;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:3403;}i:3411;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3410;}i:3412;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:3390;}i:3413;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3412;}i:3414;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3344;}i:3415;a:2:{s:5:\"class\";s:14:\"ilobjcoursegui\";s:6:\"parent\";i:3344;}i:3416;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:3415;}i:3417;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3416;}i:3418;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:3416;}i:3419;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:3416;}i:3420;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3419;}i:3421;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3419;}i:3422;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3421;}i:3423;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3419;}i:3424;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3423;}i:3425;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3419;}i:3426;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3425;}i:3427;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3419;}i:3428;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3427;}i:3429;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:3416;}i:3430;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:3416;}i:3431;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:3416;}i:3432;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:3416;}i:3433;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:3416;}i:3434;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:3433;}i:3435;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:3416;}i:3436;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3435;}i:3437;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3435;}i:3438;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3437;}i:3439;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3435;}i:3440;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3439;}i:3441;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3435;}i:3442;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3441;}i:3443;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3435;}i:3444;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3443;}i:3445;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:3416;}i:3446;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:3416;}i:3447;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:3416;}i:3448;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:3416;}i:3449;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:3416;}i:3450;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:3416;}i:3451;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:3416;}i:3452;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:3416;}i:3453;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:3416;}i:3454;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3453;}i:3455;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:3415;}i:3456;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3455;}i:3457;a:2:{s:5:\"class\";s:20:\"ilcourseagreementgui\";s:6:\"parent\";i:3415;}i:3458;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3457;}i:3459;a:2:{s:5:\"class\";s:18:\"ilcoursecontentgui\";s:6:\"parent\";i:3415;}i:3460;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:3459;}i:3461;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3460;}i:3462;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:3460;}i:3463;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:3460;}i:3464;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3463;}i:3465;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3463;}i:3466;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3465;}i:3467;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3463;}i:3468;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3467;}i:3469;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3463;}i:3470;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3469;}i:3471;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3463;}i:3472;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3471;}i:3473;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:3460;}i:3474;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:3460;}i:3475;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:3460;}i:3476;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:3460;}i:3477;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:3460;}i:3478;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:3477;}i:3479;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:3460;}i:3480;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3479;}i:3481;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3479;}i:3482;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3481;}i:3483;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3479;}i:3484;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3483;}i:3485;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3479;}i:3486;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3485;}i:3487;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3479;}i:3488;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3487;}i:3489;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:3460;}i:3490;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:3460;}i:3491;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:3460;}i:3492;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:3460;}i:3493;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:3460;}i:3494;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:3460;}i:3495;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:3460;}i:3496;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:3460;}i:3497;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:3460;}i:3498;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3497;}i:3499;a:2:{s:5:\"class\";s:19:\"ilcoursearchivesgui\";s:6:\"parent\";i:3459;}i:3500;a:2:{s:5:\"class\";s:32:\"ilcourseobjectivepresentationgui\";s:6:\"parent\";i:3459;}i:3501;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3500;}i:3502;a:2:{s:5:\"class\";s:29:\"ilcourseitemadministrationgui\";s:6:\"parent\";i:3415;}i:3503;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:3502;}i:3504;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3503;}i:3505;a:2:{s:5:\"class\";s:21:\"ilcourseobjectivesgui\";s:6:\"parent\";i:3415;}i:3506;a:2:{s:5:\"class\";s:23:\"ilcourseregistrationgui\";s:6:\"parent\";i:3415;}i:3507;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3506;}i:3508;a:2:{s:5:\"class\";s:21:\"ilcourseuserfieldsgui\";s:6:\"parent\";i:3415;}i:3509;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:3415;}i:3510;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:3509;}i:3511;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3510;}i:3512;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:3510;}i:3513;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:3510;}i:3514;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3513;}i:3515;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3513;}i:3516;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3515;}i:3517;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3513;}i:3518;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3517;}i:3519;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3513;}i:3520;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3519;}i:3521;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3513;}i:3522;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3521;}i:3523;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:3510;}i:3524;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:3510;}i:3525;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:3510;}i:3526;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:3510;}i:3527;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:3510;}i:3528;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:3527;}i:3529;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:3510;}i:3530;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3529;}i:3531;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3529;}i:3532;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3531;}i:3533;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3529;}i:3534;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3533;}i:3535;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3529;}i:3536;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3535;}i:3537;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3529;}i:3538;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3537;}i:3539;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:3510;}i:3540;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:3510;}i:3541;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:3510;}i:3542;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:3510;}i:3543;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:3510;}i:3544;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:3510;}i:3545;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:3510;}i:3546;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:3510;}i:3547;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:3510;}i:3548;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3547;}i:3549;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:3509;}i:3550;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3549;}i:3551;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3509;}i:3552;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3509;}i:3553;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:3415;}i:3554;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:3553;}i:3555;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:3553;}i:3556;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:3555;}i:3557;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3556;}i:3558;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:3555;}i:3559;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:3558;}i:3560;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3559;}i:3561;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:3559;}i:3562;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:3555;}i:3563;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3562;}i:3564;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:3555;}i:3565;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3564;}i:3566;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:3553;}i:3567;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:3566;}i:3568;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3567;}i:3569;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:3566;}i:3570;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:3569;}i:3571;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3570;}i:3572;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:3570;}i:3573;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:3566;}i:3574;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3573;}i:3575;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:3553;}i:3576;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3575;}i:3577;a:2:{s:5:\"class\";s:20:\"illicenseoverviewgui\";s:6:\"parent\";i:3415;}i:3578;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3577;}i:3579;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3415;}i:3580;a:2:{s:5:\"class\";s:17:\"ilmemberexportgui\";s:6:\"parent\";i:3415;}i:3581;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3580;}i:3582;a:2:{s:5:\"class\";s:22:\"ilobjcoursegroupinggui\";s:6:\"parent\";i:3415;}i:3583;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:3415;}i:3584;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3583;}i:3585;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:3415;}i:3586;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3585;}i:3587;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:3415;}i:3588;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:3587;}i:3589;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3588;}i:3590;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3589;}i:3591;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3589;}i:3592;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3591;}i:3593;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3589;}i:3594;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3587;}i:3595;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3587;}i:3596;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:3587;}i:3597;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3596;}i:3598;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3596;}i:3599;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3598;}i:3600;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3598;}i:3601;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3600;}i:3602;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3598;}i:3603;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:3596;}i:3604;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:3596;}i:3605;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:3596;}i:3606;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:3596;}i:3607;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:3596;}i:3608;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:3596;}i:3609;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:3596;}i:3610;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3596;}i:3611;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3610;}i:3612;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3611;}i:3613;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3611;}i:3614;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3613;}i:3615;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3611;}i:3616;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3610;}i:3617;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3616;}i:3618;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:3596;}i:3619;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:3596;}i:3620;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3619;}i:3621;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3620;}i:3622;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3621;}i:3623;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3621;}i:3624;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3623;}i:3625;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3621;}i:3626;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3620;}i:3627;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3626;}i:3628;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:3596;}i:3629;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:3596;}i:3630;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:3629;}i:3631;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:3630;}i:3632;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:3630;}i:3633;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:3630;}i:3634;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:3630;}i:3635;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:3630;}i:3636;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:3630;}i:3637;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:3630;}i:3638;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:3630;}i:3639;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:3630;}i:3640;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:3630;}i:3641;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:3596;}i:3642;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:3596;}i:3643;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:3596;}i:3644;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:3596;}i:3645;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:3596;}i:3646;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:3596;}i:3647;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3587;}i:3648;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3415;}i:3649;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3648;}i:3650;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3649;}i:3651;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3415;}i:3652;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3415;}i:3653;a:2:{s:5:\"class\";s:20:\"ilsessionoverviewgui\";s:6:\"parent\";i:3415;}i:3654;a:2:{s:5:\"class\";s:17:\"ilshoppurchasegui\";s:6:\"parent\";i:3415;}i:3655;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:3654;}i:3656;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:3655;}i:3657;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3656;}i:3658;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3657;}i:3659;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3657;}i:3660;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3659;}i:3661;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3657;}i:3662;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3655;}i:3663;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3655;}i:3664;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:3655;}i:3665;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3664;}i:3666;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3664;}i:3667;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3666;}i:3668;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3666;}i:3669;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3668;}i:3670;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3666;}i:3671;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:3664;}i:3672;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:3664;}i:3673;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:3664;}i:3674;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:3664;}i:3675;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:3664;}i:3676;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:3664;}i:3677;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:3664;}i:3678;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3664;}i:3679;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3678;}i:3680;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3679;}i:3681;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3679;}i:3682;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3681;}i:3683;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3679;}i:3684;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3678;}i:3685;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3684;}i:3686;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:3664;}i:3687;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:3664;}i:3688;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3687;}i:3689;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3688;}i:3690;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3689;}i:3691;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3689;}i:3692;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3691;}i:3693;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3689;}i:3694;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3688;}i:3695;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3694;}i:3696;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:3664;}i:3697;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:3664;}i:3698;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:3697;}i:3699;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:3698;}i:3700;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:3698;}i:3701;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:3698;}i:3702;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:3698;}i:3703;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:3698;}i:3704;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:3698;}i:3705;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:3698;}i:3706;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:3698;}i:3707;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:3698;}i:3708;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:3698;}i:3709;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:3664;}i:3710;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:3664;}i:3711;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:3664;}i:3712;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:3664;}i:3713;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:3664;}i:3714;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:3664;}i:3715;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3655;}i:3716;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:3344;}i:3717;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3716;}i:3718;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3344;}i:3719;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3718;}i:3720;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3719;}i:3721;a:2:{s:5:\"class\";s:17:\"ilshoppurchasegui\";s:6:\"parent\";i:3344;}i:3722;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:3721;}i:3723;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:3722;}i:3724;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3723;}i:3725;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3724;}i:3726;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3724;}i:3727;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3726;}i:3728;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3724;}i:3729;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3722;}i:3730;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3722;}i:3731;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:3722;}i:3732;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3731;}i:3733;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3731;}i:3734;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3733;}i:3735;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3733;}i:3736;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3735;}i:3737;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3733;}i:3738;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:3731;}i:3739;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:3731;}i:3740;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:3731;}i:3741;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:3731;}i:3742;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:3731;}i:3743;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:3731;}i:3744;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:3731;}i:3745;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3731;}i:3746;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3745;}i:3747;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3746;}i:3748;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3746;}i:3749;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3748;}i:3750;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3746;}i:3751;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3745;}i:3752;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3751;}i:3753;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:3731;}i:3754;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:3731;}i:3755;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3754;}i:3756;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3755;}i:3757;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3756;}i:3758;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3756;}i:3759;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3758;}i:3760;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3756;}i:3761;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3755;}i:3762;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3761;}i:3763;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:3731;}i:3764;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:3731;}i:3765;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:3764;}i:3766;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:3765;}i:3767;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:3765;}i:3768;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:3765;}i:3769;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:3765;}i:3770;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:3765;}i:3771;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:3765;}i:3772;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:3765;}i:3773;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:3765;}i:3774;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:3765;}i:3775;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:3765;}i:3776;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:3731;}i:3777;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:3731;}i:3778;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:3731;}i:3779;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:3731;}i:3780;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:3731;}i:3781;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:3731;}i:3782;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3722;}i:3783;a:2:{s:5:\"class\";s:19:\"iltestevaluationgui\";s:6:\"parent\";i:3344;}i:3784;a:2:{s:5:\"class\";s:15:\"iltestoutputgui\";s:6:\"parent\";i:3344;}i:3785;a:2:{s:5:\"class\";s:16:\"iltestscoringgui\";s:6:\"parent\";i:3344;}i:3786;a:2:{s:5:\"class\";s:16:\"iltestservicegui\";s:6:\"parent\";i:3344;}i:3787;a:2:{s:5:\"class\";s:18:\"ilobjuserfoldergui\";s:6:\"parent\";i:1;}i:3788;a:2:{s:5:\"class\";s:20:\"iladminusersearchgui\";s:6:\"parent\";i:3787;}i:3789;a:2:{s:5:\"class\";s:12:\"ilobjusergui\";s:6:\"parent\";i:3788;}i:3790;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:3789;}i:3791;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:3790;}i:3792;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:3790;}i:3793;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:3792;}i:3794;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3793;}i:3795;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:3792;}i:3796;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:3795;}i:3797;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3796;}i:3798;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:3796;}i:3799;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:3792;}i:3800;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3799;}i:3801;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:3792;}i:3802;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3801;}i:3803;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:3790;}i:3804;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:3803;}i:3805;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3804;}i:3806;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:3803;}i:3807;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:3806;}i:3808;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3807;}i:3809;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:3807;}i:3810;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:3803;}i:3811;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3810;}i:3812;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:3790;}i:3813;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3812;}i:3814;a:2:{s:5:\"class\";s:17:\"ilobjilincusergui\";s:6:\"parent\";i:3789;}i:3815;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3787;}i:3816;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3815;}i:3817;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3816;}i:3818;a:2:{s:5:\"class\";s:14:\"ilusertablegui\";s:6:\"parent\";i:3787;}i:3819;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:3818;}i:3820;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3819;}i:3821;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:3819;}i:3822;a:2:{s:5:\"class\";s:12:\"ilobjusergui\";s:6:\"parent\";i:1;}i:3823;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:3822;}i:3824;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:3823;}i:3825;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:3823;}i:3826;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:3825;}i:3827;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3826;}i:3828;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:3825;}i:3829;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:3828;}i:3830;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3829;}i:3831;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:3829;}i:3832;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:3825;}i:3833;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3832;}i:3834;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:3825;}i:3835;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3834;}i:3836;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:3823;}i:3837;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:3836;}i:3838;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3837;}i:3839;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:3836;}i:3840;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:3839;}i:3841;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3840;}i:3842;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:3840;}i:3843;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:3836;}i:3844;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3843;}i:3845;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:3823;}i:3846;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3845;}i:3847;a:2:{s:5:\"class\";s:17:\"ilobjilincusergui\";s:6:\"parent\";i:3822;}i:3848;a:2:{s:5:\"class\";s:20:\"ilobjusertrackinggui\";s:6:\"parent\";i:1;}i:3849;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:3848;}i:3850;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:3849;}i:3851;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:3849;}i:3852;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:3851;}i:3853;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3852;}i:3854;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:3851;}i:3855;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:3854;}i:3856;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3855;}i:3857;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:3855;}i:3858;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:3851;}i:3859;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3858;}i:3860;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:3851;}i:3861;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3860;}i:3862;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:3849;}i:3863;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:3862;}i:3864;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3863;}i:3865;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:3862;}i:3866;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:3865;}i:3867;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3866;}i:3868;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:3866;}i:3869;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:3862;}i:3870;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3869;}i:3871;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:3849;}i:3872;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3871;}i:3873;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3848;}i:3874;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3873;}i:3875;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3874;}i:3876;a:2:{s:5:\"class\";s:12:\"ilobjwikigui\";s:6:\"parent\";i:1;}i:3877;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:3876;}i:3878;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:3877;}i:3879;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3878;}i:3880;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:3878;}i:3881;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:3878;}i:3882;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3881;}i:3883;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3881;}i:3884;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3883;}i:3885;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3881;}i:3886;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3885;}i:3887;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3881;}i:3888;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3887;}i:3889;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3881;}i:3890;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3889;}i:3891;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:3878;}i:3892;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:3878;}i:3893;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:3878;}i:3894;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:3878;}i:3895;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:3878;}i:3896;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:3895;}i:3897;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:3878;}i:3898;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3897;}i:3899;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3897;}i:3900;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3899;}i:3901;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3897;}i:3902;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3901;}i:3903;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3897;}i:3904;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3903;}i:3905;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3897;}i:3906;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3905;}i:3907;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:3878;}i:3908;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:3878;}i:3909;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:3878;}i:3910;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:3878;}i:3911;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:3878;}i:3912;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:3878;}i:3913;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:3878;}i:3914;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:3878;}i:3915;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:3878;}i:3916;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3915;}i:3917;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:3877;}i:3918;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3917;}i:3919;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3877;}i:3920;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3877;}i:3921;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:3876;}i:3922;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3921;}i:3923;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3876;}i:3924;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3923;}i:3925;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3924;}i:3926;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3876;}i:3927;a:2:{s:5:\"class\";s:13:\"ilwikipagegui\";s:6:\"parent\";i:3876;}i:3928;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:3927;}i:3929;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3928;}i:3930;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3929;}i:3931;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3929;}i:3932;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3931;}i:3933;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3929;}i:3934;a:2:{s:5:\"class\";s:25:\"ilmediapooltargetselector\";s:6:\"parent\";i:3927;}i:3935;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3927;}i:3936;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:3927;}i:3937;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3936;}i:3938;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3936;}i:3939;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3938;}i:3940;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3938;}i:3941;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3940;}i:3942;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3938;}i:3943;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:3936;}i:3944;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:3936;}i:3945;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:3936;}i:3946;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:3936;}i:3947;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:3936;}i:3948;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:3936;}i:3949;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:3936;}i:3950;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3936;}i:3951;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3950;}i:3952;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3951;}i:3953;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3951;}i:3954;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3953;}i:3955;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3951;}i:3956;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3950;}i:3957;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3956;}i:3958;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:3936;}i:3959;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:3936;}i:3960;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3959;}i:3961;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3960;}i:3962;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3961;}i:3963;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3961;}i:3964;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3963;}i:3965;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3961;}i:3966;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3960;}i:3967;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3966;}i:3968;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:3936;}i:3969;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:3936;}i:3970;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:3969;}i:3971;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:3970;}i:3972;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:3970;}i:3973;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:3970;}i:3974;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:3970;}i:3975;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:3970;}i:3976;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:3970;}i:3977;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:3970;}i:3978;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:3970;}i:3979;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:3970;}i:3980;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:3970;}i:3981;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:3936;}i:3982;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:3936;}i:3983;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:3936;}i:3984;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:3936;}i:3985;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:3936;}i:3986;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:3936;}i:3987;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:3927;}i:3988;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:3987;}i:3989;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3988;}i:3990;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3989;}i:3991;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3989;}i:3992;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3991;}i:3993;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3989;}i:3994;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3987;}i:3995;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3987;}i:3996;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:3987;}i:3997;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3996;}i:3998;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3996;}i:3999;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3998;}i:4000;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3998;}i:4001;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:4000;}i:4002;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3998;}i:4003;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:3996;}i:4004;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:3996;}i:4005;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:3996;}i:4006;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:3996;}i:4007;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:3996;}i:4008;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:3996;}i:4009;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:3996;}i:4010;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3996;}i:4011;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:4010;}i:4012;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:4011;}i:4013;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:4011;}i:4014;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:4013;}i:4015;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:4011;}i:4016;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:4010;}i:4017;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:4016;}i:4018;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:3996;}i:4019;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:3996;}i:4020;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:4019;}i:4021;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:4020;}i:4022;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:4021;}i:4023;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:4021;}i:4024;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:4023;}i:4025;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:4021;}i:4026;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:4020;}i:4027;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:4026;}i:4028;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:3996;}i:4029;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:3996;}i:4030;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:4029;}i:4031;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:4030;}i:4032;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:4030;}i:4033;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:4030;}i:4034;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:4030;}i:4035;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:4030;}i:4036;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:4030;}i:4037;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:4030;}i:4038;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:4030;}i:4039;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:4030;}i:4040;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:4030;}i:4041;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:3996;}i:4042;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:3996;}i:4043;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:3996;}i:4044;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:3996;}i:4045;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:3996;}i:4046;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:3996;}i:4047;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3987;}i:4048;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3927;}i:4049;a:2:{s:5:\"class\";s:11:\"ilratinggui\";s:6:\"parent\";i:3927;}i:4050;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:1;}i:4051;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:4050;}i:4052;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:4051;}}','a:100:{s:12:\"ilobjrolegui\";a:1:{i:0;s:21:\"ilrepositorysearchgui\";}s:15:\"ilpermissiongui\";a:1:{i:0;s:12:\"ilobjrolegui\";}s:29:\"ilobjaccessibilitysettingsgui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:23:\"ilobjadvancededitinggui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:24:\"ilobjassessmentfoldergui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:20:\"ilobjauthsettingsgui\";a:5:{i:0;s:27:\"ilauthshibbolethsettingsgui\";i:1;s:17:\"illdapsettingsgui\";i:2;s:15:\"ilpermissiongui\";i:3;s:19:\"ilradiussettingsgui\";i:4;s:25:\"ilregistrationsettingsgui\";}s:24:\"ilobjcalendarsettingsgui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:16:\"ilcalendardaygui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:18:\"ilcalendarinboxgui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:18:\"ilcalendarmonthgui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:17:\"ilcalendarweekgui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:18:\"ilcalendarblockgui\";a:5:{i:0;s:24:\"ilcalendarappointmentgui\";i:1;s:16:\"ilcalendardaygui\";i:2;s:18:\"ilcalendarinboxgui\";i:3;s:18:\"ilcalendarmonthgui\";i:4;s:17:\"ilcalendarweekgui\";}s:24:\"ilnewsforcontextblockgui\";a:1:{i:0;s:13:\"ilnewsitemgui\";}s:20:\"ilpdcalendarblockgui\";a:5:{i:0;s:24:\"ilcalendarappointmentgui\";i:1;s:16:\"ilcalendardaygui\";i:2;s:18:\"ilcalendarinboxgui\";i:3;s:18:\"ilcalendarmonthgui\";i:4;s:17:\"ilcalendarweekgui\";}s:21:\"ilusersonlineblockgui\";a:1:{i:0;s:22:\"ilpublicuserprofilegui\";}s:11:\"ilcolumngui\";a:17:{i:0;s:18:\"ilbookmarkblockgui\";i:1;s:18:\"ilcalendarblockgui\";i:2;s:14:\"ilchatblockgui\";i:3;s:15:\"ildummyblockgui\";i:4;s:22:\"ilexternalfeedblockgui\";i:5;s:14:\"ilhtmlblockgui\";i:6;s:24:\"ilnewsforcontextblockgui\";i:7;s:20:\"ilpdcalendarblockgui\";i:8;s:24:\"ilpdexternalfeedblockgui\";i:9;s:20:\"ilpdfeedbackblockgui\";i:10;s:16:\"ilpdmailblockgui\";i:11;s:16:\"ilpdnewsblockgui\";i:12;s:17:\"ilpdnotesblockgui\";i:13;s:25:\"ilpdselecteditemsblockgui\";i:14;s:22:\"ilpdsysmessageblockgui\";i:15;s:19:\"ilpdtaggingblockgui\";i:16;s:21:\"ilusersonlineblockgui\";}s:15:\"ilinfoscreengui\";a:4:{i:0;s:11:\"ilcolumngui\";i:1;s:13:\"ilfeedbackgui\";i:2;s:9:\"ilnotegui\";i:3;s:22:\"ilpublicuserprofilegui\";}s:25:\"ilformpropertydispatchgui\";a:1:{i:0;s:28:\"ilrepositoryselectorinputgui\";}s:19:\"illpobjectstablegui\";a:1:{i:0;s:25:\"ilformpropertydispatchgui\";}s:20:\"illplistofobjectsgui\";a:4:{i:0;s:13:\"illpfiltergui\";i:1;s:19:\"illpobjectstablegui\";i:2;s:17:\"ilpdfpresentation\";i:3;s:15:\"iluserfiltergui\";}s:20:\"illpprogresstablegui\";a:1:{i:0;s:25:\"ilformpropertydispatchgui\";}s:21:\"illplistofprogressgui\";a:3:{i:0;s:13:\"illpfiltergui\";i:1;s:20:\"illpprogresstablegui\";i:2;s:17:\"ilpdfpresentation\";}s:21:\"illearningprogressgui\";a:4:{i:0;s:17:\"illmstatisticsgui\";i:1;s:20:\"illplistofobjectsgui\";i:2;s:21:\"illplistofprogressgui\";i:3;s:21:\"illplistofsettingsgui\";}s:12:\"ilobjusergui\";a:2:{i:0;s:21:\"illearningprogressgui\";i:1;s:17:\"ilobjilincusergui\";}s:20:\"iladminusersearchgui\";a:1:{i:0;s:12:\"ilobjusergui\";}s:14:\"ilusertablegui\";a:1:{i:0;s:25:\"ilformpropertydispatchgui\";}s:18:\"ilobjuserfoldergui\";a:3:{i:0;s:20:\"iladminusersearchgui\";i:1;s:15:\"ilpermissiongui\";i:2;s:14:\"ilusertablegui\";}s:19:\"ilimagemapeditorgui\";a:1:{i:0;s:17:\"ilinternallinkgui\";}s:19:\"ilobjmediaobjectgui\";a:3:{i:0;s:15:\"ilfilesystemgui\";i:1;s:19:\"ilimagemapeditorgui\";i:2;s:13:\"ilmdeditorgui\";}s:18:\"ileditclipboardgui\";a:1:{i:0;s:19:\"ilobjmediaobjectgui\";}s:21:\"ilpcimagemapeditorgui\";a:1:{i:0;s:17:\"ilinternallinkgui\";}s:18:\"ilpcmediaobjectgui\";a:2:{i:0;s:19:\"ilobjmediaobjectgui\";i:1;s:21:\"ilpcimagemapeditorgui\";}s:18:\"ilpcplaceholdergui\";a:1:{i:0;s:18:\"ilpcmediaobjectgui\";}s:17:\"ilquestioneditgui\";a:10:{i:0;s:15:\"assclozetestgui\";i:1;s:22:\"assimagemapquestiongui\";i:2;s:16:\"assjavaappletgui\";i:3;s:22:\"assmatchingquestiongui\";i:4;s:20:\"assmultiplechoicegui\";i:5;s:13:\"assnumericgui\";i:6;s:22:\"assorderingquestiongui\";i:7;s:18:\"asssinglechoicegui\";i:8;s:18:\"asstextquestiongui\";i:9;s:16:\"asstextsubsetgui\";}s:15:\"ilpcquestiongui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:15:\"ilpageeditorgui\";a:20:{i:0;s:17:\"ilinternallinkgui\";i:1;s:19:\"ilobjmediaobjectgui\";i:2;s:21:\"ilpccontentincludegui\";i:3;s:16:\"ilpcdatatablegui\";i:4;s:15:\"ilpcfileitemgui\";i:5;s:15:\"ilpcfilelistgui\";i:6;s:11:\"ilpclistgui\";i:7;s:15:\"ilpclistitemgui\";i:8;s:10:\"ilpcmapgui\";i:9;s:18:\"ilpcmediaobjectgui\";i:10;s:16:\"ilpcparagraphgui\";i:11;s:18:\"ilpcplaceholdergui\";i:12;s:14:\"ilpcpluggedgui\";i:13;s:15:\"ilpcquestiongui\";i:14;s:16:\"ilpcresourcesgui\";i:15;s:14:\"ilpcsectiongui\";i:16;s:17:\"ilpcsourcecodegui\";i:17;s:16:\"ilpctabledatagui\";i:18;s:12:\"ilpctablegui\";i:19;s:11:\"ilpctabsgui\";}s:15:\"ilpageobjectgui\";a:5:{i:0;s:18:\"ileditclipboardgui\";i:1;s:13:\"ilmdeditorgui\";i:2;s:9:\"ilnotegui\";i:3;s:15:\"ilpageeditorgui\";i:4;s:22:\"ilpublicuserprofilegui\";}s:16:\"ilobjcategorygui\";a:9:{i:0;s:11:\"ilcolumngui\";i:1;s:22:\"ilcontainerlinklistgui\";i:2;s:15:\"ilinfoscreengui\";i:3;s:15:\"ilobjectcopygui\";i:4;s:18:\"ilobjstylesheetgui\";i:5;s:18:\"ilobjuserfoldergui\";i:6;s:12:\"ilobjusergui\";i:7;s:15:\"ilpageobjectgui\";i:8;s:15:\"ilpermissiongui\";}s:25:\"ilobjcategoryreferencegui\";a:2:{i:0;s:15:\"ilinfoscreengui\";i:1;s:15:\"ilpermissiongui\";}s:27:\"ilobjcertificatesettingsgui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:12:\"ilobjchatgui\";a:4:{i:0;s:15:\"ilinfoscreengui\";i:1;s:15:\"ilobjectcopygui\";i:2;s:15:\"ilpermissiongui\";i:3;s:22:\"ilpublicuserprofilegui\";}s:18:\"ilobjchatservergui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:25:\"ilobjcomponentsettingsgui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:18:\"ilcoursecontentgui\";a:3:{i:0;s:11:\"ilcolumngui\";i:1;s:19:\"ilcoursearchivesgui\";i:2;s:32:\"ilcourseobjectivepresentationgui\";}s:29:\"ilcourseitemadministrationgui\";a:1:{i:0;s:27:\"ilconditionhandlerinterface\";}s:17:\"ilshoppurchasegui\";a:1:{i:0;s:15:\"ilpageobjectgui\";}s:14:\"ilobjcoursegui\";a:22:{i:0;s:11:\"ilcolumngui\";i:1;s:27:\"ilconditionhandlerinterface\";i:2;s:20:\"ilcourseagreementgui\";i:3;s:18:\"ilcoursecontentgui\";i:4;s:29:\"ilcourseitemadministrationgui\";i:5;s:21:\"ilcourseobjectivesgui\";i:6;s:23:\"ilcourseregistrationgui\";i:7;s:21:\"ilcourseuserfieldsgui\";i:8;s:15:\"ilinfoscreengui\";i:9;s:21:\"illearningprogressgui\";i:10;s:20:\"illicenseoverviewgui\";i:11;s:13:\"ilmdeditorgui\";i:12;s:17:\"ilmemberexportgui\";i:13;s:22:\"ilobjcoursegroupinggui\";i:14;s:15:\"ilobjectcopygui\";i:15;s:18:\"ilobjstylesheetgui\";i:16;s:15:\"ilpageobjectgui\";i:17;s:15:\"ilpermissiongui\";i:18;s:22:\"ilpublicuserprofilegui\";i:19;s:21:\"ilrepositorysearchgui\";i:20;s:20:\"ilsessionoverviewgui\";i:21;s:17:\"ilshoppurchasegui\";}s:23:\"ilobjcoursereferencegui\";a:2:{i:0;s:15:\"ilinfoscreengui\";i:1;s:15:\"ilpermissiongui\";}s:17:\"illmpageobjectgui\";a:1:{i:0;s:15:\"ilpageobjectgui\";}s:20:\"ilstructureobjectgui\";a:2:{i:0;s:27:\"ilconditionhandlerinterface\";i:1;s:13:\"ilmdeditorgui\";}s:14:\"ilobjdlbookgui\";a:7:{i:0;s:15:\"ilinfoscreengui\";i:1;s:21:\"illearningprogressgui\";i:2;s:17:\"illmpageobjectgui\";i:3;s:13:\"ilmdeditorgui\";i:4;s:18:\"ilobjstylesheetgui\";i:5;s:15:\"ilpermissiongui\";i:6;s:20:\"ilstructureobjectgui\";}s:16:\"ilobjexercisegui\";a:5:{i:0;s:15:\"ilinfoscreengui\";i:1;s:21:\"illearningprogressgui\";i:2;s:15:\"ilobjectcopygui\";i:3;s:15:\"ilpermissiongui\";i:4;s:21:\"ilrepositorysearchgui\";}s:20:\"ilobjexternalfeedgui\";a:2:{i:0;s:22:\"ilexternalfeedblockgui\";i:1;s:15:\"ilpermissiongui\";}s:29:\"ilobjexternaltoolssettingsgui\";a:2:{i:0;s:16:\"ilecssettingsgui\";i:1;s:15:\"ilpermissiongui\";}s:26:\"ilobjfileaccesssettingsgui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:19:\"ilobjfilebasedlmgui\";a:7:{i:0;s:15:\"ilfilesystemgui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:21:\"illearningprogressgui\";i:3;s:12:\"illicensegui\";i:4;s:13:\"ilmdeditorgui\";i:5;s:15:\"ilpermissiongui\";i:6;s:17:\"ilshoppurchasegui\";}s:12:\"ilobjfilegui\";a:5:{i:0;s:15:\"ilinfoscreengui\";i:1;s:13:\"ilmdeditorgui\";i:2;s:15:\"ilobjectcopygui\";i:3;s:15:\"ilpermissiongui\";i:4;s:17:\"ilshoppurchasegui\";}s:14:\"ilobjfoldergui\";a:10:{i:0;s:11:\"ilcolumngui\";i:1;s:27:\"ilconditionhandlerinterface\";i:2;s:18:\"ilcoursecontentgui\";i:3;s:29:\"ilcourseitemadministrationgui\";i:4;s:15:\"ilinfoscreengui\";i:5;s:21:\"illearningprogressgui\";i:6;s:15:\"ilobjectcopygui\";i:7;s:18:\"ilobjstylesheetgui\";i:8;s:15:\"ilpageobjectgui\";i:9;s:15:\"ilpermissiongui\";}s:13:\"ilobjforumgui\";a:7:{i:0;s:11:\"ilcolumngui\";i:1;s:16:\"ilforumexportgui\";i:2;s:20:\"ilforummoderatorsgui\";i:3;s:15:\"ilinfoscreengui\";i:4;s:15:\"ilobjectcopygui\";i:5;s:15:\"ilpermissiongui\";i:6;s:22:\"ilpublicuserprofilegui\";}s:25:\"iltermdefinitioneditorgui\";a:2:{i:0;s:13:\"ilmdeditorgui\";i:1;s:15:\"ilpageobjectgui\";}s:17:\"ilglossarytermgui\";a:2:{i:0;s:15:\"ilpageobjectgui\";i:1;s:25:\"iltermdefinitioneditorgui\";}s:16:\"ilobjglossarygui\";a:4:{i:0;s:17:\"ilglossarytermgui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:13:\"ilmdeditorgui\";i:3;s:15:\"ilpermissiongui\";}s:13:\"ilobjgroupgui\";a:14:{i:0;s:11:\"ilcolumngui\";i:1;s:27:\"ilconditionhandlerinterface\";i:2;s:18:\"ilcoursecontentgui\";i:3;s:29:\"ilcourseitemadministrationgui\";i:4;s:22:\"ilgroupregistrationgui\";i:5;s:15:\"ilinfoscreengui\";i:6;s:21:\"illearningprogressgui\";i:7;s:22:\"ilobjcoursegroupinggui\";i:8;s:15:\"ilobjectcopygui\";i:9;s:18:\"ilobjstylesheetgui\";i:10;s:15:\"ilpageobjectgui\";i:11;s:15:\"ilpermissiongui\";i:12;s:22:\"ilpublicuserprofilegui\";i:13;s:21:\"ilrepositorysearchgui\";}s:19:\"ilobjilinccoursegui\";a:6:{i:0;s:11:\"ilcolumngui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:22:\"ilobjilincclassroomgui\";i:3;s:15:\"ilpermissiongui\";i:4;s:22:\"ilpublicuserprofilegui\";i:5;s:21:\"ilrepositorysearchgui\";}s:22:\"ilobjlanguagefoldergui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:22:\"ilobjlearningmodulegui\";a:7:{i:0;s:15:\"ilinfoscreengui\";i:1;s:21:\"illearningprogressgui\";i:2;s:17:\"illmpageobjectgui\";i:3;s:13:\"ilmdeditorgui\";i:4;s:18:\"ilobjstylesheetgui\";i:5;s:15:\"ilpermissiongui\";i:6;s:20:\"ilstructureobjectgui\";}s:33:\"ilobjlearningresourcessettingsgui\";a:2:{i:0;s:20:\"illicenseoverviewgui\";i:1;s:15:\"ilpermissiongui\";}s:20:\"ilobjlinkresourcegui\";a:4:{i:0;s:15:\"ilinfoscreengui\";i:1;s:13:\"ilmdeditorgui\";i:2;s:15:\"ilobjectcopygui\";i:3;s:15:\"ilpermissiongui\";}s:12:\"ilobjmailgui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:18:\"ilobjmdsettingsgui\";a:2:{i:0;s:23:\"iladvancedmdsettingsgui\";i:1;s:15:\"ilpermissiongui\";}s:17:\"ilobjmediacastgui\";a:2:{i:0;s:15:\"ilinfoscreengui\";i:1;s:15:\"ilpermissiongui\";}s:25:\"ilobjmediacastsettingsgui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:28:\"ilobjmediaobjectssettingsgui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:18:\"ilmediapoolpagegui\";a:5:{i:0;s:18:\"ileditclipboardgui\";i:1;s:25:\"ilmediapooltargetselector\";i:2;s:15:\"ilpageeditorgui\";i:3;s:15:\"ilpageobjectgui\";i:4;s:22:\"ilpublicuserprofilegui\";}s:17:\"ilobjmediapoolgui\";a:6:{i:0;s:18:\"ileditclipboardgui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:18:\"ilmediapoolpagegui\";i:3;s:14:\"ilobjfoldergui\";i:4;s:19:\"ilobjmediaobjectgui\";i:5;s:15:\"ilpermissiongui\";}s:20:\"ilobjnewssettingsgui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:20:\"ilobjobjectfoldergui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:23:\"ilobjpaymentsettingsgui\";a:3:{i:0;s:15:\"ilpageobjectgui\";i:1;s:15:\"ilpermissiongui\";i:2;s:15:\"ilshoptopicsgui\";}s:31:\"ilobjpersonaldesktopsettingsgui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:23:\"ilobjprivacysecuritygui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:20:\"ilobjquestionpoolgui\";a:18:{i:0;s:15:\"assclozetestgui\";i:1;s:15:\"asserrortextgui\";i:2;s:16:\"assfileuploadgui\";i:3;s:19:\"assflashquestiongui\";i:4;s:22:\"assimagemapquestiongui\";i:5;s:16:\"assjavaappletgui\";i:6;s:22:\"assmatchingquestiongui\";i:7;s:20:\"assmultiplechoicegui\";i:8;s:13:\"assnumericgui\";i:9;s:24:\"assorderinghorizontalgui\";i:10;s:22:\"assorderingquestiongui\";i:11;s:18:\"asssinglechoicegui\";i:12;s:18:\"asstextquestiongui\";i:13;s:16:\"asstextsubsetgui\";i:14;s:13:\"ilmdeditorgui\";i:15;s:15:\"ilobjectcopygui\";i:16;s:15:\"ilpageobjectgui\";i:17;s:15:\"ilpermissiongui\";}s:22:\"ilobjrecoveryfoldergui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:20:\"ilobjremotecoursegui\";a:2:{i:0;s:15:\"ilinfoscreengui\";i:1;s:15:\"ilpermissiongui\";}s:18:\"ilobjrolefoldergui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:18:\"ilobjrootfoldergui\";a:6:{i:0;s:11:\"ilcolumngui\";i:1;s:22:\"ilcontainerlinklistgui\";i:2;s:15:\"ilobjectcopygui\";i:3;s:18:\"ilobjstylesheetgui\";i:4;s:15:\"ilpageobjectgui\";i:5;s:15:\"ilpermissiongui\";}s:26:\"ilobjsahslearningmodulegui\";a:6:{i:0;s:15:\"ilfilesystemgui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:21:\"illearningprogressgui\";i:3;s:12:\"illicensegui\";i:4;s:13:\"ilmdeditorgui\";i:5;s:15:\"ilpermissiongui\";}s:22:\"ilobjsearchsettingsgui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:15:\"ilobjsessiongui\";a:4:{i:0;s:29:\"ilcourseitemadministrationgui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:15:\"ilobjectcopygui\";i:3;s:15:\"ilpermissiongui\";}s:15:\"ilpagelayoutgui\";a:4:{i:0;s:18:\"ileditclipboardgui\";i:1;s:15:\"ilpageeditorgui\";i:2;s:15:\"ilpageobjectgui\";i:3;s:22:\"ilpublicuserprofilegui\";}s:21:\"ilobjstylesettingsgui\";a:2:{i:0;s:15:\"ilpagelayoutgui\";i:1;s:15:\"ilpermissiongui\";}s:28:\"ilobjsurveyadministrationgui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:14:\"ilobjsurveygui\";a:6:{i:0;s:15:\"ilinfoscreengui\";i:1;s:13:\"ilmdeditorgui\";i:2;s:15:\"ilobjectcopygui\";i:3;s:15:\"ilpermissiongui\";i:4;s:21:\"ilsurveyevaluationgui\";i:5;s:20:\"ilsurveyexecutiongui\";}s:26:\"ilobjsurveyquestionpoolgui\";a:9:{i:0;s:13:\"ilmdeditorgui\";i:1;s:15:\"ilobjectcopygui\";i:2;s:15:\"ilpermissiongui\";i:3;s:18:\"ilsurveyphrasesgui\";i:4;s:23:\"surveymatrixquestiongui\";i:5;s:23:\"surveymetricquestiongui\";i:6;s:31:\"surveymultiplechoicequestiongui\";i:7;s:29:\"surveysinglechoicequestiongui\";i:8;s:21:\"surveytextquestiongui\";}s:20:\"ilobjsystemfoldergui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:23:\"ilobjtaggingsettingsgui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:12:\"ilobjtestgui\";a:12:{i:0;s:16:\"ilcertificategui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:21:\"illearningprogressgui\";i:3;s:13:\"ilmdeditorgui\";i:4;s:14:\"ilobjcoursegui\";i:5;s:15:\"ilobjectcopygui\";i:6;s:15:\"ilpermissiongui\";i:7;s:17:\"ilshoppurchasegui\";i:8;s:19:\"iltestevaluationgui\";i:9;s:15:\"iltestoutputgui\";i:10;s:16:\"iltestscoringgui\";i:11;s:16:\"iltestservicegui\";}s:20:\"ilobjusertrackinggui\";a:2:{i:0;s:21:\"illearningprogressgui\";i:1;s:15:\"ilpermissiongui\";}s:13:\"ilwikipagegui\";a:7:{i:0;s:18:\"ileditclipboardgui\";i:1;s:25:\"ilmediapooltargetselector\";i:2;s:9:\"ilnotegui\";i:3;s:15:\"ilpageeditorgui\";i:4;s:15:\"ilpageobjectgui\";i:5;s:22:\"ilpublicuserprofilegui\";i:6;s:11:\"ilratinggui\";}s:12:\"ilobjwikigui\";a:5:{i:0;s:15:\"ilinfoscreengui\";i:1;s:18:\"ilobjstylesheetgui\";i:2;s:15:\"ilpermissiongui\";i:3;s:22:\"ilpublicuserprofilegui\";i:4;s:13:\"ilwikipagegui\";}s:19:\"iladministrationgui\";a:66:{i:0;s:21:\"ilcourseobjectivesgui\";i:1;s:29:\"ilobjaccessibilitysettingsgui\";i:2;s:23:\"ilobjadvancededitinggui\";i:3;s:24:\"ilobjassessmentfoldergui\";i:4;s:20:\"ilobjauthsettingsgui\";i:5;s:24:\"ilobjcalendarsettingsgui\";i:6;s:16:\"ilobjcategorygui\";i:7;s:25:\"ilobjcategoryreferencegui\";i:8;s:27:\"ilobjcertificatesettingsgui\";i:9;s:12:\"ilobjchatgui\";i:10;s:18:\"ilobjchatservergui\";i:11;s:25:\"ilobjcomponentsettingsgui\";i:12;s:14:\"ilobjcoursegui\";i:13;s:23:\"ilobjcoursereferencegui\";i:14;s:14:\"ilobjdlbookgui\";i:15;s:16:\"ilobjexercisegui\";i:16;s:20:\"ilobjexternalfeedgui\";i:17;s:29:\"ilobjexternaltoolssettingsgui\";i:18;s:26:\"ilobjfileaccesssettingsgui\";i:19;s:19:\"ilobjfilebasedlmgui\";i:20;s:12:\"ilobjfilegui\";i:21;s:14:\"ilobjfoldergui\";i:22;s:13:\"ilobjforumgui\";i:23;s:16:\"ilobjglossarygui\";i:24;s:13:\"ilobjgroupgui\";i:25;s:22:\"ilobjilincclassroomgui\";i:26;s:19:\"ilobjilinccoursegui\";i:27;s:19:\"ilobjlanguageextgui\";i:28;s:22:\"ilobjlanguagefoldergui\";i:29;s:22:\"ilobjlearningmodulegui\";i:30;s:33:\"ilobjlearningresourcessettingsgui\";i:31;s:20:\"ilobjlinkresourcegui\";i:32;s:12:\"ilobjmailgui\";i:33;s:18:\"ilobjmdsettingsgui\";i:34;s:17:\"ilobjmediacastgui\";i:35;s:25:\"ilobjmediacastsettingsgui\";i:36;s:28:\"ilobjmediaobjectssettingsgui\";i:37;s:17:\"ilobjmediapoolgui\";i:38;s:20:\"ilobjnewssettingsgui\";i:39;s:20:\"ilobjobjectfoldergui\";i:40;s:23:\"ilobjpaymentsettingsgui\";i:41;s:31:\"ilobjpersonaldesktopsettingsgui\";i:42;s:23:\"ilobjprivacysecuritygui\";i:43;s:20:\"ilobjquestionpoolgui\";i:44;s:22:\"ilobjrecoveryfoldergui\";i:45;s:20:\"ilobjremotecoursegui\";i:46;s:18:\"ilobjrolefoldergui\";i:47;s:12:\"ilobjrolegui\";i:48;s:20:\"ilobjroletemplategui\";i:49;s:18:\"ilobjrootfoldergui\";i:50;s:26:\"ilobjsahslearningmodulegui\";i:51;s:22:\"ilobjsearchsettingsgui\";i:52;s:15:\"ilobjsessiongui\";i:53;s:21:\"ilobjstylesettingsgui\";i:54;s:18:\"ilobjstylesheetgui\";i:55;s:28:\"ilobjsurveyadministrationgui\";i:56;s:14:\"ilobjsurveygui\";i:57;s:26:\"ilobjsurveyquestionpoolgui\";i:58;s:20:\"ilobjsystemfoldergui\";i:59;s:23:\"ilobjtaggingsettingsgui\";i:60;s:12:\"ilobjtestgui\";i:61;s:18:\"ilobjuserfoldergui\";i:62;s:12:\"ilobjusergui\";i:63;s:20:\"ilobjusertrackinggui\";i:64;s:12:\"ilobjwikigui\";i:65;s:15:\"ilpermissiongui\";}}','a:200:{s:21:\"ilrepositorysearchgui\";a:5:{i:0;s:12:\"ilobjrolegui\";i:1;s:14:\"ilobjcoursegui\";i:2;s:16:\"ilobjexercisegui\";i:3;s:13:\"ilobjgroupgui\";i:4;s:19:\"ilobjilinccoursegui\";}s:12:\"ilobjrolegui\";a:2:{i:0;s:15:\"ilpermissiongui\";i:1;s:19:\"iladministrationgui\";}s:15:\"ilpermissiongui\";a:59:{i:0;s:29:\"ilobjaccessibilitysettingsgui\";i:1;s:23:\"ilobjadvancededitinggui\";i:2;s:24:\"ilobjassessmentfoldergui\";i:3;s:20:\"ilobjauthsettingsgui\";i:4;s:24:\"ilobjcalendarsettingsgui\";i:5;s:18:\"ilobjuserfoldergui\";i:6;s:16:\"ilobjcategorygui\";i:7;s:25:\"ilobjcategoryreferencegui\";i:8;s:27:\"ilobjcertificatesettingsgui\";i:9;s:12:\"ilobjchatgui\";i:10;s:18:\"ilobjchatservergui\";i:11;s:25:\"ilobjcomponentsettingsgui\";i:12;s:14:\"ilobjcoursegui\";i:13;s:23:\"ilobjcoursereferencegui\";i:14;s:14:\"ilobjdlbookgui\";i:15;s:16:\"ilobjexercisegui\";i:16;s:20:\"ilobjexternalfeedgui\";i:17;s:29:\"ilobjexternaltoolssettingsgui\";i:18;s:26:\"ilobjfileaccesssettingsgui\";i:19;s:19:\"ilobjfilebasedlmgui\";i:20;s:12:\"ilobjfilegui\";i:21;s:14:\"ilobjfoldergui\";i:22;s:13:\"ilobjforumgui\";i:23;s:16:\"ilobjglossarygui\";i:24;s:13:\"ilobjgroupgui\";i:25;s:19:\"ilobjilinccoursegui\";i:26;s:22:\"ilobjlanguagefoldergui\";i:27;s:22:\"ilobjlearningmodulegui\";i:28;s:33:\"ilobjlearningresourcessettingsgui\";i:29;s:20:\"ilobjlinkresourcegui\";i:30;s:12:\"ilobjmailgui\";i:31;s:18:\"ilobjmdsettingsgui\";i:32;s:17:\"ilobjmediacastgui\";i:33;s:25:\"ilobjmediacastsettingsgui\";i:34;s:28:\"ilobjmediaobjectssettingsgui\";i:35;s:17:\"ilobjmediapoolgui\";i:36;s:20:\"ilobjnewssettingsgui\";i:37;s:20:\"ilobjobjectfoldergui\";i:38;s:23:\"ilobjpaymentsettingsgui\";i:39;s:31:\"ilobjpersonaldesktopsettingsgui\";i:40;s:23:\"ilobjprivacysecuritygui\";i:41;s:20:\"ilobjquestionpoolgui\";i:42;s:22:\"ilobjrecoveryfoldergui\";i:43;s:20:\"ilobjremotecoursegui\";i:44;s:18:\"ilobjrolefoldergui\";i:45;s:18:\"ilobjrootfoldergui\";i:46;s:26:\"ilobjsahslearningmodulegui\";i:47;s:22:\"ilobjsearchsettingsgui\";i:48;s:15:\"ilobjsessiongui\";i:49;s:21:\"ilobjstylesettingsgui\";i:50;s:28:\"ilobjsurveyadministrationgui\";i:51;s:14:\"ilobjsurveygui\";i:52;s:26:\"ilobjsurveyquestionpoolgui\";i:53;s:20:\"ilobjsystemfoldergui\";i:54;s:23:\"ilobjtaggingsettingsgui\";i:55;s:12:\"ilobjtestgui\";i:56;s:20:\"ilobjusertrackinggui\";i:57;s:12:\"ilobjwikigui\";i:58;s:19:\"iladministrationgui\";}s:27:\"ilauthshibbolethsettingsgui\";a:1:{i:0;s:20:\"ilobjauthsettingsgui\";}s:17:\"illdapsettingsgui\";a:1:{i:0;s:20:\"ilobjauthsettingsgui\";}s:19:\"ilradiussettingsgui\";a:1:{i:0;s:20:\"ilobjauthsettingsgui\";}s:25:\"ilregistrationsettingsgui\";a:1:{i:0;s:20:\"ilobjauthsettingsgui\";}s:24:\"ilcalendarappointmentgui\";a:6:{i:0;s:16:\"ilcalendardaygui\";i:1;s:18:\"ilcalendarinboxgui\";i:2;s:18:\"ilcalendarmonthgui\";i:3;s:17:\"ilcalendarweekgui\";i:4;s:18:\"ilcalendarblockgui\";i:5;s:20:\"ilpdcalendarblockgui\";}s:16:\"ilcalendardaygui\";a:2:{i:0;s:18:\"ilcalendarblockgui\";i:1;s:20:\"ilpdcalendarblockgui\";}s:18:\"ilcalendarinboxgui\";a:2:{i:0;s:18:\"ilcalendarblockgui\";i:1;s:20:\"ilpdcalendarblockgui\";}s:18:\"ilcalendarmonthgui\";a:2:{i:0;s:18:\"ilcalendarblockgui\";i:1;s:20:\"ilpdcalendarblockgui\";}s:17:\"ilcalendarweekgui\";a:2:{i:0;s:18:\"ilcalendarblockgui\";i:1;s:20:\"ilpdcalendarblockgui\";}s:13:\"ilnewsitemgui\";a:1:{i:0;s:24:\"ilnewsforcontextblockgui\";}s:22:\"ilpublicuserprofilegui\";a:12:{i:0;s:21:\"ilusersonlineblockgui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:15:\"ilpageobjectgui\";i:3;s:12:\"ilobjchatgui\";i:4;s:14:\"ilobjcoursegui\";i:5;s:13:\"ilobjforumgui\";i:6;s:13:\"ilobjgroupgui\";i:7;s:19:\"ilobjilinccoursegui\";i:8;s:18:\"ilmediapoolpagegui\";i:9;s:15:\"ilpagelayoutgui\";i:10;s:13:\"ilwikipagegui\";i:11;s:12:\"ilobjwikigui\";}s:18:\"ilbookmarkblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:18:\"ilcalendarblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:14:\"ilchatblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:15:\"ildummyblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:22:\"ilexternalfeedblockgui\";a:2:{i:0;s:11:\"ilcolumngui\";i:1;s:20:\"ilobjexternalfeedgui\";}s:14:\"ilhtmlblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:24:\"ilnewsforcontextblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:20:\"ilpdcalendarblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:24:\"ilpdexternalfeedblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:20:\"ilpdfeedbackblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:16:\"ilpdmailblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:16:\"ilpdnewsblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:17:\"ilpdnotesblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:25:\"ilpdselecteditemsblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:22:\"ilpdsysmessageblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:19:\"ilpdtaggingblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:21:\"ilusersonlineblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:11:\"ilcolumngui\";a:9:{i:0;s:15:\"ilinfoscreengui\";i:1;s:16:\"ilobjcategorygui\";i:2;s:18:\"ilcoursecontentgui\";i:3;s:14:\"ilobjcoursegui\";i:4;s:14:\"ilobjfoldergui\";i:5;s:13:\"ilobjforumgui\";i:6;s:13:\"ilobjgroupgui\";i:7;s:19:\"ilobjilinccoursegui\";i:8;s:18:\"ilobjrootfoldergui\";}s:13:\"ilfeedbackgui\";a:1:{i:0;s:15:\"ilinfoscreengui\";}s:9:\"ilnotegui\";a:3:{i:0;s:15:\"ilinfoscreengui\";i:1;s:15:\"ilpageobjectgui\";i:2;s:13:\"ilwikipagegui\";}s:28:\"ilrepositoryselectorinputgui\";a:1:{i:0;s:25:\"ilformpropertydispatchgui\";}s:25:\"ilformpropertydispatchgui\";a:3:{i:0;s:19:\"illpobjectstablegui\";i:1;s:20:\"illpprogresstablegui\";i:2;s:14:\"ilusertablegui\";}s:13:\"illpfiltergui\";a:2:{i:0;s:20:\"illplistofobjectsgui\";i:1;s:21:\"illplistofprogressgui\";}s:19:\"illpobjectstablegui\";a:1:{i:0;s:20:\"illplistofobjectsgui\";}s:17:\"ilpdfpresentation\";a:2:{i:0;s:20:\"illplistofobjectsgui\";i:1;s:21:\"illplistofprogressgui\";}s:15:\"iluserfiltergui\";a:1:{i:0;s:20:\"illplistofobjectsgui\";}s:20:\"illpprogresstablegui\";a:1:{i:0;s:21:\"illplistofprogressgui\";}s:17:\"illmstatisticsgui\";a:1:{i:0;s:21:\"illearningprogressgui\";}s:20:\"illplistofobjectsgui\";a:1:{i:0;s:21:\"illearningprogressgui\";}s:21:\"illplistofprogressgui\";a:1:{i:0;s:21:\"illearningprogressgui\";}s:21:\"illplistofsettingsgui\";a:1:{i:0;s:21:\"illearningprogressgui\";}s:21:\"illearningprogressgui\";a:11:{i:0;s:12:\"ilobjusergui\";i:1;s:14:\"ilobjcoursegui\";i:2;s:14:\"ilobjdlbookgui\";i:3;s:16:\"ilobjexercisegui\";i:4;s:19:\"ilobjfilebasedlmgui\";i:5;s:14:\"ilobjfoldergui\";i:6;s:13:\"ilobjgroupgui\";i:7;s:22:\"ilobjlearningmodulegui\";i:8;s:26:\"ilobjsahslearningmodulegui\";i:9;s:12:\"ilobjtestgui\";i:10;s:20:\"ilobjusertrackinggui\";}s:17:\"ilobjilincusergui\";a:1:{i:0;s:12:\"ilobjusergui\";}s:12:\"ilobjusergui\";a:3:{i:0;s:20:\"iladminusersearchgui\";i:1;s:16:\"ilobjcategorygui\";i:2;s:19:\"iladministrationgui\";}s:20:\"iladminusersearchgui\";a:1:{i:0;s:18:\"ilobjuserfoldergui\";}s:14:\"ilusertablegui\";a:1:{i:0;s:18:\"ilobjuserfoldergui\";}s:17:\"ilinternallinkgui\";a:3:{i:0;s:19:\"ilimagemapeditorgui\";i:1;s:21:\"ilpcimagemapeditorgui\";i:2;s:15:\"ilpageeditorgui\";}s:15:\"ilfilesystemgui\";a:3:{i:0;s:19:\"ilobjmediaobjectgui\";i:1;s:19:\"ilobjfilebasedlmgui\";i:2;s:26:\"ilobjsahslearningmodulegui\";}s:19:\"ilimagemapeditorgui\";a:1:{i:0;s:19:\"ilobjmediaobjectgui\";}s:13:\"ilmdeditorgui\";a:16:{i:0;s:19:\"ilobjmediaobjectgui\";i:1;s:15:\"ilpageobjectgui\";i:2;s:14:\"ilobjcoursegui\";i:3;s:20:\"ilstructureobjectgui\";i:4;s:14:\"ilobjdlbookgui\";i:5;s:19:\"ilobjfilebasedlmgui\";i:6;s:12:\"ilobjfilegui\";i:7;s:25:\"iltermdefinitioneditorgui\";i:8;s:16:\"ilobjglossarygui\";i:9;s:22:\"ilobjlearningmodulegui\";i:10;s:20:\"ilobjlinkresourcegui\";i:11;s:20:\"ilobjquestionpoolgui\";i:12;s:26:\"ilobjsahslearningmodulegui\";i:13;s:14:\"ilobjsurveygui\";i:14;s:26:\"ilobjsurveyquestionpoolgui\";i:15;s:12:\"ilobjtestgui\";}s:19:\"ilobjmediaobjectgui\";a:4:{i:0;s:18:\"ileditclipboardgui\";i:1;s:18:\"ilpcmediaobjectgui\";i:2;s:15:\"ilpageeditorgui\";i:3;s:17:\"ilobjmediapoolgui\";}s:21:\"ilpcimagemapeditorgui\";a:1:{i:0;s:18:\"ilpcmediaobjectgui\";}s:18:\"ilpcmediaobjectgui\";a:2:{i:0;s:18:\"ilpcplaceholdergui\";i:1;s:15:\"ilpageeditorgui\";}s:15:\"assclozetestgui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:22:\"assimagemapquestiongui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:16:\"assjavaappletgui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:22:\"assmatchingquestiongui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:20:\"assmultiplechoicegui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:13:\"assnumericgui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:22:\"assorderingquestiongui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:18:\"asssinglechoicegui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:18:\"asstextquestiongui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:16:\"asstextsubsetgui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:17:\"ilquestioneditgui\";a:1:{i:0;s:15:\"ilpcquestiongui\";}s:21:\"ilpccontentincludegui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:16:\"ilpcdatatablegui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:15:\"ilpcfileitemgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:15:\"ilpcfilelistgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:11:\"ilpclistgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:15:\"ilpclistitemgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:10:\"ilpcmapgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:16:\"ilpcparagraphgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:18:\"ilpcplaceholdergui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:14:\"ilpcpluggedgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:15:\"ilpcquestiongui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:16:\"ilpcresourcesgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:14:\"ilpcsectiongui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:17:\"ilpcsourcecodegui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:16:\"ilpctabledatagui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:12:\"ilpctablegui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:11:\"ilpctabsgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:18:\"ileditclipboardgui\";a:5:{i:0;s:15:\"ilpageobjectgui\";i:1;s:18:\"ilmediapoolpagegui\";i:2;s:17:\"ilobjmediapoolgui\";i:3;s:15:\"ilpagelayoutgui\";i:4;s:13:\"ilwikipagegui\";}s:15:\"ilpageeditorgui\";a:4:{i:0;s:15:\"ilpageobjectgui\";i:1;s:18:\"ilmediapoolpagegui\";i:2;s:15:\"ilpagelayoutgui\";i:3;s:13:\"ilwikipagegui\";}s:22:\"ilcontainerlinklistgui\";a:2:{i:0;s:16:\"ilobjcategorygui\";i:1;s:18:\"ilobjrootfoldergui\";}s:15:\"ilinfoscreengui\";a:24:{i:0;s:16:\"ilobjcategorygui\";i:1;s:25:\"ilobjcategoryreferencegui\";i:2;s:12:\"ilobjchatgui\";i:3;s:14:\"ilobjcoursegui\";i:4;s:23:\"ilobjcoursereferencegui\";i:5;s:14:\"ilobjdlbookgui\";i:6;s:16:\"ilobjexercisegui\";i:7;s:19:\"ilobjfilebasedlmgui\";i:8;s:12:\"ilobjfilegui\";i:9;s:14:\"ilobjfoldergui\";i:10;s:13:\"ilobjforumgui\";i:11;s:16:\"ilobjglossarygui\";i:12;s:13:\"ilobjgroupgui\";i:13;s:19:\"ilobjilinccoursegui\";i:14;s:22:\"ilobjlearningmodulegui\";i:15;s:20:\"ilobjlinkresourcegui\";i:16;s:17:\"ilobjmediacastgui\";i:17;s:17:\"ilobjmediapoolgui\";i:18;s:20:\"ilobjremotecoursegui\";i:19;s:26:\"ilobjsahslearningmodulegui\";i:20;s:15:\"ilobjsessiongui\";i:21;s:14:\"ilobjsurveygui\";i:22;s:12:\"ilobjtestgui\";i:23;s:12:\"ilobjwikigui\";}s:15:\"ilobjectcopygui\";a:15:{i:0;s:16:\"ilobjcategorygui\";i:1;s:12:\"ilobjchatgui\";i:2;s:14:\"ilobjcoursegui\";i:3;s:16:\"ilobjexercisegui\";i:4;s:12:\"ilobjfilegui\";i:5;s:14:\"ilobjfoldergui\";i:6;s:13:\"ilobjforumgui\";i:7;s:13:\"ilobjgroupgui\";i:8;s:20:\"ilobjlinkresourcegui\";i:9;s:20:\"ilobjquestionpoolgui\";i:10;s:18:\"ilobjrootfoldergui\";i:11;s:15:\"ilobjsessiongui\";i:12;s:14:\"ilobjsurveygui\";i:13;s:26:\"ilobjsurveyquestionpoolgui\";i:14;s:12:\"ilobjtestgui\";}s:18:\"ilobjstylesheetgui\";a:9:{i:0;s:16:\"ilobjcategorygui\";i:1;s:14:\"ilobjcoursegui\";i:2;s:14:\"ilobjdlbookgui\";i:3;s:14:\"ilobjfoldergui\";i:4;s:13:\"ilobjgroupgui\";i:5;s:22:\"ilobjlearningmodulegui\";i:6;s:18:\"ilobjrootfoldergui\";i:7;s:12:\"ilobjwikigui\";i:8;s:19:\"iladministrationgui\";}s:18:\"ilobjuserfoldergui\";a:2:{i:0;s:16:\"ilobjcategorygui\";i:1;s:19:\"iladministrationgui\";}s:15:\"ilpageobjectgui\";a:14:{i:0;s:16:\"ilobjcategorygui\";i:1;s:17:\"ilshoppurchasegui\";i:2;s:14:\"ilobjcoursegui\";i:3;s:17:\"illmpageobjectgui\";i:4;s:14:\"ilobjfoldergui\";i:5;s:25:\"iltermdefinitioneditorgui\";i:6;s:17:\"ilglossarytermgui\";i:7;s:13:\"ilobjgroupgui\";i:8;s:18:\"ilmediapoolpagegui\";i:9;s:23:\"ilobjpaymentsettingsgui\";i:10;s:20:\"ilobjquestionpoolgui\";i:11;s:18:\"ilobjrootfoldergui\";i:12;s:15:\"ilpagelayoutgui\";i:13;s:13:\"ilwikipagegui\";}s:19:\"ilcoursearchivesgui\";a:1:{i:0;s:18:\"ilcoursecontentgui\";}s:32:\"ilcourseobjectivepresentationgui\";a:1:{i:0;s:18:\"ilcoursecontentgui\";}s:27:\"ilconditionhandlerinterface\";a:5:{i:0;s:29:\"ilcourseitemadministrationgui\";i:1;s:14:\"ilobjcoursegui\";i:2;s:20:\"ilstructureobjectgui\";i:3;s:14:\"ilobjfoldergui\";i:4;s:13:\"ilobjgroupgui\";}s:20:\"ilcourseagreementgui\";a:1:{i:0;s:14:\"ilobjcoursegui\";}s:18:\"ilcoursecontentgui\";a:3:{i:0;s:14:\"ilobjcoursegui\";i:1;s:14:\"ilobjfoldergui\";i:2;s:13:\"ilobjgroupgui\";}s:29:\"ilcourseitemadministrationgui\";a:4:{i:0;s:14:\"ilobjcoursegui\";i:1;s:14:\"ilobjfoldergui\";i:2;s:13:\"ilobjgroupgui\";i:3;s:15:\"ilobjsessiongui\";}s:21:\"ilcourseobjectivesgui\";a:2:{i:0;s:14:\"ilobjcoursegui\";i:1;s:19:\"iladministrationgui\";}s:23:\"ilcourseregistrationgui\";a:1:{i:0;s:14:\"ilobjcoursegui\";}s:21:\"ilcourseuserfieldsgui\";a:1:{i:0;s:14:\"ilobjcoursegui\";}s:20:\"illicenseoverviewgui\";a:2:{i:0;s:14:\"ilobjcoursegui\";i:1;s:33:\"ilobjlearningresourcessettingsgui\";}s:17:\"ilmemberexportgui\";a:1:{i:0;s:14:\"ilobjcoursegui\";}s:22:\"ilobjcoursegroupinggui\";a:2:{i:0;s:14:\"ilobjcoursegui\";i:1;s:13:\"ilobjgroupgui\";}s:20:\"ilsessionoverviewgui\";a:1:{i:0;s:14:\"ilobjcoursegui\";}s:17:\"ilshoppurchasegui\";a:4:{i:0;s:14:\"ilobjcoursegui\";i:1;s:19:\"ilobjfilebasedlmgui\";i:2;s:12:\"ilobjfilegui\";i:3;s:12:\"ilobjtestgui\";}s:17:\"illmpageobjectgui\";a:2:{i:0;s:14:\"ilobjdlbookgui\";i:1;s:22:\"ilobjlearningmodulegui\";}s:20:\"ilstructureobjectgui\";a:2:{i:0;s:14:\"ilobjdlbookgui\";i:1;s:22:\"ilobjlearningmodulegui\";}s:16:\"ilecssettingsgui\";a:1:{i:0;s:29:\"ilobjexternaltoolssettingsgui\";}s:12:\"illicensegui\";a:2:{i:0;s:19:\"ilobjfilebasedlmgui\";i:1;s:26:\"ilobjsahslearningmodulegui\";}s:16:\"ilforumexportgui\";a:1:{i:0;s:13:\"ilobjforumgui\";}s:20:\"ilforummoderatorsgui\";a:1:{i:0;s:13:\"ilobjforumgui\";}s:25:\"iltermdefinitioneditorgui\";a:1:{i:0;s:17:\"ilglossarytermgui\";}s:17:\"ilglossarytermgui\";a:1:{i:0;s:16:\"ilobjglossarygui\";}s:22:\"ilgroupregistrationgui\";a:1:{i:0;s:13:\"ilobjgroupgui\";}s:22:\"ilobjilincclassroomgui\";a:2:{i:0;s:19:\"ilobjilinccoursegui\";i:1;s:19:\"iladministrationgui\";}s:23:\"iladvancedmdsettingsgui\";a:1:{i:0;s:18:\"ilobjmdsettingsgui\";}s:25:\"ilmediapooltargetselector\";a:2:{i:0;s:18:\"ilmediapoolpagegui\";i:1;s:13:\"ilwikipagegui\";}s:18:\"ilmediapoolpagegui\";a:1:{i:0;s:17:\"ilobjmediapoolgui\";}s:14:\"ilobjfoldergui\";a:2:{i:0;s:17:\"ilobjmediapoolgui\";i:1;s:19:\"iladministrationgui\";}s:15:\"ilshoptopicsgui\";a:1:{i:0;s:23:\"ilobjpaymentsettingsgui\";}s:15:\"asserrortextgui\";a:1:{i:0;s:20:\"ilobjquestionpoolgui\";}s:16:\"assfileuploadgui\";a:1:{i:0;s:20:\"ilobjquestionpoolgui\";}s:19:\"assflashquestiongui\";a:1:{i:0;s:20:\"ilobjquestionpoolgui\";}s:24:\"assorderinghorizontalgui\";a:1:{i:0;s:20:\"ilobjquestionpoolgui\";}s:15:\"ilpagelayoutgui\";a:1:{i:0;s:21:\"ilobjstylesettingsgui\";}s:21:\"ilsurveyevaluationgui\";a:1:{i:0;s:14:\"ilobjsurveygui\";}s:20:\"ilsurveyexecutiongui\";a:1:{i:0;s:14:\"ilobjsurveygui\";}s:18:\"ilsurveyphrasesgui\";a:1:{i:0;s:26:\"ilobjsurveyquestionpoolgui\";}s:23:\"surveymatrixquestiongui\";a:1:{i:0;s:26:\"ilobjsurveyquestionpoolgui\";}s:23:\"surveymetricquestiongui\";a:1:{i:0;s:26:\"ilobjsurveyquestionpoolgui\";}s:31:\"surveymultiplechoicequestiongui\";a:1:{i:0;s:26:\"ilobjsurveyquestionpoolgui\";}s:29:\"surveysinglechoicequestiongui\";a:1:{i:0;s:26:\"ilobjsurveyquestionpoolgui\";}s:21:\"surveytextquestiongui\";a:1:{i:0;s:26:\"ilobjsurveyquestionpoolgui\";}s:16:\"ilcertificategui\";a:1:{i:0;s:12:\"ilobjtestgui\";}s:14:\"ilobjcoursegui\";a:2:{i:0;s:12:\"ilobjtestgui\";i:1;s:19:\"iladministrationgui\";}s:19:\"iltestevaluationgui\";a:1:{i:0;s:12:\"ilobjtestgui\";}s:15:\"iltestoutputgui\";a:1:{i:0;s:12:\"ilobjtestgui\";}s:16:\"iltestscoringgui\";a:1:{i:0;s:12:\"ilobjtestgui\";}s:16:\"iltestservicegui\";a:1:{i:0;s:12:\"ilobjtestgui\";}s:11:\"ilratinggui\";a:1:{i:0;s:13:\"ilwikipagegui\";}s:13:\"ilwikipagegui\";a:1:{i:0;s:12:\"ilobjwikigui\";}s:29:\"ilobjaccessibilitysettingsgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:23:\"ilobjadvancededitinggui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:24:\"ilobjassessmentfoldergui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:20:\"ilobjauthsettingsgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:24:\"ilobjcalendarsettingsgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:16:\"ilobjcategorygui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:25:\"ilobjcategoryreferencegui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:27:\"ilobjcertificatesettingsgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:12:\"ilobjchatgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:18:\"ilobjchatservergui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:25:\"ilobjcomponentsettingsgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:23:\"ilobjcoursereferencegui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:14:\"ilobjdlbookgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:16:\"ilobjexercisegui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:20:\"ilobjexternalfeedgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:29:\"ilobjexternaltoolssettingsgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:26:\"ilobjfileaccesssettingsgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:19:\"ilobjfilebasedlmgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:12:\"ilobjfilegui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:13:\"ilobjforumgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:16:\"ilobjglossarygui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:13:\"ilobjgroupgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:19:\"ilobjilinccoursegui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:19:\"ilobjlanguageextgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:22:\"ilobjlanguagefoldergui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:22:\"ilobjlearningmodulegui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:33:\"ilobjlearningresourcessettingsgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:20:\"ilobjlinkresourcegui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:12:\"ilobjmailgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:18:\"ilobjmdsettingsgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:17:\"ilobjmediacastgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:25:\"ilobjmediacastsettingsgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:28:\"ilobjmediaobjectssettingsgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:17:\"ilobjmediapoolgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:20:\"ilobjnewssettingsgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:20:\"ilobjobjectfoldergui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:23:\"ilobjpaymentsettingsgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:31:\"ilobjpersonaldesktopsettingsgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:23:\"ilobjprivacysecuritygui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:20:\"ilobjquestionpoolgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:22:\"ilobjrecoveryfoldergui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:20:\"ilobjremotecoursegui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:18:\"ilobjrolefoldergui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:20:\"ilobjroletemplategui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:18:\"ilobjrootfoldergui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:26:\"ilobjsahslearningmodulegui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:22:\"ilobjsearchsettingsgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:15:\"ilobjsessiongui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:21:\"ilobjstylesettingsgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:28:\"ilobjsurveyadministrationgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:14:\"ilobjsurveygui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:26:\"ilobjsurveyquestionpoolgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:20:\"ilobjsystemfoldergui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:23:\"ilobjtaggingsettingsgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:12:\"ilobjtestgui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:20:\"ilobjusertrackinggui\";a:1:{i:0;s:19:\"iladministrationgui\";}s:12:\"ilobjwikigui\";a:1:{i:0;s:19:\"iladministrationgui\";}}'); +INSERT INTO `ctrl_structure` VALUES ('illmeditorgui','a:283:{i:1;a:2:{s:5:\"class\";s:13:\"illmeditorgui\";s:6:\"parent\";i:0;}i:2;a:2:{s:5:\"class\";s:14:\"ilobjdlbookgui\";s:6:\"parent\";i:1;}i:3;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:2;}i:4;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:3;}i:5;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:4;}i:6;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:4;}i:7;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:4;}i:8;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:7;}i:9;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:7;}i:10;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:9;}i:11;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:7;}i:12;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:11;}i:13;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:7;}i:14;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:13;}i:15;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:7;}i:16;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:15;}i:17;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:4;}i:18;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:4;}i:19;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:4;}i:20;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:4;}i:21;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:4;}i:22;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:21;}i:23;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:4;}i:24;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:23;}i:25;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:23;}i:26;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:25;}i:27;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:23;}i:28;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:27;}i:29;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:23;}i:30;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:29;}i:31;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:23;}i:32;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:31;}i:33;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:4;}i:34;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:4;}i:35;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:4;}i:36;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:4;}i:37;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:4;}i:38;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:4;}i:39;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:4;}i:40;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:4;}i:41;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:4;}i:42;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:41;}i:43;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:3;}i:44;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:43;}i:45;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3;}i:46;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3;}i:47;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:2;}i:48;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:47;}i:49;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:47;}i:50;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:49;}i:51;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:50;}i:52;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:49;}i:53;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:52;}i:54;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:53;}i:55;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:53;}i:56;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:49;}i:57;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:56;}i:58;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:49;}i:59;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:58;}i:60;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:47;}i:61;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:60;}i:62;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:61;}i:63;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:60;}i:64;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:63;}i:65;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:64;}i:66;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:64;}i:67;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:60;}i:68;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:67;}i:69;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:47;}i:70;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:69;}i:71;a:2:{s:5:\"class\";s:17:\"illmpageobjectgui\";s:6:\"parent\";i:2;}i:72;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:71;}i:73;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:72;}i:74;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:73;}i:75;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:74;}i:76;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:74;}i:77;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:76;}i:78;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:74;}i:79;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:72;}i:80;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:72;}i:81;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:72;}i:82;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:81;}i:83;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:81;}i:84;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:83;}i:85;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:83;}i:86;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:85;}i:87;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:83;}i:88;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:81;}i:89;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:81;}i:90;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:81;}i:91;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:81;}i:92;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:81;}i:93;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:81;}i:94;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:81;}i:95;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:81;}i:96;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:95;}i:97;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:96;}i:98;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:96;}i:99;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:98;}i:100;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:96;}i:101;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:95;}i:102;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:101;}i:103;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:81;}i:104;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:81;}i:105;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:104;}i:106;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:105;}i:107;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:106;}i:108;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:106;}i:109;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:108;}i:110;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:106;}i:111;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:105;}i:112;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:111;}i:113;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:81;}i:114;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:81;}i:115;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:114;}i:116;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:115;}i:117;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:115;}i:118;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:115;}i:119;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:115;}i:120;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:115;}i:121;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:115;}i:122;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:115;}i:123;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:115;}i:124;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:115;}i:125;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:115;}i:126;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:81;}i:127;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:81;}i:128;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:81;}i:129;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:81;}i:130;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:81;}i:131;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:81;}i:132;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:72;}i:133;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2;}i:134;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:2;}i:135;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:134;}i:136;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2;}i:137;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:136;}i:138;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:137;}i:139;a:2:{s:5:\"class\";s:20:\"ilstructureobjectgui\";s:6:\"parent\";i:2;}i:140;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:139;}i:141;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:140;}i:142;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:139;}i:143;a:2:{s:5:\"class\";s:22:\"ilobjlearningmodulegui\";s:6:\"parent\";i:1;}i:144;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:143;}i:145;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:144;}i:146;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:145;}i:147;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:145;}i:148;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:145;}i:149;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:148;}i:150;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:148;}i:151;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:150;}i:152;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:148;}i:153;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:152;}i:154;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:148;}i:155;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:154;}i:156;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:148;}i:157;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:156;}i:158;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:145;}i:159;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:145;}i:160;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:145;}i:161;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:145;}i:162;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:145;}i:163;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:162;}i:164;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:145;}i:165;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:164;}i:166;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:164;}i:167;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:166;}i:168;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:164;}i:169;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:168;}i:170;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:164;}i:171;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:170;}i:172;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:164;}i:173;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:172;}i:174;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:145;}i:175;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:145;}i:176;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:145;}i:177;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:145;}i:178;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:145;}i:179;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:145;}i:180;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:145;}i:181;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:145;}i:182;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:145;}i:183;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:182;}i:184;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:144;}i:185;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:184;}i:186;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:144;}i:187;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:144;}i:188;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:143;}i:189;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:188;}i:190;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:188;}i:191;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:190;}i:192;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:191;}i:193;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:190;}i:194;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:193;}i:195;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:194;}i:196;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:194;}i:197;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:190;}i:198;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:197;}i:199;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:190;}i:200;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:199;}i:201;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:188;}i:202;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:201;}i:203;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:202;}i:204;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:201;}i:205;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:204;}i:206;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:205;}i:207;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:205;}i:208;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:201;}i:209;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:208;}i:210;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:188;}i:211;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:210;}i:212;a:2:{s:5:\"class\";s:17:\"illmpageobjectgui\";s:6:\"parent\";i:143;}i:213;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:212;}i:214;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:213;}i:215;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:214;}i:216;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:215;}i:217;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:215;}i:218;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:217;}i:219;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:215;}i:220;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:213;}i:221;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:213;}i:222;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:213;}i:223;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:222;}i:224;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:222;}i:225;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:224;}i:226;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:224;}i:227;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:226;}i:228;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:224;}i:229;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:222;}i:230;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:222;}i:231;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:222;}i:232;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:222;}i:233;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:222;}i:234;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:222;}i:235;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:222;}i:236;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:222;}i:237;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:236;}i:238;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:237;}i:239;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:237;}i:240;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:239;}i:241;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:237;}i:242;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:236;}i:243;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:242;}i:244;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:222;}i:245;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:222;}i:246;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:245;}i:247;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:246;}i:248;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:247;}i:249;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:247;}i:250;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:249;}i:251;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:247;}i:252;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:246;}i:253;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:252;}i:254;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:222;}i:255;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:222;}i:256;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:255;}i:257;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:256;}i:258;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:256;}i:259;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:256;}i:260;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:256;}i:261;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:256;}i:262;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:256;}i:263;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:256;}i:264;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:256;}i:265;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:256;}i:266;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:256;}i:267;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:222;}i:268;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:222;}i:269;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:222;}i:270;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:222;}i:271;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:222;}i:272;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:222;}i:273;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:213;}i:274;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:143;}i:275;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:143;}i:276;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:275;}i:277;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:143;}i:278;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:277;}i:279;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:278;}i:280;a:2:{s:5:\"class\";s:20:\"ilstructureobjectgui\";s:6:\"parent\";i:143;}i:281;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:280;}i:282;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:281;}i:283;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:280;}}','a:33:{s:16:\"ilcalendardaygui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:18:\"ilcalendarinboxgui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:18:\"ilcalendarmonthgui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:17:\"ilcalendarweekgui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:18:\"ilcalendarblockgui\";a:5:{i:0;s:24:\"ilcalendarappointmentgui\";i:1;s:16:\"ilcalendardaygui\";i:2;s:18:\"ilcalendarinboxgui\";i:3;s:18:\"ilcalendarmonthgui\";i:4;s:17:\"ilcalendarweekgui\";}s:24:\"ilnewsforcontextblockgui\";a:1:{i:0;s:13:\"ilnewsitemgui\";}s:20:\"ilpdcalendarblockgui\";a:5:{i:0;s:24:\"ilcalendarappointmentgui\";i:1;s:16:\"ilcalendardaygui\";i:2;s:18:\"ilcalendarinboxgui\";i:3;s:18:\"ilcalendarmonthgui\";i:4;s:17:\"ilcalendarweekgui\";}s:21:\"ilusersonlineblockgui\";a:1:{i:0;s:22:\"ilpublicuserprofilegui\";}s:11:\"ilcolumngui\";a:17:{i:0;s:18:\"ilbookmarkblockgui\";i:1;s:18:\"ilcalendarblockgui\";i:2;s:14:\"ilchatblockgui\";i:3;s:15:\"ildummyblockgui\";i:4;s:22:\"ilexternalfeedblockgui\";i:5;s:14:\"ilhtmlblockgui\";i:6;s:24:\"ilnewsforcontextblockgui\";i:7;s:20:\"ilpdcalendarblockgui\";i:8;s:24:\"ilpdexternalfeedblockgui\";i:9;s:20:\"ilpdfeedbackblockgui\";i:10;s:16:\"ilpdmailblockgui\";i:11;s:16:\"ilpdnewsblockgui\";i:12;s:17:\"ilpdnotesblockgui\";i:13;s:25:\"ilpdselecteditemsblockgui\";i:14;s:22:\"ilpdsysmessageblockgui\";i:15;s:19:\"ilpdtaggingblockgui\";i:16;s:21:\"ilusersonlineblockgui\";}s:15:\"ilinfoscreengui\";a:4:{i:0;s:11:\"ilcolumngui\";i:1;s:13:\"ilfeedbackgui\";i:2;s:9:\"ilnotegui\";i:3;s:22:\"ilpublicuserprofilegui\";}s:25:\"ilformpropertydispatchgui\";a:1:{i:0;s:28:\"ilrepositoryselectorinputgui\";}s:19:\"illpobjectstablegui\";a:1:{i:0;s:25:\"ilformpropertydispatchgui\";}s:20:\"illplistofobjectsgui\";a:4:{i:0;s:13:\"illpfiltergui\";i:1;s:19:\"illpobjectstablegui\";i:2;s:17:\"ilpdfpresentation\";i:3;s:15:\"iluserfiltergui\";}s:20:\"illpprogresstablegui\";a:1:{i:0;s:25:\"ilformpropertydispatchgui\";}s:21:\"illplistofprogressgui\";a:3:{i:0;s:13:\"illpfiltergui\";i:1;s:20:\"illpprogresstablegui\";i:2;s:17:\"ilpdfpresentation\";}s:21:\"illearningprogressgui\";a:4:{i:0;s:17:\"illmstatisticsgui\";i:1;s:20:\"illplistofobjectsgui\";i:2;s:21:\"illplistofprogressgui\";i:3;s:21:\"illplistofsettingsgui\";}s:19:\"ilimagemapeditorgui\";a:1:{i:0;s:17:\"ilinternallinkgui\";}s:19:\"ilobjmediaobjectgui\";a:3:{i:0;s:15:\"ilfilesystemgui\";i:1;s:19:\"ilimagemapeditorgui\";i:2;s:13:\"ilmdeditorgui\";}s:18:\"ileditclipboardgui\";a:1:{i:0;s:19:\"ilobjmediaobjectgui\";}s:21:\"ilpcimagemapeditorgui\";a:1:{i:0;s:17:\"ilinternallinkgui\";}s:18:\"ilpcmediaobjectgui\";a:2:{i:0;s:19:\"ilobjmediaobjectgui\";i:1;s:21:\"ilpcimagemapeditorgui\";}s:18:\"ilpcplaceholdergui\";a:1:{i:0;s:18:\"ilpcmediaobjectgui\";}s:17:\"ilquestioneditgui\";a:10:{i:0;s:15:\"assclozetestgui\";i:1;s:22:\"assimagemapquestiongui\";i:2;s:16:\"assjavaappletgui\";i:3;s:22:\"assmatchingquestiongui\";i:4;s:20:\"assmultiplechoicegui\";i:5;s:13:\"assnumericgui\";i:6;s:22:\"assorderingquestiongui\";i:7;s:18:\"asssinglechoicegui\";i:8;s:18:\"asstextquestiongui\";i:9;s:16:\"asstextsubsetgui\";}s:15:\"ilpcquestiongui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:15:\"ilpageeditorgui\";a:20:{i:0;s:17:\"ilinternallinkgui\";i:1;s:19:\"ilobjmediaobjectgui\";i:2;s:21:\"ilpccontentincludegui\";i:3;s:16:\"ilpcdatatablegui\";i:4;s:15:\"ilpcfileitemgui\";i:5;s:15:\"ilpcfilelistgui\";i:6;s:11:\"ilpclistgui\";i:7;s:15:\"ilpclistitemgui\";i:8;s:10:\"ilpcmapgui\";i:9;s:18:\"ilpcmediaobjectgui\";i:10;s:16:\"ilpcparagraphgui\";i:11;s:18:\"ilpcplaceholdergui\";i:12;s:14:\"ilpcpluggedgui\";i:13;s:15:\"ilpcquestiongui\";i:14;s:16:\"ilpcresourcesgui\";i:15;s:14:\"ilpcsectiongui\";i:16;s:17:\"ilpcsourcecodegui\";i:17;s:16:\"ilpctabledatagui\";i:18;s:12:\"ilpctablegui\";i:19;s:11:\"ilpctabsgui\";}s:15:\"ilpageobjectgui\";a:5:{i:0;s:18:\"ileditclipboardgui\";i:1;s:13:\"ilmdeditorgui\";i:2;s:9:\"ilnotegui\";i:3;s:15:\"ilpageeditorgui\";i:4;s:22:\"ilpublicuserprofilegui\";}s:17:\"illmpageobjectgui\";a:1:{i:0;s:15:\"ilpageobjectgui\";}s:12:\"ilobjrolegui\";a:1:{i:0;s:21:\"ilrepositorysearchgui\";}s:15:\"ilpermissiongui\";a:1:{i:0;s:12:\"ilobjrolegui\";}s:20:\"ilstructureobjectgui\";a:2:{i:0;s:27:\"ilconditionhandlerinterface\";i:1;s:13:\"ilmdeditorgui\";}s:14:\"ilobjdlbookgui\";a:7:{i:0;s:15:\"ilinfoscreengui\";i:1;s:21:\"illearningprogressgui\";i:2;s:17:\"illmpageobjectgui\";i:3;s:13:\"ilmdeditorgui\";i:4;s:18:\"ilobjstylesheetgui\";i:5;s:15:\"ilpermissiongui\";i:6;s:20:\"ilstructureobjectgui\";}s:22:\"ilobjlearningmodulegui\";a:7:{i:0;s:15:\"ilinfoscreengui\";i:1;s:21:\"illearningprogressgui\";i:2;s:17:\"illmpageobjectgui\";i:3;s:13:\"ilmdeditorgui\";i:4;s:18:\"ilobjstylesheetgui\";i:5;s:15:\"ilpermissiongui\";i:6;s:20:\"ilstructureobjectgui\";}s:13:\"illmeditorgui\";a:2:{i:0;s:14:\"ilobjdlbookgui\";i:1;s:22:\"ilobjlearningmodulegui\";}}','a:87:{s:24:\"ilcalendarappointmentgui\";a:6:{i:0;s:16:\"ilcalendardaygui\";i:1;s:18:\"ilcalendarinboxgui\";i:2;s:18:\"ilcalendarmonthgui\";i:3;s:17:\"ilcalendarweekgui\";i:4;s:18:\"ilcalendarblockgui\";i:5;s:20:\"ilpdcalendarblockgui\";}s:16:\"ilcalendardaygui\";a:2:{i:0;s:18:\"ilcalendarblockgui\";i:1;s:20:\"ilpdcalendarblockgui\";}s:18:\"ilcalendarinboxgui\";a:2:{i:0;s:18:\"ilcalendarblockgui\";i:1;s:20:\"ilpdcalendarblockgui\";}s:18:\"ilcalendarmonthgui\";a:2:{i:0;s:18:\"ilcalendarblockgui\";i:1;s:20:\"ilpdcalendarblockgui\";}s:17:\"ilcalendarweekgui\";a:2:{i:0;s:18:\"ilcalendarblockgui\";i:1;s:20:\"ilpdcalendarblockgui\";}s:13:\"ilnewsitemgui\";a:1:{i:0;s:24:\"ilnewsforcontextblockgui\";}s:22:\"ilpublicuserprofilegui\";a:3:{i:0;s:21:\"ilusersonlineblockgui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:15:\"ilpageobjectgui\";}s:18:\"ilbookmarkblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:18:\"ilcalendarblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:14:\"ilchatblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:15:\"ildummyblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:22:\"ilexternalfeedblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:14:\"ilhtmlblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:24:\"ilnewsforcontextblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:20:\"ilpdcalendarblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:24:\"ilpdexternalfeedblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:20:\"ilpdfeedbackblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:16:\"ilpdmailblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:16:\"ilpdnewsblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:17:\"ilpdnotesblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:25:\"ilpdselecteditemsblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:22:\"ilpdsysmessageblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:19:\"ilpdtaggingblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:21:\"ilusersonlineblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:11:\"ilcolumngui\";a:1:{i:0;s:15:\"ilinfoscreengui\";}s:13:\"ilfeedbackgui\";a:1:{i:0;s:15:\"ilinfoscreengui\";}s:9:\"ilnotegui\";a:2:{i:0;s:15:\"ilinfoscreengui\";i:1;s:15:\"ilpageobjectgui\";}s:28:\"ilrepositoryselectorinputgui\";a:1:{i:0;s:25:\"ilformpropertydispatchgui\";}s:25:\"ilformpropertydispatchgui\";a:2:{i:0;s:19:\"illpobjectstablegui\";i:1;s:20:\"illpprogresstablegui\";}s:13:\"illpfiltergui\";a:2:{i:0;s:20:\"illplistofobjectsgui\";i:1;s:21:\"illplistofprogressgui\";}s:19:\"illpobjectstablegui\";a:1:{i:0;s:20:\"illplistofobjectsgui\";}s:17:\"ilpdfpresentation\";a:2:{i:0;s:20:\"illplistofobjectsgui\";i:1;s:21:\"illplistofprogressgui\";}s:15:\"iluserfiltergui\";a:1:{i:0;s:20:\"illplistofobjectsgui\";}s:20:\"illpprogresstablegui\";a:1:{i:0;s:21:\"illplistofprogressgui\";}s:17:\"illmstatisticsgui\";a:1:{i:0;s:21:\"illearningprogressgui\";}s:20:\"illplistofobjectsgui\";a:1:{i:0;s:21:\"illearningprogressgui\";}s:21:\"illplistofprogressgui\";a:1:{i:0;s:21:\"illearningprogressgui\";}s:21:\"illplistofsettingsgui\";a:1:{i:0;s:21:\"illearningprogressgui\";}s:17:\"ilinternallinkgui\";a:3:{i:0;s:19:\"ilimagemapeditorgui\";i:1;s:21:\"ilpcimagemapeditorgui\";i:2;s:15:\"ilpageeditorgui\";}s:15:\"ilfilesystemgui\";a:1:{i:0;s:19:\"ilobjmediaobjectgui\";}s:19:\"ilimagemapeditorgui\";a:1:{i:0;s:19:\"ilobjmediaobjectgui\";}s:13:\"ilmdeditorgui\";a:5:{i:0;s:19:\"ilobjmediaobjectgui\";i:1;s:15:\"ilpageobjectgui\";i:2;s:20:\"ilstructureobjectgui\";i:3;s:14:\"ilobjdlbookgui\";i:4;s:22:\"ilobjlearningmodulegui\";}s:19:\"ilobjmediaobjectgui\";a:3:{i:0;s:18:\"ileditclipboardgui\";i:1;s:18:\"ilpcmediaobjectgui\";i:2;s:15:\"ilpageeditorgui\";}s:21:\"ilpcimagemapeditorgui\";a:1:{i:0;s:18:\"ilpcmediaobjectgui\";}s:18:\"ilpcmediaobjectgui\";a:2:{i:0;s:18:\"ilpcplaceholdergui\";i:1;s:15:\"ilpageeditorgui\";}s:15:\"assclozetestgui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:22:\"assimagemapquestiongui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:16:\"assjavaappletgui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:22:\"assmatchingquestiongui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:20:\"assmultiplechoicegui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:13:\"assnumericgui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:22:\"assorderingquestiongui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:18:\"asssinglechoicegui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:18:\"asstextquestiongui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:16:\"asstextsubsetgui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:17:\"ilquestioneditgui\";a:1:{i:0;s:15:\"ilpcquestiongui\";}s:21:\"ilpccontentincludegui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:16:\"ilpcdatatablegui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:15:\"ilpcfileitemgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:15:\"ilpcfilelistgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:11:\"ilpclistgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:15:\"ilpclistitemgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:10:\"ilpcmapgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:16:\"ilpcparagraphgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:18:\"ilpcplaceholdergui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:14:\"ilpcpluggedgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:15:\"ilpcquestiongui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:16:\"ilpcresourcesgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:14:\"ilpcsectiongui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:17:\"ilpcsourcecodegui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:16:\"ilpctabledatagui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:12:\"ilpctablegui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:11:\"ilpctabsgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:18:\"ileditclipboardgui\";a:1:{i:0;s:15:\"ilpageobjectgui\";}s:15:\"ilpageeditorgui\";a:1:{i:0;s:15:\"ilpageobjectgui\";}s:15:\"ilpageobjectgui\";a:1:{i:0;s:17:\"illmpageobjectgui\";}s:21:\"ilrepositorysearchgui\";a:1:{i:0;s:12:\"ilobjrolegui\";}s:12:\"ilobjrolegui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:27:\"ilconditionhandlerinterface\";a:1:{i:0;s:20:\"ilstructureobjectgui\";}s:15:\"ilinfoscreengui\";a:2:{i:0;s:14:\"ilobjdlbookgui\";i:1;s:22:\"ilobjlearningmodulegui\";}s:21:\"illearningprogressgui\";a:2:{i:0;s:14:\"ilobjdlbookgui\";i:1;s:22:\"ilobjlearningmodulegui\";}s:17:\"illmpageobjectgui\";a:2:{i:0;s:14:\"ilobjdlbookgui\";i:1;s:22:\"ilobjlearningmodulegui\";}s:18:\"ilobjstylesheetgui\";a:2:{i:0;s:14:\"ilobjdlbookgui\";i:1;s:22:\"ilobjlearningmodulegui\";}s:15:\"ilpermissiongui\";a:2:{i:0;s:14:\"ilobjdlbookgui\";i:1;s:22:\"ilobjlearningmodulegui\";}s:20:\"ilstructureobjectgui\";a:2:{i:0;s:14:\"ilobjdlbookgui\";i:1;s:22:\"ilobjlearningmodulegui\";}s:14:\"ilobjdlbookgui\";a:1:{i:0;s:13:\"illmeditorgui\";}s:22:\"ilobjlearningmodulegui\";a:1:{i:0;s:13:\"illmeditorgui\";}}'); +INSERT INTO `ctrl_structure` VALUES ('illmpresentationgui','a:108:{i:1;a:2:{s:5:\"class\";s:19:\"illmpresentationgui\";s:6:\"parent\";i:0;}i:2;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:1;}i:3;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2;}i:4;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3;}i:5;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:3;}i:6;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:3;}i:7;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:6;}i:8;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:6;}i:9;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:8;}i:10;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:6;}i:11;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:10;}i:12;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:6;}i:13;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:12;}i:14;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:6;}i:15;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:14;}i:16;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:3;}i:17;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:3;}i:18;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:3;}i:19;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:3;}i:20;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:3;}i:21;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:20;}i:22;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:3;}i:23;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:22;}i:24;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:22;}i:25;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:24;}i:26;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:22;}i:27;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:26;}i:28;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:22;}i:29;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:28;}i:30;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:22;}i:31;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:30;}i:32;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:3;}i:33;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:3;}i:34;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:3;}i:35;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:3;}i:36;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:3;}i:37;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:3;}i:38;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:3;}i:39;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:3;}i:40;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:3;}i:41;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:40;}i:42;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:2;}i:43;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:42;}i:44;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2;}i:45;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2;}i:46;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1;}i:47;a:2:{s:5:\"class\";s:17:\"ilshoppurchasegui\";s:6:\"parent\";i:1;}i:48;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:47;}i:49;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:48;}i:50;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:49;}i:51;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:50;}i:52;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:50;}i:53;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:52;}i:54;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:50;}i:55;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:48;}i:56;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:48;}i:57;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:48;}i:58;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:57;}i:59;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:57;}i:60;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:59;}i:61;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:59;}i:62;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:61;}i:63;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:59;}i:64;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:57;}i:65;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:57;}i:66;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:57;}i:67;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:57;}i:68;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:57;}i:69;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:57;}i:70;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:57;}i:71;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:57;}i:72;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:71;}i:73;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:72;}i:74;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:72;}i:75;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:74;}i:76;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:72;}i:77;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:71;}i:78;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:77;}i:79;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:57;}i:80;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:57;}i:81;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:80;}i:82;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:81;}i:83;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:82;}i:84;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:82;}i:85;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:84;}i:86;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:82;}i:87;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:81;}i:88;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:87;}i:89;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:57;}i:90;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:57;}i:91;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:90;}i:92;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:91;}i:93;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:91;}i:94;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:91;}i:95;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:91;}i:96;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:91;}i:97;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:91;}i:98;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:91;}i:99;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:91;}i:100;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:91;}i:101;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:91;}i:102;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:57;}i:103;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:57;}i:104;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:57;}i:105;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:57;}i:106;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:57;}i:107;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:57;}i:108;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:48;}}','a:22:{s:16:\"ilcalendardaygui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:18:\"ilcalendarinboxgui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:18:\"ilcalendarmonthgui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:17:\"ilcalendarweekgui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:18:\"ilcalendarblockgui\";a:5:{i:0;s:24:\"ilcalendarappointmentgui\";i:1;s:16:\"ilcalendardaygui\";i:2;s:18:\"ilcalendarinboxgui\";i:3;s:18:\"ilcalendarmonthgui\";i:4;s:17:\"ilcalendarweekgui\";}s:24:\"ilnewsforcontextblockgui\";a:1:{i:0;s:13:\"ilnewsitemgui\";}s:20:\"ilpdcalendarblockgui\";a:5:{i:0;s:24:\"ilcalendarappointmentgui\";i:1;s:16:\"ilcalendardaygui\";i:2;s:18:\"ilcalendarinboxgui\";i:3;s:18:\"ilcalendarmonthgui\";i:4;s:17:\"ilcalendarweekgui\";}s:21:\"ilusersonlineblockgui\";a:1:{i:0;s:22:\"ilpublicuserprofilegui\";}s:11:\"ilcolumngui\";a:17:{i:0;s:18:\"ilbookmarkblockgui\";i:1;s:18:\"ilcalendarblockgui\";i:2;s:14:\"ilchatblockgui\";i:3;s:15:\"ildummyblockgui\";i:4;s:22:\"ilexternalfeedblockgui\";i:5;s:14:\"ilhtmlblockgui\";i:6;s:24:\"ilnewsforcontextblockgui\";i:7;s:20:\"ilpdcalendarblockgui\";i:8;s:24:\"ilpdexternalfeedblockgui\";i:9;s:20:\"ilpdfeedbackblockgui\";i:10;s:16:\"ilpdmailblockgui\";i:11;s:16:\"ilpdnewsblockgui\";i:12;s:17:\"ilpdnotesblockgui\";i:13;s:25:\"ilpdselecteditemsblockgui\";i:14;s:22:\"ilpdsysmessageblockgui\";i:15;s:19:\"ilpdtaggingblockgui\";i:16;s:21:\"ilusersonlineblockgui\";}s:15:\"ilinfoscreengui\";a:4:{i:0;s:11:\"ilcolumngui\";i:1;s:13:\"ilfeedbackgui\";i:2;s:9:\"ilnotegui\";i:3;s:22:\"ilpublicuserprofilegui\";}s:19:\"ilimagemapeditorgui\";a:1:{i:0;s:17:\"ilinternallinkgui\";}s:19:\"ilobjmediaobjectgui\";a:3:{i:0;s:15:\"ilfilesystemgui\";i:1;s:19:\"ilimagemapeditorgui\";i:2;s:13:\"ilmdeditorgui\";}s:18:\"ileditclipboardgui\";a:1:{i:0;s:19:\"ilobjmediaobjectgui\";}s:21:\"ilpcimagemapeditorgui\";a:1:{i:0;s:17:\"ilinternallinkgui\";}s:18:\"ilpcmediaobjectgui\";a:2:{i:0;s:19:\"ilobjmediaobjectgui\";i:1;s:21:\"ilpcimagemapeditorgui\";}s:18:\"ilpcplaceholdergui\";a:1:{i:0;s:18:\"ilpcmediaobjectgui\";}s:17:\"ilquestioneditgui\";a:10:{i:0;s:15:\"assclozetestgui\";i:1;s:22:\"assimagemapquestiongui\";i:2;s:16:\"assjavaappletgui\";i:3;s:22:\"assmatchingquestiongui\";i:4;s:20:\"assmultiplechoicegui\";i:5;s:13:\"assnumericgui\";i:6;s:22:\"assorderingquestiongui\";i:7;s:18:\"asssinglechoicegui\";i:8;s:18:\"asstextquestiongui\";i:9;s:16:\"asstextsubsetgui\";}s:15:\"ilpcquestiongui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:15:\"ilpageeditorgui\";a:20:{i:0;s:17:\"ilinternallinkgui\";i:1;s:19:\"ilobjmediaobjectgui\";i:2;s:21:\"ilpccontentincludegui\";i:3;s:16:\"ilpcdatatablegui\";i:4;s:15:\"ilpcfileitemgui\";i:5;s:15:\"ilpcfilelistgui\";i:6;s:11:\"ilpclistgui\";i:7;s:15:\"ilpclistitemgui\";i:8;s:10:\"ilpcmapgui\";i:9;s:18:\"ilpcmediaobjectgui\";i:10;s:16:\"ilpcparagraphgui\";i:11;s:18:\"ilpcplaceholdergui\";i:12;s:14:\"ilpcpluggedgui\";i:13;s:15:\"ilpcquestiongui\";i:14;s:16:\"ilpcresourcesgui\";i:15;s:14:\"ilpcsectiongui\";i:16;s:17:\"ilpcsourcecodegui\";i:17;s:16:\"ilpctabledatagui\";i:18;s:12:\"ilpctablegui\";i:19;s:11:\"ilpctabsgui\";}s:15:\"ilpageobjectgui\";a:5:{i:0;s:18:\"ileditclipboardgui\";i:1;s:13:\"ilmdeditorgui\";i:2;s:9:\"ilnotegui\";i:3;s:15:\"ilpageeditorgui\";i:4;s:22:\"ilpublicuserprofilegui\";}s:17:\"ilshoppurchasegui\";a:1:{i:0;s:15:\"ilpageobjectgui\";}s:19:\"illmpresentationgui\";a:3:{i:0;s:15:\"ilinfoscreengui\";i:1;s:9:\"ilnotegui\";i:2;s:17:\"ilshoppurchasegui\";}}','a:67:{s:24:\"ilcalendarappointmentgui\";a:6:{i:0;s:16:\"ilcalendardaygui\";i:1;s:18:\"ilcalendarinboxgui\";i:2;s:18:\"ilcalendarmonthgui\";i:3;s:17:\"ilcalendarweekgui\";i:4;s:18:\"ilcalendarblockgui\";i:5;s:20:\"ilpdcalendarblockgui\";}s:16:\"ilcalendardaygui\";a:2:{i:0;s:18:\"ilcalendarblockgui\";i:1;s:20:\"ilpdcalendarblockgui\";}s:18:\"ilcalendarinboxgui\";a:2:{i:0;s:18:\"ilcalendarblockgui\";i:1;s:20:\"ilpdcalendarblockgui\";}s:18:\"ilcalendarmonthgui\";a:2:{i:0;s:18:\"ilcalendarblockgui\";i:1;s:20:\"ilpdcalendarblockgui\";}s:17:\"ilcalendarweekgui\";a:2:{i:0;s:18:\"ilcalendarblockgui\";i:1;s:20:\"ilpdcalendarblockgui\";}s:13:\"ilnewsitemgui\";a:1:{i:0;s:24:\"ilnewsforcontextblockgui\";}s:22:\"ilpublicuserprofilegui\";a:3:{i:0;s:21:\"ilusersonlineblockgui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:15:\"ilpageobjectgui\";}s:18:\"ilbookmarkblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:18:\"ilcalendarblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:14:\"ilchatblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:15:\"ildummyblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:22:\"ilexternalfeedblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:14:\"ilhtmlblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:24:\"ilnewsforcontextblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:20:\"ilpdcalendarblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:24:\"ilpdexternalfeedblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:20:\"ilpdfeedbackblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:16:\"ilpdmailblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:16:\"ilpdnewsblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:17:\"ilpdnotesblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:25:\"ilpdselecteditemsblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:22:\"ilpdsysmessageblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:19:\"ilpdtaggingblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:21:\"ilusersonlineblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:11:\"ilcolumngui\";a:1:{i:0;s:15:\"ilinfoscreengui\";}s:13:\"ilfeedbackgui\";a:1:{i:0;s:15:\"ilinfoscreengui\";}s:9:\"ilnotegui\";a:3:{i:0;s:15:\"ilinfoscreengui\";i:1;s:15:\"ilpageobjectgui\";i:2;s:19:\"illmpresentationgui\";}s:17:\"ilinternallinkgui\";a:3:{i:0;s:19:\"ilimagemapeditorgui\";i:1;s:21:\"ilpcimagemapeditorgui\";i:2;s:15:\"ilpageeditorgui\";}s:15:\"ilfilesystemgui\";a:1:{i:0;s:19:\"ilobjmediaobjectgui\";}s:19:\"ilimagemapeditorgui\";a:1:{i:0;s:19:\"ilobjmediaobjectgui\";}s:13:\"ilmdeditorgui\";a:2:{i:0;s:19:\"ilobjmediaobjectgui\";i:1;s:15:\"ilpageobjectgui\";}s:19:\"ilobjmediaobjectgui\";a:3:{i:0;s:18:\"ileditclipboardgui\";i:1;s:18:\"ilpcmediaobjectgui\";i:2;s:15:\"ilpageeditorgui\";}s:21:\"ilpcimagemapeditorgui\";a:1:{i:0;s:18:\"ilpcmediaobjectgui\";}s:18:\"ilpcmediaobjectgui\";a:2:{i:0;s:18:\"ilpcplaceholdergui\";i:1;s:15:\"ilpageeditorgui\";}s:15:\"assclozetestgui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:22:\"assimagemapquestiongui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:16:\"assjavaappletgui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:22:\"assmatchingquestiongui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:20:\"assmultiplechoicegui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:13:\"assnumericgui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:22:\"assorderingquestiongui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:18:\"asssinglechoicegui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:18:\"asstextquestiongui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:16:\"asstextsubsetgui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:17:\"ilquestioneditgui\";a:1:{i:0;s:15:\"ilpcquestiongui\";}s:21:\"ilpccontentincludegui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:16:\"ilpcdatatablegui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:15:\"ilpcfileitemgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:15:\"ilpcfilelistgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:11:\"ilpclistgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:15:\"ilpclistitemgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:10:\"ilpcmapgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:16:\"ilpcparagraphgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:18:\"ilpcplaceholdergui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:14:\"ilpcpluggedgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:15:\"ilpcquestiongui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:16:\"ilpcresourcesgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:14:\"ilpcsectiongui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:17:\"ilpcsourcecodegui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:16:\"ilpctabledatagui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:12:\"ilpctablegui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:11:\"ilpctabsgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:18:\"ileditclipboardgui\";a:1:{i:0;s:15:\"ilpageobjectgui\";}s:15:\"ilpageeditorgui\";a:1:{i:0;s:15:\"ilpageobjectgui\";}s:15:\"ilpageobjectgui\";a:1:{i:0;s:17:\"ilshoppurchasegui\";}s:15:\"ilinfoscreengui\";a:1:{i:0;s:19:\"illmpresentationgui\";}s:17:\"ilshoppurchasegui\";a:1:{i:0;s:19:\"illmpresentationgui\";}}'); +INSERT INTO `ctrl_structure` VALUES ('ilpersonaldesktopgui','a:185:{i:1;a:2:{s:5:\"class\";s:20:\"ilpersonaldesktopgui\";s:6:\"parent\";i:0;}i:2;a:2:{s:5:\"class\";s:27:\"ilbookmarkadministrationgui\";s:6:\"parent\";i:1;}i:3;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2;}i:4;a:2:{s:5:\"class\";s:25:\"ilcalendarpresentationgui\";s:6:\"parent\";i:1;}i:5;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:4;}i:6;a:2:{s:5:\"class\";s:21:\"ilcalendarcategorygui\";s:6:\"parent\";i:4;}i:7;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:6;}i:8;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:4;}i:9;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:8;}i:10;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:4;}i:11;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:10;}i:12;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:4;}i:13;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:12;}i:14;a:2:{s:5:\"class\";s:25:\"ilcalendarusersettingsgui\";s:6:\"parent\";i:4;}i:15;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:14;}i:16;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:4;}i:17;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:16;}i:18;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1;}i:19;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:18;}i:20;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:18;}i:21;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:18;}i:22;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:21;}i:23;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:21;}i:24;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:23;}i:25;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:21;}i:26;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:25;}i:27;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:21;}i:28;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:27;}i:29;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:21;}i:30;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:29;}i:31;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:18;}i:32;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:18;}i:33;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:18;}i:34;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:18;}i:35;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:18;}i:36;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:35;}i:37;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:18;}i:38;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:37;}i:39;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:37;}i:40;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:39;}i:41;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:37;}i:42;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:41;}i:43;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:37;}i:44;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:43;}i:45;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:37;}i:46;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:45;}i:47;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:18;}i:48;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:18;}i:49;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:18;}i:50;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:18;}i:51;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:18;}i:52;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:18;}i:53;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:18;}i:54;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:18;}i:55;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:18;}i:56;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:55;}i:57;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:1;}i:58;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:57;}i:59;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:1;}i:60;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:59;}i:61;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:59;}i:62;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:61;}i:63;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:62;}i:64;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:61;}i:65;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:64;}i:66;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:65;}i:67;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:65;}i:68;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:61;}i:69;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:68;}i:70;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:61;}i:71;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:70;}i:72;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:59;}i:73;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:72;}i:74;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:73;}i:75;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:72;}i:76;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:75;}i:77;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:76;}i:78;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:76;}i:79;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:72;}i:80;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:79;}i:81;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:59;}i:82;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:81;}i:83;a:2:{s:5:\"class\";s:20:\"ilmailaddressbookgui\";s:6:\"parent\";i:1;}i:84;a:2:{s:5:\"class\";s:13:\"ilmailformgui\";s:6:\"parent\";i:83;}i:85;a:2:{s:5:\"class\";s:19:\"ilmailattachmentgui\";s:6:\"parent\";i:84;}i:86;a:2:{s:5:\"class\";s:15:\"ilmailfoldergui\";s:6:\"parent\";i:84;}i:87;a:2:{s:5:\"class\";s:19:\"ilmailattachmentgui\";s:6:\"parent\";i:86;}i:88;a:2:{s:5:\"class\";s:16:\"ilmailoptionsgui\";s:6:\"parent\";i:86;}i:89;a:2:{s:5:\"class\";s:15:\"ilmailsearchgui\";s:6:\"parent\";i:86;}i:90;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:86;}i:91;a:2:{s:5:\"class\";s:22:\"ilmailsearchcoursesgui\";s:6:\"parent\";i:84;}i:92;a:2:{s:5:\"class\";s:21:\"ilmailsearchgroupsgui\";s:6:\"parent\";i:84;}i:93;a:2:{s:5:\"class\";s:15:\"ilmailsearchgui\";s:6:\"parent\";i:84;}i:94;a:2:{s:5:\"class\";s:17:\"ilmailinglistsgui\";s:6:\"parent\";i:83;}i:95;a:2:{s:5:\"class\";s:22:\"ilmailsearchcoursesgui\";s:6:\"parent\";i:83;}i:96;a:2:{s:5:\"class\";s:21:\"ilmailsearchgroupsgui\";s:6:\"parent\";i:83;}i:97;a:2:{s:5:\"class\";s:9:\"ilobjchat\";s:6:\"parent\";i:83;}i:98;a:2:{s:5:\"class\";s:12:\"ilobjchatgui\";s:6:\"parent\";i:83;}i:99;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:98;}i:100;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:99;}i:101;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:100;}i:102;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:100;}i:103;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:100;}i:104;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:103;}i:105;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:103;}i:106;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:105;}i:107;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:103;}i:108;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:107;}i:109;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:103;}i:110;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:109;}i:111;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:103;}i:112;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:111;}i:113;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:100;}i:114;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:100;}i:115;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:100;}i:116;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:100;}i:117;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:100;}i:118;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:117;}i:119;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:100;}i:120;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:119;}i:121;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:119;}i:122;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:121;}i:123;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:119;}i:124;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:123;}i:125;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:119;}i:126;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:125;}i:127;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:119;}i:128;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:127;}i:129;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:100;}i:130;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:100;}i:131;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:100;}i:132;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:100;}i:133;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:100;}i:134;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:100;}i:135;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:100;}i:136;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:100;}i:137;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:100;}i:138;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:137;}i:139;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:99;}i:140;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:139;}i:141;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:99;}i:142;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:99;}i:143;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:98;}i:144;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:143;}i:145;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:98;}i:146;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:145;}i:147;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:146;}i:148;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:98;}i:149;a:2:{s:5:\"class\";s:15:\"ilmailsearchgui\";s:6:\"parent\";i:1;}i:150;a:2:{s:5:\"class\";s:19:\"ilobjlanguageextgui\";s:6:\"parent\";i:1;}i:151;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:150;}i:152;a:2:{s:5:\"class\";s:12:\"ilobjusergui\";s:6:\"parent\";i:1;}i:153;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:152;}i:154;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:153;}i:155;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:153;}i:156;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:155;}i:157;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:156;}i:158;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:155;}i:159;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:158;}i:160;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:159;}i:161;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:159;}i:162;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:155;}i:163;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:162;}i:164;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:155;}i:165;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:164;}i:166;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:153;}i:167;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:166;}i:168;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:167;}i:169;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:166;}i:170;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:169;}i:171;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:170;}i:172;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:170;}i:173;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:166;}i:174;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:173;}i:175;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:153;}i:176;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:175;}i:177;a:2:{s:5:\"class\";s:17:\"ilobjilincusergui\";s:6:\"parent\";i:152;}i:178;a:2:{s:5:\"class\";s:11:\"ilpdnewsgui\";s:6:\"parent\";i:1;}i:179;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:178;}i:180;a:2:{s:5:\"class\";s:12:\"ilpdnotesgui\";s:6:\"parent\";i:1;}i:181;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:180;}i:182;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:181;}i:183;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:180;}i:184;a:2:{s:5:\"class\";s:20:\"ilpersonalprofilegui\";s:6:\"parent\";i:1;}i:185;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:184;}}','a:28:{s:21:\"ilcalendarcategorygui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:16:\"ilcalendardaygui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:18:\"ilcalendarinboxgui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:18:\"ilcalendarmonthgui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:17:\"ilcalendarweekgui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:25:\"ilcalendarpresentationgui\";a:7:{i:0;s:24:\"ilcalendarappointmentgui\";i:1;s:21:\"ilcalendarcategorygui\";i:2;s:16:\"ilcalendardaygui\";i:3;s:18:\"ilcalendarinboxgui\";i:4;s:18:\"ilcalendarmonthgui\";i:5;s:25:\"ilcalendarusersettingsgui\";i:6;s:17:\"ilcalendarweekgui\";}s:18:\"ilcalendarblockgui\";a:5:{i:0;s:24:\"ilcalendarappointmentgui\";i:1;s:16:\"ilcalendardaygui\";i:2;s:18:\"ilcalendarinboxgui\";i:3;s:18:\"ilcalendarmonthgui\";i:4;s:17:\"ilcalendarweekgui\";}s:24:\"ilnewsforcontextblockgui\";a:1:{i:0;s:13:\"ilnewsitemgui\";}s:20:\"ilpdcalendarblockgui\";a:5:{i:0;s:24:\"ilcalendarappointmentgui\";i:1;s:16:\"ilcalendardaygui\";i:2;s:18:\"ilcalendarinboxgui\";i:3;s:18:\"ilcalendarmonthgui\";i:4;s:17:\"ilcalendarweekgui\";}s:21:\"ilusersonlineblockgui\";a:1:{i:0;s:22:\"ilpublicuserprofilegui\";}s:11:\"ilcolumngui\";a:17:{i:0;s:18:\"ilbookmarkblockgui\";i:1;s:18:\"ilcalendarblockgui\";i:2;s:14:\"ilchatblockgui\";i:3;s:15:\"ildummyblockgui\";i:4;s:22:\"ilexternalfeedblockgui\";i:5;s:14:\"ilhtmlblockgui\";i:6;s:24:\"ilnewsforcontextblockgui\";i:7;s:20:\"ilpdcalendarblockgui\";i:8;s:24:\"ilpdexternalfeedblockgui\";i:9;s:20:\"ilpdfeedbackblockgui\";i:10;s:16:\"ilpdmailblockgui\";i:11;s:16:\"ilpdnewsblockgui\";i:12;s:17:\"ilpdnotesblockgui\";i:13;s:25:\"ilpdselecteditemsblockgui\";i:14;s:22:\"ilpdsysmessageblockgui\";i:15;s:19:\"ilpdtaggingblockgui\";i:16;s:21:\"ilusersonlineblockgui\";}s:25:\"ilformpropertydispatchgui\";a:1:{i:0;s:28:\"ilrepositoryselectorinputgui\";}s:19:\"illpobjectstablegui\";a:1:{i:0;s:25:\"ilformpropertydispatchgui\";}s:20:\"illplistofobjectsgui\";a:4:{i:0;s:13:\"illpfiltergui\";i:1;s:19:\"illpobjectstablegui\";i:2;s:17:\"ilpdfpresentation\";i:3;s:15:\"iluserfiltergui\";}s:20:\"illpprogresstablegui\";a:1:{i:0;s:25:\"ilformpropertydispatchgui\";}s:21:\"illplistofprogressgui\";a:3:{i:0;s:13:\"illpfiltergui\";i:1;s:20:\"illpprogresstablegui\";i:2;s:17:\"ilpdfpresentation\";}s:21:\"illearningprogressgui\";a:4:{i:0;s:17:\"illmstatisticsgui\";i:1;s:20:\"illplistofobjectsgui\";i:2;s:21:\"illplistofprogressgui\";i:3;s:21:\"illplistofsettingsgui\";}s:15:\"ilmailfoldergui\";a:4:{i:0;s:19:\"ilmailattachmentgui\";i:1;s:16:\"ilmailoptionsgui\";i:2;s:15:\"ilmailsearchgui\";i:3;s:22:\"ilpublicuserprofilegui\";}s:13:\"ilmailformgui\";a:5:{i:0;s:19:\"ilmailattachmentgui\";i:1;s:15:\"ilmailfoldergui\";i:2;s:22:\"ilmailsearchcoursesgui\";i:3;s:21:\"ilmailsearchgroupsgui\";i:4;s:15:\"ilmailsearchgui\";}s:15:\"ilinfoscreengui\";a:4:{i:0;s:11:\"ilcolumngui\";i:1;s:13:\"ilfeedbackgui\";i:2;s:9:\"ilnotegui\";i:3;s:22:\"ilpublicuserprofilegui\";}s:12:\"ilobjrolegui\";a:1:{i:0;s:21:\"ilrepositorysearchgui\";}s:15:\"ilpermissiongui\";a:1:{i:0;s:12:\"ilobjrolegui\";}s:12:\"ilobjchatgui\";a:4:{i:0;s:15:\"ilinfoscreengui\";i:1;s:15:\"ilobjectcopygui\";i:2;s:15:\"ilpermissiongui\";i:3;s:22:\"ilpublicuserprofilegui\";}s:20:\"ilmailaddressbookgui\";a:6:{i:0;s:13:\"ilmailformgui\";i:1;s:17:\"ilmailinglistsgui\";i:2;s:22:\"ilmailsearchcoursesgui\";i:3;s:21:\"ilmailsearchgroupsgui\";i:4;s:9:\"ilobjchat\";i:5;s:12:\"ilobjchatgui\";}s:12:\"ilobjusergui\";a:2:{i:0;s:21:\"illearningprogressgui\";i:1;s:17:\"ilobjilincusergui\";}s:12:\"ilpdnotesgui\";a:2:{i:0;s:13:\"ilfeedbackgui\";i:1;s:9:\"ilnotegui\";}s:20:\"ilpersonalprofilegui\";a:1:{i:0;s:22:\"ilpublicuserprofilegui\";}s:20:\"ilpersonaldesktopgui\";a:12:{i:0;s:27:\"ilbookmarkadministrationgui\";i:1;s:25:\"ilcalendarpresentationgui\";i:2;s:11:\"ilcolumngui\";i:3;s:13:\"ilfeedbackgui\";i:4;s:21:\"illearningprogressgui\";i:5;s:20:\"ilmailaddressbookgui\";i:6;s:15:\"ilmailsearchgui\";i:7;s:19:\"ilobjlanguageextgui\";i:8;s:12:\"ilobjusergui\";i:9;s:11:\"ilpdnewsgui\";i:10;s:12:\"ilpdnotesgui\";i:11;s:20:\"ilpersonalprofilegui\";}}','a:65:{s:24:\"ilcalendarappointmentgui\";a:8:{i:0;s:21:\"ilcalendarcategorygui\";i:1;s:16:\"ilcalendardaygui\";i:2;s:18:\"ilcalendarinboxgui\";i:3;s:18:\"ilcalendarmonthgui\";i:4;s:17:\"ilcalendarweekgui\";i:5;s:25:\"ilcalendarpresentationgui\";i:6;s:18:\"ilcalendarblockgui\";i:7;s:20:\"ilpdcalendarblockgui\";}s:21:\"ilcalendarcategorygui\";a:1:{i:0;s:25:\"ilcalendarpresentationgui\";}s:16:\"ilcalendardaygui\";a:3:{i:0;s:25:\"ilcalendarpresentationgui\";i:1;s:18:\"ilcalendarblockgui\";i:2;s:20:\"ilpdcalendarblockgui\";}s:18:\"ilcalendarinboxgui\";a:3:{i:0;s:25:\"ilcalendarpresentationgui\";i:1;s:18:\"ilcalendarblockgui\";i:2;s:20:\"ilpdcalendarblockgui\";}s:18:\"ilcalendarmonthgui\";a:3:{i:0;s:25:\"ilcalendarpresentationgui\";i:1;s:18:\"ilcalendarblockgui\";i:2;s:20:\"ilpdcalendarblockgui\";}s:25:\"ilcalendarusersettingsgui\";a:1:{i:0;s:25:\"ilcalendarpresentationgui\";}s:17:\"ilcalendarweekgui\";a:3:{i:0;s:25:\"ilcalendarpresentationgui\";i:1;s:18:\"ilcalendarblockgui\";i:2;s:20:\"ilpdcalendarblockgui\";}s:13:\"ilnewsitemgui\";a:1:{i:0;s:24:\"ilnewsforcontextblockgui\";}s:22:\"ilpublicuserprofilegui\";a:5:{i:0;s:21:\"ilusersonlineblockgui\";i:1;s:15:\"ilmailfoldergui\";i:2;s:15:\"ilinfoscreengui\";i:3;s:12:\"ilobjchatgui\";i:4;s:20:\"ilpersonalprofilegui\";}s:18:\"ilbookmarkblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:18:\"ilcalendarblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:14:\"ilchatblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:15:\"ildummyblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:22:\"ilexternalfeedblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:14:\"ilhtmlblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:24:\"ilnewsforcontextblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:20:\"ilpdcalendarblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:24:\"ilpdexternalfeedblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:20:\"ilpdfeedbackblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:16:\"ilpdmailblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:16:\"ilpdnewsblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:17:\"ilpdnotesblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:25:\"ilpdselecteditemsblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:22:\"ilpdsysmessageblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:19:\"ilpdtaggingblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:21:\"ilusersonlineblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:28:\"ilrepositoryselectorinputgui\";a:1:{i:0;s:25:\"ilformpropertydispatchgui\";}s:25:\"ilformpropertydispatchgui\";a:2:{i:0;s:19:\"illpobjectstablegui\";i:1;s:20:\"illpprogresstablegui\";}s:13:\"illpfiltergui\";a:2:{i:0;s:20:\"illplistofobjectsgui\";i:1;s:21:\"illplistofprogressgui\";}s:19:\"illpobjectstablegui\";a:1:{i:0;s:20:\"illplistofobjectsgui\";}s:17:\"ilpdfpresentation\";a:2:{i:0;s:20:\"illplistofobjectsgui\";i:1;s:21:\"illplistofprogressgui\";}s:15:\"iluserfiltergui\";a:1:{i:0;s:20:\"illplistofobjectsgui\";}s:20:\"illpprogresstablegui\";a:1:{i:0;s:21:\"illplistofprogressgui\";}s:17:\"illmstatisticsgui\";a:1:{i:0;s:21:\"illearningprogressgui\";}s:20:\"illplistofobjectsgui\";a:1:{i:0;s:21:\"illearningprogressgui\";}s:21:\"illplistofprogressgui\";a:1:{i:0;s:21:\"illearningprogressgui\";}s:21:\"illplistofsettingsgui\";a:1:{i:0;s:21:\"illearningprogressgui\";}s:19:\"ilmailattachmentgui\";a:2:{i:0;s:15:\"ilmailfoldergui\";i:1;s:13:\"ilmailformgui\";}s:16:\"ilmailoptionsgui\";a:1:{i:0;s:15:\"ilmailfoldergui\";}s:15:\"ilmailsearchgui\";a:3:{i:0;s:15:\"ilmailfoldergui\";i:1;s:13:\"ilmailformgui\";i:2;s:20:\"ilpersonaldesktopgui\";}s:15:\"ilmailfoldergui\";a:1:{i:0;s:13:\"ilmailformgui\";}s:22:\"ilmailsearchcoursesgui\";a:2:{i:0;s:13:\"ilmailformgui\";i:1;s:20:\"ilmailaddressbookgui\";}s:21:\"ilmailsearchgroupsgui\";a:2:{i:0;s:13:\"ilmailformgui\";i:1;s:20:\"ilmailaddressbookgui\";}s:11:\"ilcolumngui\";a:2:{i:0;s:15:\"ilinfoscreengui\";i:1;s:20:\"ilpersonaldesktopgui\";}s:13:\"ilfeedbackgui\";a:3:{i:0;s:15:\"ilinfoscreengui\";i:1;s:12:\"ilpdnotesgui\";i:2;s:20:\"ilpersonaldesktopgui\";}s:9:\"ilnotegui\";a:2:{i:0;s:15:\"ilinfoscreengui\";i:1;s:12:\"ilpdnotesgui\";}s:21:\"ilrepositorysearchgui\";a:1:{i:0;s:12:\"ilobjrolegui\";}s:12:\"ilobjrolegui\";a:1:{i:0;s:15:\"ilpermissiongui\";}s:15:\"ilinfoscreengui\";a:1:{i:0;s:12:\"ilobjchatgui\";}s:15:\"ilobjectcopygui\";a:1:{i:0;s:12:\"ilobjchatgui\";}s:15:\"ilpermissiongui\";a:1:{i:0;s:12:\"ilobjchatgui\";}s:13:\"ilmailformgui\";a:1:{i:0;s:20:\"ilmailaddressbookgui\";}s:17:\"ilmailinglistsgui\";a:1:{i:0;s:20:\"ilmailaddressbookgui\";}s:9:\"ilobjchat\";a:1:{i:0;s:20:\"ilmailaddressbookgui\";}s:12:\"ilobjchatgui\";a:1:{i:0;s:20:\"ilmailaddressbookgui\";}s:21:\"illearningprogressgui\";a:2:{i:0;s:12:\"ilobjusergui\";i:1;s:20:\"ilpersonaldesktopgui\";}s:17:\"ilobjilincusergui\";a:1:{i:0;s:12:\"ilobjusergui\";}s:27:\"ilbookmarkadministrationgui\";a:1:{i:0;s:20:\"ilpersonaldesktopgui\";}s:25:\"ilcalendarpresentationgui\";a:1:{i:0;s:20:\"ilpersonaldesktopgui\";}s:20:\"ilmailaddressbookgui\";a:1:{i:0;s:20:\"ilpersonaldesktopgui\";}s:19:\"ilobjlanguageextgui\";a:1:{i:0;s:20:\"ilpersonaldesktopgui\";}s:12:\"ilobjusergui\";a:1:{i:0;s:20:\"ilpersonaldesktopgui\";}s:11:\"ilpdnewsgui\";a:1:{i:0;s:20:\"ilpersonaldesktopgui\";}s:12:\"ilpdnotesgui\";a:1:{i:0;s:20:\"ilpersonaldesktopgui\";}s:20:\"ilpersonalprofilegui\";a:1:{i:0;s:20:\"ilpersonaldesktopgui\";}}'); +INSERT INTO `ctrl_structure` VALUES ('ilrepositorygui','a:3647:{i:1;a:2:{s:5:\"class\";s:15:\"ilrepositorygui\";s:6:\"parent\";i:0;}i:2;a:2:{s:5:\"class\";s:21:\"ilcourseobjectivesgui\";s:6:\"parent\";i:1;}i:3;a:2:{s:5:\"class\";s:16:\"ilobjcategorygui\";s:6:\"parent\";i:1;}i:4;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:3;}i:5;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:4;}i:6;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:4;}i:7;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:4;}i:8;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:7;}i:9;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:7;}i:10;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:9;}i:11;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:7;}i:12;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:11;}i:13;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:7;}i:14;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:13;}i:15;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:7;}i:16;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:15;}i:17;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:4;}i:18;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:4;}i:19;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:4;}i:20;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:4;}i:21;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:4;}i:22;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:21;}i:23;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:4;}i:24;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:23;}i:25;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:23;}i:26;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:25;}i:27;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:23;}i:28;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:27;}i:29;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:23;}i:30;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:29;}i:31;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:23;}i:32;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:31;}i:33;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:4;}i:34;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:4;}i:35;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:4;}i:36;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:4;}i:37;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:4;}i:38;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:4;}i:39;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:4;}i:40;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:4;}i:41;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:4;}i:42;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:41;}i:43;a:2:{s:5:\"class\";s:22:\"ilcontainerlinklistgui\";s:6:\"parent\";i:3;}i:44;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:43;}i:45;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:3;}i:46;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:45;}i:47;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:46;}i:48;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:46;}i:49;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:46;}i:50;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:49;}i:51;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:49;}i:52;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:51;}i:53;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:49;}i:54;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:53;}i:55;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:49;}i:56;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:55;}i:57;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:49;}i:58;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:57;}i:59;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:46;}i:60;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:46;}i:61;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:46;}i:62;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:46;}i:63;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:46;}i:64;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:63;}i:65;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:46;}i:66;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:65;}i:67;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:65;}i:68;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:67;}i:69;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:65;}i:70;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:69;}i:71;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:65;}i:72;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:71;}i:73;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:65;}i:74;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:73;}i:75;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:46;}i:76;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:46;}i:77;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:46;}i:78;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:46;}i:79;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:46;}i:80;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:46;}i:81;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:46;}i:82;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:46;}i:83;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:46;}i:84;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:83;}i:85;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:45;}i:86;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:85;}i:87;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:45;}i:88;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:45;}i:89;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:3;}i:90;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:89;}i:91;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:3;}i:92;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:91;}i:93;a:2:{s:5:\"class\";s:18:\"ilobjuserfoldergui\";s:6:\"parent\";i:3;}i:94;a:2:{s:5:\"class\";s:20:\"iladminusersearchgui\";s:6:\"parent\";i:93;}i:95;a:2:{s:5:\"class\";s:12:\"ilobjusergui\";s:6:\"parent\";i:94;}i:96;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:95;}i:97;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:96;}i:98;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:96;}i:99;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:98;}i:100;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:99;}i:101;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:98;}i:102;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:101;}i:103;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:102;}i:104;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:102;}i:105;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:98;}i:106;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:105;}i:107;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:98;}i:108;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:107;}i:109;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:96;}i:110;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:109;}i:111;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:110;}i:112;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:109;}i:113;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:112;}i:114;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:113;}i:115;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:113;}i:116;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:109;}i:117;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:116;}i:118;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:96;}i:119;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:118;}i:120;a:2:{s:5:\"class\";s:17:\"ilobjilincusergui\";s:6:\"parent\";i:95;}i:121;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:93;}i:122;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:121;}i:123;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:122;}i:124;a:2:{s:5:\"class\";s:14:\"ilusertablegui\";s:6:\"parent\";i:93;}i:125;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:124;}i:126;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:125;}i:127;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:125;}i:128;a:2:{s:5:\"class\";s:12:\"ilobjusergui\";s:6:\"parent\";i:3;}i:129;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:128;}i:130;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:129;}i:131;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:129;}i:132;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:131;}i:133;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:132;}i:134;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:131;}i:135;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:134;}i:136;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:135;}i:137;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:135;}i:138;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:131;}i:139;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:138;}i:140;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:131;}i:141;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:140;}i:142;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:129;}i:143;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:142;}i:144;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:143;}i:145;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:142;}i:146;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:145;}i:147;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:146;}i:148;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:146;}i:149;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:142;}i:150;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:149;}i:151;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:129;}i:152;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:151;}i:153;a:2:{s:5:\"class\";s:17:\"ilobjilincusergui\";s:6:\"parent\";i:128;}i:154;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:3;}i:155;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:154;}i:156;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:155;}i:157;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:156;}i:158;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:156;}i:159;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:158;}i:160;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:156;}i:161;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:154;}i:162;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:154;}i:163;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:154;}i:164;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:163;}i:165;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:163;}i:166;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:165;}i:167;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:165;}i:168;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:167;}i:169;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:165;}i:170;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:163;}i:171;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:163;}i:172;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:163;}i:173;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:163;}i:174;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:163;}i:175;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:163;}i:176;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:163;}i:177;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:163;}i:178;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:177;}i:179;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:178;}i:180;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:178;}i:181;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:180;}i:182;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:178;}i:183;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:177;}i:184;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:183;}i:185;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:163;}i:186;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:163;}i:187;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:186;}i:188;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:187;}i:189;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:188;}i:190;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:188;}i:191;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:190;}i:192;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:188;}i:193;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:187;}i:194;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:193;}i:195;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:163;}i:196;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:163;}i:197;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:196;}i:198;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:197;}i:199;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:197;}i:200;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:197;}i:201;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:197;}i:202;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:197;}i:203;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:197;}i:204;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:197;}i:205;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:197;}i:206;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:197;}i:207;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:197;}i:208;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:163;}i:209;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:163;}i:210;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:163;}i:211;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:163;}i:212;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:163;}i:213;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:163;}i:214;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:154;}i:215;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3;}i:216;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:215;}i:217;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:216;}i:218;a:2:{s:5:\"class\";s:25:\"ilobjcategoryreferencegui\";s:6:\"parent\";i:1;}i:219;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:218;}i:220;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:219;}i:221;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:220;}i:222;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:220;}i:223;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:220;}i:224;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:223;}i:225;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:223;}i:226;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:225;}i:227;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:223;}i:228;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:227;}i:229;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:223;}i:230;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:229;}i:231;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:223;}i:232;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:231;}i:233;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:220;}i:234;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:220;}i:235;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:220;}i:236;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:220;}i:237;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:220;}i:238;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:237;}i:239;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:220;}i:240;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:239;}i:241;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:239;}i:242;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:241;}i:243;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:239;}i:244;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:243;}i:245;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:239;}i:246;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:245;}i:247;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:239;}i:248;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:247;}i:249;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:220;}i:250;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:220;}i:251;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:220;}i:252;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:220;}i:253;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:220;}i:254;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:220;}i:255;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:220;}i:256;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:220;}i:257;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:220;}i:258;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:257;}i:259;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:219;}i:260;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:259;}i:261;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:219;}i:262;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:219;}i:263;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:218;}i:264;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:263;}i:265;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:264;}i:266;a:2:{s:5:\"class\";s:12:\"ilobjchatgui\";s:6:\"parent\";i:1;}i:267;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:266;}i:268;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:267;}i:269;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:268;}i:270;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:268;}i:271;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:268;}i:272;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:271;}i:273;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:271;}i:274;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:273;}i:275;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:271;}i:276;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:275;}i:277;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:271;}i:278;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:277;}i:279;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:271;}i:280;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:279;}i:281;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:268;}i:282;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:268;}i:283;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:268;}i:284;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:268;}i:285;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:268;}i:286;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:285;}i:287;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:268;}i:288;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:287;}i:289;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:287;}i:290;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:289;}i:291;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:287;}i:292;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:291;}i:293;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:287;}i:294;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:293;}i:295;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:287;}i:296;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:295;}i:297;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:268;}i:298;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:268;}i:299;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:268;}i:300;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:268;}i:301;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:268;}i:302;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:268;}i:303;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:268;}i:304;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:268;}i:305;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:268;}i:306;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:305;}i:307;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:267;}i:308;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:307;}i:309;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:267;}i:310;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:267;}i:311;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:266;}i:312;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:311;}i:313;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:266;}i:314;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:313;}i:315;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:314;}i:316;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:266;}i:317;a:2:{s:5:\"class\";s:14:\"ilobjcoursegui\";s:6:\"parent\";i:1;}i:318;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:317;}i:319;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:318;}i:320;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:318;}i:321;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:318;}i:322;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:321;}i:323;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:321;}i:324;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:323;}i:325;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:321;}i:326;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:325;}i:327;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:321;}i:328;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:327;}i:329;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:321;}i:330;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:329;}i:331;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:318;}i:332;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:318;}i:333;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:318;}i:334;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:318;}i:335;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:318;}i:336;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:335;}i:337;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:318;}i:338;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:337;}i:339;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:337;}i:340;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:339;}i:341;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:337;}i:342;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:341;}i:343;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:337;}i:344;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:343;}i:345;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:337;}i:346;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:345;}i:347;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:318;}i:348;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:318;}i:349;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:318;}i:350;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:318;}i:351;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:318;}i:352;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:318;}i:353;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:318;}i:354;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:318;}i:355;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:318;}i:356;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:355;}i:357;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:317;}i:358;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:357;}i:359;a:2:{s:5:\"class\";s:20:\"ilcourseagreementgui\";s:6:\"parent\";i:317;}i:360;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:359;}i:361;a:2:{s:5:\"class\";s:18:\"ilcoursecontentgui\";s:6:\"parent\";i:317;}i:362;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:361;}i:363;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:362;}i:364;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:362;}i:365;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:362;}i:366;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:365;}i:367;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:365;}i:368;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:367;}i:369;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:365;}i:370;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:369;}i:371;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:365;}i:372;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:371;}i:373;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:365;}i:374;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:373;}i:375;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:362;}i:376;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:362;}i:377;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:362;}i:378;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:362;}i:379;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:362;}i:380;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:379;}i:381;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:362;}i:382;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:381;}i:383;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:381;}i:384;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:383;}i:385;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:381;}i:386;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:385;}i:387;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:381;}i:388;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:387;}i:389;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:381;}i:390;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:389;}i:391;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:362;}i:392;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:362;}i:393;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:362;}i:394;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:362;}i:395;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:362;}i:396;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:362;}i:397;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:362;}i:398;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:362;}i:399;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:362;}i:400;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:399;}i:401;a:2:{s:5:\"class\";s:19:\"ilcoursearchivesgui\";s:6:\"parent\";i:361;}i:402;a:2:{s:5:\"class\";s:32:\"ilcourseobjectivepresentationgui\";s:6:\"parent\";i:361;}i:403;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:402;}i:404;a:2:{s:5:\"class\";s:29:\"ilcourseitemadministrationgui\";s:6:\"parent\";i:317;}i:405;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:404;}i:406;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:405;}i:407;a:2:{s:5:\"class\";s:21:\"ilcourseobjectivesgui\";s:6:\"parent\";i:317;}i:408;a:2:{s:5:\"class\";s:23:\"ilcourseregistrationgui\";s:6:\"parent\";i:317;}i:409;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:408;}i:410;a:2:{s:5:\"class\";s:21:\"ilcourseuserfieldsgui\";s:6:\"parent\";i:317;}i:411;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:317;}i:412;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:411;}i:413;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:412;}i:414;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:412;}i:415;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:412;}i:416;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:415;}i:417;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:415;}i:418;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:417;}i:419;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:415;}i:420;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:419;}i:421;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:415;}i:422;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:421;}i:423;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:415;}i:424;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:423;}i:425;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:412;}i:426;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:412;}i:427;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:412;}i:428;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:412;}i:429;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:412;}i:430;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:429;}i:431;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:412;}i:432;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:431;}i:433;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:431;}i:434;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:433;}i:435;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:431;}i:436;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:435;}i:437;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:431;}i:438;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:437;}i:439;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:431;}i:440;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:439;}i:441;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:412;}i:442;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:412;}i:443;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:412;}i:444;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:412;}i:445;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:412;}i:446;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:412;}i:447;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:412;}i:448;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:412;}i:449;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:412;}i:450;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:449;}i:451;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:411;}i:452;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:451;}i:453;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:411;}i:454;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:411;}i:455;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:317;}i:456;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:455;}i:457;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:455;}i:458;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:457;}i:459;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:458;}i:460;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:457;}i:461;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:460;}i:462;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:461;}i:463;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:461;}i:464;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:457;}i:465;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:464;}i:466;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:457;}i:467;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:466;}i:468;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:455;}i:469;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:468;}i:470;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:469;}i:471;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:468;}i:472;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:471;}i:473;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:472;}i:474;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:472;}i:475;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:468;}i:476;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:475;}i:477;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:455;}i:478;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:477;}i:479;a:2:{s:5:\"class\";s:20:\"illicenseoverviewgui\";s:6:\"parent\";i:317;}i:480;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:479;}i:481;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:317;}i:482;a:2:{s:5:\"class\";s:17:\"ilmemberexportgui\";s:6:\"parent\";i:317;}i:483;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:482;}i:484;a:2:{s:5:\"class\";s:22:\"ilobjcoursegroupinggui\";s:6:\"parent\";i:317;}i:485;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:317;}i:486;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:485;}i:487;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:317;}i:488;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:487;}i:489;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:317;}i:490;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:489;}i:491;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:490;}i:492;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:491;}i:493;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:491;}i:494;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:493;}i:495;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:491;}i:496;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:489;}i:497;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:489;}i:498;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:489;}i:499;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:498;}i:500;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:498;}i:501;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:500;}i:502;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:500;}i:503;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:502;}i:504;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:500;}i:505;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:498;}i:506;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:498;}i:507;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:498;}i:508;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:498;}i:509;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:498;}i:510;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:498;}i:511;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:498;}i:512;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:498;}i:513;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:512;}i:514;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:513;}i:515;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:513;}i:516;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:515;}i:517;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:513;}i:518;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:512;}i:519;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:518;}i:520;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:498;}i:521;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:498;}i:522;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:521;}i:523;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:522;}i:524;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:523;}i:525;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:523;}i:526;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:525;}i:527;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:523;}i:528;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:522;}i:529;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:528;}i:530;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:498;}i:531;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:498;}i:532;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:531;}i:533;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:532;}i:534;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:532;}i:535;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:532;}i:536;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:532;}i:537;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:532;}i:538;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:532;}i:539;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:532;}i:540;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:532;}i:541;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:532;}i:542;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:532;}i:543;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:498;}i:544;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:498;}i:545;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:498;}i:546;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:498;}i:547;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:498;}i:548;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:498;}i:549;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:489;}i:550;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:317;}i:551;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:550;}i:552;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:551;}i:553;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:317;}i:554;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:317;}i:555;a:2:{s:5:\"class\";s:20:\"ilsessionoverviewgui\";s:6:\"parent\";i:317;}i:556;a:2:{s:5:\"class\";s:17:\"ilshoppurchasegui\";s:6:\"parent\";i:317;}i:557;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:556;}i:558;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:557;}i:559;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:558;}i:560;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:559;}i:561;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:559;}i:562;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:561;}i:563;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:559;}i:564;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:557;}i:565;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:557;}i:566;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:557;}i:567;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:566;}i:568;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:566;}i:569;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:568;}i:570;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:568;}i:571;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:570;}i:572;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:568;}i:573;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:566;}i:574;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:566;}i:575;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:566;}i:576;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:566;}i:577;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:566;}i:578;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:566;}i:579;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:566;}i:580;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:566;}i:581;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:580;}i:582;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:581;}i:583;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:581;}i:584;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:583;}i:585;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:581;}i:586;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:580;}i:587;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:586;}i:588;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:566;}i:589;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:566;}i:590;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:589;}i:591;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:590;}i:592;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:591;}i:593;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:591;}i:594;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:593;}i:595;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:591;}i:596;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:590;}i:597;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:596;}i:598;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:566;}i:599;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:566;}i:600;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:599;}i:601;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:600;}i:602;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:600;}i:603;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:600;}i:604;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:600;}i:605;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:600;}i:606;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:600;}i:607;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:600;}i:608;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:600;}i:609;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:600;}i:610;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:600;}i:611;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:566;}i:612;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:566;}i:613;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:566;}i:614;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:566;}i:615;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:566;}i:616;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:566;}i:617;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:557;}i:618;a:2:{s:5:\"class\";s:23:\"ilobjcoursereferencegui\";s:6:\"parent\";i:1;}i:619;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:618;}i:620;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:619;}i:621;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:620;}i:622;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:620;}i:623;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:620;}i:624;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:623;}i:625;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:623;}i:626;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:625;}i:627;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:623;}i:628;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:627;}i:629;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:623;}i:630;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:629;}i:631;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:623;}i:632;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:631;}i:633;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:620;}i:634;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:620;}i:635;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:620;}i:636;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:620;}i:637;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:620;}i:638;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:637;}i:639;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:620;}i:640;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:639;}i:641;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:639;}i:642;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:641;}i:643;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:639;}i:644;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:643;}i:645;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:639;}i:646;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:645;}i:647;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:639;}i:648;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:647;}i:649;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:620;}i:650;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:620;}i:651;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:620;}i:652;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:620;}i:653;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:620;}i:654;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:620;}i:655;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:620;}i:656;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:620;}i:657;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:620;}i:658;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:657;}i:659;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:619;}i:660;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:659;}i:661;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:619;}i:662;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:619;}i:663;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:618;}i:664;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:663;}i:665;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:664;}i:666;a:2:{s:5:\"class\";s:14:\"ilobjdlbookgui\";s:6:\"parent\";i:1;}i:667;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:666;}i:668;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:667;}i:669;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:668;}i:670;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:668;}i:671;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:668;}i:672;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:671;}i:673;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:671;}i:674;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:673;}i:675;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:671;}i:676;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:675;}i:677;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:671;}i:678;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:677;}i:679;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:671;}i:680;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:679;}i:681;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:668;}i:682;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:668;}i:683;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:668;}i:684;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:668;}i:685;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:668;}i:686;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:685;}i:687;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:668;}i:688;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:687;}i:689;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:687;}i:690;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:689;}i:691;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:687;}i:692;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:691;}i:693;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:687;}i:694;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:693;}i:695;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:687;}i:696;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:695;}i:697;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:668;}i:698;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:668;}i:699;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:668;}i:700;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:668;}i:701;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:668;}i:702;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:668;}i:703;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:668;}i:704;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:668;}i:705;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:668;}i:706;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:705;}i:707;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:667;}i:708;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:707;}i:709;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:667;}i:710;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:667;}i:711;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:666;}i:712;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:711;}i:713;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:711;}i:714;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:713;}i:715;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:714;}i:716;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:713;}i:717;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:716;}i:718;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:717;}i:719;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:717;}i:720;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:713;}i:721;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:720;}i:722;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:713;}i:723;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:722;}i:724;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:711;}i:725;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:724;}i:726;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:725;}i:727;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:724;}i:728;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:727;}i:729;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:728;}i:730;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:728;}i:731;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:724;}i:732;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:731;}i:733;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:711;}i:734;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:733;}i:735;a:2:{s:5:\"class\";s:17:\"illmpageobjectgui\";s:6:\"parent\";i:666;}i:736;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:735;}i:737;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:736;}i:738;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:737;}i:739;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:738;}i:740;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:738;}i:741;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:740;}i:742;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:738;}i:743;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:736;}i:744;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:736;}i:745;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:736;}i:746;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:745;}i:747;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:745;}i:748;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:747;}i:749;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:747;}i:750;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:749;}i:751;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:747;}i:752;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:745;}i:753;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:745;}i:754;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:745;}i:755;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:745;}i:756;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:745;}i:757;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:745;}i:758;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:745;}i:759;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:745;}i:760;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:759;}i:761;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:760;}i:762;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:760;}i:763;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:762;}i:764;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:760;}i:765;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:759;}i:766;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:765;}i:767;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:745;}i:768;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:745;}i:769;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:768;}i:770;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:769;}i:771;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:770;}i:772;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:770;}i:773;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:772;}i:774;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:770;}i:775;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:769;}i:776;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:775;}i:777;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:745;}i:778;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:745;}i:779;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:778;}i:780;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:779;}i:781;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:779;}i:782;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:779;}i:783;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:779;}i:784;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:779;}i:785;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:779;}i:786;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:779;}i:787;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:779;}i:788;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:779;}i:789;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:779;}i:790;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:745;}i:791;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:745;}i:792;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:745;}i:793;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:745;}i:794;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:745;}i:795;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:745;}i:796;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:736;}i:797;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:666;}i:798;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:666;}i:799;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:798;}i:800;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:666;}i:801;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:800;}i:802;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:801;}i:803;a:2:{s:5:\"class\";s:20:\"ilstructureobjectgui\";s:6:\"parent\";i:666;}i:804;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:803;}i:805;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:804;}i:806;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:803;}i:807;a:2:{s:5:\"class\";s:16:\"ilobjexercisegui\";s:6:\"parent\";i:1;}i:808;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:807;}i:809;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:808;}i:810;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:809;}i:811;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:809;}i:812;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:809;}i:813;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:812;}i:814;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:812;}i:815;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:814;}i:816;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:812;}i:817;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:816;}i:818;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:812;}i:819;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:818;}i:820;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:812;}i:821;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:820;}i:822;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:809;}i:823;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:809;}i:824;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:809;}i:825;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:809;}i:826;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:809;}i:827;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:826;}i:828;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:809;}i:829;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:828;}i:830;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:828;}i:831;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:830;}i:832;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:828;}i:833;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:832;}i:834;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:828;}i:835;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:834;}i:836;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:828;}i:837;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:836;}i:838;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:809;}i:839;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:809;}i:840;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:809;}i:841;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:809;}i:842;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:809;}i:843;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:809;}i:844;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:809;}i:845;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:809;}i:846;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:809;}i:847;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:846;}i:848;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:808;}i:849;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:848;}i:850;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:808;}i:851;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:808;}i:852;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:807;}i:853;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:852;}i:854;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:852;}i:855;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:854;}i:856;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:855;}i:857;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:854;}i:858;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:857;}i:859;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:858;}i:860;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:858;}i:861;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:854;}i:862;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:861;}i:863;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:854;}i:864;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:863;}i:865;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:852;}i:866;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:865;}i:867;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:866;}i:868;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:865;}i:869;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:868;}i:870;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:869;}i:871;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:869;}i:872;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:865;}i:873;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:872;}i:874;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:852;}i:875;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:874;}i:876;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:807;}i:877;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:876;}i:878;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:807;}i:879;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:878;}i:880;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:879;}i:881;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:807;}i:882;a:2:{s:5:\"class\";s:20:\"ilobjexternalfeedgui\";s:6:\"parent\";i:1;}i:883;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:882;}i:884;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:882;}i:885;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:884;}i:886;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:885;}i:887;a:2:{s:5:\"class\";s:19:\"ilobjfilebasedlmgui\";s:6:\"parent\";i:1;}i:888;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:887;}i:889;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:887;}i:890;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:889;}i:891;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:890;}i:892;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:890;}i:893;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:890;}i:894;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:893;}i:895;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:893;}i:896;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:895;}i:897;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:893;}i:898;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:897;}i:899;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:893;}i:900;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:899;}i:901;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:893;}i:902;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:901;}i:903;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:890;}i:904;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:890;}i:905;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:890;}i:906;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:890;}i:907;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:890;}i:908;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:907;}i:909;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:890;}i:910;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:909;}i:911;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:909;}i:912;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:911;}i:913;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:909;}i:914;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:913;}i:915;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:909;}i:916;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:915;}i:917;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:909;}i:918;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:917;}i:919;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:890;}i:920;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:890;}i:921;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:890;}i:922;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:890;}i:923;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:890;}i:924;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:890;}i:925;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:890;}i:926;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:890;}i:927;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:890;}i:928;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:927;}i:929;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:889;}i:930;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:929;}i:931;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:889;}i:932;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:889;}i:933;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:887;}i:934;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:933;}i:935;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:933;}i:936;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:935;}i:937;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:936;}i:938;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:935;}i:939;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:938;}i:940;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:939;}i:941;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:939;}i:942;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:935;}i:943;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:942;}i:944;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:935;}i:945;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:944;}i:946;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:933;}i:947;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:946;}i:948;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:947;}i:949;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:946;}i:950;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:949;}i:951;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:950;}i:952;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:950;}i:953;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:946;}i:954;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:953;}i:955;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:933;}i:956;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:955;}i:957;a:2:{s:5:\"class\";s:12:\"illicensegui\";s:6:\"parent\";i:887;}i:958;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:957;}i:959;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:887;}i:960;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:887;}i:961;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:960;}i:962;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:961;}i:963;a:2:{s:5:\"class\";s:17:\"ilshoppurchasegui\";s:6:\"parent\";i:887;}i:964;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:963;}i:965;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:964;}i:966;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:965;}i:967;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:966;}i:968;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:966;}i:969;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:968;}i:970;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:966;}i:971;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:964;}i:972;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:964;}i:973;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:964;}i:974;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:973;}i:975;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:973;}i:976;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:975;}i:977;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:975;}i:978;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:977;}i:979;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:975;}i:980;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:973;}i:981;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:973;}i:982;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:973;}i:983;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:973;}i:984;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:973;}i:985;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:973;}i:986;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:973;}i:987;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:973;}i:988;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:987;}i:989;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:988;}i:990;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:988;}i:991;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:990;}i:992;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:988;}i:993;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:987;}i:994;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:993;}i:995;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:973;}i:996;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:973;}i:997;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:996;}i:998;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:997;}i:999;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:998;}i:1000;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:998;}i:1001;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1000;}i:1002;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:998;}i:1003;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:997;}i:1004;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1003;}i:1005;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:973;}i:1006;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:973;}i:1007;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:1006;}i:1008;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:1007;}i:1009;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:1007;}i:1010;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:1007;}i:1011;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:1007;}i:1012;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:1007;}i:1013;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:1007;}i:1014;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:1007;}i:1015;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:1007;}i:1016;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:1007;}i:1017;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:1007;}i:1018;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:973;}i:1019;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:973;}i:1020;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:973;}i:1021;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:973;}i:1022;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:973;}i:1023;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:973;}i:1024;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:964;}i:1025;a:2:{s:5:\"class\";s:12:\"ilobjfilegui\";s:6:\"parent\";i:1;}i:1026;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:1025;}i:1027;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1026;}i:1028;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1027;}i:1029;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1027;}i:1030;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1027;}i:1031;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1030;}i:1032;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1030;}i:1033;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1032;}i:1034;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1030;}i:1035;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1034;}i:1036;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1030;}i:1037;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1036;}i:1038;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1030;}i:1039;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1038;}i:1040;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1027;}i:1041;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1027;}i:1042;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1027;}i:1043;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1027;}i:1044;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1027;}i:1045;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1044;}i:1046;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1027;}i:1047;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1046;}i:1048;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1046;}i:1049;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1048;}i:1050;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1046;}i:1051;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1050;}i:1052;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1046;}i:1053;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1052;}i:1054;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1046;}i:1055;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1054;}i:1056;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1027;}i:1057;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1027;}i:1058;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1027;}i:1059;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1027;}i:1060;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1027;}i:1061;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1027;}i:1062;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1027;}i:1063;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1027;}i:1064;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1027;}i:1065;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1064;}i:1066;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:1026;}i:1067;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1066;}i:1068;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1026;}i:1069;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1026;}i:1070;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1025;}i:1071;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:1025;}i:1072;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1071;}i:1073;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:1025;}i:1074;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:1073;}i:1075;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:1074;}i:1076;a:2:{s:5:\"class\";s:17:\"ilshoppurchasegui\";s:6:\"parent\";i:1025;}i:1077;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:1076;}i:1078;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:1077;}i:1079;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1078;}i:1080;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1079;}i:1081;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1079;}i:1082;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1081;}i:1083;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1079;}i:1084;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1077;}i:1085;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1077;}i:1086;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:1077;}i:1087;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1086;}i:1088;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1086;}i:1089;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1088;}i:1090;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1088;}i:1091;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1090;}i:1092;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1088;}i:1093;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:1086;}i:1094;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:1086;}i:1095;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:1086;}i:1096;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:1086;}i:1097;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:1086;}i:1098;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:1086;}i:1099;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:1086;}i:1100;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1086;}i:1101;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1100;}i:1102;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1101;}i:1103;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1101;}i:1104;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1103;}i:1105;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1101;}i:1106;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1100;}i:1107;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1106;}i:1108;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:1086;}i:1109;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:1086;}i:1110;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1109;}i:1111;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1110;}i:1112;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1111;}i:1113;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1111;}i:1114;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1113;}i:1115;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1111;}i:1116;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1110;}i:1117;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1116;}i:1118;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:1086;}i:1119;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:1086;}i:1120;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:1119;}i:1121;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:1120;}i:1122;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:1120;}i:1123;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:1120;}i:1124;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:1120;}i:1125;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:1120;}i:1126;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:1120;}i:1127;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:1120;}i:1128;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:1120;}i:1129;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:1120;}i:1130;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:1120;}i:1131;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:1086;}i:1132;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:1086;}i:1133;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:1086;}i:1134;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:1086;}i:1135;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:1086;}i:1136;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:1086;}i:1137;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1077;}i:1138;a:2:{s:5:\"class\";s:14:\"ilobjfoldergui\";s:6:\"parent\";i:1;}i:1139;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1138;}i:1140;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1139;}i:1141;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1139;}i:1142;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1139;}i:1143;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1142;}i:1144;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1142;}i:1145;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1144;}i:1146;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1142;}i:1147;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1146;}i:1148;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1142;}i:1149;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1148;}i:1150;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1142;}i:1151;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1150;}i:1152;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1139;}i:1153;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1139;}i:1154;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1139;}i:1155;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1139;}i:1156;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1139;}i:1157;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1156;}i:1158;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1139;}i:1159;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1158;}i:1160;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1158;}i:1161;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1160;}i:1162;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1158;}i:1163;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1162;}i:1164;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1158;}i:1165;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1164;}i:1166;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1158;}i:1167;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1166;}i:1168;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1139;}i:1169;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1139;}i:1170;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1139;}i:1171;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1139;}i:1172;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1139;}i:1173;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1139;}i:1174;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1139;}i:1175;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1139;}i:1176;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1139;}i:1177;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1176;}i:1178;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:1138;}i:1179;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1178;}i:1180;a:2:{s:5:\"class\";s:18:\"ilcoursecontentgui\";s:6:\"parent\";i:1138;}i:1181;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1180;}i:1182;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1181;}i:1183;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1181;}i:1184;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1181;}i:1185;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1184;}i:1186;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1184;}i:1187;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1186;}i:1188;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1184;}i:1189;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1188;}i:1190;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1184;}i:1191;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1190;}i:1192;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1184;}i:1193;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1192;}i:1194;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1181;}i:1195;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1181;}i:1196;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1181;}i:1197;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1181;}i:1198;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1181;}i:1199;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1198;}i:1200;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1181;}i:1201;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1200;}i:1202;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1200;}i:1203;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1202;}i:1204;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1200;}i:1205;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1204;}i:1206;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1200;}i:1207;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1206;}i:1208;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1200;}i:1209;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1208;}i:1210;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1181;}i:1211;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1181;}i:1212;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1181;}i:1213;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1181;}i:1214;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1181;}i:1215;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1181;}i:1216;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1181;}i:1217;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1181;}i:1218;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1181;}i:1219;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1218;}i:1220;a:2:{s:5:\"class\";s:19:\"ilcoursearchivesgui\";s:6:\"parent\";i:1180;}i:1221;a:2:{s:5:\"class\";s:32:\"ilcourseobjectivepresentationgui\";s:6:\"parent\";i:1180;}i:1222;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1221;}i:1223;a:2:{s:5:\"class\";s:29:\"ilcourseitemadministrationgui\";s:6:\"parent\";i:1138;}i:1224;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:1223;}i:1225;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1224;}i:1226;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:1138;}i:1227;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1226;}i:1228;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1227;}i:1229;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1227;}i:1230;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1227;}i:1231;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1230;}i:1232;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1230;}i:1233;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1232;}i:1234;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1230;}i:1235;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1234;}i:1236;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1230;}i:1237;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1236;}i:1238;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1230;}i:1239;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1238;}i:1240;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1227;}i:1241;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1227;}i:1242;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1227;}i:1243;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1227;}i:1244;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1227;}i:1245;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1244;}i:1246;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1227;}i:1247;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1246;}i:1248;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1246;}i:1249;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1248;}i:1250;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1246;}i:1251;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1250;}i:1252;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1246;}i:1253;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1252;}i:1254;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1246;}i:1255;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1254;}i:1256;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1227;}i:1257;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1227;}i:1258;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1227;}i:1259;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1227;}i:1260;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1227;}i:1261;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1227;}i:1262;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1227;}i:1263;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1227;}i:1264;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1227;}i:1265;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1264;}i:1266;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:1226;}i:1267;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1266;}i:1268;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1226;}i:1269;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1226;}i:1270;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:1138;}i:1271;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:1270;}i:1272;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:1270;}i:1273;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:1272;}i:1274;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1273;}i:1275;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:1272;}i:1276;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:1275;}i:1277;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1276;}i:1278;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:1276;}i:1279;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:1272;}i:1280;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1279;}i:1281;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:1272;}i:1282;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1281;}i:1283;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:1270;}i:1284;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:1283;}i:1285;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1284;}i:1286;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:1283;}i:1287;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:1286;}i:1288;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1287;}i:1289;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:1287;}i:1290;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:1283;}i:1291;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1290;}i:1292;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:1270;}i:1293;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1292;}i:1294;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:1138;}i:1295;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1294;}i:1296;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:1138;}i:1297;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1296;}i:1298;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:1138;}i:1299;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:1298;}i:1300;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1299;}i:1301;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1300;}i:1302;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1300;}i:1303;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1302;}i:1304;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1300;}i:1305;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1298;}i:1306;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1298;}i:1307;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:1298;}i:1308;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1307;}i:1309;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1307;}i:1310;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1309;}i:1311;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1309;}i:1312;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1311;}i:1313;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1309;}i:1314;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:1307;}i:1315;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:1307;}i:1316;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:1307;}i:1317;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:1307;}i:1318;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:1307;}i:1319;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:1307;}i:1320;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:1307;}i:1321;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1307;}i:1322;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1321;}i:1323;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1322;}i:1324;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1322;}i:1325;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1324;}i:1326;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1322;}i:1327;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1321;}i:1328;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1327;}i:1329;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:1307;}i:1330;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:1307;}i:1331;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1330;}i:1332;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1331;}i:1333;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1332;}i:1334;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1332;}i:1335;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1334;}i:1336;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1332;}i:1337;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1331;}i:1338;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1337;}i:1339;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:1307;}i:1340;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:1307;}i:1341;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:1340;}i:1342;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:1341;}i:1343;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:1341;}i:1344;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:1341;}i:1345;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:1341;}i:1346;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:1341;}i:1347;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:1341;}i:1348;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:1341;}i:1349;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:1341;}i:1350;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:1341;}i:1351;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:1341;}i:1352;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:1307;}i:1353;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:1307;}i:1354;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:1307;}i:1355;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:1307;}i:1356;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:1307;}i:1357;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:1307;}i:1358;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1298;}i:1359;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:1138;}i:1360;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:1359;}i:1361;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:1360;}i:1362;a:2:{s:5:\"class\";s:13:\"ilobjforumgui\";s:6:\"parent\";i:1;}i:1363;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1362;}i:1364;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1363;}i:1365;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1363;}i:1366;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1363;}i:1367;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1366;}i:1368;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1366;}i:1369;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1368;}i:1370;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1366;}i:1371;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1370;}i:1372;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1366;}i:1373;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1372;}i:1374;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1366;}i:1375;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1374;}i:1376;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1363;}i:1377;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1363;}i:1378;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1363;}i:1379;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1363;}i:1380;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1363;}i:1381;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1380;}i:1382;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1363;}i:1383;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1382;}i:1384;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1382;}i:1385;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1384;}i:1386;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1382;}i:1387;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1386;}i:1388;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1382;}i:1389;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1388;}i:1390;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1382;}i:1391;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1390;}i:1392;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1363;}i:1393;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1363;}i:1394;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1363;}i:1395;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1363;}i:1396;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1363;}i:1397;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1363;}i:1398;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1363;}i:1399;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1363;}i:1400;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1363;}i:1401;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1400;}i:1402;a:2:{s:5:\"class\";s:16:\"ilforumexportgui\";s:6:\"parent\";i:1362;}i:1403;a:2:{s:5:\"class\";s:20:\"ilforummoderatorsgui\";s:6:\"parent\";i:1362;}i:1404;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:1362;}i:1405;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1404;}i:1406;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1405;}i:1407;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1405;}i:1408;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1405;}i:1409;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1408;}i:1410;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1408;}i:1411;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1410;}i:1412;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1408;}i:1413;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1412;}i:1414;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1408;}i:1415;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1414;}i:1416;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1408;}i:1417;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1416;}i:1418;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1405;}i:1419;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1405;}i:1420;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1405;}i:1421;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1405;}i:1422;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1405;}i:1423;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1422;}i:1424;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1405;}i:1425;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1424;}i:1426;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1424;}i:1427;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1426;}i:1428;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1424;}i:1429;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1428;}i:1430;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1424;}i:1431;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1430;}i:1432;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1424;}i:1433;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1432;}i:1434;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1405;}i:1435;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1405;}i:1436;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1405;}i:1437;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1405;}i:1438;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1405;}i:1439;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1405;}i:1440;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1405;}i:1441;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1405;}i:1442;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1405;}i:1443;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1442;}i:1444;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:1404;}i:1445;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1444;}i:1446;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1404;}i:1447;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1404;}i:1448;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:1362;}i:1449;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1448;}i:1450;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:1362;}i:1451;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:1450;}i:1452;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:1451;}i:1453;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1362;}i:1454;a:2:{s:5:\"class\";s:16:\"ilobjglossarygui\";s:6:\"parent\";i:1;}i:1455;a:2:{s:5:\"class\";s:17:\"ilglossarytermgui\";s:6:\"parent\";i:1454;}i:1456;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:1455;}i:1457;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:1456;}i:1458;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1457;}i:1459;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1458;}i:1460;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1458;}i:1461;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1460;}i:1462;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1458;}i:1463;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1456;}i:1464;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1456;}i:1465;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:1456;}i:1466;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1465;}i:1467;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1465;}i:1468;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1467;}i:1469;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1467;}i:1470;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1469;}i:1471;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1467;}i:1472;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:1465;}i:1473;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:1465;}i:1474;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:1465;}i:1475;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:1465;}i:1476;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:1465;}i:1477;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:1465;}i:1478;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:1465;}i:1479;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1465;}i:1480;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1479;}i:1481;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1480;}i:1482;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1480;}i:1483;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1482;}i:1484;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1480;}i:1485;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1479;}i:1486;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1485;}i:1487;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:1465;}i:1488;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:1465;}i:1489;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1488;}i:1490;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1489;}i:1491;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1490;}i:1492;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1490;}i:1493;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1492;}i:1494;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1490;}i:1495;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1489;}i:1496;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1495;}i:1497;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:1465;}i:1498;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:1465;}i:1499;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:1498;}i:1500;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:1499;}i:1501;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:1499;}i:1502;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:1499;}i:1503;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:1499;}i:1504;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:1499;}i:1505;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:1499;}i:1506;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:1499;}i:1507;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:1499;}i:1508;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:1499;}i:1509;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:1499;}i:1510;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:1465;}i:1511;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:1465;}i:1512;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:1465;}i:1513;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:1465;}i:1514;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:1465;}i:1515;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:1465;}i:1516;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1456;}i:1517;a:2:{s:5:\"class\";s:25:\"iltermdefinitioneditorgui\";s:6:\"parent\";i:1455;}i:1518;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1517;}i:1519;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:1517;}i:1520;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:1519;}i:1521;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1520;}i:1522;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1521;}i:1523;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1521;}i:1524;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1523;}i:1525;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1521;}i:1526;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1519;}i:1527;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1519;}i:1528;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:1519;}i:1529;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1528;}i:1530;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1528;}i:1531;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1530;}i:1532;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1530;}i:1533;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1532;}i:1534;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1530;}i:1535;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:1528;}i:1536;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:1528;}i:1537;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:1528;}i:1538;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:1528;}i:1539;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:1528;}i:1540;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:1528;}i:1541;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:1528;}i:1542;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1528;}i:1543;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1542;}i:1544;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1543;}i:1545;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1543;}i:1546;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1545;}i:1547;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1543;}i:1548;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1542;}i:1549;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1548;}i:1550;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:1528;}i:1551;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:1528;}i:1552;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1551;}i:1553;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1552;}i:1554;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1553;}i:1555;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1553;}i:1556;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1555;}i:1557;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1553;}i:1558;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1552;}i:1559;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1558;}i:1560;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:1528;}i:1561;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:1528;}i:1562;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:1561;}i:1563;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:1562;}i:1564;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:1562;}i:1565;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:1562;}i:1566;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:1562;}i:1567;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:1562;}i:1568;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:1562;}i:1569;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:1562;}i:1570;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:1562;}i:1571;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:1562;}i:1572;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:1562;}i:1573;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:1528;}i:1574;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:1528;}i:1575;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:1528;}i:1576;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:1528;}i:1577;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:1528;}i:1578;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:1528;}i:1579;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1519;}i:1580;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:1454;}i:1581;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1580;}i:1582;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1581;}i:1583;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1581;}i:1584;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1581;}i:1585;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1584;}i:1586;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1584;}i:1587;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1586;}i:1588;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1584;}i:1589;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1588;}i:1590;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1584;}i:1591;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1590;}i:1592;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1584;}i:1593;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1592;}i:1594;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1581;}i:1595;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1581;}i:1596;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1581;}i:1597;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1581;}i:1598;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1581;}i:1599;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1598;}i:1600;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1581;}i:1601;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1600;}i:1602;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1600;}i:1603;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1602;}i:1604;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1600;}i:1605;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1604;}i:1606;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1600;}i:1607;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1606;}i:1608;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1600;}i:1609;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1608;}i:1610;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1581;}i:1611;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1581;}i:1612;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1581;}i:1613;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1581;}i:1614;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1581;}i:1615;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1581;}i:1616;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1581;}i:1617;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1581;}i:1618;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1581;}i:1619;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1618;}i:1620;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:1580;}i:1621;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1620;}i:1622;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1580;}i:1623;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1580;}i:1624;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1454;}i:1625;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:1454;}i:1626;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:1625;}i:1627;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:1626;}i:1628;a:2:{s:5:\"class\";s:13:\"ilobjgroupgui\";s:6:\"parent\";i:1;}i:1629;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1628;}i:1630;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1628;}i:1631;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1630;}i:1632;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1630;}i:1633;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1630;}i:1634;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1633;}i:1635;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1633;}i:1636;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1635;}i:1637;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1633;}i:1638;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1637;}i:1639;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1633;}i:1640;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1639;}i:1641;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1633;}i:1642;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1641;}i:1643;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1630;}i:1644;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1630;}i:1645;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1630;}i:1646;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1630;}i:1647;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1630;}i:1648;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1647;}i:1649;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1630;}i:1650;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1649;}i:1651;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1649;}i:1652;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1651;}i:1653;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1649;}i:1654;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1653;}i:1655;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1649;}i:1656;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1655;}i:1657;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1649;}i:1658;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1657;}i:1659;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1630;}i:1660;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1630;}i:1661;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1630;}i:1662;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1630;}i:1663;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1630;}i:1664;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1630;}i:1665;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1630;}i:1666;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1630;}i:1667;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1630;}i:1668;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1667;}i:1669;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:1628;}i:1670;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1669;}i:1671;a:2:{s:5:\"class\";s:18:\"ilcoursecontentgui\";s:6:\"parent\";i:1628;}i:1672;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1671;}i:1673;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1672;}i:1674;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1672;}i:1675;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1672;}i:1676;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1675;}i:1677;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1675;}i:1678;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1677;}i:1679;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1675;}i:1680;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1679;}i:1681;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1675;}i:1682;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1681;}i:1683;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1675;}i:1684;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1683;}i:1685;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1672;}i:1686;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1672;}i:1687;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1672;}i:1688;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1672;}i:1689;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1672;}i:1690;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1689;}i:1691;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1672;}i:1692;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1691;}i:1693;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1691;}i:1694;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1693;}i:1695;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1691;}i:1696;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1695;}i:1697;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1691;}i:1698;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1697;}i:1699;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1691;}i:1700;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1699;}i:1701;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1672;}i:1702;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1672;}i:1703;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1672;}i:1704;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1672;}i:1705;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1672;}i:1706;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1672;}i:1707;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1672;}i:1708;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1672;}i:1709;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1672;}i:1710;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1709;}i:1711;a:2:{s:5:\"class\";s:19:\"ilcoursearchivesgui\";s:6:\"parent\";i:1671;}i:1712;a:2:{s:5:\"class\";s:32:\"ilcourseobjectivepresentationgui\";s:6:\"parent\";i:1671;}i:1713;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1712;}i:1714;a:2:{s:5:\"class\";s:29:\"ilcourseitemadministrationgui\";s:6:\"parent\";i:1628;}i:1715;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:1714;}i:1716;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1715;}i:1717;a:2:{s:5:\"class\";s:22:\"ilgroupregistrationgui\";s:6:\"parent\";i:1628;}i:1718;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:1628;}i:1719;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1718;}i:1720;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1719;}i:1721;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1719;}i:1722;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1719;}i:1723;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1722;}i:1724;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1722;}i:1725;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1724;}i:1726;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1722;}i:1727;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1726;}i:1728;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1722;}i:1729;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1728;}i:1730;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1722;}i:1731;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1730;}i:1732;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1719;}i:1733;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1719;}i:1734;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1719;}i:1735;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1719;}i:1736;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1719;}i:1737;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1736;}i:1738;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1719;}i:1739;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1738;}i:1740;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1738;}i:1741;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1740;}i:1742;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1738;}i:1743;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1742;}i:1744;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1738;}i:1745;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1744;}i:1746;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1738;}i:1747;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1746;}i:1748;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1719;}i:1749;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1719;}i:1750;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1719;}i:1751;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1719;}i:1752;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1719;}i:1753;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1719;}i:1754;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1719;}i:1755;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1719;}i:1756;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1719;}i:1757;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1756;}i:1758;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:1718;}i:1759;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1758;}i:1760;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1718;}i:1761;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1718;}i:1762;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:1628;}i:1763;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:1762;}i:1764;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:1762;}i:1765;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:1764;}i:1766;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1765;}i:1767;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:1764;}i:1768;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:1767;}i:1769;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1768;}i:1770;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:1768;}i:1771;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:1764;}i:1772;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1771;}i:1773;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:1764;}i:1774;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1773;}i:1775;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:1762;}i:1776;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:1775;}i:1777;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1776;}i:1778;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:1775;}i:1779;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:1778;}i:1780;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1779;}i:1781;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:1779;}i:1782;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:1775;}i:1783;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1782;}i:1784;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:1762;}i:1785;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1784;}i:1786;a:2:{s:5:\"class\";s:22:\"ilobjcoursegroupinggui\";s:6:\"parent\";i:1628;}i:1787;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:1628;}i:1788;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1787;}i:1789;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:1628;}i:1790;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1789;}i:1791;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:1628;}i:1792;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:1791;}i:1793;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1792;}i:1794;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1793;}i:1795;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1793;}i:1796;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1795;}i:1797;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1793;}i:1798;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1791;}i:1799;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1791;}i:1800;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:1791;}i:1801;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1800;}i:1802;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1800;}i:1803;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1802;}i:1804;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1802;}i:1805;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1804;}i:1806;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1802;}i:1807;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:1800;}i:1808;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:1800;}i:1809;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:1800;}i:1810;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:1800;}i:1811;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:1800;}i:1812;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:1800;}i:1813;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:1800;}i:1814;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1800;}i:1815;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1814;}i:1816;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1815;}i:1817;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1815;}i:1818;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1817;}i:1819;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1815;}i:1820;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1814;}i:1821;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1820;}i:1822;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:1800;}i:1823;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:1800;}i:1824;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:1823;}i:1825;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:1824;}i:1826;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:1825;}i:1827;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:1825;}i:1828;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1827;}i:1829;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1825;}i:1830;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:1824;}i:1831;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:1830;}i:1832;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:1800;}i:1833;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:1800;}i:1834;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:1833;}i:1835;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:1834;}i:1836;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:1834;}i:1837;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:1834;}i:1838;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:1834;}i:1839;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:1834;}i:1840;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:1834;}i:1841;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:1834;}i:1842;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:1834;}i:1843;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:1834;}i:1844;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:1834;}i:1845;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:1800;}i:1846;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:1800;}i:1847;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:1800;}i:1848;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:1800;}i:1849;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:1800;}i:1850;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:1800;}i:1851;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1791;}i:1852;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:1628;}i:1853;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:1852;}i:1854;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:1853;}i:1855;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1628;}i:1856;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:1628;}i:1857;a:2:{s:5:\"class\";s:22:\"ilobjilincclassroomgui\";s:6:\"parent\";i:1;}i:1858;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1857;}i:1859;a:2:{s:5:\"class\";s:19:\"ilobjilinccoursegui\";s:6:\"parent\";i:1;}i:1860;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1859;}i:1861;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1860;}i:1862;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1860;}i:1863;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1860;}i:1864;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1863;}i:1865;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1863;}i:1866;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1865;}i:1867;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1863;}i:1868;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1867;}i:1869;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1863;}i:1870;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1869;}i:1871;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1863;}i:1872;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1871;}i:1873;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1860;}i:1874;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1860;}i:1875;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1860;}i:1876;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1860;}i:1877;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1860;}i:1878;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1877;}i:1879;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1860;}i:1880;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1879;}i:1881;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1879;}i:1882;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1881;}i:1883;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1879;}i:1884;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1883;}i:1885;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1879;}i:1886;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1885;}i:1887;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1879;}i:1888;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1887;}i:1889;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1860;}i:1890;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1860;}i:1891;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1860;}i:1892;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1860;}i:1893;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1860;}i:1894;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1860;}i:1895;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1860;}i:1896;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1860;}i:1897;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1860;}i:1898;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1897;}i:1899;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:1859;}i:1900;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1899;}i:1901;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1900;}i:1902;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1900;}i:1903;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1900;}i:1904;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1903;}i:1905;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1903;}i:1906;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1905;}i:1907;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1903;}i:1908;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1907;}i:1909;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1903;}i:1910;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1909;}i:1911;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1903;}i:1912;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1911;}i:1913;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1900;}i:1914;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1900;}i:1915;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1900;}i:1916;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1900;}i:1917;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1900;}i:1918;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1917;}i:1919;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1900;}i:1920;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1919;}i:1921;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1919;}i:1922;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1921;}i:1923;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1919;}i:1924;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1923;}i:1925;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1919;}i:1926;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1925;}i:1927;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1919;}i:1928;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1927;}i:1929;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1900;}i:1930;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1900;}i:1931;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1900;}i:1932;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1900;}i:1933;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1900;}i:1934;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1900;}i:1935;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1900;}i:1936;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1900;}i:1937;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1900;}i:1938;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1937;}i:1939;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:1899;}i:1940;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1939;}i:1941;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1899;}i:1942;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1899;}i:1943;a:2:{s:5:\"class\";s:22:\"ilobjilincclassroomgui\";s:6:\"parent\";i:1859;}i:1944;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1943;}i:1945;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:1859;}i:1946;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:1945;}i:1947;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:1946;}i:1948;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1859;}i:1949;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:1859;}i:1950;a:2:{s:5:\"class\";s:22:\"ilobjlearningmodulegui\";s:6:\"parent\";i:1;}i:1951;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:1950;}i:1952;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:1951;}i:1953;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1952;}i:1954;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:1952;}i:1955;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:1952;}i:1956;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1955;}i:1957;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1955;}i:1958;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1957;}i:1959;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1955;}i:1960;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1959;}i:1961;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1955;}i:1962;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1961;}i:1963;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1955;}i:1964;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1963;}i:1965;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:1952;}i:1966;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:1952;}i:1967;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:1952;}i:1968;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:1952;}i:1969;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:1952;}i:1970;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:1969;}i:1971;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:1952;}i:1972;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1971;}i:1973;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:1971;}i:1974;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1973;}i:1975;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:1971;}i:1976;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1975;}i:1977;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:1971;}i:1978;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1977;}i:1979;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:1971;}i:1980;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:1979;}i:1981;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:1952;}i:1982;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:1952;}i:1983;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:1952;}i:1984;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:1952;}i:1985;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:1952;}i:1986;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:1952;}i:1987;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:1952;}i:1988;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:1952;}i:1989;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:1952;}i:1990;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1989;}i:1991;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:1951;}i:1992;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1991;}i:1993;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:1951;}i:1994;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:1951;}i:1995;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:1950;}i:1996;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:1995;}i:1997;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:1995;}i:1998;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:1997;}i:1999;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:1998;}i:2000;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:1997;}i:2001;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:2000;}i:2002;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2001;}i:2003;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:2001;}i:2004;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:1997;}i:2005;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2004;}i:2006;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:1997;}i:2007;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2006;}i:2008;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:1995;}i:2009;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:2008;}i:2010;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2009;}i:2011;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:2008;}i:2012;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:2011;}i:2013;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2012;}i:2014;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:2012;}i:2015;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:2008;}i:2016;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2015;}i:2017;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:1995;}i:2018;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2017;}i:2019;a:2:{s:5:\"class\";s:17:\"illmpageobjectgui\";s:6:\"parent\";i:1950;}i:2020;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:2019;}i:2021;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:2020;}i:2022;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2021;}i:2023;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2022;}i:2024;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2022;}i:2025;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2024;}i:2026;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2022;}i:2027;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2020;}i:2028;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2020;}i:2029;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:2020;}i:2030;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2029;}i:2031;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2029;}i:2032;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2031;}i:2033;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2031;}i:2034;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2033;}i:2035;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2031;}i:2036;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:2029;}i:2037;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:2029;}i:2038;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:2029;}i:2039;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:2029;}i:2040;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:2029;}i:2041;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:2029;}i:2042;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:2029;}i:2043;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2029;}i:2044;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2043;}i:2045;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2044;}i:2046;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2044;}i:2047;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2046;}i:2048;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2044;}i:2049;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2043;}i:2050;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2049;}i:2051;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:2029;}i:2052;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:2029;}i:2053;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2052;}i:2054;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2053;}i:2055;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2054;}i:2056;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2054;}i:2057;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2056;}i:2058;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2054;}i:2059;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2053;}i:2060;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2059;}i:2061;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:2029;}i:2062;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:2029;}i:2063;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:2062;}i:2064;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:2063;}i:2065;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:2063;}i:2066;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:2063;}i:2067;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:2063;}i:2068;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:2063;}i:2069;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:2063;}i:2070;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:2063;}i:2071;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:2063;}i:2072;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:2063;}i:2073;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:2063;}i:2074;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:2029;}i:2075;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:2029;}i:2076;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:2029;}i:2077;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:2029;}i:2078;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:2029;}i:2079;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:2029;}i:2080;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2020;}i:2081;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:1950;}i:2082;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:1950;}i:2083;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2082;}i:2084;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:1950;}i:2085;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2084;}i:2086;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2085;}i:2087;a:2:{s:5:\"class\";s:20:\"ilstructureobjectgui\";s:6:\"parent\";i:1950;}i:2088;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:2087;}i:2089;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2088;}i:2090;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2087;}i:2091;a:2:{s:5:\"class\";s:20:\"ilobjlinkresourcegui\";s:6:\"parent\";i:1;}i:2092;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:2091;}i:2093;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2092;}i:2094;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2093;}i:2095;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2093;}i:2096;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2093;}i:2097;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2096;}i:2098;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2096;}i:2099;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2098;}i:2100;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2096;}i:2101;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2100;}i:2102;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2096;}i:2103;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2102;}i:2104;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2096;}i:2105;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2104;}i:2106;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2093;}i:2107;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2093;}i:2108;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2093;}i:2109;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2093;}i:2110;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2093;}i:2111;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2110;}i:2112;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2093;}i:2113;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2112;}i:2114;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2112;}i:2115;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2114;}i:2116;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2112;}i:2117;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2116;}i:2118;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2112;}i:2119;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2118;}i:2120;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2112;}i:2121;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2120;}i:2122;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2093;}i:2123;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2093;}i:2124;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2093;}i:2125;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2093;}i:2126;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2093;}i:2127;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2093;}i:2128;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2093;}i:2129;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2093;}i:2130;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2093;}i:2131;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2130;}i:2132;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:2092;}i:2133;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2132;}i:2134;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2092;}i:2135;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2092;}i:2136;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2091;}i:2137;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:2091;}i:2138;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2137;}i:2139;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2091;}i:2140;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2139;}i:2141;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2140;}i:2142;a:2:{s:5:\"class\";s:17:\"ilobjmediacastgui\";s:6:\"parent\";i:1;}i:2143;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:2142;}i:2144;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2143;}i:2145;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2144;}i:2146;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2144;}i:2147;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2144;}i:2148;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2147;}i:2149;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2147;}i:2150;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2149;}i:2151;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2147;}i:2152;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2151;}i:2153;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2147;}i:2154;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2153;}i:2155;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2147;}i:2156;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2155;}i:2157;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2144;}i:2158;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2144;}i:2159;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2144;}i:2160;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2144;}i:2161;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2144;}i:2162;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2161;}i:2163;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2144;}i:2164;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2163;}i:2165;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2163;}i:2166;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2165;}i:2167;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2163;}i:2168;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2167;}i:2169;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2163;}i:2170;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2169;}i:2171;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2163;}i:2172;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2171;}i:2173;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2144;}i:2174;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2144;}i:2175;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2144;}i:2176;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2144;}i:2177;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2144;}i:2178;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2144;}i:2179;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2144;}i:2180;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2144;}i:2181;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2144;}i:2182;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2181;}i:2183;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:2143;}i:2184;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2183;}i:2185;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2143;}i:2186;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2143;}i:2187;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2142;}i:2188;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2187;}i:2189;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2188;}i:2190;a:2:{s:5:\"class\";s:17:\"ilobjmediapoolgui\";s:6:\"parent\";i:1;}i:2191;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:2190;}i:2192;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2191;}i:2193;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2192;}i:2194;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2192;}i:2195;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2194;}i:2196;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2192;}i:2197;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:2190;}i:2198;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2197;}i:2199;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2198;}i:2200;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2198;}i:2201;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2198;}i:2202;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2201;}i:2203;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2201;}i:2204;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2203;}i:2205;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2201;}i:2206;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2205;}i:2207;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2201;}i:2208;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2207;}i:2209;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2201;}i:2210;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2209;}i:2211;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2198;}i:2212;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2198;}i:2213;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2198;}i:2214;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2198;}i:2215;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2198;}i:2216;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2215;}i:2217;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2198;}i:2218;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2217;}i:2219;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2217;}i:2220;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2219;}i:2221;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2217;}i:2222;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2221;}i:2223;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2217;}i:2224;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2223;}i:2225;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2217;}i:2226;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2225;}i:2227;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2198;}i:2228;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2198;}i:2229;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2198;}i:2230;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2198;}i:2231;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2198;}i:2232;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2198;}i:2233;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2198;}i:2234;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2198;}i:2235;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2198;}i:2236;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2235;}i:2237;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:2197;}i:2238;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2237;}i:2239;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2197;}i:2240;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2197;}i:2241;a:2:{s:5:\"class\";s:18:\"ilmediapoolpagegui\";s:6:\"parent\";i:2190;}i:2242;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:2241;}i:2243;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2242;}i:2244;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2243;}i:2245;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2243;}i:2246;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2245;}i:2247;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2243;}i:2248;a:2:{s:5:\"class\";s:25:\"ilmediapooltargetselector\";s:6:\"parent\";i:2241;}i:2249;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:2241;}i:2250;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2249;}i:2251;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2249;}i:2252;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2251;}i:2253;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2251;}i:2254;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2253;}i:2255;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2251;}i:2256;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:2249;}i:2257;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:2249;}i:2258;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:2249;}i:2259;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:2249;}i:2260;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:2249;}i:2261;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:2249;}i:2262;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:2249;}i:2263;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2249;}i:2264;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2263;}i:2265;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2264;}i:2266;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2264;}i:2267;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2266;}i:2268;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2264;}i:2269;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2263;}i:2270;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2269;}i:2271;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:2249;}i:2272;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:2249;}i:2273;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2272;}i:2274;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2273;}i:2275;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2274;}i:2276;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2274;}i:2277;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2276;}i:2278;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2274;}i:2279;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2273;}i:2280;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2279;}i:2281;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:2249;}i:2282;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:2249;}i:2283;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:2282;}i:2284;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:2283;}i:2285;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:2283;}i:2286;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:2283;}i:2287;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:2283;}i:2288;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:2283;}i:2289;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:2283;}i:2290;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:2283;}i:2291;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:2283;}i:2292;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:2283;}i:2293;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:2283;}i:2294;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:2249;}i:2295;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:2249;}i:2296;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:2249;}i:2297;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:2249;}i:2298;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:2249;}i:2299;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:2249;}i:2300;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:2241;}i:2301;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:2300;}i:2302;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2301;}i:2303;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2302;}i:2304;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2302;}i:2305;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2304;}i:2306;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2302;}i:2307;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2300;}i:2308;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2300;}i:2309;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:2300;}i:2310;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2309;}i:2311;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2309;}i:2312;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2311;}i:2313;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2311;}i:2314;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2313;}i:2315;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2311;}i:2316;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:2309;}i:2317;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:2309;}i:2318;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:2309;}i:2319;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:2309;}i:2320;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:2309;}i:2321;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:2309;}i:2322;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:2309;}i:2323;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2309;}i:2324;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2323;}i:2325;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2324;}i:2326;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2324;}i:2327;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2326;}i:2328;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2324;}i:2329;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2323;}i:2330;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2329;}i:2331;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:2309;}i:2332;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:2309;}i:2333;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2332;}i:2334;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2333;}i:2335;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2334;}i:2336;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2334;}i:2337;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2336;}i:2338;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2334;}i:2339;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2333;}i:2340;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2339;}i:2341;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:2309;}i:2342;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:2309;}i:2343;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:2342;}i:2344;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:2343;}i:2345;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:2343;}i:2346;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:2343;}i:2347;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:2343;}i:2348;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:2343;}i:2349;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:2343;}i:2350;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:2343;}i:2351;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:2343;}i:2352;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:2343;}i:2353;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:2343;}i:2354;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:2309;}i:2355;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:2309;}i:2356;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:2309;}i:2357;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:2309;}i:2358;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:2309;}i:2359;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:2309;}i:2360;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2300;}i:2361;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2241;}i:2362;a:2:{s:5:\"class\";s:14:\"ilobjfoldergui\";s:6:\"parent\";i:2190;}i:2363;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2362;}i:2364;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2363;}i:2365;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2363;}i:2366;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2363;}i:2367;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2366;}i:2368;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2366;}i:2369;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2368;}i:2370;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2366;}i:2371;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2370;}i:2372;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2366;}i:2373;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2372;}i:2374;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2366;}i:2375;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2374;}i:2376;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2363;}i:2377;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2363;}i:2378;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2363;}i:2379;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2363;}i:2380;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2363;}i:2381;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2380;}i:2382;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2363;}i:2383;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2382;}i:2384;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2382;}i:2385;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2384;}i:2386;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2382;}i:2387;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2386;}i:2388;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2382;}i:2389;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2388;}i:2390;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2382;}i:2391;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2390;}i:2392;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2363;}i:2393;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2363;}i:2394;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2363;}i:2395;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2363;}i:2396;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2363;}i:2397;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2363;}i:2398;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2363;}i:2399;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2363;}i:2400;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2363;}i:2401;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2400;}i:2402;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:2362;}i:2403;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2402;}i:2404;a:2:{s:5:\"class\";s:18:\"ilcoursecontentgui\";s:6:\"parent\";i:2362;}i:2405;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2404;}i:2406;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2405;}i:2407;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2405;}i:2408;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2405;}i:2409;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2408;}i:2410;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2408;}i:2411;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2410;}i:2412;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2408;}i:2413;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2412;}i:2414;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2408;}i:2415;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2414;}i:2416;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2408;}i:2417;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2416;}i:2418;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2405;}i:2419;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2405;}i:2420;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2405;}i:2421;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2405;}i:2422;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2405;}i:2423;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2422;}i:2424;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2405;}i:2425;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2424;}i:2426;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2424;}i:2427;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2426;}i:2428;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2424;}i:2429;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2428;}i:2430;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2424;}i:2431;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2430;}i:2432;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2424;}i:2433;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2432;}i:2434;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2405;}i:2435;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2405;}i:2436;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2405;}i:2437;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2405;}i:2438;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2405;}i:2439;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2405;}i:2440;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2405;}i:2441;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2405;}i:2442;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2405;}i:2443;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2442;}i:2444;a:2:{s:5:\"class\";s:19:\"ilcoursearchivesgui\";s:6:\"parent\";i:2404;}i:2445;a:2:{s:5:\"class\";s:32:\"ilcourseobjectivepresentationgui\";s:6:\"parent\";i:2404;}i:2446;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2445;}i:2447;a:2:{s:5:\"class\";s:29:\"ilcourseitemadministrationgui\";s:6:\"parent\";i:2362;}i:2448;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:2447;}i:2449;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2448;}i:2450;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:2362;}i:2451;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2450;}i:2452;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2451;}i:2453;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2451;}i:2454;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2451;}i:2455;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2454;}i:2456;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2454;}i:2457;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2456;}i:2458;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2454;}i:2459;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2458;}i:2460;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2454;}i:2461;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2460;}i:2462;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2454;}i:2463;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2462;}i:2464;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2451;}i:2465;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2451;}i:2466;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2451;}i:2467;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2451;}i:2468;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2451;}i:2469;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2468;}i:2470;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2451;}i:2471;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2470;}i:2472;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2470;}i:2473;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2472;}i:2474;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2470;}i:2475;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2474;}i:2476;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2470;}i:2477;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2476;}i:2478;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2470;}i:2479;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2478;}i:2480;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2451;}i:2481;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2451;}i:2482;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2451;}i:2483;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2451;}i:2484;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2451;}i:2485;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2451;}i:2486;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2451;}i:2487;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2451;}i:2488;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2451;}i:2489;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2488;}i:2490;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:2450;}i:2491;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2490;}i:2492;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2450;}i:2493;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2450;}i:2494;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:2362;}i:2495;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:2494;}i:2496;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:2494;}i:2497;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:2496;}i:2498;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2497;}i:2499;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:2496;}i:2500;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:2499;}i:2501;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2500;}i:2502;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:2500;}i:2503;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:2496;}i:2504;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2503;}i:2505;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:2496;}i:2506;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2505;}i:2507;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:2494;}i:2508;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:2507;}i:2509;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2508;}i:2510;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:2507;}i:2511;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:2510;}i:2512;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2511;}i:2513;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:2511;}i:2514;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:2507;}i:2515;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2514;}i:2516;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:2494;}i:2517;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2516;}i:2518;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:2362;}i:2519;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2518;}i:2520;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:2362;}i:2521;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2520;}i:2522;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:2362;}i:2523;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:2522;}i:2524;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2523;}i:2525;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2524;}i:2526;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2524;}i:2527;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2526;}i:2528;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2524;}i:2529;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2522;}i:2530;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2522;}i:2531;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:2522;}i:2532;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2531;}i:2533;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2531;}i:2534;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2533;}i:2535;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2533;}i:2536;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2535;}i:2537;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2533;}i:2538;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:2531;}i:2539;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:2531;}i:2540;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:2531;}i:2541;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:2531;}i:2542;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:2531;}i:2543;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:2531;}i:2544;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:2531;}i:2545;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2531;}i:2546;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2545;}i:2547;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2546;}i:2548;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2546;}i:2549;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2548;}i:2550;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2546;}i:2551;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2545;}i:2552;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2551;}i:2553;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:2531;}i:2554;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:2531;}i:2555;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2554;}i:2556;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2555;}i:2557;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2556;}i:2558;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2556;}i:2559;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2558;}i:2560;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2556;}i:2561;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2555;}i:2562;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2561;}i:2563;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:2531;}i:2564;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:2531;}i:2565;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:2564;}i:2566;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:2565;}i:2567;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:2565;}i:2568;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:2565;}i:2569;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:2565;}i:2570;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:2565;}i:2571;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:2565;}i:2572;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:2565;}i:2573;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:2565;}i:2574;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:2565;}i:2575;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:2565;}i:2576;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:2531;}i:2577;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:2531;}i:2578;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:2531;}i:2579;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:2531;}i:2580;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:2531;}i:2581;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:2531;}i:2582;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2522;}i:2583;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2362;}i:2584;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2583;}i:2585;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2584;}i:2586;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2190;}i:2587;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2586;}i:2588;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2586;}i:2589;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2588;}i:2590;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2586;}i:2591;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2190;}i:2592;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2591;}i:2593;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2592;}i:2594;a:2:{s:5:\"class\";s:20:\"ilobjquestionpoolgui\";s:6:\"parent\";i:1;}i:2595;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:2594;}i:2596;a:2:{s:5:\"class\";s:15:\"asserrortextgui\";s:6:\"parent\";i:2594;}i:2597;a:2:{s:5:\"class\";s:16:\"assfileuploadgui\";s:6:\"parent\";i:2594;}i:2598;a:2:{s:5:\"class\";s:19:\"assflashquestiongui\";s:6:\"parent\";i:2594;}i:2599;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:2594;}i:2600;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:2594;}i:2601;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:2594;}i:2602;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:2594;}i:2603;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:2594;}i:2604;a:2:{s:5:\"class\";s:24:\"assorderinghorizontalgui\";s:6:\"parent\";i:2594;}i:2605;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:2594;}i:2606;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:2594;}i:2607;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:2594;}i:2608;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:2594;}i:2609;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2594;}i:2610;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:2594;}i:2611;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2610;}i:2612;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:2594;}i:2613;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:2612;}i:2614;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2613;}i:2615;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2614;}i:2616;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2614;}i:2617;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2616;}i:2618;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2614;}i:2619;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2612;}i:2620;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2612;}i:2621;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:2612;}i:2622;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2621;}i:2623;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2621;}i:2624;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2623;}i:2625;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2623;}i:2626;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2625;}i:2627;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2623;}i:2628;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:2621;}i:2629;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:2621;}i:2630;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:2621;}i:2631;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:2621;}i:2632;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:2621;}i:2633;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:2621;}i:2634;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:2621;}i:2635;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2621;}i:2636;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2635;}i:2637;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2636;}i:2638;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2636;}i:2639;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2638;}i:2640;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2636;}i:2641;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2635;}i:2642;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2641;}i:2643;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:2621;}i:2644;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:2621;}i:2645;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2644;}i:2646;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2645;}i:2647;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2646;}i:2648;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2646;}i:2649;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2648;}i:2650;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2646;}i:2651;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2645;}i:2652;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2651;}i:2653;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:2621;}i:2654;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:2621;}i:2655;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:2654;}i:2656;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:2655;}i:2657;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:2655;}i:2658;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:2655;}i:2659;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:2655;}i:2660;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:2655;}i:2661;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:2655;}i:2662;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:2655;}i:2663;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:2655;}i:2664;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:2655;}i:2665;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:2655;}i:2666;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:2621;}i:2667;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:2621;}i:2668;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:2621;}i:2669;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:2621;}i:2670;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:2621;}i:2671;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:2621;}i:2672;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2612;}i:2673;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2594;}i:2674;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2673;}i:2675;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2674;}i:2676;a:2:{s:5:\"class\";s:20:\"ilobjremotecoursegui\";s:6:\"parent\";i:1;}i:2677;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:2676;}i:2678;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2677;}i:2679;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2678;}i:2680;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2678;}i:2681;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2678;}i:2682;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2681;}i:2683;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2681;}i:2684;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2683;}i:2685;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2681;}i:2686;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2685;}i:2687;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2681;}i:2688;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2687;}i:2689;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2681;}i:2690;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2689;}i:2691;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2678;}i:2692;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2678;}i:2693;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2678;}i:2694;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2678;}i:2695;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2678;}i:2696;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2695;}i:2697;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2678;}i:2698;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2697;}i:2699;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2697;}i:2700;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2699;}i:2701;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2697;}i:2702;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2701;}i:2703;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2697;}i:2704;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2703;}i:2705;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2697;}i:2706;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2705;}i:2707;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2678;}i:2708;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2678;}i:2709;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2678;}i:2710;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2678;}i:2711;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2678;}i:2712;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2678;}i:2713;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2678;}i:2714;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2678;}i:2715;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2678;}i:2716;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2715;}i:2717;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:2677;}i:2718;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2717;}i:2719;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2677;}i:2720;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2677;}i:2721;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2676;}i:2722;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2721;}i:2723;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2722;}i:2724;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:1;}i:2725;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2724;}i:2726;a:2:{s:5:\"class\";s:18:\"ilobjrootfoldergui\";s:6:\"parent\";i:1;}i:2727;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2726;}i:2728;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2727;}i:2729;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2727;}i:2730;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2727;}i:2731;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2730;}i:2732;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2730;}i:2733;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2732;}i:2734;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2730;}i:2735;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2734;}i:2736;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2730;}i:2737;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2736;}i:2738;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2730;}i:2739;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2738;}i:2740;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2727;}i:2741;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2727;}i:2742;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2727;}i:2743;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2727;}i:2744;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2727;}i:2745;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2744;}i:2746;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2727;}i:2747;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2746;}i:2748;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2746;}i:2749;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2748;}i:2750;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2746;}i:2751;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2750;}i:2752;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2746;}i:2753;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2752;}i:2754;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2746;}i:2755;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2754;}i:2756;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2727;}i:2757;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2727;}i:2758;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2727;}i:2759;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2727;}i:2760;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2727;}i:2761;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2727;}i:2762;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2727;}i:2763;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2727;}i:2764;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2727;}i:2765;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2764;}i:2766;a:2:{s:5:\"class\";s:22:\"ilcontainerlinklistgui\";s:6:\"parent\";i:2726;}i:2767;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2766;}i:2768;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:2726;}i:2769;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2768;}i:2770;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:2726;}i:2771;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2770;}i:2772;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:2726;}i:2773;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:2772;}i:2774;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2773;}i:2775;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2774;}i:2776;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2774;}i:2777;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2776;}i:2778;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2774;}i:2779;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2772;}i:2780;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2772;}i:2781;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:2772;}i:2782;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2781;}i:2783;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2781;}i:2784;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2783;}i:2785;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2783;}i:2786;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2785;}i:2787;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2783;}i:2788;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:2781;}i:2789;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:2781;}i:2790;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:2781;}i:2791;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:2781;}i:2792;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:2781;}i:2793;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:2781;}i:2794;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:2781;}i:2795;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2781;}i:2796;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2795;}i:2797;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2796;}i:2798;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2796;}i:2799;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2798;}i:2800;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2796;}i:2801;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2795;}i:2802;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2801;}i:2803;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:2781;}i:2804;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:2781;}i:2805;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:2804;}i:2806;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:2805;}i:2807;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2806;}i:2808;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:2806;}i:2809;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2808;}i:2810;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2806;}i:2811;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:2805;}i:2812;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:2811;}i:2813;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:2781;}i:2814;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:2781;}i:2815;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:2814;}i:2816;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:2815;}i:2817;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:2815;}i:2818;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:2815;}i:2819;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:2815;}i:2820;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:2815;}i:2821;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:2815;}i:2822;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:2815;}i:2823;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:2815;}i:2824;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:2815;}i:2825;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:2815;}i:2826;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:2781;}i:2827;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:2781;}i:2828;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:2781;}i:2829;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:2781;}i:2830;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:2781;}i:2831;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:2781;}i:2832;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2772;}i:2833;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2726;}i:2834;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2833;}i:2835;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2834;}i:2836;a:2:{s:5:\"class\";s:26:\"ilobjsahslearningmodulegui\";s:6:\"parent\";i:1;}i:2837;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:2836;}i:2838;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:2836;}i:2839;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2838;}i:2840;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2839;}i:2841;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2839;}i:2842;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2839;}i:2843;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2842;}i:2844;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2842;}i:2845;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2844;}i:2846;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2842;}i:2847;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2846;}i:2848;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2842;}i:2849;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2848;}i:2850;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2842;}i:2851;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2850;}i:2852;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2839;}i:2853;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2839;}i:2854;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2839;}i:2855;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2839;}i:2856;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2839;}i:2857;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2856;}i:2858;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2839;}i:2859;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2858;}i:2860;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2858;}i:2861;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2860;}i:2862;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2858;}i:2863;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2862;}i:2864;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2858;}i:2865;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2864;}i:2866;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2858;}i:2867;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2866;}i:2868;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2839;}i:2869;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2839;}i:2870;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2839;}i:2871;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2839;}i:2872;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2839;}i:2873;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2839;}i:2874;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2839;}i:2875;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2839;}i:2876;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2839;}i:2877;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2876;}i:2878;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:2838;}i:2879;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2878;}i:2880;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2838;}i:2881;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2838;}i:2882;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:2836;}i:2883;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:2882;}i:2884;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:2882;}i:2885;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:2884;}i:2886;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2885;}i:2887;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:2884;}i:2888;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:2887;}i:2889;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2888;}i:2890;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:2888;}i:2891;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:2884;}i:2892;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2891;}i:2893;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:2884;}i:2894;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2893;}i:2895;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:2882;}i:2896;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:2895;}i:2897;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2896;}i:2898;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:2895;}i:2899;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:2898;}i:2900;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2899;}i:2901;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:2899;}i:2902;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:2895;}i:2903;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2902;}i:2904;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:2882;}i:2905;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2904;}i:2906;a:2:{s:5:\"class\";s:12:\"illicensegui\";s:6:\"parent\";i:2836;}i:2907;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2906;}i:2908;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2836;}i:2909;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2836;}i:2910;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2909;}i:2911;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2910;}i:2912;a:2:{s:5:\"class\";s:15:\"ilobjsessiongui\";s:6:\"parent\";i:1;}i:2913;a:2:{s:5:\"class\";s:29:\"ilcourseitemadministrationgui\";s:6:\"parent\";i:2912;}i:2914;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:2913;}i:2915;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2914;}i:2916;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:2912;}i:2917;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2916;}i:2918;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2917;}i:2919;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2917;}i:2920;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2917;}i:2921;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2920;}i:2922;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2920;}i:2923;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2922;}i:2924;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2920;}i:2925;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2924;}i:2926;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2920;}i:2927;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2926;}i:2928;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2920;}i:2929;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2928;}i:2930;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2917;}i:2931;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2917;}i:2932;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2917;}i:2933;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2917;}i:2934;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2917;}i:2935;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2934;}i:2936;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2917;}i:2937;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2936;}i:2938;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2936;}i:2939;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2938;}i:2940;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2936;}i:2941;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2940;}i:2942;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2936;}i:2943;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2942;}i:2944;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2936;}i:2945;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2944;}i:2946;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2917;}i:2947;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2917;}i:2948;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2917;}i:2949;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2917;}i:2950;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2917;}i:2951;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2917;}i:2952;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2917;}i:2953;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2917;}i:2954;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2917;}i:2955;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2954;}i:2956;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:2916;}i:2957;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2956;}i:2958;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2916;}i:2959;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2916;}i:2960;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:2912;}i:2961;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2960;}i:2962;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2912;}i:2963;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:2962;}i:2964;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:2963;}i:2965;a:2:{s:5:\"class\";s:14:\"ilobjsurveygui\";s:6:\"parent\";i:1;}i:2966;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:2965;}i:2967;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:2966;}i:2968;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:2967;}i:2969;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:2967;}i:2970;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:2967;}i:2971;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2970;}i:2972;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2970;}i:2973;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2972;}i:2974;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2970;}i:2975;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2974;}i:2976;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2970;}i:2977;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2976;}i:2978;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2970;}i:2979;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2978;}i:2980;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:2967;}i:2981;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:2967;}i:2982;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:2967;}i:2983;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:2967;}i:2984;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:2967;}i:2985;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:2984;}i:2986;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:2967;}i:2987;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2986;}i:2988;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:2986;}i:2989;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2988;}i:2990;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:2986;}i:2991;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2990;}i:2992;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:2986;}i:2993;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2992;}i:2994;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:2986;}i:2995;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:2994;}i:2996;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:2967;}i:2997;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:2967;}i:2998;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:2967;}i:2999;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:2967;}i:3000;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:2967;}i:3001;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:2967;}i:3002;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:2967;}i:3003;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:2967;}i:3004;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:2967;}i:3005;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3004;}i:3006;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:2966;}i:3007;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3006;}i:3008;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:2966;}i:3009;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:2966;}i:3010;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:2965;}i:3011;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:2965;}i:3012;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3011;}i:3013;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:2965;}i:3014;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3013;}i:3015;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3014;}i:3016;a:2:{s:5:\"class\";s:21:\"ilsurveyevaluationgui\";s:6:\"parent\";i:2965;}i:3017;a:2:{s:5:\"class\";s:20:\"ilsurveyexecutiongui\";s:6:\"parent\";i:2965;}i:3018;a:2:{s:5:\"class\";s:26:\"ilobjsurveyquestionpoolgui\";s:6:\"parent\";i:1;}i:3019;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3018;}i:3020;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:3018;}i:3021;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3020;}i:3022;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3018;}i:3023;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3022;}i:3024;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3023;}i:3025;a:2:{s:5:\"class\";s:18:\"ilsurveyphrasesgui\";s:6:\"parent\";i:3018;}i:3026;a:2:{s:5:\"class\";s:23:\"surveymatrixquestiongui\";s:6:\"parent\";i:3018;}i:3027;a:2:{s:5:\"class\";s:23:\"surveymetricquestiongui\";s:6:\"parent\";i:3018;}i:3028;a:2:{s:5:\"class\";s:31:\"surveymultiplechoicequestiongui\";s:6:\"parent\";i:3018;}i:3029;a:2:{s:5:\"class\";s:29:\"surveysinglechoicequestiongui\";s:6:\"parent\";i:3018;}i:3030;a:2:{s:5:\"class\";s:21:\"surveytextquestiongui\";s:6:\"parent\";i:3018;}i:3031;a:2:{s:5:\"class\";s:12:\"ilobjtestgui\";s:6:\"parent\";i:1;}i:3032;a:2:{s:5:\"class\";s:16:\"ilcertificategui\";s:6:\"parent\";i:3031;}i:3033;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:3031;}i:3034;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:3033;}i:3035;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3034;}i:3036;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:3034;}i:3037;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:3034;}i:3038;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3037;}i:3039;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3037;}i:3040;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3039;}i:3041;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3037;}i:3042;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3041;}i:3043;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3037;}i:3044;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3043;}i:3045;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3037;}i:3046;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3045;}i:3047;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:3034;}i:3048;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:3034;}i:3049;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:3034;}i:3050;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:3034;}i:3051;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:3034;}i:3052;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:3051;}i:3053;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:3034;}i:3054;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3053;}i:3055;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3053;}i:3056;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3055;}i:3057;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3053;}i:3058;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3057;}i:3059;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3053;}i:3060;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3059;}i:3061;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3053;}i:3062;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3061;}i:3063;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:3034;}i:3064;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:3034;}i:3065;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:3034;}i:3066;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:3034;}i:3067;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:3034;}i:3068;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:3034;}i:3069;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:3034;}i:3070;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:3034;}i:3071;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:3034;}i:3072;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3071;}i:3073;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:3033;}i:3074;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3073;}i:3075;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3033;}i:3076;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3033;}i:3077;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:3031;}i:3078;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:3077;}i:3079;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:3077;}i:3080;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:3079;}i:3081;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3080;}i:3082;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:3079;}i:3083;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:3082;}i:3084;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3083;}i:3085;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:3083;}i:3086;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:3079;}i:3087;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3086;}i:3088;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:3079;}i:3089;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3088;}i:3090;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:3077;}i:3091;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:3090;}i:3092;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3091;}i:3093;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:3090;}i:3094;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:3093;}i:3095;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3094;}i:3096;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:3094;}i:3097;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:3090;}i:3098;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3097;}i:3099;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:3077;}i:3100;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3099;}i:3101;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3031;}i:3102;a:2:{s:5:\"class\";s:14:\"ilobjcoursegui\";s:6:\"parent\";i:3031;}i:3103;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:3102;}i:3104;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3103;}i:3105;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:3103;}i:3106;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:3103;}i:3107;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3106;}i:3108;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3106;}i:3109;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3108;}i:3110;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3106;}i:3111;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3110;}i:3112;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3106;}i:3113;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3112;}i:3114;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3106;}i:3115;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3114;}i:3116;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:3103;}i:3117;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:3103;}i:3118;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:3103;}i:3119;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:3103;}i:3120;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:3103;}i:3121;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:3120;}i:3122;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:3103;}i:3123;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3122;}i:3124;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3122;}i:3125;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3124;}i:3126;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3122;}i:3127;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3126;}i:3128;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3122;}i:3129;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3128;}i:3130;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3122;}i:3131;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3130;}i:3132;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:3103;}i:3133;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:3103;}i:3134;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:3103;}i:3135;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:3103;}i:3136;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:3103;}i:3137;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:3103;}i:3138;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:3103;}i:3139;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:3103;}i:3140;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:3103;}i:3141;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3140;}i:3142;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:3102;}i:3143;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3142;}i:3144;a:2:{s:5:\"class\";s:20:\"ilcourseagreementgui\";s:6:\"parent\";i:3102;}i:3145;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3144;}i:3146;a:2:{s:5:\"class\";s:18:\"ilcoursecontentgui\";s:6:\"parent\";i:3102;}i:3147;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:3146;}i:3148;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3147;}i:3149;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:3147;}i:3150;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:3147;}i:3151;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3150;}i:3152;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3150;}i:3153;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3152;}i:3154;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3150;}i:3155;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3154;}i:3156;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3150;}i:3157;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3156;}i:3158;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3150;}i:3159;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3158;}i:3160;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:3147;}i:3161;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:3147;}i:3162;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:3147;}i:3163;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:3147;}i:3164;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:3147;}i:3165;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:3164;}i:3166;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:3147;}i:3167;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3166;}i:3168;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3166;}i:3169;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3168;}i:3170;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3166;}i:3171;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3170;}i:3172;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3166;}i:3173;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3172;}i:3174;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3166;}i:3175;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3174;}i:3176;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:3147;}i:3177;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:3147;}i:3178;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:3147;}i:3179;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:3147;}i:3180;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:3147;}i:3181;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:3147;}i:3182;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:3147;}i:3183;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:3147;}i:3184;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:3147;}i:3185;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3184;}i:3186;a:2:{s:5:\"class\";s:19:\"ilcoursearchivesgui\";s:6:\"parent\";i:3146;}i:3187;a:2:{s:5:\"class\";s:32:\"ilcourseobjectivepresentationgui\";s:6:\"parent\";i:3146;}i:3188;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3187;}i:3189;a:2:{s:5:\"class\";s:29:\"ilcourseitemadministrationgui\";s:6:\"parent\";i:3102;}i:3190;a:2:{s:5:\"class\";s:27:\"ilconditionhandlerinterface\";s:6:\"parent\";i:3189;}i:3191;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3190;}i:3192;a:2:{s:5:\"class\";s:21:\"ilcourseobjectivesgui\";s:6:\"parent\";i:3102;}i:3193;a:2:{s:5:\"class\";s:23:\"ilcourseregistrationgui\";s:6:\"parent\";i:3102;}i:3194;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3193;}i:3195;a:2:{s:5:\"class\";s:21:\"ilcourseuserfieldsgui\";s:6:\"parent\";i:3102;}i:3196;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:3102;}i:3197;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:3196;}i:3198;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3197;}i:3199;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:3197;}i:3200;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:3197;}i:3201;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3200;}i:3202;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3200;}i:3203;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3202;}i:3204;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3200;}i:3205;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3204;}i:3206;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3200;}i:3207;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3206;}i:3208;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3200;}i:3209;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3208;}i:3210;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:3197;}i:3211;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:3197;}i:3212;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:3197;}i:3213;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:3197;}i:3214;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:3197;}i:3215;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:3214;}i:3216;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:3197;}i:3217;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3216;}i:3218;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3216;}i:3219;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3218;}i:3220;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3216;}i:3221;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3220;}i:3222;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3216;}i:3223;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3222;}i:3224;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3216;}i:3225;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3224;}i:3226;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:3197;}i:3227;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:3197;}i:3228;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:3197;}i:3229;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:3197;}i:3230;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:3197;}i:3231;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:3197;}i:3232;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:3197;}i:3233;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:3197;}i:3234;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:3197;}i:3235;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3234;}i:3236;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:3196;}i:3237;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3236;}i:3238;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3196;}i:3239;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3196;}i:3240;a:2:{s:5:\"class\";s:21:\"illearningprogressgui\";s:6:\"parent\";i:3102;}i:3241;a:2:{s:5:\"class\";s:17:\"illmstatisticsgui\";s:6:\"parent\";i:3240;}i:3242;a:2:{s:5:\"class\";s:20:\"illplistofobjectsgui\";s:6:\"parent\";i:3240;}i:3243;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:3242;}i:3244;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3243;}i:3245;a:2:{s:5:\"class\";s:19:\"illpobjectstablegui\";s:6:\"parent\";i:3242;}i:3246;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:3245;}i:3247;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3246;}i:3248;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:3246;}i:3249;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:3242;}i:3250;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3249;}i:3251;a:2:{s:5:\"class\";s:15:\"iluserfiltergui\";s:6:\"parent\";i:3242;}i:3252;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3251;}i:3253;a:2:{s:5:\"class\";s:21:\"illplistofprogressgui\";s:6:\"parent\";i:3240;}i:3254;a:2:{s:5:\"class\";s:13:\"illpfiltergui\";s:6:\"parent\";i:3253;}i:3255;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3254;}i:3256;a:2:{s:5:\"class\";s:20:\"illpprogresstablegui\";s:6:\"parent\";i:3253;}i:3257;a:2:{s:5:\"class\";s:25:\"ilformpropertydispatchgui\";s:6:\"parent\";i:3256;}i:3258;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3257;}i:3259;a:2:{s:5:\"class\";s:28:\"ilrepositoryselectorinputgui\";s:6:\"parent\";i:3257;}i:3260;a:2:{s:5:\"class\";s:17:\"ilpdfpresentation\";s:6:\"parent\";i:3253;}i:3261;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3260;}i:3262;a:2:{s:5:\"class\";s:21:\"illplistofsettingsgui\";s:6:\"parent\";i:3240;}i:3263;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3262;}i:3264;a:2:{s:5:\"class\";s:20:\"illicenseoverviewgui\";s:6:\"parent\";i:3102;}i:3265;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3264;}i:3266;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3102;}i:3267;a:2:{s:5:\"class\";s:17:\"ilmemberexportgui\";s:6:\"parent\";i:3102;}i:3268;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3267;}i:3269;a:2:{s:5:\"class\";s:22:\"ilobjcoursegroupinggui\";s:6:\"parent\";i:3102;}i:3270;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:3102;}i:3271;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3270;}i:3272;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:3102;}i:3273;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3272;}i:3274;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:3102;}i:3275;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:3274;}i:3276;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3275;}i:3277;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3276;}i:3278;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3276;}i:3279;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3278;}i:3280;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3276;}i:3281;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3274;}i:3282;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3274;}i:3283;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:3274;}i:3284;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3283;}i:3285;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3283;}i:3286;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3285;}i:3287;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3285;}i:3288;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3287;}i:3289;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3285;}i:3290;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:3283;}i:3291;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:3283;}i:3292;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:3283;}i:3293;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:3283;}i:3294;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:3283;}i:3295;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:3283;}i:3296;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:3283;}i:3297;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3283;}i:3298;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3297;}i:3299;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3298;}i:3300;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3298;}i:3301;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3300;}i:3302;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3298;}i:3303;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3297;}i:3304;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3303;}i:3305;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:3283;}i:3306;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:3283;}i:3307;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3306;}i:3308;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3307;}i:3309;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3308;}i:3310;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3308;}i:3311;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3310;}i:3312;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3308;}i:3313;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3307;}i:3314;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3313;}i:3315;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:3283;}i:3316;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:3283;}i:3317;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:3316;}i:3318;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:3317;}i:3319;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:3317;}i:3320;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:3317;}i:3321;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:3317;}i:3322;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:3317;}i:3323;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:3317;}i:3324;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:3317;}i:3325;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:3317;}i:3326;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:3317;}i:3327;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:3317;}i:3328;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:3283;}i:3329;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:3283;}i:3330;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:3283;}i:3331;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:3283;}i:3332;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:3283;}i:3333;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:3283;}i:3334;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3274;}i:3335;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3102;}i:3336;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3335;}i:3337;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3336;}i:3338;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3102;}i:3339;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3102;}i:3340;a:2:{s:5:\"class\";s:20:\"ilsessionoverviewgui\";s:6:\"parent\";i:3102;}i:3341;a:2:{s:5:\"class\";s:17:\"ilshoppurchasegui\";s:6:\"parent\";i:3102;}i:3342;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:3341;}i:3343;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:3342;}i:3344;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3343;}i:3345;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3344;}i:3346;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3344;}i:3347;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3346;}i:3348;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3344;}i:3349;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3342;}i:3350;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3342;}i:3351;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:3342;}i:3352;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3351;}i:3353;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3351;}i:3354;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3353;}i:3355;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3353;}i:3356;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3355;}i:3357;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3353;}i:3358;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:3351;}i:3359;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:3351;}i:3360;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:3351;}i:3361;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:3351;}i:3362;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:3351;}i:3363;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:3351;}i:3364;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:3351;}i:3365;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3351;}i:3366;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3365;}i:3367;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3366;}i:3368;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3366;}i:3369;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3368;}i:3370;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3366;}i:3371;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3365;}i:3372;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3371;}i:3373;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:3351;}i:3374;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:3351;}i:3375;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3374;}i:3376;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3375;}i:3377;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3376;}i:3378;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3376;}i:3379;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3378;}i:3380;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3376;}i:3381;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3375;}i:3382;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3381;}i:3383;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:3351;}i:3384;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:3351;}i:3385;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:3384;}i:3386;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:3385;}i:3387;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:3385;}i:3388;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:3385;}i:3389;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:3385;}i:3390;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:3385;}i:3391;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:3385;}i:3392;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:3385;}i:3393;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:3385;}i:3394;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:3385;}i:3395;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:3385;}i:3396;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:3351;}i:3397;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:3351;}i:3398;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:3351;}i:3399;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:3351;}i:3400;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:3351;}i:3401;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:3351;}i:3402;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3342;}i:3403;a:2:{s:5:\"class\";s:15:\"ilobjectcopygui\";s:6:\"parent\";i:3031;}i:3404;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3403;}i:3405;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3031;}i:3406;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3405;}i:3407;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3406;}i:3408;a:2:{s:5:\"class\";s:17:\"ilshoppurchasegui\";s:6:\"parent\";i:3031;}i:3409;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:3408;}i:3410;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:3409;}i:3411;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3410;}i:3412;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3411;}i:3413;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3411;}i:3414;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3413;}i:3415;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3411;}i:3416;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3409;}i:3417;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3409;}i:3418;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:3409;}i:3419;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3418;}i:3420;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3418;}i:3421;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3420;}i:3422;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3420;}i:3423;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3422;}i:3424;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3420;}i:3425;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:3418;}i:3426;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:3418;}i:3427;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:3418;}i:3428;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:3418;}i:3429;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:3418;}i:3430;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:3418;}i:3431;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:3418;}i:3432;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3418;}i:3433;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3432;}i:3434;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3433;}i:3435;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3433;}i:3436;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3435;}i:3437;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3433;}i:3438;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3432;}i:3439;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3438;}i:3440;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:3418;}i:3441;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:3418;}i:3442;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3441;}i:3443;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3442;}i:3444;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3443;}i:3445;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3443;}i:3446;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3445;}i:3447;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3443;}i:3448;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3442;}i:3449;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3448;}i:3450;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:3418;}i:3451;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:3418;}i:3452;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:3451;}i:3453;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:3452;}i:3454;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:3452;}i:3455;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:3452;}i:3456;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:3452;}i:3457;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:3452;}i:3458;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:3452;}i:3459;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:3452;}i:3460;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:3452;}i:3461;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:3452;}i:3462;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:3452;}i:3463;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:3418;}i:3464;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:3418;}i:3465;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:3418;}i:3466;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:3418;}i:3467;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:3418;}i:3468;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:3418;}i:3469;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3409;}i:3470;a:2:{s:5:\"class\";s:19:\"iltestevaluationgui\";s:6:\"parent\";i:3031;}i:3471;a:2:{s:5:\"class\";s:15:\"iltestoutputgui\";s:6:\"parent\";i:3031;}i:3472;a:2:{s:5:\"class\";s:16:\"iltestscoringgui\";s:6:\"parent\";i:3031;}i:3473;a:2:{s:5:\"class\";s:16:\"iltestservicegui\";s:6:\"parent\";i:3031;}i:3474;a:2:{s:5:\"class\";s:12:\"ilobjwikigui\";s:6:\"parent\";i:1;}i:3475;a:2:{s:5:\"class\";s:15:\"ilinfoscreengui\";s:6:\"parent\";i:3474;}i:3476;a:2:{s:5:\"class\";s:11:\"ilcolumngui\";s:6:\"parent\";i:3475;}i:3477;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3476;}i:3478;a:2:{s:5:\"class\";s:18:\"ilbookmarkblockgui\";s:6:\"parent\";i:3476;}i:3479;a:2:{s:5:\"class\";s:18:\"ilcalendarblockgui\";s:6:\"parent\";i:3476;}i:3480;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3479;}i:3481;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3479;}i:3482;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3481;}i:3483;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3479;}i:3484;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3483;}i:3485;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3479;}i:3486;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3485;}i:3487;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3479;}i:3488;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3487;}i:3489;a:2:{s:5:\"class\";s:14:\"ilchatblockgui\";s:6:\"parent\";i:3476;}i:3490;a:2:{s:5:\"class\";s:15:\"ildummyblockgui\";s:6:\"parent\";i:3476;}i:3491;a:2:{s:5:\"class\";s:22:\"ilexternalfeedblockgui\";s:6:\"parent\";i:3476;}i:3492;a:2:{s:5:\"class\";s:14:\"ilhtmlblockgui\";s:6:\"parent\";i:3476;}i:3493;a:2:{s:5:\"class\";s:24:\"ilnewsforcontextblockgui\";s:6:\"parent\";i:3476;}i:3494;a:2:{s:5:\"class\";s:13:\"ilnewsitemgui\";s:6:\"parent\";i:3493;}i:3495;a:2:{s:5:\"class\";s:20:\"ilpdcalendarblockgui\";s:6:\"parent\";i:3476;}i:3496;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3495;}i:3497;a:2:{s:5:\"class\";s:16:\"ilcalendardaygui\";s:6:\"parent\";i:3495;}i:3498;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3497;}i:3499;a:2:{s:5:\"class\";s:18:\"ilcalendarinboxgui\";s:6:\"parent\";i:3495;}i:3500;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3499;}i:3501;a:2:{s:5:\"class\";s:18:\"ilcalendarmonthgui\";s:6:\"parent\";i:3495;}i:3502;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3501;}i:3503;a:2:{s:5:\"class\";s:17:\"ilcalendarweekgui\";s:6:\"parent\";i:3495;}i:3504;a:2:{s:5:\"class\";s:24:\"ilcalendarappointmentgui\";s:6:\"parent\";i:3503;}i:3505;a:2:{s:5:\"class\";s:24:\"ilpdexternalfeedblockgui\";s:6:\"parent\";i:3476;}i:3506;a:2:{s:5:\"class\";s:20:\"ilpdfeedbackblockgui\";s:6:\"parent\";i:3476;}i:3507;a:2:{s:5:\"class\";s:16:\"ilpdmailblockgui\";s:6:\"parent\";i:3476;}i:3508;a:2:{s:5:\"class\";s:16:\"ilpdnewsblockgui\";s:6:\"parent\";i:3476;}i:3509;a:2:{s:5:\"class\";s:17:\"ilpdnotesblockgui\";s:6:\"parent\";i:3476;}i:3510;a:2:{s:5:\"class\";s:25:\"ilpdselecteditemsblockgui\";s:6:\"parent\";i:3476;}i:3511;a:2:{s:5:\"class\";s:22:\"ilpdsysmessageblockgui\";s:6:\"parent\";i:3476;}i:3512;a:2:{s:5:\"class\";s:19:\"ilpdtaggingblockgui\";s:6:\"parent\";i:3476;}i:3513;a:2:{s:5:\"class\";s:21:\"ilusersonlineblockgui\";s:6:\"parent\";i:3476;}i:3514;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3513;}i:3515;a:2:{s:5:\"class\";s:13:\"ilfeedbackgui\";s:6:\"parent\";i:3475;}i:3516;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3515;}i:3517;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3475;}i:3518;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3475;}i:3519;a:2:{s:5:\"class\";s:18:\"ilobjstylesheetgui\";s:6:\"parent\";i:3474;}i:3520;a:2:{s:5:\"class\";s:0:\"\";s:6:\"parent\";i:3519;}i:3521;a:2:{s:5:\"class\";s:15:\"ilpermissiongui\";s:6:\"parent\";i:3474;}i:3522;a:2:{s:5:\"class\";s:12:\"ilobjrolegui\";s:6:\"parent\";i:3521;}i:3523;a:2:{s:5:\"class\";s:21:\"ilrepositorysearchgui\";s:6:\"parent\";i:3522;}i:3524;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3474;}i:3525;a:2:{s:5:\"class\";s:13:\"ilwikipagegui\";s:6:\"parent\";i:3474;}i:3526;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:3525;}i:3527;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3526;}i:3528;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3527;}i:3529;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3527;}i:3530;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3529;}i:3531;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3527;}i:3532;a:2:{s:5:\"class\";s:25:\"ilmediapooltargetselector\";s:6:\"parent\";i:3525;}i:3533;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3525;}i:3534;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:3525;}i:3535;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3534;}i:3536;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3534;}i:3537;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3536;}i:3538;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3536;}i:3539;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3538;}i:3540;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3536;}i:3541;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:3534;}i:3542;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:3534;}i:3543;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:3534;}i:3544;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:3534;}i:3545;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:3534;}i:3546;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:3534;}i:3547;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:3534;}i:3548;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3534;}i:3549;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3548;}i:3550;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3549;}i:3551;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3549;}i:3552;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3551;}i:3553;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3549;}i:3554;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3548;}i:3555;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3554;}i:3556;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:3534;}i:3557;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:3534;}i:3558;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3557;}i:3559;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3558;}i:3560;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3559;}i:3561;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3559;}i:3562;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3561;}i:3563;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3559;}i:3564;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3558;}i:3565;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3564;}i:3566;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:3534;}i:3567;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:3534;}i:3568;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:3567;}i:3569;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:3568;}i:3570;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:3568;}i:3571;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:3568;}i:3572;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:3568;}i:3573;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:3568;}i:3574;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:3568;}i:3575;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:3568;}i:3576;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:3568;}i:3577;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:3568;}i:3578;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:3568;}i:3579;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:3534;}i:3580;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:3534;}i:3581;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:3534;}i:3582;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:3534;}i:3583;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:3534;}i:3584;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:3534;}i:3585;a:2:{s:5:\"class\";s:15:\"ilpageobjectgui\";s:6:\"parent\";i:3525;}i:3586;a:2:{s:5:\"class\";s:18:\"ileditclipboardgui\";s:6:\"parent\";i:3585;}i:3587;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3586;}i:3588;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3587;}i:3589;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3587;}i:3590;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3589;}i:3591;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3587;}i:3592;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3585;}i:3593;a:2:{s:5:\"class\";s:9:\"ilnotegui\";s:6:\"parent\";i:3585;}i:3594;a:2:{s:5:\"class\";s:15:\"ilpageeditorgui\";s:6:\"parent\";i:3585;}i:3595;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3594;}i:3596;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3594;}i:3597;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3596;}i:3598;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3596;}i:3599;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3598;}i:3600;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3596;}i:3601;a:2:{s:5:\"class\";s:21:\"ilpccontentincludegui\";s:6:\"parent\";i:3594;}i:3602;a:2:{s:5:\"class\";s:16:\"ilpcdatatablegui\";s:6:\"parent\";i:3594;}i:3603;a:2:{s:5:\"class\";s:15:\"ilpcfileitemgui\";s:6:\"parent\";i:3594;}i:3604;a:2:{s:5:\"class\";s:15:\"ilpcfilelistgui\";s:6:\"parent\";i:3594;}i:3605;a:2:{s:5:\"class\";s:11:\"ilpclistgui\";s:6:\"parent\";i:3594;}i:3606;a:2:{s:5:\"class\";s:15:\"ilpclistitemgui\";s:6:\"parent\";i:3594;}i:3607;a:2:{s:5:\"class\";s:10:\"ilpcmapgui\";s:6:\"parent\";i:3594;}i:3608;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3594;}i:3609;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3608;}i:3610;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3609;}i:3611;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3609;}i:3612;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3611;}i:3613;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3609;}i:3614;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3608;}i:3615;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3614;}i:3616;a:2:{s:5:\"class\";s:16:\"ilpcparagraphgui\";s:6:\"parent\";i:3594;}i:3617;a:2:{s:5:\"class\";s:18:\"ilpcplaceholdergui\";s:6:\"parent\";i:3594;}i:3618;a:2:{s:5:\"class\";s:18:\"ilpcmediaobjectgui\";s:6:\"parent\";i:3617;}i:3619;a:2:{s:5:\"class\";s:19:\"ilobjmediaobjectgui\";s:6:\"parent\";i:3618;}i:3620;a:2:{s:5:\"class\";s:15:\"ilfilesystemgui\";s:6:\"parent\";i:3619;}i:3621;a:2:{s:5:\"class\";s:19:\"ilimagemapeditorgui\";s:6:\"parent\";i:3619;}i:3622;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3621;}i:3623;a:2:{s:5:\"class\";s:13:\"ilmdeditorgui\";s:6:\"parent\";i:3619;}i:3624;a:2:{s:5:\"class\";s:21:\"ilpcimagemapeditorgui\";s:6:\"parent\";i:3618;}i:3625;a:2:{s:5:\"class\";s:17:\"ilinternallinkgui\";s:6:\"parent\";i:3624;}i:3626;a:2:{s:5:\"class\";s:14:\"ilpcpluggedgui\";s:6:\"parent\";i:3594;}i:3627;a:2:{s:5:\"class\";s:15:\"ilpcquestiongui\";s:6:\"parent\";i:3594;}i:3628;a:2:{s:5:\"class\";s:17:\"ilquestioneditgui\";s:6:\"parent\";i:3627;}i:3629;a:2:{s:5:\"class\";s:15:\"assclozetestgui\";s:6:\"parent\";i:3628;}i:3630;a:2:{s:5:\"class\";s:22:\"assimagemapquestiongui\";s:6:\"parent\";i:3628;}i:3631;a:2:{s:5:\"class\";s:16:\"assjavaappletgui\";s:6:\"parent\";i:3628;}i:3632;a:2:{s:5:\"class\";s:22:\"assmatchingquestiongui\";s:6:\"parent\";i:3628;}i:3633;a:2:{s:5:\"class\";s:20:\"assmultiplechoicegui\";s:6:\"parent\";i:3628;}i:3634;a:2:{s:5:\"class\";s:13:\"assnumericgui\";s:6:\"parent\";i:3628;}i:3635;a:2:{s:5:\"class\";s:22:\"assorderingquestiongui\";s:6:\"parent\";i:3628;}i:3636;a:2:{s:5:\"class\";s:18:\"asssinglechoicegui\";s:6:\"parent\";i:3628;}i:3637;a:2:{s:5:\"class\";s:18:\"asstextquestiongui\";s:6:\"parent\";i:3628;}i:3638;a:2:{s:5:\"class\";s:16:\"asstextsubsetgui\";s:6:\"parent\";i:3628;}i:3639;a:2:{s:5:\"class\";s:16:\"ilpcresourcesgui\";s:6:\"parent\";i:3594;}i:3640;a:2:{s:5:\"class\";s:14:\"ilpcsectiongui\";s:6:\"parent\";i:3594;}i:3641;a:2:{s:5:\"class\";s:17:\"ilpcsourcecodegui\";s:6:\"parent\";i:3594;}i:3642;a:2:{s:5:\"class\";s:16:\"ilpctabledatagui\";s:6:\"parent\";i:3594;}i:3643;a:2:{s:5:\"class\";s:12:\"ilpctablegui\";s:6:\"parent\";i:3594;}i:3644;a:2:{s:5:\"class\";s:11:\"ilpctabsgui\";s:6:\"parent\";i:3594;}i:3645;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3585;}i:3646;a:2:{s:5:\"class\";s:22:\"ilpublicuserprofilegui\";s:6:\"parent\";i:3525;}i:3647;a:2:{s:5:\"class\";s:11:\"ilratinggui\";s:6:\"parent\";i:3525;}}','a:70:{s:16:\"ilcalendardaygui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:18:\"ilcalendarinboxgui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:18:\"ilcalendarmonthgui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:17:\"ilcalendarweekgui\";a:1:{i:0;s:24:\"ilcalendarappointmentgui\";}s:18:\"ilcalendarblockgui\";a:5:{i:0;s:24:\"ilcalendarappointmentgui\";i:1;s:16:\"ilcalendardaygui\";i:2;s:18:\"ilcalendarinboxgui\";i:3;s:18:\"ilcalendarmonthgui\";i:4;s:17:\"ilcalendarweekgui\";}s:24:\"ilnewsforcontextblockgui\";a:1:{i:0;s:13:\"ilnewsitemgui\";}s:20:\"ilpdcalendarblockgui\";a:5:{i:0;s:24:\"ilcalendarappointmentgui\";i:1;s:16:\"ilcalendardaygui\";i:2;s:18:\"ilcalendarinboxgui\";i:3;s:18:\"ilcalendarmonthgui\";i:4;s:17:\"ilcalendarweekgui\";}s:21:\"ilusersonlineblockgui\";a:1:{i:0;s:22:\"ilpublicuserprofilegui\";}s:11:\"ilcolumngui\";a:17:{i:0;s:18:\"ilbookmarkblockgui\";i:1;s:18:\"ilcalendarblockgui\";i:2;s:14:\"ilchatblockgui\";i:3;s:15:\"ildummyblockgui\";i:4;s:22:\"ilexternalfeedblockgui\";i:5;s:14:\"ilhtmlblockgui\";i:6;s:24:\"ilnewsforcontextblockgui\";i:7;s:20:\"ilpdcalendarblockgui\";i:8;s:24:\"ilpdexternalfeedblockgui\";i:9;s:20:\"ilpdfeedbackblockgui\";i:10;s:16:\"ilpdmailblockgui\";i:11;s:16:\"ilpdnewsblockgui\";i:12;s:17:\"ilpdnotesblockgui\";i:13;s:25:\"ilpdselecteditemsblockgui\";i:14;s:22:\"ilpdsysmessageblockgui\";i:15;s:19:\"ilpdtaggingblockgui\";i:16;s:21:\"ilusersonlineblockgui\";}s:15:\"ilinfoscreengui\";a:4:{i:0;s:11:\"ilcolumngui\";i:1;s:13:\"ilfeedbackgui\";i:2;s:9:\"ilnotegui\";i:3;s:22:\"ilpublicuserprofilegui\";}s:25:\"ilformpropertydispatchgui\";a:1:{i:0;s:28:\"ilrepositoryselectorinputgui\";}s:19:\"illpobjectstablegui\";a:1:{i:0;s:25:\"ilformpropertydispatchgui\";}s:20:\"illplistofobjectsgui\";a:4:{i:0;s:13:\"illpfiltergui\";i:1;s:19:\"illpobjectstablegui\";i:2;s:17:\"ilpdfpresentation\";i:3;s:15:\"iluserfiltergui\";}s:20:\"illpprogresstablegui\";a:1:{i:0;s:25:\"ilformpropertydispatchgui\";}s:21:\"illplistofprogressgui\";a:3:{i:0;s:13:\"illpfiltergui\";i:1;s:20:\"illpprogresstablegui\";i:2;s:17:\"ilpdfpresentation\";}s:21:\"illearningprogressgui\";a:4:{i:0;s:17:\"illmstatisticsgui\";i:1;s:20:\"illplistofobjectsgui\";i:2;s:21:\"illplistofprogressgui\";i:3;s:21:\"illplistofsettingsgui\";}s:12:\"ilobjusergui\";a:2:{i:0;s:21:\"illearningprogressgui\";i:1;s:17:\"ilobjilincusergui\";}s:20:\"iladminusersearchgui\";a:1:{i:0;s:12:\"ilobjusergui\";}s:12:\"ilobjrolegui\";a:1:{i:0;s:21:\"ilrepositorysearchgui\";}s:15:\"ilpermissiongui\";a:1:{i:0;s:12:\"ilobjrolegui\";}s:14:\"ilusertablegui\";a:1:{i:0;s:25:\"ilformpropertydispatchgui\";}s:18:\"ilobjuserfoldergui\";a:3:{i:0;s:20:\"iladminusersearchgui\";i:1;s:15:\"ilpermissiongui\";i:2;s:14:\"ilusertablegui\";}s:19:\"ilimagemapeditorgui\";a:1:{i:0;s:17:\"ilinternallinkgui\";}s:19:\"ilobjmediaobjectgui\";a:3:{i:0;s:15:\"ilfilesystemgui\";i:1;s:19:\"ilimagemapeditorgui\";i:2;s:13:\"ilmdeditorgui\";}s:18:\"ileditclipboardgui\";a:1:{i:0;s:19:\"ilobjmediaobjectgui\";}s:21:\"ilpcimagemapeditorgui\";a:1:{i:0;s:17:\"ilinternallinkgui\";}s:18:\"ilpcmediaobjectgui\";a:2:{i:0;s:19:\"ilobjmediaobjectgui\";i:1;s:21:\"ilpcimagemapeditorgui\";}s:18:\"ilpcplaceholdergui\";a:1:{i:0;s:18:\"ilpcmediaobjectgui\";}s:17:\"ilquestioneditgui\";a:10:{i:0;s:15:\"assclozetestgui\";i:1;s:22:\"assimagemapquestiongui\";i:2;s:16:\"assjavaappletgui\";i:3;s:22:\"assmatchingquestiongui\";i:4;s:20:\"assmultiplechoicegui\";i:5;s:13:\"assnumericgui\";i:6;s:22:\"assorderingquestiongui\";i:7;s:18:\"asssinglechoicegui\";i:8;s:18:\"asstextquestiongui\";i:9;s:16:\"asstextsubsetgui\";}s:15:\"ilpcquestiongui\";a:1:{i:0;s:17:\"ilquestioneditgui\";}s:15:\"ilpageeditorgui\";a:20:{i:0;s:17:\"ilinternallinkgui\";i:1;s:19:\"ilobjmediaobjectgui\";i:2;s:21:\"ilpccontentincludegui\";i:3;s:16:\"ilpcdatatablegui\";i:4;s:15:\"ilpcfileitemgui\";i:5;s:15:\"ilpcfilelistgui\";i:6;s:11:\"ilpclistgui\";i:7;s:15:\"ilpclistitemgui\";i:8;s:10:\"ilpcmapgui\";i:9;s:18:\"ilpcmediaobjectgui\";i:10;s:16:\"ilpcparagraphgui\";i:11;s:18:\"ilpcplaceholdergui\";i:12;s:14:\"ilpcpluggedgui\";i:13;s:15:\"ilpcquestiongui\";i:14;s:16:\"ilpcresourcesgui\";i:15;s:14:\"ilpcsectiongui\";i:16;s:17:\"ilpcsourcecodegui\";i:17;s:16:\"ilpctabledatagui\";i:18;s:12:\"ilpctablegui\";i:19;s:11:\"ilpctabsgui\";}s:15:\"ilpageobjectgui\";a:5:{i:0;s:18:\"ileditclipboardgui\";i:1;s:13:\"ilmdeditorgui\";i:2;s:9:\"ilnotegui\";i:3;s:15:\"ilpageeditorgui\";i:4;s:22:\"ilpublicuserprofilegui\";}s:16:\"ilobjcategorygui\";a:9:{i:0;s:11:\"ilcolumngui\";i:1;s:22:\"ilcontainerlinklistgui\";i:2;s:15:\"ilinfoscreengui\";i:3;s:15:\"ilobjectcopygui\";i:4;s:18:\"ilobjstylesheetgui\";i:5;s:18:\"ilobjuserfoldergui\";i:6;s:12:\"ilobjusergui\";i:7;s:15:\"ilpageobjectgui\";i:8;s:15:\"ilpermissiongui\";}s:25:\"ilobjcategoryreferencegui\";a:2:{i:0;s:15:\"ilinfoscreengui\";i:1;s:15:\"ilpermissiongui\";}s:12:\"ilobjchatgui\";a:4:{i:0;s:15:\"ilinfoscreengui\";i:1;s:15:\"ilobjectcopygui\";i:2;s:15:\"ilpermissiongui\";i:3;s:22:\"ilpublicuserprofilegui\";}s:18:\"ilcoursecontentgui\";a:3:{i:0;s:11:\"ilcolumngui\";i:1;s:19:\"ilcoursearchivesgui\";i:2;s:32:\"ilcourseobjectivepresentationgui\";}s:29:\"ilcourseitemadministrationgui\";a:1:{i:0;s:27:\"ilconditionhandlerinterface\";}s:17:\"ilshoppurchasegui\";a:1:{i:0;s:15:\"ilpageobjectgui\";}s:14:\"ilobjcoursegui\";a:22:{i:0;s:11:\"ilcolumngui\";i:1;s:27:\"ilconditionhandlerinterface\";i:2;s:20:\"ilcourseagreementgui\";i:3;s:18:\"ilcoursecontentgui\";i:4;s:29:\"ilcourseitemadministrationgui\";i:5;s:21:\"ilcourseobjectivesgui\";i:6;s:23:\"ilcourseregistrationgui\";i:7;s:21:\"ilcourseuserfieldsgui\";i:8;s:15:\"ilinfoscreengui\";i:9;s:21:\"illearningprogressgui\";i:10;s:20:\"illicenseoverviewgui\";i:11;s:13:\"ilmdeditorgui\";i:12;s:17:\"ilmemberexportgui\";i:13;s:22:\"ilobjcoursegroupinggui\";i:14;s:15:\"ilobjectcopygui\";i:15;s:18:\"ilobjstylesheetgui\";i:16;s:15:\"ilpageobjectgui\";i:17;s:15:\"ilpermissiongui\";i:18;s:22:\"ilpublicuserprofilegui\";i:19;s:21:\"ilrepositorysearchgui\";i:20;s:20:\"ilsessionoverviewgui\";i:21;s:17:\"ilshoppurchasegui\";}s:23:\"ilobjcoursereferencegui\";a:2:{i:0;s:15:\"ilinfoscreengui\";i:1;s:15:\"ilpermissiongui\";}s:17:\"illmpageobjectgui\";a:1:{i:0;s:15:\"ilpageobjectgui\";}s:20:\"ilstructureobjectgui\";a:2:{i:0;s:27:\"ilconditionhandlerinterface\";i:1;s:13:\"ilmdeditorgui\";}s:14:\"ilobjdlbookgui\";a:7:{i:0;s:15:\"ilinfoscreengui\";i:1;s:21:\"illearningprogressgui\";i:2;s:17:\"illmpageobjectgui\";i:3;s:13:\"ilmdeditorgui\";i:4;s:18:\"ilobjstylesheetgui\";i:5;s:15:\"ilpermissiongui\";i:6;s:20:\"ilstructureobjectgui\";}s:16:\"ilobjexercisegui\";a:5:{i:0;s:15:\"ilinfoscreengui\";i:1;s:21:\"illearningprogressgui\";i:2;s:15:\"ilobjectcopygui\";i:3;s:15:\"ilpermissiongui\";i:4;s:21:\"ilrepositorysearchgui\";}s:20:\"ilobjexternalfeedgui\";a:2:{i:0;s:22:\"ilexternalfeedblockgui\";i:1;s:15:\"ilpermissiongui\";}s:19:\"ilobjfilebasedlmgui\";a:7:{i:0;s:15:\"ilfilesystemgui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:21:\"illearningprogressgui\";i:3;s:12:\"illicensegui\";i:4;s:13:\"ilmdeditorgui\";i:5;s:15:\"ilpermissiongui\";i:6;s:17:\"ilshoppurchasegui\";}s:12:\"ilobjfilegui\";a:5:{i:0;s:15:\"ilinfoscreengui\";i:1;s:13:\"ilmdeditorgui\";i:2;s:15:\"ilobjectcopygui\";i:3;s:15:\"ilpermissiongui\";i:4;s:17:\"ilshoppurchasegui\";}s:14:\"ilobjfoldergui\";a:10:{i:0;s:11:\"ilcolumngui\";i:1;s:27:\"ilconditionhandlerinterface\";i:2;s:18:\"ilcoursecontentgui\";i:3;s:29:\"ilcourseitemadministrationgui\";i:4;s:15:\"ilinfoscreengui\";i:5;s:21:\"illearningprogressgui\";i:6;s:15:\"ilobjectcopygui\";i:7;s:18:\"ilobjstylesheetgui\";i:8;s:15:\"ilpageobjectgui\";i:9;s:15:\"ilpermissiongui\";}s:13:\"ilobjforumgui\";a:7:{i:0;s:11:\"ilcolumngui\";i:1;s:16:\"ilforumexportgui\";i:2;s:20:\"ilforummoderatorsgui\";i:3;s:15:\"ilinfoscreengui\";i:4;s:15:\"ilobjectcopygui\";i:5;s:15:\"ilpermissiongui\";i:6;s:22:\"ilpublicuserprofilegui\";}s:25:\"iltermdefinitioneditorgui\";a:2:{i:0;s:13:\"ilmdeditorgui\";i:1;s:15:\"ilpageobjectgui\";}s:17:\"ilglossarytermgui\";a:2:{i:0;s:15:\"ilpageobjectgui\";i:1;s:25:\"iltermdefinitioneditorgui\";}s:16:\"ilobjglossarygui\";a:4:{i:0;s:17:\"ilglossarytermgui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:13:\"ilmdeditorgui\";i:3;s:15:\"ilpermissiongui\";}s:13:\"ilobjgroupgui\";a:14:{i:0;s:11:\"ilcolumngui\";i:1;s:27:\"ilconditionhandlerinterface\";i:2;s:18:\"ilcoursecontentgui\";i:3;s:29:\"ilcourseitemadministrationgui\";i:4;s:22:\"ilgroupregistrationgui\";i:5;s:15:\"ilinfoscreengui\";i:6;s:21:\"illearningprogressgui\";i:7;s:22:\"ilobjcoursegroupinggui\";i:8;s:15:\"ilobjectcopygui\";i:9;s:18:\"ilobjstylesheetgui\";i:10;s:15:\"ilpageobjectgui\";i:11;s:15:\"ilpermissiongui\";i:12;s:22:\"ilpublicuserprofilegui\";i:13;s:21:\"ilrepositorysearchgui\";}s:19:\"ilobjilinccoursegui\";a:6:{i:0;s:11:\"ilcolumngui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:22:\"ilobjilincclassroomgui\";i:3;s:15:\"ilpermissiongui\";i:4;s:22:\"ilpublicuserprofilegui\";i:5;s:21:\"ilrepositorysearchgui\";}s:22:\"ilobjlearningmodulegui\";a:7:{i:0;s:15:\"ilinfoscreengui\";i:1;s:21:\"illearningprogressgui\";i:2;s:17:\"illmpageobjectgui\";i:3;s:13:\"ilmdeditorgui\";i:4;s:18:\"ilobjstylesheetgui\";i:5;s:15:\"ilpermissiongui\";i:6;s:20:\"ilstructureobjectgui\";}s:20:\"ilobjlinkresourcegui\";a:4:{i:0;s:15:\"ilinfoscreengui\";i:1;s:13:\"ilmdeditorgui\";i:2;s:15:\"ilobjectcopygui\";i:3;s:15:\"ilpermissiongui\";}s:17:\"ilobjmediacastgui\";a:2:{i:0;s:15:\"ilinfoscreengui\";i:1;s:15:\"ilpermissiongui\";}s:18:\"ilmediapoolpagegui\";a:5:{i:0;s:18:\"ileditclipboardgui\";i:1;s:25:\"ilmediapooltargetselector\";i:2;s:15:\"ilpageeditorgui\";i:3;s:15:\"ilpageobjectgui\";i:4;s:22:\"ilpublicuserprofilegui\";}s:17:\"ilobjmediapoolgui\";a:6:{i:0;s:18:\"ileditclipboardgui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:18:\"ilmediapoolpagegui\";i:3;s:14:\"ilobjfoldergui\";i:4;s:19:\"ilobjmediaobjectgui\";i:5;s:15:\"ilpermissiongui\";}s:20:\"ilobjquestionpoolgui\";a:18:{i:0;s:15:\"assclozetestgui\";i:1;s:15:\"asserrortextgui\";i:2;s:16:\"assfileuploadgui\";i:3;s:19:\"assflashquestiongui\";i:4;s:22:\"assimagemapquestiongui\";i:5;s:16:\"assjavaappletgui\";i:6;s:22:\"assmatchingquestiongui\";i:7;s:20:\"assmultiplechoicegui\";i:8;s:13:\"assnumericgui\";i:9;s:24:\"assorderinghorizontalgui\";i:10;s:22:\"assorderingquestiongui\";i:11;s:18:\"asssinglechoicegui\";i:12;s:18:\"asstextquestiongui\";i:13;s:16:\"asstextsubsetgui\";i:14;s:13:\"ilmdeditorgui\";i:15;s:15:\"ilobjectcopygui\";i:16;s:15:\"ilpageobjectgui\";i:17;s:15:\"ilpermissiongui\";}s:20:\"ilobjremotecoursegui\";a:2:{i:0;s:15:\"ilinfoscreengui\";i:1;s:15:\"ilpermissiongui\";}s:18:\"ilobjrootfoldergui\";a:6:{i:0;s:11:\"ilcolumngui\";i:1;s:22:\"ilcontainerlinklistgui\";i:2;s:15:\"ilobjectcopygui\";i:3;s:18:\"ilobjstylesheetgui\";i:4;s:15:\"ilpageobjectgui\";i:5;s:15:\"ilpermissiongui\";}s:26:\"ilobjsahslearningmodulegui\";a:6:{i:0;s:15:\"ilfilesystemgui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:21:\"illearningprogressgui\";i:3;s:12:\"illicensegui\";i:4;s:13:\"ilmdeditorgui\";i:5;s:15:\"ilpermissiongui\";}s:15:\"ilobjsessiongui\";a:4:{i:0;s:29:\"ilcourseitemadministrationgui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:15:\"ilobjectcopygui\";i:3;s:15:\"ilpermissiongui\";}s:14:\"ilobjsurveygui\";a:6:{i:0;s:15:\"ilinfoscreengui\";i:1;s:13:\"ilmdeditorgui\";i:2;s:15:\"ilobjectcopygui\";i:3;s:15:\"ilpermissiongui\";i:4;s:21:\"ilsurveyevaluationgui\";i:5;s:20:\"ilsurveyexecutiongui\";}s:26:\"ilobjsurveyquestionpoolgui\";a:9:{i:0;s:13:\"ilmdeditorgui\";i:1;s:15:\"ilobjectcopygui\";i:2;s:15:\"ilpermissiongui\";i:3;s:18:\"ilsurveyphrasesgui\";i:4;s:23:\"surveymatrixquestiongui\";i:5;s:23:\"surveymetricquestiongui\";i:6;s:31:\"surveymultiplechoicequestiongui\";i:7;s:29:\"surveysinglechoicequestiongui\";i:8;s:21:\"surveytextquestiongui\";}s:12:\"ilobjtestgui\";a:12:{i:0;s:16:\"ilcertificategui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:21:\"illearningprogressgui\";i:3;s:13:\"ilmdeditorgui\";i:4;s:14:\"ilobjcoursegui\";i:5;s:15:\"ilobjectcopygui\";i:6;s:15:\"ilpermissiongui\";i:7;s:17:\"ilshoppurchasegui\";i:8;s:19:\"iltestevaluationgui\";i:9;s:15:\"iltestoutputgui\";i:10;s:16:\"iltestscoringgui\";i:11;s:16:\"iltestservicegui\";}s:13:\"ilwikipagegui\";a:7:{i:0;s:18:\"ileditclipboardgui\";i:1;s:25:\"ilmediapooltargetselector\";i:2;s:9:\"ilnotegui\";i:3;s:15:\"ilpageeditorgui\";i:4;s:15:\"ilpageobjectgui\";i:5;s:22:\"ilpublicuserprofilegui\";i:6;s:11:\"ilratinggui\";}s:12:\"ilobjwikigui\";a:5:{i:0;s:15:\"ilinfoscreengui\";i:1;s:18:\"ilobjstylesheetgui\";i:2;s:15:\"ilpermissiongui\";i:3;s:22:\"ilpublicuserprofilegui\";i:4;s:13:\"ilwikipagegui\";}s:15:\"ilrepositorygui\";a:31:{i:0;s:21:\"ilcourseobjectivesgui\";i:1;s:16:\"ilobjcategorygui\";i:2;s:25:\"ilobjcategoryreferencegui\";i:3;s:12:\"ilobjchatgui\";i:4;s:14:\"ilobjcoursegui\";i:5;s:23:\"ilobjcoursereferencegui\";i:6;s:14:\"ilobjdlbookgui\";i:7;s:16:\"ilobjexercisegui\";i:8;s:20:\"ilobjexternalfeedgui\";i:9;s:19:\"ilobjfilebasedlmgui\";i:10;s:12:\"ilobjfilegui\";i:11;s:14:\"ilobjfoldergui\";i:12;s:13:\"ilobjforumgui\";i:13;s:16:\"ilobjglossarygui\";i:14;s:13:\"ilobjgroupgui\";i:15;s:22:\"ilobjilincclassroomgui\";i:16;s:19:\"ilobjilinccoursegui\";i:17;s:22:\"ilobjlearningmodulegui\";i:18;s:20:\"ilobjlinkresourcegui\";i:19;s:17:\"ilobjmediacastgui\";i:20;s:17:\"ilobjmediapoolgui\";i:21;s:20:\"ilobjquestionpoolgui\";i:22;s:20:\"ilobjremotecoursegui\";i:23;s:12:\"ilobjrolegui\";i:24;s:18:\"ilobjrootfoldergui\";i:25;s:26:\"ilobjsahslearningmodulegui\";i:26;s:15:\"ilobjsessiongui\";i:27;s:14:\"ilobjsurveygui\";i:28;s:26:\"ilobjsurveyquestionpoolgui\";i:29;s:12:\"ilobjtestgui\";i:30;s:12:\"ilobjwikigui\";}}','a:161:{s:24:\"ilcalendarappointmentgui\";a:6:{i:0;s:16:\"ilcalendardaygui\";i:1;s:18:\"ilcalendarinboxgui\";i:2;s:18:\"ilcalendarmonthgui\";i:3;s:17:\"ilcalendarweekgui\";i:4;s:18:\"ilcalendarblockgui\";i:5;s:20:\"ilpdcalendarblockgui\";}s:16:\"ilcalendardaygui\";a:2:{i:0;s:18:\"ilcalendarblockgui\";i:1;s:20:\"ilpdcalendarblockgui\";}s:18:\"ilcalendarinboxgui\";a:2:{i:0;s:18:\"ilcalendarblockgui\";i:1;s:20:\"ilpdcalendarblockgui\";}s:18:\"ilcalendarmonthgui\";a:2:{i:0;s:18:\"ilcalendarblockgui\";i:1;s:20:\"ilpdcalendarblockgui\";}s:17:\"ilcalendarweekgui\";a:2:{i:0;s:18:\"ilcalendarblockgui\";i:1;s:20:\"ilpdcalendarblockgui\";}s:13:\"ilnewsitemgui\";a:1:{i:0;s:24:\"ilnewsforcontextblockgui\";}s:22:\"ilpublicuserprofilegui\";a:11:{i:0;s:21:\"ilusersonlineblockgui\";i:1;s:15:\"ilinfoscreengui\";i:2;s:15:\"ilpageobjectgui\";i:3;s:12:\"ilobjchatgui\";i:4;s:14:\"ilobjcoursegui\";i:5;s:13:\"ilobjforumgui\";i:6;s:13:\"ilobjgroupgui\";i:7;s:19:\"ilobjilinccoursegui\";i:8;s:18:\"ilmediapoolpagegui\";i:9;s:13:\"ilwikipagegui\";i:10;s:12:\"ilobjwikigui\";}s:18:\"ilbookmarkblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:18:\"ilcalendarblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:14:\"ilchatblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:15:\"ildummyblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:22:\"ilexternalfeedblockgui\";a:2:{i:0;s:11:\"ilcolumngui\";i:1;s:20:\"ilobjexternalfeedgui\";}s:14:\"ilhtmlblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:24:\"ilnewsforcontextblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:20:\"ilpdcalendarblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:24:\"ilpdexternalfeedblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:20:\"ilpdfeedbackblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:16:\"ilpdmailblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:16:\"ilpdnewsblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:17:\"ilpdnotesblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:25:\"ilpdselecteditemsblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:22:\"ilpdsysmessageblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:19:\"ilpdtaggingblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:21:\"ilusersonlineblockgui\";a:1:{i:0;s:11:\"ilcolumngui\";}s:11:\"ilcolumngui\";a:9:{i:0;s:15:\"ilinfoscreengui\";i:1;s:16:\"ilobjcategorygui\";i:2;s:18:\"ilcoursecontentgui\";i:3;s:14:\"ilobjcoursegui\";i:4;s:14:\"ilobjfoldergui\";i:5;s:13:\"ilobjforumgui\";i:6;s:13:\"ilobjgroupgui\";i:7;s:19:\"ilobjilinccoursegui\";i:8;s:18:\"ilobjrootfoldergui\";}s:13:\"ilfeedbackgui\";a:1:{i:0;s:15:\"ilinfoscreengui\";}s:9:\"ilnotegui\";a:3:{i:0;s:15:\"ilinfoscreengui\";i:1;s:15:\"ilpageobjectgui\";i:2;s:13:\"ilwikipagegui\";}s:28:\"ilrepositoryselectorinputgui\";a:1:{i:0;s:25:\"ilformpropertydispatchgui\";}s:25:\"ilformpropertydispatchgui\";a:3:{i:0;s:19:\"illpobjectstablegui\";i:1;s:20:\"illpprogresstablegui\";i:2;s:14:\"ilusertablegui\";}s:13:\"illpfiltergui\";a:2:{i:0;s:20:\"illplistofobjectsgui\";i:1;s:21:\"illplistofprogressgui\";}s:19:\"illpobjectstablegui\";a:1:{i:0;s:20:\"illplistofobjectsgui\";}s:17:\"ilpdfpresentation\";a:2:{i:0;s:20:\"illplistofobjectsgui\";i:1;s:21:\"illplistofprogressgui\";}s:15:\"iluserfiltergui\";a:1:{i:0;s:20:\"illplistofobjectsgui\";}s:20:\"illpprogresstablegui\";a:1:{i:0;s:21:\"illplistofprogressgui\";}s:17:\"illmstatisticsgui\";a:1:{i:0;s:21:\"illearningprogressgui\";}s:20:\"illplistofobjectsgui\";a:1:{i:0;s:21:\"illearningprogressgui\";}s:21:\"illplistofprogressgui\";a:1:{i:0;s:21:\"illearningprogressgui\";}s:21:\"illplistofsettingsgui\";a:1:{i:0;s:21:\"illearningprogressgui\";}s:21:\"illearningprogressgui\";a:10:{i:0;s:12:\"ilobjusergui\";i:1;s:14:\"ilobjcoursegui\";i:2;s:14:\"ilobjdlbookgui\";i:3;s:16:\"ilobjexercisegui\";i:4;s:19:\"ilobjfilebasedlmgui\";i:5;s:14:\"ilobjfoldergui\";i:6;s:13:\"ilobjgroupgui\";i:7;s:22:\"ilobjlearningmodulegui\";i:8;s:26:\"ilobjsahslearningmodulegui\";i:9;s:12:\"ilobjtestgui\";}s:17:\"ilobjilincusergui\";a:1:{i:0;s:12:\"ilobjusergui\";}s:12:\"ilobjusergui\";a:2:{i:0;s:20:\"iladminusersearchgui\";i:1;s:16:\"ilobjcategorygui\";}s:21:\"ilrepositorysearchgui\";a:5:{i:0;s:12:\"ilobjrolegui\";i:1;s:14:\"ilobjcoursegui\";i:2;s:16:\"ilobjexercisegui\";i:3;s:13:\"ilobjgroupgui\";i:4;s:19:\"ilobjilinccoursegui\";}s:12:\"ilobjrolegui\";a:2:{i:0;s:15:\"ilpermissiongui\";i:1;s:15:\"ilrepositorygui\";}s:20:\"iladminusersearchgui\";a:1:{i:0;s:18:\"ilobjuserfoldergui\";}s:15:\"ilpermissiongui\";a:29:{i:0;s:18:\"ilobjuserfoldergui\";i:1;s:16:\"ilobjcategorygui\";i:2;s:25:\"ilobjcategoryreferencegui\";i:3;s:12:\"ilobjchatgui\";i:4;s:14:\"ilobjcoursegui\";i:5;s:23:\"ilobjcoursereferencegui\";i:6;s:14:\"ilobjdlbookgui\";i:7;s:16:\"ilobjexercisegui\";i:8;s:20:\"ilobjexternalfeedgui\";i:9;s:19:\"ilobjfilebasedlmgui\";i:10;s:12:\"ilobjfilegui\";i:11;s:14:\"ilobjfoldergui\";i:12;s:13:\"ilobjforumgui\";i:13;s:16:\"ilobjglossarygui\";i:14;s:13:\"ilobjgroupgui\";i:15;s:19:\"ilobjilinccoursegui\";i:16;s:22:\"ilobjlearningmodulegui\";i:17;s:20:\"ilobjlinkresourcegui\";i:18;s:17:\"ilobjmediacastgui\";i:19;s:17:\"ilobjmediapoolgui\";i:20;s:20:\"ilobjquestionpoolgui\";i:21;s:20:\"ilobjremotecoursegui\";i:22;s:18:\"ilobjrootfoldergui\";i:23;s:26:\"ilobjsahslearningmodulegui\";i:24;s:15:\"ilobjsessiongui\";i:25;s:14:\"ilobjsurveygui\";i:26;s:26:\"ilobjsurveyquestionpoolgui\";i:27;s:12:\"ilobjtestgui\";i:28;s:12:\"ilobjwikigui\";}s:14:\"ilusertablegui\";a:1:{i:0;s:18:\"ilobjuserfoldergui\";}s:17:\"ilinternallinkgui\";a:3:{i:0;s:19:\"ilimagemapeditorgui\";i:1;s:21:\"ilpcimagemapeditorgui\";i:2;s:15:\"ilpageeditorgui\";}s:15:\"ilfilesystemgui\";a:3:{i:0;s:19:\"ilobjmediaobjectgui\";i:1;s:19:\"ilobjfilebasedlmgui\";i:2;s:26:\"ilobjsahslearningmodulegui\";}s:19:\"ilimagemapeditorgui\";a:1:{i:0;s:19:\"ilobjmediaobjectgui\";}s:13:\"ilmdeditorgui\";a:16:{i:0;s:19:\"ilobjmediaobjectgui\";i:1;s:15:\"ilpageobjectgui\";i:2;s:14:\"ilobjcoursegui\";i:3;s:20:\"ilstructureobjectgui\";i:4;s:14:\"ilobjdlbookgui\";i:5;s:19:\"ilobjfilebasedlmgui\";i:6;s:12:\"ilobjfilegui\";i:7;s:25:\"iltermdefinitioneditorgui\";i:8;s:16:\"ilobjglossarygui\";i:9;s:22:\"ilobjlearningmodulegui\";i:10;s:20:\"ilobjlinkresourcegui\";i:11;s:20:\"ilobjquestionpoolgui\";i:12;s:26:\"ilobjsahslearningmodulegui\";i:13;s:14:\"ilobjsurveygui\";i:14;s:26:\"ilobjsurveyquestionpoolgui\";i:15;s:12:\"ilobjtestgui\";}s:19:\"ilobjmediaobjectgui\";a:4:{i:0;s:18:\"ileditclipboardgui\";i:1;s:18:\"ilpcmediaobjectgui\";i:2;s:15:\"ilpageeditorgui\";i:3;s:17:\"ilobjmediapoolgui\";}s:21:\"ilpcimagemapeditorgui\";a:1:{i:0;s:18:\"ilpcmediaobjectgui\";}s:18:\"ilpcmediaobjectgui\";a:2:{i:0;s:18:\"ilpcplaceholdergui\";i:1;s:15:\"ilpageeditorgui\";}s:15:\"assclozetestgui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:22:\"assimagemapquestiongui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:16:\"assjavaappletgui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:22:\"assmatchingquestiongui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:20:\"assmultiplechoicegui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:13:\"assnumericgui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:22:\"assorderingquestiongui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:18:\"asssinglechoicegui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:18:\"asstextquestiongui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:16:\"asstextsubsetgui\";a:2:{i:0;s:17:\"ilquestioneditgui\";i:1;s:20:\"ilobjquestionpoolgui\";}s:17:\"ilquestioneditgui\";a:1:{i:0;s:15:\"ilpcquestiongui\";}s:21:\"ilpccontentincludegui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:16:\"ilpcdatatablegui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:15:\"ilpcfileitemgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:15:\"ilpcfilelistgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:11:\"ilpclistgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:15:\"ilpclistitemgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:10:\"ilpcmapgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:16:\"ilpcparagraphgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:18:\"ilpcplaceholdergui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:14:\"ilpcpluggedgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:15:\"ilpcquestiongui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:16:\"ilpcresourcesgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:14:\"ilpcsectiongui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:17:\"ilpcsourcecodegui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:16:\"ilpctabledatagui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:12:\"ilpctablegui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:11:\"ilpctabsgui\";a:1:{i:0;s:15:\"ilpageeditorgui\";}s:18:\"ileditclipboardgui\";a:4:{i:0;s:15:\"ilpageobjectgui\";i:1;s:18:\"ilmediapoolpagegui\";i:2;s:17:\"ilobjmediapoolgui\";i:3;s:13:\"ilwikipagegui\";}s:15:\"ilpageeditorgui\";a:3:{i:0;s:15:\"ilpageobjectgui\";i:1;s:18:\"ilmediapoolpagegui\";i:2;s:13:\"ilwikipagegui\";}s:22:\"ilcontainerlinklistgui\";a:2:{i:0;s:16:\"ilobjcategorygui\";i:1;s:18:\"ilobjrootfoldergui\";}s:15:\"ilinfoscreengui\";a:24:{i:0;s:16:\"ilobjcategorygui\";i:1;s:25:\"ilobjcategoryreferencegui\";i:2;s:12:\"ilobjchatgui\";i:3;s:14:\"ilobjcoursegui\";i:4;s:23:\"ilobjcoursereferencegui\";i:5;s:14:\"ilobjdlbookgui\";i:6;s:16:\"ilobjexercisegui\";i:7;s:19:\"ilobjfilebasedlmgui\";i:8;s:12:\"ilobjfilegui\";i:9;s:14:\"ilobjfoldergui\";i:10;s:13:\"ilobjforumgui\";i:11;s:16:\"ilobjglossarygui\";i:12;s:13:\"ilobjgroupgui\";i:13;s:19:\"ilobjilinccoursegui\";i:14;s:22:\"ilobjlearningmodulegui\";i:15;s:20:\"ilobjlinkresourcegui\";i:16;s:17:\"ilobjmediacastgui\";i:17;s:17:\"ilobjmediapoolgui\";i:18;s:20:\"ilobjremotecoursegui\";i:19;s:26:\"ilobjsahslearningmodulegui\";i:20;s:15:\"ilobjsessiongui\";i:21;s:14:\"ilobjsurveygui\";i:22;s:12:\"ilobjtestgui\";i:23;s:12:\"ilobjwikigui\";}s:15:\"ilobjectcopygui\";a:15:{i:0;s:16:\"ilobjcategorygui\";i:1;s:12:\"ilobjchatgui\";i:2;s:14:\"ilobjcoursegui\";i:3;s:16:\"ilobjexercisegui\";i:4;s:12:\"ilobjfilegui\";i:5;s:14:\"ilobjfoldergui\";i:6;s:13:\"ilobjforumgui\";i:7;s:13:\"ilobjgroupgui\";i:8;s:20:\"ilobjlinkresourcegui\";i:9;s:20:\"ilobjquestionpoolgui\";i:10;s:18:\"ilobjrootfoldergui\";i:11;s:15:\"ilobjsessiongui\";i:12;s:14:\"ilobjsurveygui\";i:13;s:26:\"ilobjsurveyquestionpoolgui\";i:14;s:12:\"ilobjtestgui\";}s:18:\"ilobjstylesheetgui\";a:8:{i:0;s:16:\"ilobjcategorygui\";i:1;s:14:\"ilobjcoursegui\";i:2;s:14:\"ilobjdlbookgui\";i:3;s:14:\"ilobjfoldergui\";i:4;s:13:\"ilobjgroupgui\";i:5;s:22:\"ilobjlearningmodulegui\";i:6;s:18:\"ilobjrootfoldergui\";i:7;s:12:\"ilobjwikigui\";}s:18:\"ilobjuserfoldergui\";a:1:{i:0;s:16:\"ilobjcategorygui\";}s:15:\"ilpageobjectgui\";a:12:{i:0;s:16:\"ilobjcategorygui\";i:1;s:17:\"ilshoppurchasegui\";i:2;s:14:\"ilobjcoursegui\";i:3;s:17:\"illmpageobjectgui\";i:4;s:14:\"ilobjfoldergui\";i:5;s:25:\"iltermdefinitioneditorgui\";i:6;s:17:\"ilglossarytermgui\";i:7;s:13:\"ilobjgroupgui\";i:8;s:18:\"ilmediapoolpagegui\";i:9;s:20:\"ilobjquestionpoolgui\";i:10;s:18:\"ilobjrootfoldergui\";i:11;s:13:\"ilwikipagegui\";}s:19:\"ilcoursearchivesgui\";a:1:{i:0;s:18:\"ilcoursecontentgui\";}s:32:\"ilcourseobjectivepresentationgui\";a:1:{i:0;s:18:\"ilcoursecontentgui\";}s:27:\"ilconditionhandlerinterface\";a:5:{i:0;s:29:\"ilcourseitemadministrationgui\";i:1;s:14:\"ilobjcoursegui\";i:2;s:20:\"ilstructureobjectgui\";i:3;s:14:\"ilobjfoldergui\";i:4;s:13:\"ilobjgroupgui\";}s:20:\"ilcourseagreementgui\";a:1:{i:0;s:14:\"ilobjcoursegui\";}s:18:\"ilcoursecontentgui\";a:3:{i:0;s:14:\"ilobjcoursegui\";i:1;s:14:\"ilobjfoldergui\";i:2;s:13:\"ilobjgroupgui\";}s:29:\"ilcourseitemadministrationgui\";a:4:{i:0;s:14:\"ilobjcoursegui\";i:1;s:14:\"ilobjfoldergui\";i:2;s:13:\"ilobjgroupgui\";i:3;s:15:\"ilobjsessiongui\";}s:21:\"ilcourseobjectivesgui\";a:2:{i:0;s:14:\"ilobjcoursegui\";i:1;s:15:\"ilrepositorygui\";}s:23:\"ilcourseregistrationgui\";a:1:{i:0;s:14:\"ilobjcoursegui\";}s:21:\"ilcourseuserfieldsgui\";a:1:{i:0;s:14:\"ilobjcoursegui\";}s:20:\"illicenseoverviewgui\";a:1:{i:0;s:14:\"ilobjcoursegui\";}s:17:\"ilmemberexportgui\";a:1:{i:0;s:14:\"ilobjcoursegui\";}s:22:\"ilobjcoursegroupinggui\";a:2:{i:0;s:14:\"ilobjcoursegui\";i:1;s:13:\"ilobjgroupgui\";}s:20:\"ilsessionoverviewgui\";a:1:{i:0;s:14:\"ilobjcoursegui\";}s:17:\"ilshoppurchasegui\";a:4:{i:0;s:14:\"ilobjcoursegui\";i:1;s:19:\"ilobjfilebasedlmgui\";i:2;s:12:\"ilobjfilegui\";i:3;s:12:\"ilobjtestgui\";}s:17:\"illmpageobjectgui\";a:2:{i:0;s:14:\"ilobjdlbookgui\";i:1;s:22:\"ilobjlearningmodulegui\";}s:20:\"ilstructureobjectgui\";a:2:{i:0;s:14:\"ilobjdlbookgui\";i:1;s:22:\"ilobjlearningmodulegui\";}s:12:\"illicensegui\";a:2:{i:0;s:19:\"ilobjfilebasedlmgui\";i:1;s:26:\"ilobjsahslearningmodulegui\";}s:16:\"ilforumexportgui\";a:1:{i:0;s:13:\"ilobjforumgui\";}s:20:\"ilforummoderatorsgui\";a:1:{i:0;s:13:\"ilobjforumgui\";}s:25:\"iltermdefinitioneditorgui\";a:1:{i:0;s:17:\"ilglossarytermgui\";}s:17:\"ilglossarytermgui\";a:1:{i:0;s:16:\"ilobjglossarygui\";}s:22:\"ilgroupregistrationgui\";a:1:{i:0;s:13:\"ilobjgroupgui\";}s:22:\"ilobjilincclassroomgui\";a:2:{i:0;s:19:\"ilobjilinccoursegui\";i:1;s:15:\"ilrepositorygui\";}s:25:\"ilmediapooltargetselector\";a:2:{i:0;s:18:\"ilmediapoolpagegui\";i:1;s:13:\"ilwikipagegui\";}s:18:\"ilmediapoolpagegui\";a:1:{i:0;s:17:\"ilobjmediapoolgui\";}s:14:\"ilobjfoldergui\";a:2:{i:0;s:17:\"ilobjmediapoolgui\";i:1;s:15:\"ilrepositorygui\";}s:15:\"asserrortextgui\";a:1:{i:0;s:20:\"ilobjquestionpoolgui\";}s:16:\"assfileuploadgui\";a:1:{i:0;s:20:\"ilobjquestionpoolgui\";}s:19:\"assflashquestiongui\";a:1:{i:0;s:20:\"ilobjquestionpoolgui\";}s:24:\"assorderinghorizontalgui\";a:1:{i:0;s:20:\"ilobjquestionpoolgui\";}s:21:\"ilsurveyevaluationgui\";a:1:{i:0;s:14:\"ilobjsurveygui\";}s:20:\"ilsurveyexecutiongui\";a:1:{i:0;s:14:\"ilobjsurveygui\";}s:18:\"ilsurveyphrasesgui\";a:1:{i:0;s:26:\"ilobjsurveyquestionpoolgui\";}s:23:\"surveymatrixquestiongui\";a:1:{i:0;s:26:\"ilobjsurveyquestionpoolgui\";}s:23:\"surveymetricquestiongui\";a:1:{i:0;s:26:\"ilobjsurveyquestionpoolgui\";}s:31:\"surveymultiplechoicequestiongui\";a:1:{i:0;s:26:\"ilobjsurveyquestionpoolgui\";}s:29:\"surveysinglechoicequestiongui\";a:1:{i:0;s:26:\"ilobjsurveyquestionpoolgui\";}s:21:\"surveytextquestiongui\";a:1:{i:0;s:26:\"ilobjsurveyquestionpoolgui\";}s:16:\"ilcertificategui\";a:1:{i:0;s:12:\"ilobjtestgui\";}s:14:\"ilobjcoursegui\";a:2:{i:0;s:12:\"ilobjtestgui\";i:1;s:15:\"ilrepositorygui\";}s:19:\"iltestevaluationgui\";a:1:{i:0;s:12:\"ilobjtestgui\";}s:15:\"iltestoutputgui\";a:1:{i:0;s:12:\"ilobjtestgui\";}s:16:\"iltestscoringgui\";a:1:{i:0;s:12:\"ilobjtestgui\";}s:16:\"iltestservicegui\";a:1:{i:0;s:12:\"ilobjtestgui\";}s:11:\"ilratinggui\";a:1:{i:0;s:13:\"ilwikipagegui\";}s:13:\"ilwikipagegui\";a:1:{i:0;s:12:\"ilobjwikigui\";}s:16:\"ilobjcategorygui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:25:\"ilobjcategoryreferencegui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:12:\"ilobjchatgui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:23:\"ilobjcoursereferencegui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:14:\"ilobjdlbookgui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:16:\"ilobjexercisegui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:20:\"ilobjexternalfeedgui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:19:\"ilobjfilebasedlmgui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:12:\"ilobjfilegui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:13:\"ilobjforumgui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:16:\"ilobjglossarygui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:13:\"ilobjgroupgui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:19:\"ilobjilinccoursegui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:22:\"ilobjlearningmodulegui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:20:\"ilobjlinkresourcegui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:17:\"ilobjmediacastgui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:17:\"ilobjmediapoolgui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:20:\"ilobjquestionpoolgui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:20:\"ilobjremotecoursegui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:18:\"ilobjrootfoldergui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:26:\"ilobjsahslearningmodulegui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:15:\"ilobjsessiongui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:14:\"ilobjsurveygui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:26:\"ilobjsurveyquestionpoolgui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:12:\"ilobjtestgui\";a:1:{i:0;s:15:\"ilrepositorygui\";}s:12:\"ilobjwikigui\";a:1:{i:0;s:15:\"ilrepositorygui\";}}'); + +-- +-- Table structure for table `data_cache` +-- + +CREATE TABLE `data_cache` ( + `module` varchar(50) NOT NULL DEFAULT 'common', + `keyword` varchar(50) NOT NULL DEFAULT ' ', + `value` longtext DEFAULT NULL, + PRIMARY KEY (`module`,`keyword`) +) ; + +-- +-- Dumping data for table `data_cache` +-- + + +-- +-- Table structure for table `dav_lock` +-- + +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`) +) ; + +-- +-- Dumping data for table `dav_lock` +-- + + +-- +-- Table structure for table `dav_property` +-- + +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`) +) ; + +-- +-- Dumping data for table `dav_property` +-- + + +-- +-- Table structure for table `dbk_translations` +-- + +CREATE TABLE `dbk_translations` ( + `id` int(11) NOT NULL DEFAULT 0, + `tr_id` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`,`tr_id`) +) ; + +-- +-- Dumping data for table `dbk_translations` +-- + + +-- +-- Table structure for table `desktop_item` +-- + +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`) +) ; + +-- +-- Dumping data for table `desktop_item` +-- + + +-- +-- Table structure for table `didactic_tpl_a` +-- + +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`) +) ; + +-- +-- Dumping data for table `didactic_tpl_a` +-- + +INSERT INTO `didactic_tpl_a` VALUES (1,1,1); +INSERT INTO `didactic_tpl_a` VALUES (2,2,1); + +-- +-- Table structure for table `didactic_tpl_a_seq` +-- + +CREATE TABLE `didactic_tpl_a_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=3; + +-- +-- Dumping data for table `didactic_tpl_a_seq` +-- + +INSERT INTO `didactic_tpl_a_seq` VALUES (2); + +-- +-- Table structure for table `didactic_tpl_abr` +-- + +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`) +) ; + +-- +-- Dumping data for table `didactic_tpl_abr` +-- + + +-- +-- Table structure for table `didactic_tpl_alp` +-- + +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`) +) ; + +-- +-- Dumping data for table `didactic_tpl_alp` +-- + +INSERT INTO `didactic_tpl_alp` VALUES (1,3,2,82); +INSERT INTO `didactic_tpl_alp` VALUES (2,3,2,269); + +-- +-- Table structure for table `didactic_tpl_alr` +-- + +CREATE TABLE `didactic_tpl_alr` ( + `action_id` int(11) NOT NULL DEFAULT 0, + `role_template_id` int(11) DEFAULT NULL, + PRIMARY KEY (`action_id`) +) ; + +-- +-- Dumping data for table `didactic_tpl_alr` +-- + + +-- +-- Table structure for table `didactic_tpl_en` +-- + +CREATE TABLE `didactic_tpl_en` ( + `id` int(11) NOT NULL DEFAULT 0, + `node` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`,`node`) +) ; + +-- +-- Dumping data for table `didactic_tpl_en` +-- + + +-- +-- Table structure for table `didactic_tpl_fp` +-- + +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`) +) ; + +-- +-- Dumping data for table `didactic_tpl_fp` +-- + +INSERT INTO `didactic_tpl_fp` VALUES (1,1,1,'.*',1,'action'); +INSERT INTO `didactic_tpl_fp` VALUES (2,1,1,'.*',2,'action'); + +-- +-- Table structure for table `didactic_tpl_fp_seq` +-- + +CREATE TABLE `didactic_tpl_fp_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=3; + +-- +-- Dumping data for table `didactic_tpl_fp_seq` +-- + +INSERT INTO `didactic_tpl_fp_seq` VALUES (2); + +-- +-- Table structure for table `didactic_tpl_objs` +-- + +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`) +) ; + +-- +-- Dumping data for table `didactic_tpl_objs` +-- + + +-- +-- Table structure for table `didactic_tpl_sa` +-- + +CREATE TABLE `didactic_tpl_sa` ( + `id` int(11) NOT NULL DEFAULT 0, + `obj_type` varchar(8) NOT NULL DEFAULT '', + PRIMARY KEY (`id`,`obj_type`) +) ; + +-- +-- Dumping data for table `didactic_tpl_sa` +-- + +INSERT INTO `didactic_tpl_sa` VALUES (1,'grp'); +INSERT INTO `didactic_tpl_sa` VALUES (2,'sess'); + +-- +-- Table structure for table `didactic_tpl_settings` +-- + +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, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `didactic_tpl_settings` +-- + +INSERT INTO `didactic_tpl_settings` VALUES (1,1,1,'grp_closed','grp_closed_info','',1,0); +INSERT INTO `didactic_tpl_settings` VALUES (2,1,1,'sess_closed','sess_closed_info','',1,0); + +-- +-- Table structure for table `didactic_tpl_settings_seq` +-- + +CREATE TABLE `didactic_tpl_settings_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=3; + +-- +-- Dumping data for table `didactic_tpl_settings_seq` +-- + +INSERT INTO `didactic_tpl_settings_seq` VALUES (2); + +-- +-- Table structure for table `ecs_cmap_rule` +-- + +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`) +) ; + +-- +-- Dumping data for table `ecs_cmap_rule` +-- + + +-- +-- Table structure for table `ecs_cmap_rule_seq` +-- + +CREATE TABLE `ecs_cmap_rule_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `ecs_cmap_rule_seq` +-- + + +-- +-- Table structure for table `ecs_cms_data` +-- + +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`) +) ; + +-- +-- Dumping data for table `ecs_cms_data` +-- + + +-- +-- Table structure for table `ecs_cms_data_seq` +-- + +CREATE TABLE `ecs_cms_data_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `ecs_cms_data_seq` +-- + + +-- +-- Table structure for table `ecs_cms_tree` +-- + +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`) +) ; + +-- +-- Dumping data for table `ecs_cms_tree` +-- + + +-- +-- Table structure for table `ecs_community` +-- + +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`) +) ; + +-- +-- Dumping data for table `ecs_community` +-- + + +-- +-- Table structure for table `ecs_container_mapping` +-- + +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`) +) ; + +-- +-- Dumping data for table `ecs_container_mapping` +-- + + +-- +-- Table structure for table `ecs_container_mapping_seq` +-- + +CREATE TABLE `ecs_container_mapping_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `ecs_container_mapping_seq` +-- + + +-- +-- Table structure for table `ecs_course_assignments` +-- + +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`) +) ; + +-- +-- Dumping data for table `ecs_course_assignments` +-- + + +-- +-- Table structure for table `ecs_course_assignments_seq` +-- + +CREATE TABLE `ecs_course_assignments_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `ecs_course_assignments_seq` +-- + + +-- +-- Table structure for table `ecs_crs_mapping_atts` +-- + +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`) +) ; + +-- +-- Dumping data for table `ecs_crs_mapping_atts` +-- + + +-- +-- Table structure for table `ecs_crs_mapping_atts_seq` +-- + +CREATE TABLE `ecs_crs_mapping_atts_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `ecs_crs_mapping_atts_seq` +-- + + +-- +-- Table structure for table `ecs_data_mapping` +-- + +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`) +) ; + +-- +-- Dumping data for table `ecs_data_mapping` +-- + + +-- +-- Table structure for table `ecs_events` +-- + +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`) +) ; + +-- +-- Dumping data for table `ecs_events` +-- + + +-- +-- Table structure for table `ecs_events_seq` +-- + +CREATE TABLE `ecs_events_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `ecs_events_seq` +-- + + +-- +-- Table structure for table `ecs_export` +-- + +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`) +) ; + +-- +-- Dumping data for table `ecs_export` +-- + + +-- +-- Table structure for table `ecs_import` +-- + +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`) +) ; + +-- +-- Dumping data for table `ecs_import` +-- + + +-- +-- Table structure for table `ecs_node_mapping_a` +-- + +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`) +) ; + +-- +-- Dumping data for table `ecs_node_mapping_a` +-- + + +-- +-- Table structure for table `ecs_part_settings` +-- + +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, + PRIMARY KEY (`sid`,`mid`) +) ; + +-- +-- Dumping data for table `ecs_part_settings` +-- + + +-- +-- Table structure for table `ecs_remote_user` +-- + +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`) +) ; + +-- +-- Dumping data for table `ecs_remote_user` +-- + + +-- +-- Table structure for table `ecs_remote_user_seq` +-- + +CREATE TABLE `ecs_remote_user_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `ecs_remote_user_seq` +-- + + +-- +-- Table structure for table `ecs_server` +-- + +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, + `polling_time` int(11) DEFAULT 0, + `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`) +) ; + +-- +-- Dumping data for table `ecs_server` +-- + + +-- +-- Table structure for table `ecs_server_seq` +-- + +CREATE TABLE `ecs_server_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `ecs_server_seq` +-- + + +-- +-- Table structure for table `event` +-- + +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, + PRIMARY KEY (`event_id`), + KEY `i1_idx` (`obj_id`) +) ; + +-- +-- Dumping data for table `event` +-- + + +-- +-- Table structure for table `event_appointment` +-- + +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`) +) ; + +-- +-- Dumping data for table `event_appointment` +-- + + +-- +-- Table structure for table `event_appointment_seq` +-- + +CREATE TABLE `event_appointment_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `event_appointment_seq` +-- + + +-- +-- Table structure for table `event_file` +-- + +CREATE TABLE `event_file` ( + `file_id` int(11) NOT NULL DEFAULT 0, + `event_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`) +) ; + +-- +-- Dumping data for table `event_file` +-- + + +-- +-- Table structure for table `event_file_seq` +-- + +CREATE TABLE `event_file_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `event_file_seq` +-- + + +-- +-- Table structure for table `event_items` +-- + +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`) +) ; + +-- +-- Dumping data for table `event_items` +-- + + +-- +-- Table structure for table `event_participants` +-- + +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 DEFAULT NULL, + `e_comment` longtext DEFAULT NULL, + `contact` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`event_id`,`usr_id`) +) ; + +-- +-- Dumping data for table `event_participants` +-- + + +-- +-- Table structure for table `event_seq` +-- + +CREATE TABLE `event_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `event_seq` +-- + + +-- +-- Table structure for table `exc_ass_file_order` +-- + +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`) +) ; + +-- +-- Dumping data for table `exc_ass_file_order` +-- + + +-- +-- Table structure for table `exc_ass_file_order_seq` +-- + +CREATE TABLE `exc_ass_file_order_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `exc_ass_file_order_seq` +-- + + +-- +-- Table structure for table `exc_ass_reminders` +-- + +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`) +) ; + +-- +-- Dumping data for table `exc_ass_reminders` +-- + + +-- +-- Table structure for table `exc_ass_wiki_team` +-- + +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`) +) ; + +-- +-- Dumping data for table `exc_ass_wiki_team` +-- + + +-- +-- Table structure for table `exc_assignment` +-- + +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 DEFAULT NULL, + `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, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `exc_assignment` +-- + + +-- +-- Table structure for table `exc_assignment_peer` +-- + +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 DEFAULT NULL, + PRIMARY KEY (`ass_id`,`giver_id`,`peer_id`) +) ; + +-- +-- Dumping data for table `exc_assignment_peer` +-- + + +-- +-- Table structure for table `exc_assignment_seq` +-- + +CREATE TABLE `exc_assignment_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `exc_assignment_seq` +-- + + +-- +-- Table structure for table `exc_crit` +-- + +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`) +) ; + +-- +-- Dumping data for table `exc_crit` +-- + + +-- +-- Table structure for table `exc_crit_cat` +-- + +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`) +) ; + +-- +-- Dumping data for table `exc_crit_cat` +-- + + +-- +-- Table structure for table `exc_crit_cat_seq` +-- + +CREATE TABLE `exc_crit_cat_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `exc_crit_cat_seq` +-- + + +-- +-- Table structure for table `exc_crit_seq` +-- + +CREATE TABLE `exc_crit_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `exc_crit_seq` +-- + + +-- +-- Table structure for table `exc_data` +-- + +CREATE TABLE `exc_data` ( + `obj_id` int(11) NOT NULL DEFAULT 0, + `instruction` longtext DEFAULT NULL, + `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, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `exc_data` +-- + + +-- +-- Table structure for table `exc_idl` +-- + +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, + PRIMARY KEY (`ass_id`,`member_id`,`is_team`) +) ; + +-- +-- Dumping data for table `exc_idl` +-- + + +-- +-- Table structure for table `exc_mem_ass_status` +-- + +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, + PRIMARY KEY (`ass_id`,`usr_id`) +) ; + +-- +-- Dumping data for table `exc_mem_ass_status` +-- + + +-- +-- Table structure for table `exc_members` +-- + +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`) +) ; + +-- +-- Dumping data for table `exc_members` +-- + + +-- +-- Table structure for table `exc_returned` +-- + +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 DEFAULT NULL, + `late` tinyint(4) NOT NULL DEFAULT 0, + `team_id` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`returned_id`), + KEY `i1_idx` (`obj_id`), + KEY `i2_idx` (`user_id`) +) ; + +-- +-- Dumping data for table `exc_returned` +-- + + +-- +-- Table structure for table `exc_returned_seq` +-- + +CREATE TABLE `exc_returned_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `exc_returned_seq` +-- + + +-- +-- Table structure for table `exc_usr_tutor` +-- + +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`) +) ; + +-- +-- Dumping data for table `exc_usr_tutor` +-- + + +-- +-- Table structure for table `export_file_info` +-- + +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`) +) ; + +-- +-- Dumping data for table `export_file_info` +-- + + +-- +-- Table structure for table `export_options` +-- + +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`) +) ; + +-- +-- Dumping data for table `export_options` +-- + + +-- +-- Table structure for table `feedback_items_seq` +-- + +CREATE TABLE `feedback_items_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `feedback_items_seq` +-- + + +-- +-- Table structure for table `file_based_lm` +-- + +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`) +) ; + +-- +-- Dumping data for table `file_based_lm` +-- + + +-- +-- Table structure for table `file_data` +-- + +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, + PRIMARY KEY (`file_id`) +) ; + +-- +-- Dumping data for table `file_data` +-- + + +-- +-- Table structure for table `file_usage` +-- + +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`) +) ; + +-- +-- Dumping data for table `file_usage` +-- + + +-- +-- Table structure for table `frm_data` +-- + +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`) +) ; + +-- +-- Dumping data for table `frm_data` +-- + + +-- +-- Table structure for table `frm_data_seq` +-- + +CREATE TABLE `frm_data_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `frm_data_seq` +-- + + +-- +-- Table structure for table `frm_drafts_history` +-- + +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`) +) ; + +-- +-- Dumping data for table `frm_drafts_history` +-- + + +-- +-- Table structure for table `frm_drafts_history_seq` +-- + +CREATE TABLE `frm_drafts_history_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `frm_drafts_history_seq` +-- + + +-- +-- Table structure for table `frm_notification` +-- + +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, + PRIMARY KEY (`notification_id`), + KEY `i1_idx` (`user_id`,`thread_id`) +) ; + +-- +-- Dumping data for table `frm_notification` +-- + + +-- +-- Table structure for table `frm_notification_seq` +-- + +CREATE TABLE `frm_notification_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `frm_notification_seq` +-- + + +-- +-- Table structure for table `frm_posts` +-- + +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 DEFAULT NULL, + `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, + 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`) +) ; + +-- +-- Dumping data for table `frm_posts` +-- + + +-- +-- Table structure for table `frm_posts_deleted` +-- + +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`) +) ; + +-- +-- Dumping data for table `frm_posts_deleted` +-- + + +-- +-- Table structure for table `frm_posts_deleted_seq` +-- + +CREATE TABLE `frm_posts_deleted_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `frm_posts_deleted_seq` +-- + + +-- +-- Table structure for table `frm_posts_drafts` +-- + +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, + PRIMARY KEY (`draft_id`), + KEY `i1_idx` (`post_id`), + KEY `i2_idx` (`thread_id`), + KEY `i3_idx` (`forum_id`) +) ; + +-- +-- Dumping data for table `frm_posts_drafts` +-- + + +-- +-- Table structure for table `frm_posts_drafts_seq` +-- + +CREATE TABLE `frm_posts_drafts_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `frm_posts_drafts_seq` +-- + + +-- +-- Table structure for table `frm_posts_seq` +-- + +CREATE TABLE `frm_posts_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `frm_posts_seq` +-- + + +-- +-- Table structure for table `frm_posts_tree` +-- + +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`) +) ; + +-- +-- Dumping data for table `frm_posts_tree` +-- + + +-- +-- Table structure for table `frm_posts_tree_seq` +-- + +CREATE TABLE `frm_posts_tree_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `frm_posts_tree_seq` +-- + + +-- +-- Table structure for table `frm_settings` +-- + +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_sorting` int(11) NOT NULL DEFAULT 0, + `thread_rating` tinyint(4) NOT NULL DEFAULT 0, + `file_upload_allowed` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `frm_settings` +-- + + +-- +-- Table structure for table `frm_thread_access` +-- + +CREATE TABLE `frm_thread_access` ( + `usr_id` int(11) NOT NULL DEFAULT 0, + `obj_id` int(11) NOT NULL DEFAULT 0, + `thread_id` int(11) NOT NULL DEFAULT 0, + `access_old` int(11) NOT NULL DEFAULT 0, + `access_last` int(11) NOT NULL DEFAULT 0, + `access_old_ts` datetime DEFAULT NULL, + PRIMARY KEY (`usr_id`,`obj_id`,`thread_id`), + KEY `i1_idx` (`access_last`) +) ; + +-- +-- Dumping data for table `frm_thread_access` +-- + + +-- +-- Table structure for table `frm_threads` +-- + +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, + `thread_sorting` int(11) 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`) +) ; + +-- +-- Dumping data for table `frm_threads` +-- + + +-- +-- Table structure for table `frm_threads_seq` +-- + +CREATE TABLE `frm_threads_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `frm_threads_seq` +-- + + +-- +-- Table structure for table `frm_user_read` +-- + +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`) +) ; + +-- +-- Dumping data for table `frm_user_read` +-- + + +-- +-- Table structure for table `glo_advmd_col_order` +-- + +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`) +) ; + +-- +-- Dumping data for table `glo_advmd_col_order` +-- + + +-- +-- Table structure for table `glo_glossaries` +-- + +CREATE TABLE `glo_glossaries` ( + `id` int(11) NOT NULL DEFAULT 0, + `glo_id` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`,`glo_id`) +) ; + +-- +-- Dumping data for table `glo_glossaries` +-- + + +-- +-- Table structure for table `glo_term_reference` +-- + +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`) +) ; + +-- +-- Dumping data for table `glo_term_reference` +-- + + +-- +-- Table structure for table `glossary` +-- + +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, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `glossary` +-- + + +-- +-- Table structure for table `glossary_definition` +-- + +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, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `glossary_definition` +-- + + +-- +-- Table structure for table `glossary_definition_seq` +-- + +CREATE TABLE `glossary_definition_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `glossary_definition_seq` +-- + + +-- +-- Table structure for table `glossary_term` +-- + +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, + PRIMARY KEY (`id`), + KEY `i1_idx` (`glo_id`) +) ; + +-- +-- Dumping data for table `glossary_term` +-- + + +-- +-- Table structure for table `glossary_term_seq` +-- + +CREATE TABLE `glossary_term_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `glossary_term_seq` +-- + + +-- +-- Table structure for table `grp_settings` +-- + +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, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `grp_settings` +-- + + +-- +-- Table structure for table `help_map` +-- + +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`) +) ; + +-- +-- Dumping data for table `help_map` +-- + + +-- +-- Table structure for table `help_module` +-- + +CREATE TABLE `help_module` ( + `id` int(11) NOT NULL DEFAULT 0, + `lm_id` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `help_module` +-- + + +-- +-- Table structure for table `help_module_seq` +-- + +CREATE TABLE `help_module_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `help_module_seq` +-- + + +-- +-- Table structure for table `help_tooltip` +-- + +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`) +) ; + +-- +-- Dumping data for table `help_tooltip` +-- + + +-- +-- Table structure for table `help_tooltip_seq` +-- + +CREATE TABLE `help_tooltip_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `help_tooltip_seq` +-- + + +-- +-- Table structure for table `history` +-- + +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 DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `i1_idx` (`obj_id`,`obj_type`) +) ; + +-- +-- Dumping data for table `history` +-- + + +-- +-- Table structure for table `history_seq` +-- + +CREATE TABLE `history_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `history_seq` +-- + + +-- +-- Table structure for table `iass_info_settings` +-- + +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` varchar(300) DEFAULT NULL, + `consultation_hours` varchar(500) DEFAULT NULL, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `iass_info_settings` +-- + + +-- +-- Table structure for table `iass_members` +-- + +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 0, + `record` varchar(1000) DEFAULT NULL, + `internal_note` varchar(1000) DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `iass_members` +-- + + +-- +-- Table structure for table `iass_settings` +-- + +CREATE TABLE `iass_settings` ( + `obj_id` int(11) NOT NULL DEFAULT 0, + `content` varchar(1000) DEFAULT NULL, + `record_template` varchar(1000) DEFAULT NULL, + `event_time_place_required` tinyint(4) NOT NULL DEFAULT 0, + `file_required` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `iass_settings` +-- + + +-- +-- Table structure for table `il_bibl_attribute` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_bibl_attribute` +-- + + +-- +-- Table structure for table `il_bibl_attribute_seq` +-- + +CREATE TABLE `il_bibl_attribute_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_bibl_attribute_seq` +-- + + +-- +-- Table structure for table `il_bibl_data` +-- + +CREATE TABLE `il_bibl_data` ( + `id` int(11) NOT NULL DEFAULT 0, + `filename` varchar(256) DEFAULT NULL, + `is_online` tinyint(4) DEFAULT NULL, + `file_type` tinyint(4) NOT NULL DEFAULT 1, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `il_bibl_data` +-- + + +-- +-- Table structure for table `il_bibl_entry` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_bibl_entry` +-- + + +-- +-- Table structure for table `il_bibl_entry_seq` +-- + +CREATE TABLE `il_bibl_entry_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_bibl_entry_seq` +-- + + +-- +-- Table structure for table `il_bibl_field` +-- + +CREATE TABLE `il_bibl_field` ( + `id` int(11) NOT NULL, + `identifier` varchar(50) NOT NULL, + `data_type` tinyint(4) NOT NULL, + `position` mediumint(9) DEFAULT NULL, + `is_standard_field` tinyint(4) NOT NULL, + `object_id` int(11) NOT NULL, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `il_bibl_field` +-- + + +-- +-- Table structure for table `il_bibl_field_seq` +-- + +CREATE TABLE `il_bibl_field_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_bibl_field_seq` +-- + + +-- +-- Table structure for table `il_bibl_filter` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_bibl_filter` +-- + + +-- +-- Table structure for table `il_bibl_filter_seq` +-- + +CREATE TABLE `il_bibl_filter_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_bibl_filter_seq` +-- + + +-- +-- Table structure for table `il_bibl_overview_model` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_bibl_overview_model` +-- + +INSERT INTO `il_bibl_overview_model` VALUES (1,'default','[|bib_default_author| ][|bib_default_title|]: [|bib_default_publisher| ][|bib_default_year| ][|bib_default_address|]',2); +INSERT INTO `il_bibl_overview_model` VALUES (2,'default','[|ris_default_a1| ][|ris_default_au| ][|ris_default_t1|][ |ris_default_ti|]: [|ris_default_pb| ][|ris_default_y1| ][|ris_default_py| ][|ris_default_cy|]',1); + +-- +-- Table structure for table `il_bibl_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_bibl_settings` +-- + + +-- +-- Table structure for table `il_bibl_settings_seq` +-- + +CREATE TABLE `il_bibl_settings_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_bibl_settings_seq` +-- + + +-- +-- Table structure for table `il_bibl_translation` +-- + +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 DEFAULT NULL, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `il_bibl_translation` +-- + + +-- +-- Table structure for table `il_bibl_translation_seq` +-- + +CREATE TABLE `il_bibl_translation_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_bibl_translation_seq` +-- + + +-- +-- Table structure for table `il_block_setting` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_block_setting` +-- + + +-- +-- Table structure for table `il_blog` +-- + +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, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `il_blog` +-- + + +-- +-- Table structure for table `il_blog_posting` +-- + +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, + PRIMARY KEY (`id`), + KEY `i1_idx` (`created`) +) ; + +-- +-- Dumping data for table `il_blog_posting` +-- + + +-- +-- Table structure for table `il_blog_posting_seq` +-- + +CREATE TABLE `il_blog_posting_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_blog_posting_seq` +-- + + +-- +-- Table structure for table `il_bt_bucket` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_bt_bucket` +-- + + +-- +-- Table structure for table `il_bt_bucket_seq` +-- + +CREATE TABLE `il_bt_bucket_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_bt_bucket_seq` +-- + + +-- +-- Table structure for table `il_bt_task` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_bt_task` +-- + + +-- +-- Table structure for table `il_bt_task_seq` +-- + +CREATE TABLE `il_bt_task_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_bt_task_seq` +-- + + +-- +-- Table structure for table `il_bt_value` +-- + +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 DEFAULT NULL, + `bucket_id` bigint(20) DEFAULT NULL, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `il_bt_value` +-- + + +-- +-- Table structure for table `il_bt_value_seq` +-- + +CREATE TABLE `il_bt_value_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_bt_value_seq` +-- + + +-- +-- Table structure for table `il_bt_value_to_task` +-- + +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, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `il_bt_value_to_task` +-- + + +-- +-- Table structure for table `il_bt_value_to_task_seq` +-- + +CREATE TABLE `il_bt_value_to_task_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_bt_value_to_task_seq` +-- + + +-- +-- Table structure for table `il_cert_bgtask_migr` +-- + +CREATE TABLE `il_cert_bgtask_migr` ( + `id` int(11) NOT NULL DEFAULT 0, + `usr_id` int(11) NOT NULL DEFAULT 0, + `lock` int(11) NOT NULL DEFAULT 0, + `found_items` int(11) NOT NULL DEFAULT 0, + `processed_items` int(11) NOT NULL DEFAULT 0, + `migrated_items` int(11) NOT NULL DEFAULT 0, + `progress` int(11) NOT NULL DEFAULT 0, + `state` varchar(255) NOT NULL, + `started_ts` int(11) DEFAULT 0, + `finished_ts` int(11) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `con_idx` (`id`,`usr_id`) +) ; + +-- +-- Dumping data for table `il_cert_bgtask_migr` +-- + + +-- +-- Table structure for table `il_cert_bgtask_migr_seq` +-- + +CREATE TABLE `il_cert_bgtask_migr_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_cert_bgtask_migr_seq` +-- + + +-- +-- Table structure for table `il_cert_cron_queue` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_cert_cron_queue` +-- + + +-- +-- Table structure for table `il_cert_cron_queue_seq` +-- + +CREATE TABLE `il_cert_cron_queue_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_cert_cron_queue_seq` +-- + + +-- +-- Table structure for table `il_cert_template` +-- + +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, + `certificate_content_bu` longtext NOT 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`) +) ; + +-- +-- Dumping data for table `il_cert_template` +-- + + +-- +-- Table structure for table `il_cert_template_seq` +-- + +CREATE TABLE `il_cert_template_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_cert_template_seq` +-- + + +-- +-- Table structure for table `il_cert_user_cert` +-- + +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', + `user_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, + `certificate_content_bu` longtext NOT NULL, + PRIMARY KEY (`id`), + KEY `i1_idx` (`obj_id`,`pattern_certificate_id`), + KEY `i2_idx` (`user_id`,`currently_active`), + KEY `i3_idx` (`user_id`,`currently_active`,`acquired_timestamp`), + KEY `i4_idx` (`user_id`,`obj_type`,`currently_active`), + KEY `i5_idx` (`obj_id`,`currently_active`), + KEY `i6_idx` (`user_id`,`obj_id`,`currently_active`) +) ; + +-- +-- Dumping data for table `il_cert_user_cert` +-- + + +-- +-- Table structure for table `il_cert_user_cert_seq` +-- + +CREATE TABLE `il_cert_user_cert_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_cert_user_cert_seq` +-- + + +-- +-- Table structure for table `il_certificate` +-- + +CREATE TABLE `il_certificate` ( + `obj_id` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `il_certificate` +-- + + +-- +-- Table structure for table `il_cld_data` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_cld_data` +-- + + +-- +-- Table structure for table `il_component` +-- + +CREATE TABLE `il_component` ( + `type` char(10) NOT NULL DEFAULT '', + `name` varchar(200) DEFAULT NULL, + `id` char(10) NOT NULL DEFAULT '', + PRIMARY KEY (`type`,`id`) +) ; + +-- +-- Dumping data for table `il_component` +-- + +INSERT INTO `il_component` VALUES ('Modules','RemoteLearningModule','rlm'); +INSERT INTO `il_component` VALUES ('Modules','IndividualAssessment','iass'); +INSERT INTO `il_component` VALUES ('Modules','Blog','blog'); +INSERT INTO `il_component` VALUES ('Modules','SystemFolder','adm'); +INSERT INTO `il_component` VALUES ('Modules','LearningModule','lm'); +INSERT INTO `il_component` VALUES ('Modules','Glossary','glo'); +INSERT INTO `il_component` VALUES ('Modules','ScormAicc','sahs'); +INSERT INTO `il_component` VALUES ('Modules','CategoryReference','catr'); +INSERT INTO `il_component` VALUES ('Modules','RemoteWiki','rwik'); +INSERT INTO `il_component` VALUES ('Modules','Exercise','exc'); +INSERT INTO `il_component` VALUES ('Modules','Folder','fold'); +INSERT INTO `il_component` VALUES ('Modules','GroupReference','grpr'); +INSERT INTO `il_component` VALUES ('Modules','Cloud','cld'); +INSERT INTO `il_component` VALUES ('Modules','Chatroom','chtr'); +INSERT INTO `il_component` VALUES ('Modules','HTMLLearningModule','htlm'); +INSERT INTO `il_component` VALUES ('Modules','WorkspaceFolder','wfld'); +INSERT INTO `il_component` VALUES ('Modules','TestQuestionPool','qpl'); +INSERT INTO `il_component` VALUES ('Modules','CourseReference','crsr'); +INSERT INTO `il_component` VALUES ('Modules','LearningSequence','lso'); +INSERT INTO `il_component` VALUES ('Modules','WebResource','webr'); +INSERT INTO `il_component` VALUES ('Modules','Bibliographic','bibl'); +INSERT INTO `il_component` VALUES ('Modules','DataCollection','dcl'); +INSERT INTO `il_component` VALUES ('Modules','Session','sess'); +INSERT INTO `il_component` VALUES ('Modules','Forum','frm'); +INSERT INTO `il_component` VALUES ('Modules','RemoteGlossary','rglo'); +INSERT INTO `il_component` VALUES ('Modules','BookingManager','book'); +INSERT INTO `il_component` VALUES ('Modules','RemoteCourse','rcrs'); +INSERT INTO `il_component` VALUES ('Modules','Test','tst'); +INSERT INTO `il_component` VALUES ('Modules','Portfolio','prtf'); +INSERT INTO `il_component` VALUES ('Modules','RemoteTest','rtst'); +INSERT INTO `il_component` VALUES ('Modules','RemoteCategory','rcat'); +INSERT INTO `il_component` VALUES ('Modules','Scorm2004','sc13'); +INSERT INTO `il_component` VALUES ('Modules','Course','crs'); +INSERT INTO `il_component` VALUES ('Modules','ContentPage','copa'); +INSERT INTO `il_component` VALUES ('Modules','RootFolder','root'); +INSERT INTO `il_component` VALUES ('Modules','RemoteGroup','rgrp'); +INSERT INTO `il_component` VALUES ('Modules','RemoteFile','rfil'); +INSERT INTO `il_component` VALUES ('Modules','OrgUnit','orgu'); +INSERT INTO `il_component` VALUES ('Modules','File','file'); +INSERT INTO `il_component` VALUES ('Modules','ItemGroup','itgr'); +INSERT INTO `il_component` VALUES ('Modules','MediaCast','mcst'); +INSERT INTO `il_component` VALUES ('Modules','StudyProgramme','prg'); +INSERT INTO `il_component` VALUES ('Modules','Group','grp'); +INSERT INTO `il_component` VALUES ('Modules','ExternalFeed','feed'); +INSERT INTO `il_component` VALUES ('Modules','Category','cat'); +INSERT INTO `il_component` VALUES ('Modules','MediaPool','mep'); +INSERT INTO `il_component` VALUES ('Modules','WorkspaceRootFolder','wsrt'); +INSERT INTO `il_component` VALUES ('Modules','Poll','poll'); +INSERT INTO `il_component` VALUES ('Modules','Wiki','wiki'); +INSERT INTO `il_component` VALUES ('Modules','SurveyQuestionPool','spl'); +INSERT INTO `il_component` VALUES ('Modules','Survey','svy'); +INSERT INTO `il_component` VALUES ('Services','Preview','prvw'); +INSERT INTO `il_component` VALUES ('Services','News','news'); +INSERT INTO `il_component` VALUES ('Services','DataSet','ds'); +INSERT INTO `il_component` VALUES ('Services','PersonalWorkspace','pwsp'); +INSERT INTO `il_component` VALUES ('Services','AuthShibboleth','shiba'); +INSERT INTO `il_component` VALUES ('Services','DidacticTemplate','otpl'); +INSERT INTO `il_component` VALUES ('Services','PrivacySecurity','ps'); +INSERT INTO `il_component` VALUES ('Services','MetaData','meta'); +INSERT INTO `il_component` VALUES ('Services','Imprint','impr'); +INSERT INTO `il_component` VALUES ('Services','Taxonomy','tax'); +INSERT INTO `il_component` VALUES ('Services','Contact','contact'); +INSERT INTO `il_component` VALUES ('Services','LTI','lti'); +INSERT INTO `il_component` VALUES ('Services','MainMenu','mme'); +INSERT INTO `il_component` VALUES ('Services','AccessControl','ac'); +INSERT INTO `il_component` VALUES ('Services','Export','exp'); +INSERT INTO `il_component` VALUES ('Services','TermsOfService','tos'); +INSERT INTO `il_component` VALUES ('Services','Membership','mmbr'); +INSERT INTO `il_component` VALUES ('Services','Cron','cron'); +INSERT INTO `il_component` VALUES ('Services','AdvancedEditing','adve'); +INSERT INTO `il_component` VALUES ('Services','Authentication','auth'); +INSERT INTO `il_component` VALUES ('Services','MyStaff','msta'); +INSERT INTO `il_component` VALUES ('Services','Certificate','cert'); +INSERT INTO `il_component` VALUES ('Services','Navigation','navh'); +INSERT INTO `il_component` VALUES ('Services','COPage','copg'); +INSERT INTO `il_component` VALUES ('Services','BackgroundTasks','bgtk'); +INSERT INTO `il_component` VALUES ('Services','WorkflowEngine','wfe'); +INSERT INTO `il_component` VALUES ('Services','EventHandling','evnt'); +INSERT INTO `il_component` VALUES ('Services','Calendar','cal'); +INSERT INTO `il_component` VALUES ('Services','UIComponent','ui'); +INSERT INTO `il_component` VALUES ('Services','Notification','noti'); +INSERT INTO `il_component` VALUES ('Services','Container','cont'); +INSERT INTO `il_component` VALUES ('Services','Accessibility','acc'); +INSERT INTO `il_component` VALUES ('Services','Table','table'); +INSERT INTO `il_component` VALUES ('Services','Link','link'); +INSERT INTO `il_component` VALUES ('Services','Bookmarks','bkm'); +INSERT INTO `il_component` VALUES ('Services','Notes','note'); +INSERT INTO `il_component` VALUES ('Services','Tree','tree'); +INSERT INTO `il_component` VALUES ('Services','LDAP','ldap'); +INSERT INTO `il_component` VALUES ('Services','Randomization','rnd'); +INSERT INTO `il_component` VALUES ('Services','Notifications','nota'); +INSERT INTO `il_component` VALUES ('Services','OpenIdConnect','oidc'); +INSERT INTO `il_component` VALUES ('Services','Init','init'); +INSERT INTO `il_component` VALUES ('Services','WebDAV','wbdv'); +INSERT INTO `il_component` VALUES ('Services','Search','src'); +INSERT INTO `il_component` VALUES ('Services','Language','lang'); +INSERT INTO `il_component` VALUES ('Services','ContainerReference','cntr'); +INSERT INTO `il_component` VALUES ('Services','BackgroundTask','btsk'); +INSERT INTO `il_component` VALUES ('Services','Tagging','tag'); +INSERT INTO `il_component` VALUES ('Services','AdvancedMetaData','amet'); +INSERT INTO `il_component` VALUES ('Services','Accordion','accrdn'); +INSERT INTO `il_component` VALUES ('Services','Skill','skll'); +INSERT INTO `il_component` VALUES ('Services','MediaObjects','mob'); +INSERT INTO `il_component` VALUES ('Services','Repository','rep'); +INSERT INTO `il_component` VALUES ('Services','Badge','badge'); +INSERT INTO `il_component` VALUES ('Services','Style','styl'); +INSERT INTO `il_component` VALUES ('Services','PersonalDesktop','pdsk'); +INSERT INTO `il_component` VALUES ('Services','LinkChecker','lchk'); +INSERT INTO `il_component` VALUES ('Services','User','user'); +INSERT INTO `il_component` VALUES ('Services','SystemCheck','sysc'); +INSERT INTO `il_component` VALUES ('Services','Mail','mail'); +INSERT INTO `il_component` VALUES ('Services','Database','db'); +INSERT INTO `il_component` VALUES ('Services','OnScreenChat','osch'); +INSERT INTO `il_component` VALUES ('Services','Object','obj'); +INSERT INTO `il_component` VALUES ('Services','Logging','log'); +INSERT INTO `il_component` VALUES ('Services','LearningHistory','lhist'); +INSERT INTO `il_component` VALUES ('Services','PDFGeneration','pdfg'); +INSERT INTO `il_component` VALUES ('Services','Component','comp'); +INSERT INTO `il_component` VALUES ('Services','Help','help'); +INSERT INTO `il_component` VALUES ('Services','Awareness','awrn'); +INSERT INTO `il_component` VALUES ('Services','Administration','adm'); +INSERT INTO `il_component` VALUES ('Services','Tracking','trac'); +INSERT INTO `il_component` VALUES ('Services','WebServices','wsrv'); + +-- +-- Table structure for table `il_custom_block` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_custom_block` +-- + + +-- +-- Table structure for table `il_custom_block_seq` +-- + +CREATE TABLE `il_custom_block_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_custom_block_seq` +-- + + +-- +-- Table structure for table `il_dcl_data` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_dcl_data` +-- + + +-- +-- Table structure for table `il_dcl_data_seq` +-- + +CREATE TABLE `il_dcl_data_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_dcl_data_seq` +-- + + +-- +-- Table structure for table `il_dcl_datatype` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_dcl_datatype` +-- + +INSERT INTO `il_dcl_datatype` VALUES (1,'number','integer',2,20); +INSERT INTO `il_dcl_datatype` VALUES (2,'text','text',1,0); +INSERT INTO `il_dcl_datatype` VALUES (3,'reference','text',1,80); +INSERT INTO `il_dcl_datatype` VALUES (4,'boolean','integer',2,30); +INSERT INTO `il_dcl_datatype` VALUES (5,'datetime','date',3,40); +INSERT INTO `il_dcl_datatype` VALUES (6,'fileupload','integer',2,70); +INSERT INTO `il_dcl_datatype` VALUES (7,'rating','integer',0,100); +INSERT INTO `il_dcl_datatype` VALUES (8,'ilias_reference','integer',2,90); +INSERT INTO `il_dcl_datatype` VALUES (9,'mob','integer',2,60); +INSERT INTO `il_dcl_datatype` VALUES (11,'formula','text',0,110); +INSERT INTO `il_dcl_datatype` VALUES (12,'plugin','text',0,120); +INSERT INTO `il_dcl_datatype` VALUES (14,'text_selection','text',1,10); +INSERT INTO `il_dcl_datatype` VALUES (15,'date_selection','text',1,50); + +-- +-- Table structure for table `il_dcl_datatype_prop` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_dcl_datatype_prop` +-- + +INSERT INTO `il_dcl_datatype_prop` VALUES (1,2,'length',1); +INSERT INTO `il_dcl_datatype_prop` VALUES (2,2,'regex',2); +INSERT INTO `il_dcl_datatype_prop` VALUES (3,3,'table_id',1); +INSERT INTO `il_dcl_datatype_prop` VALUES (4,2,'url',4); +INSERT INTO `il_dcl_datatype_prop` VALUES (5,2,'text_area',4); +INSERT INTO `il_dcl_datatype_prop` VALUES (6,3,'reference_link',4); +INSERT INTO `il_dcl_datatype_prop` VALUES (7,9,'width',1); +INSERT INTO `il_dcl_datatype_prop` VALUES (8,9,'height',1); +INSERT INTO `il_dcl_datatype_prop` VALUES (9,8,'learning_progress',4); +INSERT INTO `il_dcl_datatype_prop` VALUES (10,8,'ILIAS_reference_link',4); +INSERT INTO `il_dcl_datatype_prop` VALUES (11,3,'multiple_selection',4); +INSERT INTO `il_dcl_datatype_prop` VALUES (12,11,'expression',2); +INSERT INTO `il_dcl_datatype_prop` VALUES (13,8,'display_action_menu',4); +INSERT INTO `il_dcl_datatype_prop` VALUES (14,2,'link_detail_page',4); +INSERT INTO `il_dcl_datatype_prop` VALUES (15,9,'link_detail_page',4); + +-- +-- Table structure for table `il_dcl_field` +-- + +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 DEFAULT NULL, + `datatype_id` int(11) NOT NULL DEFAULT 0, + `required` tinyint(4) NOT NULL DEFAULT 0, + `is_unique` tinyint(4) NOT NULL DEFAULT 0, + `is_locked` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`), + KEY `i1_idx` (`datatype_id`), + KEY `i2_idx` (`table_id`) +) ; + +-- +-- Dumping data for table `il_dcl_field` +-- + + +-- +-- Table structure for table `il_dcl_field_prop` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_dcl_field_prop` +-- + + +-- +-- Table structure for table `il_dcl_field_prop_b` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_dcl_field_prop_b` +-- + + +-- +-- Table structure for table `il_dcl_field_prop_s_b` +-- + +CREATE TABLE `il_dcl_field_prop_s_b` ( + `sequence` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_dcl_field_prop_s_b` +-- + + +-- +-- Table structure for table `il_dcl_field_prop_seq` +-- + +CREATE TABLE `il_dcl_field_prop_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_dcl_field_prop_seq` +-- + + +-- +-- Table structure for table `il_dcl_field_seq` +-- + +CREATE TABLE `il_dcl_field_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_dcl_field_seq` +-- + + +-- +-- Table structure for table `il_dcl_record` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_dcl_record` +-- + + +-- +-- Table structure for table `il_dcl_record_field` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_dcl_record_field` +-- + + +-- +-- Table structure for table `il_dcl_record_field_seq` +-- + +CREATE TABLE `il_dcl_record_field_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_dcl_record_field_seq` +-- + + +-- +-- Table structure for table `il_dcl_record_seq` +-- + +CREATE TABLE `il_dcl_record_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_dcl_record_seq` +-- + + +-- +-- Table structure for table `il_dcl_sel_opts` +-- + +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(128) NOT NULL, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `il_dcl_sel_opts` +-- + + +-- +-- Table structure for table `il_dcl_sel_opts_seq` +-- + +CREATE TABLE `il_dcl_sel_opts_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_dcl_sel_opts_seq` +-- + + +-- +-- Table structure for table `il_dcl_stloc1_value` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_dcl_stloc1_value` +-- + + +-- +-- Table structure for table `il_dcl_stloc1_value_seq` +-- + +CREATE TABLE `il_dcl_stloc1_value_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_dcl_stloc1_value_seq` +-- + + +-- +-- Table structure for table `il_dcl_stloc2_value` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_dcl_stloc2_value` +-- + + +-- +-- Table structure for table `il_dcl_stloc2_value_seq` +-- + +CREATE TABLE `il_dcl_stloc2_value_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_dcl_stloc2_value_seq` +-- + + +-- +-- Table structure for table `il_dcl_stloc3_value` +-- + +CREATE TABLE `il_dcl_stloc3_value` ( + `id` int(11) NOT NULL DEFAULT 0, + `record_field_id` int(11) NOT NULL DEFAULT 0, + `value` datetime NOT NULL DEFAULT '1970-01-01 00:00:00', + PRIMARY KEY (`id`), + KEY `i1_idx` (`record_field_id`) +) ; + +-- +-- Dumping data for table `il_dcl_stloc3_value` +-- + + +-- +-- Table structure for table `il_dcl_stloc3_value_seq` +-- + +CREATE TABLE `il_dcl_stloc3_value_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_dcl_stloc3_value_seq` +-- + + +-- +-- Table structure for table `il_dcl_table` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_dcl_table` +-- + + +-- +-- Table structure for table `il_dcl_table_seq` +-- + +CREATE TABLE `il_dcl_table_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_dcl_table_seq` +-- + + +-- +-- Table structure for table `il_dcl_tableview` +-- + +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 DEFAULT NULL, + `description` varchar(128) DEFAULT NULL, + `tableview_order` bigint(20) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t1_idx` (`table_id`) +) ; + +-- +-- Dumping data for table `il_dcl_tableview` +-- + + +-- +-- Table structure for table `il_dcl_tableview_seq` +-- + +CREATE TABLE `il_dcl_tableview_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_dcl_tableview_seq` +-- + + +-- +-- Table structure for table `il_dcl_tfield_set` +-- + +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) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `t2_idx` (`table_id`,`field`) +) ; + +-- +-- Dumping data for table `il_dcl_tfield_set` +-- + + +-- +-- Table structure for table `il_dcl_tfield_set_seq` +-- + +CREATE TABLE `il_dcl_tfield_set_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_dcl_tfield_set_seq` +-- + + +-- +-- Table structure for table `il_dcl_tview_set` +-- + +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) DEFAULT NULL, + `in_filter` tinyint(4) DEFAULT NULL, + `filter_value` longtext DEFAULT NULL, + `filter_changeable` tinyint(4) DEFAULT NULL, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `il_dcl_tview_set` +-- + + +-- +-- Table structure for table `il_dcl_tview_set_seq` +-- + +CREATE TABLE `il_dcl_tview_set_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_dcl_tview_set_seq` +-- + + +-- +-- Table structure for table `il_dcl_view_seq` +-- + +CREATE TABLE `il_dcl_view_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_dcl_view_seq` +-- + + +-- +-- Table structure for table `il_disk_quota` +-- + +CREATE TABLE `il_disk_quota` ( + `owner_id` int(11) NOT NULL DEFAULT 0, + `src_type` varchar(50) NOT NULL DEFAULT '', + `src_obj_id` int(11) NOT NULL DEFAULT 0, + `src_size` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`owner_id`,`src_type`,`src_obj_id`) +) ; + +-- +-- Dumping data for table `il_disk_quota` +-- + + +-- +-- Table structure for table `il_event_handling` +-- + +CREATE TABLE `il_event_handling` ( + `component` varchar(50) NOT NULL DEFAULT '', + `type` varchar(10) NOT NULL DEFAULT '', + `id` varchar(100) NOT NULL DEFAULT '', + PRIMARY KEY (`component`,`type`,`id`) +) ; + +-- +-- Dumping data for table `il_event_handling` +-- + +INSERT INTO `il_event_handling` VALUES ('Modules/Category','raise','delete'); +INSERT INTO `il_event_handling` VALUES ('Modules/Chatroom','raise','chatSettingsChanged'); +INSERT INTO `il_event_handling` VALUES ('Modules/Course','listen','Modules/Course'); +INSERT INTO `il_event_handling` VALUES ('Modules/Course','listen','Services/AccessControl'); +INSERT INTO `il_event_handling` VALUES ('Modules/Course','listen','Services/Tracking'); +INSERT INTO `il_event_handling` VALUES ('Modules/Course','raise','addParticipant'); +INSERT INTO `il_event_handling` VALUES ('Modules/Course','raise','addSubscriber'); +INSERT INTO `il_event_handling` VALUES ('Modules/Course','raise','addToWaitingList'); +INSERT INTO `il_event_handling` VALUES ('Modules/Course','raise','create'); +INSERT INTO `il_event_handling` VALUES ('Modules/Course','raise','delete'); +INSERT INTO `il_event_handling` VALUES ('Modules/Course','raise','deleteParticipant'); +INSERT INTO `il_event_handling` VALUES ('Modules/Course','raise','update'); +INSERT INTO `il_event_handling` VALUES ('Modules/Exercise','raise','createAssignment'); +INSERT INTO `il_event_handling` VALUES ('Modules/Exercise','raise','delete'); +INSERT INTO `il_event_handling` VALUES ('Modules/Exercise','raise','deleteAssignment'); +INSERT INTO `il_event_handling` VALUES ('Modules/Exercise','raise','updateAssignment'); +INSERT INTO `il_event_handling` VALUES ('Modules/Forum','listen','Modules/Course'); +INSERT INTO `il_event_handling` VALUES ('Modules/Forum','listen','Modules/Forum'); +INSERT INTO `il_event_handling` VALUES ('Modules/Forum','listen','Modules/Group'); +INSERT INTO `il_event_handling` VALUES ('Modules/Forum','listen','Services/News'); +INSERT INTO `il_event_handling` VALUES ('Modules/Forum','raise','censoredPost'); +INSERT INTO `il_event_handling` VALUES ('Modules/Forum','raise','createdPost'); +INSERT INTO `il_event_handling` VALUES ('Modules/Forum','raise','deletedPost'); +INSERT INTO `il_event_handling` VALUES ('Modules/Forum','raise','updatedPost'); +INSERT INTO `il_event_handling` VALUES ('Modules/Group','listen','Services/AccessControl'); +INSERT INTO `il_event_handling` VALUES ('Modules/Group','raise','addParticipant'); +INSERT INTO `il_event_handling` VALUES ('Modules/Group','raise','addSubscriber'); +INSERT INTO `il_event_handling` VALUES ('Modules/Group','raise','addToWaitingList'); +INSERT INTO `il_event_handling` VALUES ('Modules/Group','raise','create'); +INSERT INTO `il_event_handling` VALUES ('Modules/Group','raise','delete'); +INSERT INTO `il_event_handling` VALUES ('Modules/Group','raise','deleteParticipant'); +INSERT INTO `il_event_handling` VALUES ('Modules/Group','raise','update'); +INSERT INTO `il_event_handling` VALUES ('Modules/LearningSequence','listen','Modules/LearningSequence'); +INSERT INTO `il_event_handling` VALUES ('Modules/LearningSequence','listen','Services/Object'); +INSERT INTO `il_event_handling` VALUES ('Modules/LearningSequence','listen','Services/Tracking'); +INSERT INTO `il_event_handling` VALUES ('Modules/LearningSequence','raise','addParticipant'); +INSERT INTO `il_event_handling` VALUES ('Modules/LearningSequence','raise','addSubscriber'); +INSERT INTO `il_event_handling` VALUES ('Modules/LearningSequence','raise','addToWaitingList'); +INSERT INTO `il_event_handling` VALUES ('Modules/LearningSequence','raise','create'); +INSERT INTO `il_event_handling` VALUES ('Modules/LearningSequence','raise','delete'); +INSERT INTO `il_event_handling` VALUES ('Modules/LearningSequence','raise','deleteParticipant'); +INSERT INTO `il_event_handling` VALUES ('Modules/LearningSequence','raise','update'); +INSERT INTO `il_event_handling` VALUES ('Modules/MediaPool','listen','Services/Object'); +INSERT INTO `il_event_handling` VALUES ('Modules/OrgUnit','listen','Services/Tree'); +INSERT INTO `il_event_handling` VALUES ('Modules/OrgUnit','raise','delete'); +INSERT INTO `il_event_handling` VALUES ('Modules/Portfolio','listen','Services/Object'); +INSERT INTO `il_event_handling` VALUES ('Modules/Session','raise','addSubscriber'); +INSERT INTO `il_event_handling` VALUES ('Modules/Session','raise','addToWaitingList'); +INSERT INTO `il_event_handling` VALUES ('Modules/Session','raise','create'); +INSERT INTO `il_event_handling` VALUES ('Modules/Session','raise','delete'); +INSERT INTO `il_event_handling` VALUES ('Modules/Session','raise','update'); +INSERT INTO `il_event_handling` VALUES ('Modules/StudyProgramme','listen','Services/ContainerReference'); +INSERT INTO `il_event_handling` VALUES ('Modules/StudyProgramme','listen','Services/Object'); +INSERT INTO `il_event_handling` VALUES ('Modules/StudyProgramme','listen','Services/Tracking'); +INSERT INTO `il_event_handling` VALUES ('Modules/StudyProgramme','listen','Services/Tree'); +INSERT INTO `il_event_handling` VALUES ('Modules/StudyProgramme','listen','Services/User'); +INSERT INTO `il_event_handling` VALUES ('Modules/StudyProgramme','raise','userAssigned'); +INSERT INTO `il_event_handling` VALUES ('Modules/StudyProgramme','raise','userDeassigned'); +INSERT INTO `il_event_handling` VALUES ('Modules/StudyProgramme','raise','userSuccessful'); +INSERT INTO `il_event_handling` VALUES ('Services/AccessControl','raise','assignUser'); +INSERT INTO `il_event_handling` VALUES ('Services/AccessControl','raise','deassignUser'); +INSERT INTO `il_event_handling` VALUES ('Services/Authentication','raise','afterLogin'); +INSERT INTO `il_event_handling` VALUES ('Services/Authentication','raise','afterLogout'); +INSERT INTO `il_event_handling` VALUES ('Services/Authentication','raise','beforeLogout'); +INSERT INTO `il_event_handling` VALUES ('Services/Authentication','raise','expiredSessionDetected'); +INSERT INTO `il_event_handling` VALUES ('Services/Authentication','raise','reachedSessionPoolLimit'); +INSERT INTO `il_event_handling` VALUES ('Services/Badge','listen','Services/Tracking'); +INSERT INTO `il_event_handling` VALUES ('Services/Badge','listen','Services/User'); +INSERT INTO `il_event_handling` VALUES ('Services/Calendar','listen','Modules/Course'); +INSERT INTO `il_event_handling` VALUES ('Services/Calendar','listen','Modules/Exercise'); +INSERT INTO `il_event_handling` VALUES ('Services/Calendar','listen','Modules/Group'); +INSERT INTO `il_event_handling` VALUES ('Services/Calendar','listen','Modules/Session'); +INSERT INTO `il_event_handling` VALUES ('Services/Certificate','listen','Services/Certificate'); +INSERT INTO `il_event_handling` VALUES ('Services/Certificate','listen','Services/Tracking'); +INSERT INTO `il_event_handling` VALUES ('Services/Certificate','listen','Services/User'); +INSERT INTO `il_event_handling` VALUES ('Services/Certificate','raise','certificateIssued'); +INSERT INTO `il_event_handling` VALUES ('Services/Contact','listen','Services/Contact'); +INSERT INTO `il_event_handling` VALUES ('Services/Contact','listen','Services/User'); +INSERT INTO `il_event_handling` VALUES ('Services/Contact','raise','contactRequested'); +INSERT INTO `il_event_handling` VALUES ('Services/ContainerReference','listen','Modules/Category'); +INSERT INTO `il_event_handling` VALUES ('Services/ContainerReference','listen','Modules/Course'); +INSERT INTO `il_event_handling` VALUES ('Services/ContainerReference','raise','deleteReference'); +INSERT INTO `il_event_handling` VALUES ('Services/LTI','listen','Services/Tracking'); +INSERT INTO `il_event_handling` VALUES ('Services/LTI','listen','Services/User'); +INSERT INTO `il_event_handling` VALUES ('Services/Mail','raise','externalEmailDelegated'); +INSERT INTO `il_event_handling` VALUES ('Services/Mail','raise','sentInternalMail'); +INSERT INTO `il_event_handling` VALUES ('Services/News','raise','readNews'); +INSERT INTO `il_event_handling` VALUES ('Services/News','raise','unreadNews'); +INSERT INTO `il_event_handling` VALUES ('Services/Notification','listen','Service/Object'); +INSERT INTO `il_event_handling` VALUES ('Services/Object','listen','Services/Object'); +INSERT INTO `il_event_handling` VALUES ('Services/Object','raise','create'); +INSERT INTO `il_event_handling` VALUES ('Services/Object','raise','delete'); +INSERT INTO `il_event_handling` VALUES ('Services/Object','raise','toTrash'); +INSERT INTO `il_event_handling` VALUES ('Services/Object','raise','undelete'); +INSERT INTO `il_event_handling` VALUES ('Services/Object','raise','update'); +INSERT INTO `il_event_handling` VALUES ('Services/OnScreenChat','listen','Modules/Chatroom'); +INSERT INTO `il_event_handling` VALUES ('Services/OpenIdConnect','listen','Services/Authentication'); +INSERT INTO `il_event_handling` VALUES ('Services/Search','listen','Services/Object'); +INSERT INTO `il_event_handling` VALUES ('Services/Skill','listen','Services/Object'); +INSERT INTO `il_event_handling` VALUES ('Services/Skill','listen','Services/Tracking'); +INSERT INTO `il_event_handling` VALUES ('Services/Tagging','listen','Services/Object'); +INSERT INTO `il_event_handling` VALUES ('Services/TermsOfService','listen','Services/User'); +INSERT INTO `il_event_handling` VALUES ('Services/Tracking','listen','Services/Object'); +INSERT INTO `il_event_handling` VALUES ('Services/Tracking','listen','Services/Tree'); +INSERT INTO `il_event_handling` VALUES ('Services/Tracking','raise','updateStatus'); +INSERT INTO `il_event_handling` VALUES ('Services/Tree','raise','deleteNode'); +INSERT INTO `il_event_handling` VALUES ('Services/User','listen','Services/Object'); +INSERT INTO `il_event_handling` VALUES ('Services/User','raise','afterCreate'); +INSERT INTO `il_event_handling` VALUES ('Services/User','raise','afterUpdate'); +INSERT INTO `il_event_handling` VALUES ('Services/User','raise','deleteUser'); +INSERT INTO `il_event_handling` VALUES ('Services/WebServices','raise','newEcsEvent'); +INSERT INTO `il_event_handling` VALUES ('Services/WebServices/ECS','listen','Modules/Course'); +INSERT INTO `il_event_handling` VALUES ('Services/WebServices/ECS','listen','Modules/Group'); +INSERT INTO `il_event_handling` VALUES ('Services/WebServices/ECS','listen','Services/User'); + +-- +-- Table structure for table `il_exc_team` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_exc_team` +-- + + +-- +-- Table structure for table `il_exc_team_log` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_exc_team_log` +-- + + +-- +-- Table structure for table `il_exc_team_log_seq` +-- + +CREATE TABLE `il_exc_team_log_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_exc_team_log_seq` +-- + + +-- +-- Table structure for table `il_exc_team_seq` +-- + +CREATE TABLE `il_exc_team_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_exc_team_seq` +-- + + +-- +-- Table structure for table `il_external_feed_block` +-- + +CREATE TABLE `il_external_feed_block` ( + `id` int(11) NOT NULL DEFAULT 0, + `feed_url` varchar(250) DEFAULT NULL, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `il_external_feed_block` +-- + + +-- +-- Table structure for table `il_external_feed_block_seq` +-- + +CREATE TABLE `il_external_feed_block_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_external_feed_block_seq` +-- + + +-- +-- Table structure for table `il_gc_memcache_server` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_gc_memcache_server` +-- + + +-- +-- Table structure for table `il_gc_memcache_server_seq` +-- + +CREATE TABLE `il_gc_memcache_server_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_gc_memcache_server_seq` +-- + + +-- +-- Table structure for table `il_gs_identifications` +-- + +CREATE TABLE `il_gs_identifications` ( + `identification` varchar(255) NOT NULL DEFAULT '', + `provider_class` varchar(255) DEFAULT NULL, + `active` tinyint(4) DEFAULT NULL, + PRIMARY KEY (`identification`) +) ; + +-- +-- Dumping data for table `il_gs_identifications` +-- + +INSERT INTO `il_gs_identifications` VALUES ('ilPrtfGlobalScreenProvider|mm_pd_port','ilPrtfGlobalScreenProvider',1); +INSERT INTO `il_gs_identifications` VALUES ('ilNewsGlobalScreenProvider|mm_pd_news','ilNewsGlobalScreenProvider',1); +INSERT INTO `il_gs_identifications` VALUES ('ilNotesGlobalScreenProvider|mm_pd_notes','ilNotesGlobalScreenProvider',1); +INSERT INTO `il_gs_identifications` VALUES ('ilPDGlobalScreenProvider|desktop','ilPDGlobalScreenProvider',1); +INSERT INTO `il_gs_identifications` VALUES ('ilPDGlobalScreenProvider|mm_pd_sel_items','ilPDGlobalScreenProvider',1); +INSERT INTO `il_gs_identifications` VALUES ('ilPDGlobalScreenProvider|mm_pd_crs_grp','ilPDGlobalScreenProvider',1); +INSERT INTO `il_gs_identifications` VALUES ('ilPDGlobalScreenProvider|mm_pd_achiev','ilPDGlobalScreenProvider',1); +INSERT INTO `il_gs_identifications` VALUES ('ilCalendarGlobalScreenProvider|mm_pd_cal','ilCalendarGlobalScreenProvider',1); +INSERT INTO `il_gs_identifications` VALUES ('ilBookmarkGlobalScreenProvider|mm_pd_bookm','ilBookmarkGlobalScreenProvider',1); +INSERT INTO `il_gs_identifications` VALUES ('ilContactGlobalScreenProvider|mm_pd_contacts','ilContactGlobalScreenProvider',1); +INSERT INTO `il_gs_identifications` VALUES ('ilRepositoryGlobalScreenProvider|rep','ilRepositoryGlobalScreenProvider',1); +INSERT INTO `il_gs_identifications` VALUES ('ilRepositoryGlobalScreenProvider|rep_main_page','ilRepositoryGlobalScreenProvider',1); +INSERT INTO `il_gs_identifications` VALUES ('ilRepositoryGlobalScreenProvider|last_visited','ilRepositoryGlobalScreenProvider',1); +INSERT INTO `il_gs_identifications` VALUES ('ilStaffGlobalScreenProvider|mm_pd_mst','ilStaffGlobalScreenProvider',1); +INSERT INTO `il_gs_identifications` VALUES ('ilAdmGlobalScreenProvider|adm','ilAdmGlobalScreenProvider',1); +INSERT INTO `il_gs_identifications` VALUES ('ilAdmGlobalScreenProvider|adm_content','ilAdmGlobalScreenProvider',1); +INSERT INTO `il_gs_identifications` VALUES ('ilWorkspaceGlobalScreenProvider|mm_pd_wsp','ilWorkspaceGlobalScreenProvider',1); +INSERT INTO `il_gs_identifications` VALUES ('ilMailGlobalScreenProvider|mm_pd_mail','ilMailGlobalScreenProvider',1); + +-- +-- Table structure for table `il_gs_providers` +-- + +CREATE TABLE `il_gs_providers` ( + `provider_class` varchar(255) NOT NULL DEFAULT '', + `purpose` varchar(255) DEFAULT NULL, + `dynamic` tinyint(4) DEFAULT NULL, + PRIMARY KEY (`provider_class`) +) ; + +-- +-- Dumping data for table `il_gs_providers` +-- + +INSERT INTO `il_gs_providers` VALUES ('ilPrtfGlobalScreenProvider','mainmenu',0); +INSERT INTO `il_gs_providers` VALUES ('ilNewsGlobalScreenProvider','mainmenu',0); +INSERT INTO `il_gs_providers` VALUES ('ilLPGlobalScreenProvider','mainmenu',0); +INSERT INTO `il_gs_providers` VALUES ('ilNotesGlobalScreenProvider','mainmenu',0); +INSERT INTO `il_gs_providers` VALUES ('ilPDGlobalScreenProvider','mainmenu',0); +INSERT INTO `il_gs_providers` VALUES ('ilCalendarGlobalScreenProvider','mainmenu',0); +INSERT INTO `il_gs_providers` VALUES ('ilBookmarkGlobalScreenProvider','mainmenu',0); +INSERT INTO `il_gs_providers` VALUES ('ilMMCustomProvider','mainmenu',0); +INSERT INTO `il_gs_providers` VALUES ('ilBadgeGlobalScreenProvider','mainmenu',0); +INSERT INTO `il_gs_providers` VALUES ('ilSkillGlobalScreenProvider','mainmenu',0); +INSERT INTO `il_gs_providers` VALUES ('ilContactGlobalScreenProvider','mainmenu',0); +INSERT INTO `il_gs_providers` VALUES ('ilRepositoryGlobalScreenProvider','mainmenu',0); +INSERT INTO `il_gs_providers` VALUES ('ilStaffGlobalScreenProvider','mainmenu',0); +INSERT INTO `il_gs_providers` VALUES ('ilAdmGlobalScreenProvider','mainmenu',0); +INSERT INTO `il_gs_providers` VALUES ('ilWorkspaceGlobalScreenProvider','mainmenu',0); +INSERT INTO `il_gs_providers` VALUES ('ilMailGlobalScreenProvider','mainmenu',0); + +-- +-- Table structure for table `il_html_block` +-- + +CREATE TABLE `il_html_block` ( + `id` int(11) NOT NULL DEFAULT 0, + `content` varchar(4000) DEFAULT NULL, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `il_html_block` +-- + + +-- +-- Table structure for table `il_md_cpr_selections` +-- + +CREATE TABLE `il_md_cpr_selections` ( + `entry_id` int(11) NOT NULL DEFAULT 0, + `title` varchar(128) DEFAULT NULL, + `description` longtext DEFAULT NULL, + `copyright` longtext DEFAULT NULL, + `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, + PRIMARY KEY (`entry_id`) +) ; + +-- +-- Dumping data for table `il_md_cpr_selections` +-- + +INSERT INTO `il_md_cpr_selections` VALUES (1,'Attribution Non-commercial No Derivatives (by-nc-nd)','Creative Commons License','\"Creative
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.','en',0,1,0,0,0); +INSERT INTO `il_md_cpr_selections` VALUES (2,'Attribution Non-commercial Share Alike (by-nc-sa)','Creative Commons License','\"Creative
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.','en',0,1,0,0,0); +INSERT INTO `il_md_cpr_selections` VALUES (3,'Attribution Non-commercial (by-nc)','Creative Commons License','\"Creative
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.','en',0,1,0,0,0); +INSERT INTO `il_md_cpr_selections` VALUES (4,'Attribution No Derivatives (by-nd)','Creative Commons License','\"Creative
This work is licensed under a Creative Commons Attribution-NoDerivatives 4.0 International License.','en',0,1,0,0,0); +INSERT INTO `il_md_cpr_selections` VALUES (5,'Attribution Share Alike (by-sa)','Creative Commons License','\"Creative
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.','en',0,1,0,0,0); +INSERT INTO `il_md_cpr_selections` VALUES (6,'Attribution (by)','Creative Commons License','\"Creative
This work is licensed under a Creative Commons Attribution 4.0 International License.','en',0,1,0,0,0); +INSERT INTO `il_md_cpr_selections` VALUES (7,'All rights reserved','','This work has all rights reserved by the owner.','en',0,1,1,0,0); + +-- +-- Table structure for table `il_md_cpr_selections_seq` +-- + +CREATE TABLE `il_md_cpr_selections_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=8; + +-- +-- Dumping data for table `il_md_cpr_selections_seq` +-- + +INSERT INTO `il_md_cpr_selections_seq` VALUES (7); + +-- +-- Table structure for table `il_media_cast_data` +-- + +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, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `il_media_cast_data` +-- + + +-- +-- Table structure for table `il_media_cast_data_ord` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_media_cast_data_ord` +-- + + +-- +-- Table structure for table `il_meta_annotation` +-- + +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 DEFAULT NULL, + `a_date` longtext DEFAULT NULL, + `description` longtext DEFAULT NULL, + `description_language` char(2) DEFAULT NULL, + PRIMARY KEY (`meta_annotation_id`), + KEY `i1_idx` (`rbac_id`,`obj_id`) +) ; + +-- +-- Dumping data for table `il_meta_annotation` +-- + + +-- +-- Table structure for table `il_meta_annotation_seq` +-- + +CREATE TABLE `il_meta_annotation_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_annotation_seq` +-- + + +-- +-- Table structure for table `il_meta_classification` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_meta_classification` +-- + + +-- +-- Table structure for table `il_meta_classification_seq` +-- + +CREATE TABLE `il_meta_classification_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_classification_seq` +-- + + +-- +-- Table structure for table `il_meta_contribute` +-- + +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, + PRIMARY KEY (`meta_contribute_id`), + KEY `i1_idx` (`rbac_id`,`obj_id`) +) ; + +-- +-- Dumping data for table `il_meta_contribute` +-- + + +-- +-- Table structure for table `il_meta_contribute_seq` +-- + +CREATE TABLE `il_meta_contribute_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_contribute_seq` +-- + + +-- +-- Table structure for table `il_meta_description` +-- + +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 DEFAULT NULL, + `description_language` char(2) DEFAULT NULL, + PRIMARY KEY (`meta_description_id`), + KEY `i1_idx` (`rbac_id`,`obj_id`) +) ; + +-- +-- Dumping data for table `il_meta_description` +-- + + +-- +-- Table structure for table `il_meta_description_seq` +-- + +CREATE TABLE `il_meta_description_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_description_seq` +-- + + +-- +-- Table structure for table `il_meta_educational` +-- + +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, + PRIMARY KEY (`meta_educational_id`), + KEY `i1_idx` (`rbac_id`,`obj_id`) +) ; + +-- +-- Dumping data for table `il_meta_educational` +-- + + +-- +-- Table structure for table `il_meta_educational_seq` +-- + +CREATE TABLE `il_meta_educational_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_educational_seq` +-- + + +-- +-- Table structure for table `il_meta_entity` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_meta_entity` +-- + + +-- +-- Table structure for table `il_meta_entity_seq` +-- + +CREATE TABLE `il_meta_entity_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_entity_seq` +-- + + +-- +-- Table structure for table `il_meta_format` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_meta_format` +-- + + +-- +-- Table structure for table `il_meta_format_seq` +-- + +CREATE TABLE `il_meta_format_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_format_seq` +-- + + +-- +-- Table structure for table `il_meta_general` +-- + +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, + PRIMARY KEY (`meta_general_id`), + KEY `i1_idx` (`rbac_id`,`obj_id`) +) ; + +-- +-- Dumping data for table `il_meta_general` +-- + + +-- +-- Table structure for table `il_meta_general_seq` +-- + +CREATE TABLE `il_meta_general_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_general_seq` +-- + + +-- +-- Table structure for table `il_meta_identifier` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_meta_identifier` +-- + + +-- +-- Table structure for table `il_meta_identifier_` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_meta_identifier_` +-- + + +-- +-- Table structure for table `il_meta_identifier__seq` +-- + +CREATE TABLE `il_meta_identifier__seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_identifier__seq` +-- + + +-- +-- Table structure for table `il_meta_identifier_seq` +-- + +CREATE TABLE `il_meta_identifier_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_identifier_seq` +-- + + +-- +-- Table structure for table `il_meta_keyword` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_meta_keyword` +-- + + +-- +-- Table structure for table `il_meta_keyword_seq` +-- + +CREATE TABLE `il_meta_keyword_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_keyword_seq` +-- + + +-- +-- Table structure for table `il_meta_language` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_meta_language` +-- + + +-- +-- Table structure for table `il_meta_language_seq` +-- + +CREATE TABLE `il_meta_language_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_language_seq` +-- + + +-- +-- Table structure for table `il_meta_lifecycle` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_meta_lifecycle` +-- + + +-- +-- Table structure for table `il_meta_lifecycle_seq` +-- + +CREATE TABLE `il_meta_lifecycle_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_lifecycle_seq` +-- + + +-- +-- Table structure for table `il_meta_location` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_meta_location` +-- + + +-- +-- Table structure for table `il_meta_location_seq` +-- + +CREATE TABLE `il_meta_location_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_location_seq` +-- + + +-- +-- Table structure for table `il_meta_meta_data` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_meta_meta_data` +-- + + +-- +-- Table structure for table `il_meta_meta_data_seq` +-- + +CREATE TABLE `il_meta_meta_data_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_meta_data_seq` +-- + + +-- +-- Table structure for table `il_meta_oer_stat` +-- + +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 +) ; + +-- +-- Dumping data for table `il_meta_oer_stat` +-- + + +-- +-- Table structure for table `il_meta_relation` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_meta_relation` +-- + + +-- +-- Table structure for table `il_meta_relation_seq` +-- + +CREATE TABLE `il_meta_relation_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_relation_seq` +-- + + +-- +-- Table structure for table `il_meta_requirement` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_meta_requirement` +-- + + +-- +-- Table structure for table `il_meta_requirement_seq` +-- + +CREATE TABLE `il_meta_requirement_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_requirement_seq` +-- + + +-- +-- Table structure for table `il_meta_rights` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_meta_rights` +-- + + +-- +-- Table structure for table `il_meta_rights_seq` +-- + +CREATE TABLE `il_meta_rights_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_rights_seq` +-- + + +-- +-- Table structure for table `il_meta_tar` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_meta_tar` +-- + + +-- +-- Table structure for table `il_meta_tar_seq` +-- + +CREATE TABLE `il_meta_tar_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_tar_seq` +-- + + +-- +-- Table structure for table `il_meta_taxon` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_meta_taxon` +-- + + +-- +-- Table structure for table `il_meta_taxon_path` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_meta_taxon_path` +-- + + +-- +-- Table structure for table `il_meta_taxon_path_seq` +-- + +CREATE TABLE `il_meta_taxon_path_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_taxon_path_seq` +-- + + +-- +-- Table structure for table `il_meta_taxon_seq` +-- + +CREATE TABLE `il_meta_taxon_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_taxon_seq` +-- + + +-- +-- Table structure for table `il_meta_technical` +-- + +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, + PRIMARY KEY (`meta_technical_id`), + KEY `i1_idx` (`rbac_id`,`obj_id`) +) ; + +-- +-- Dumping data for table `il_meta_technical` +-- + + +-- +-- Table structure for table `il_meta_technical_seq` +-- + +CREATE TABLE `il_meta_technical_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_meta_technical_seq` +-- + + +-- +-- Table structure for table `il_mm_actions` +-- + +CREATE TABLE `il_mm_actions` ( + `identification` varchar(255) NOT NULL DEFAULT '', + `action` varchar(4000) DEFAULT NULL, + `external` tinyint(4) DEFAULT NULL, + PRIMARY KEY (`identification`) +) ; + +-- +-- Dumping data for table `il_mm_actions` +-- + + +-- +-- Table structure for table `il_mm_custom_items` +-- + +CREATE TABLE `il_mm_custom_items` ( + `identifier` varchar(255) NOT NULL DEFAULT '', + `type` varchar(128) DEFAULT NULL, + `action` varchar(4000) DEFAULT NULL, + `top_item` tinyint(4) DEFAULT NULL, + `default_title` varchar(4000) DEFAULT NULL, + PRIMARY KEY (`identifier`) +) ; + +-- +-- Dumping data for table `il_mm_custom_items` +-- + + +-- +-- Table structure for table `il_mm_items` +-- + +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, + PRIMARY KEY (`identification`) +) ; + +-- +-- Dumping data for table `il_mm_items` +-- + +INSERT INTO `il_mm_items` VALUES ('ilAdmGlobalScreenProvider|adm',1,3,''); +INSERT INTO `il_mm_items` VALUES ('ilAdmGlobalScreenProvider|adm_content',1,0,'ilAdmGlobalScreenProvider|adm'); +INSERT INTO `il_mm_items` VALUES ('ilBookmarkGlobalScreenProvider|mm_pd_bookm',1,3,'ilPDGlobalScreenProvider|desktop'); +INSERT INTO `il_mm_items` VALUES ('ilCalendarGlobalScreenProvider|mm_pd_cal',1,4,'ilPDGlobalScreenProvider|desktop'); +INSERT INTO `il_mm_items` VALUES ('ilContactGlobalScreenProvider|mm_pd_contacts',1,9,'ilPDGlobalScreenProvider|desktop'); +INSERT INTO `il_mm_items` VALUES ('ilMailGlobalScreenProvider|mm_pd_mail',1,8,'ilPDGlobalScreenProvider|desktop'); +INSERT INTO `il_mm_items` VALUES ('ilNewsGlobalScreenProvider|mm_pd_news',1,10,'ilPDGlobalScreenProvider|desktop'); +INSERT INTO `il_mm_items` VALUES ('ilNotesGlobalScreenProvider|mm_pd_notes',1,11,'ilPDGlobalScreenProvider|desktop'); +INSERT INTO `il_mm_items` VALUES ('ilPDGlobalScreenProvider|desktop',1,1,''); +INSERT INTO `il_mm_items` VALUES ('ilPDGlobalScreenProvider|mm_pd_achiev',1,7,'ilPDGlobalScreenProvider|desktop'); +INSERT INTO `il_mm_items` VALUES ('ilPDGlobalScreenProvider|mm_pd_crs_grp',1,2,'ilPDGlobalScreenProvider|desktop'); +INSERT INTO `il_mm_items` VALUES ('ilPDGlobalScreenProvider|mm_pd_sel_items',1,1,'ilPDGlobalScreenProvider|desktop'); +INSERT INTO `il_mm_items` VALUES ('ilPrtfGlobalScreenProvider|mm_pd_port',1,6,'ilPDGlobalScreenProvider|desktop'); +INSERT INTO `il_mm_items` VALUES ('ilRepositoryGlobalScreenProvider|last_visited',1,0,'ilRepositoryGlobalScreenProvider|rep'); +INSERT INTO `il_mm_items` VALUES ('ilRepositoryGlobalScreenProvider|rep',1,2,''); +INSERT INTO `il_mm_items` VALUES ('ilRepositoryGlobalScreenProvider|rep_main_page',1,0,'ilRepositoryGlobalScreenProvider|rep'); +INSERT INTO `il_mm_items` VALUES ('ilStaffGlobalScreenProvider|mm_pd_mst',1,12,'ilPDGlobalScreenProvider|desktop'); +INSERT INTO `il_mm_items` VALUES ('ilWorkspaceGlobalScreenProvider|mm_pd_wsp',1,5,'ilPDGlobalScreenProvider|desktop'); + +-- +-- Table structure for table `il_mm_translation` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_mm_translation` +-- + + +-- +-- Table structure for table `il_new_item_grp` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_new_item_grp` +-- + + +-- +-- Table structure for table `il_new_item_grp_seq` +-- + +CREATE TABLE `il_new_item_grp_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_new_item_grp_seq` +-- + + +-- +-- Table structure for table `il_news_item` +-- + +CREATE TABLE `il_news_item` ( + `id` int(11) NOT NULL DEFAULT 0, + `priority` int(11) DEFAULT 1, + `title` varchar(200) DEFAULT NULL, + `content` longtext DEFAULT NULL, + `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 DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `il_news_item` +-- + + +-- +-- Table structure for table `il_news_item_seq` +-- + +CREATE TABLE `il_news_item_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_news_item_seq` +-- + + +-- +-- Table structure for table `il_news_read` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_news_read` +-- + + +-- +-- Table structure for table `il_news_subscription` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_news_subscription` +-- + + +-- +-- Table structure for table `il_object_def` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_object_def` +-- + +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('scov','SCORMVerification','Modules/ScormAicc','Modules/ScormAicc/classes/Verification',0,0,'0',0,0,0,0,0,0,90,NULL,150,0,0,1,0,0,0,0,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('exc','Exercise','Modules/Exercise','Modules/Exercise/classes',1,1,NULL,0,1,1,1,0,0,170,NULL,160,1,1,0,0,0,1,0,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('excv','ExerciseVerification','Modules/Exercise','Modules/Exercise/classes',0,0,'0',0,0,0,0,0,0,100,NULL,160,0,0,1,0,0,0,0,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('tstv','TestVerification','Modules/Test','Modules/Test/classes',0,0,'0',0,0,0,0,0,0,90,NULL,150,0,0,1,0,0,0,0,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('prtt','PortfolioTemplate','Modules/Portfolio','Modules/Portfolio/classes',0,0,'0',0,1,1,1,0,0,500,NULL,500,1,1,0,0,0,0,0,0); +INSERT INTO `il_object_def` VALUES ('prfa','PortfolioAdministration','Modules/Portfolio','Modules/Portfolio/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('crsv','CourseVerification','Modules/Course','Modules/Course/classes/Verification',0,0,'0',0,0,0,0,0,0,90,NULL,150,0,0,1,0,0,0,0,0); +INSERT INTO `il_object_def` VALUES ('copa','ContentPage','Modules/ContentPage','Modules/ContentPage/classes',1,1,'0',0,1,1,1,0,0,340,NULL,340,1,1,0,0,0,0,0,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('file','File','Modules/File','Modules/File/classes',1,0,'0',0,1,1,1,0,0,90,NULL,150,1,1,1,0,0,0,0,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('itgr','ItemGroup','Modules/ItemGroup','Modules/ItemGroup/classes',1,0,'0',0,0,1,1,0,0,45,NULL,5,1,1,0,0,0,0,0,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('prg','StudyProgramme','Modules/StudyProgramme','Modules/StudyProgramme/classes',1,1,'0',0,0,1,1,0,0,30,NULL,30,0,1,0,0,0,0,0,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('feed','ExternalFeed','Modules/ExternalFeed','Modules/ExternalFeed/classes',1,1,NULL,0,1,1,1,0,1,80,NULL,0,1,1,0,0,0,0,0,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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,0); +INSERT INTO `il_object_def` VALUES ('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,0,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('role','Role','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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +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); +INSERT INTO `il_object_def` VALUES ('nota','NotificationAdmin','Services/Notifications','Services/Notifications/classes',0,0,'sys',0,0,0,0,1,0,0,NULL,0,0,1,0,0,0,0,0,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('pdts','PersonalDesktopSettings','Services/PersonalDesktop','Services/PersonalDesktop/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('usrf','UserFolder','Services/User','Services/User/classes',0,1,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,1,0,0,0,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('pdfg','PDFGeneration','Services/PDFGeneration','Services/PDFGeneration/classes',0,0,'sys',0,0,0,1,1,0,0,NULL,0,0,1,0,0,0,0,0,0); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); +INSERT INTO `il_object_def` VALUES ('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); + +-- +-- Table structure for table `il_object_group` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_object_group` +-- + +INSERT INTO `il_object_group` VALUES ('iass','IndividualAssessment',170); +INSERT INTO `il_object_group` VALUES ('lres','LearningResources',100); +INSERT INTO `il_object_group` VALUES ('glo','Glossaries',110); +INSERT INTO `il_object_group` VALUES ('lso','LearningSequence',300); +INSERT INTO `il_object_group` VALUES ('tst','Tests',170); +INSERT INTO `il_object_group` VALUES ('crs','Courses',30); +INSERT INTO `il_object_group` VALUES ('orgu','Organisational Unit',10); +INSERT INTO `il_object_group` VALUES ('file','Files',150); +INSERT INTO `il_object_group` VALUES ('prg','StudyProgramme',30); +INSERT INTO `il_object_group` VALUES ('grp','Groups',70); +INSERT INTO `il_object_group` VALUES ('cat','Categories',10); +INSERT INTO `il_object_group` VALUES ('wiki','Wikis',140); + +-- +-- Table structure for table `il_object_sub_type` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_object_sub_type` +-- + +INSERT INTO `il_object_sub_type` VALUES ('glo','term',1); +INSERT INTO `il_object_sub_type` VALUES ('book','bobj',1); +INSERT INTO `il_object_sub_type` VALUES ('orgu','orgu_type',1); +INSERT INTO `il_object_sub_type` VALUES ('prg','prg_type',1); +INSERT INTO `il_object_sub_type` VALUES ('mep','mob',1); +INSERT INTO `il_object_sub_type` VALUES ('wiki','wpg',1); + +-- +-- Table structure for table `il_object_subobj` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_object_subobj` +-- + +INSERT INTO `il_object_subobj` VALUES ('cat','rlm',0); +INSERT INTO `il_object_subobj` VALUES ('root','rlm',0); +INSERT INTO `il_object_subobj` VALUES ('cat','iass',0); +INSERT INTO `il_object_subobj` VALUES ('crs','iass',0); +INSERT INTO `il_object_subobj` VALUES ('fold','iass',0); +INSERT INTO `il_object_subobj` VALUES ('root','iass',0); +INSERT INTO `il_object_subobj` VALUES ('grp','iass',0); +INSERT INTO `il_object_subobj` VALUES ('cat','blog',0); +INSERT INTO `il_object_subobj` VALUES ('crs','blog',0); +INSERT INTO `il_object_subobj` VALUES ('fold','blog',0); +INSERT INTO `il_object_subobj` VALUES ('grp','blog',0); +INSERT INTO `il_object_subobj` VALUES ('recf','blog',0); +INSERT INTO `il_object_subobj` VALUES ('root','blog',0); +INSERT INTO `il_object_subobj` VALUES ('wfld','blog',0); +INSERT INTO `il_object_subobj` VALUES ('wsrt','blog',0); +INSERT INTO `il_object_subobj` VALUES ('adm','blga',1); +INSERT INTO `il_object_subobj` VALUES ('cat','lm',0); +INSERT INTO `il_object_subobj` VALUES ('crs','lm',0); +INSERT INTO `il_object_subobj` VALUES ('fold','lm',0); +INSERT INTO `il_object_subobj` VALUES ('grp','lm',0); +INSERT INTO `il_object_subobj` VALUES ('recf','lm',0); +INSERT INTO `il_object_subobj` VALUES ('root','lm',0); +INSERT INTO `il_object_subobj` VALUES ('adm','lrss',1); +INSERT INTO `il_object_subobj` VALUES ('cat','glo',0); +INSERT INTO `il_object_subobj` VALUES ('crs','glo',0); +INSERT INTO `il_object_subobj` VALUES ('fold','glo',0); +INSERT INTO `il_object_subobj` VALUES ('grp','glo',0); +INSERT INTO `il_object_subobj` VALUES ('recf','glo',0); +INSERT INTO `il_object_subobj` VALUES ('root','glo',0); +INSERT INTO `il_object_subobj` VALUES ('cat','sahs',0); +INSERT INTO `il_object_subobj` VALUES ('crs','sahs',0); +INSERT INTO `il_object_subobj` VALUES ('fold','sahs',0); +INSERT INTO `il_object_subobj` VALUES ('grp','sahs',0); +INSERT INTO `il_object_subobj` VALUES ('recf','sahs',0); +INSERT INTO `il_object_subobj` VALUES ('root','sahs',0); +INSERT INTO `il_object_subobj` VALUES ('wsrt','scov',0); +INSERT INTO `il_object_subobj` VALUES ('wfld','scov',0); +INSERT INTO `il_object_subobj` VALUES ('cat','catr',0); +INSERT INTO `il_object_subobj` VALUES ('grp','catr',0); +INSERT INTO `il_object_subobj` VALUES ('recf','catr',0); +INSERT INTO `il_object_subobj` VALUES ('root','catr',0); +INSERT INTO `il_object_subobj` VALUES ('crs','catr',0); +INSERT INTO `il_object_subobj` VALUES ('cat','rwik',0); +INSERT INTO `il_object_subobj` VALUES ('root','rwik',0); +INSERT INTO `il_object_subobj` VALUES ('cat','exc',0); +INSERT INTO `il_object_subobj` VALUES ('crs','exc',0); +INSERT INTO `il_object_subobj` VALUES ('fold','exc',0); +INSERT INTO `il_object_subobj` VALUES ('grp','exc',0); +INSERT INTO `il_object_subobj` VALUES ('recf','exc',0); +INSERT INTO `il_object_subobj` VALUES ('root','exc',0); +INSERT INTO `il_object_subobj` VALUES ('adm','excs',1); +INSERT INTO `il_object_subobj` VALUES ('wsrt','excv',0); +INSERT INTO `il_object_subobj` VALUES ('wfld','excv',0); +INSERT INTO `il_object_subobj` VALUES ('fold','fold',0); +INSERT INTO `il_object_subobj` VALUES ('grp','fold',0); +INSERT INTO `il_object_subobj` VALUES ('crs','fold',0); +INSERT INTO `il_object_subobj` VALUES ('recf','fold',0); +INSERT INTO `il_object_subobj` VALUES ('recf','grpr',0); +INSERT INTO `il_object_subobj` VALUES ('cat','grpr',0); +INSERT INTO `il_object_subobj` VALUES ('grp','grpr',0); +INSERT INTO `il_object_subobj` VALUES ('root','grpr',0); +INSERT INTO `il_object_subobj` VALUES ('crs','grpr',0); +INSERT INTO `il_object_subobj` VALUES ('cat','cld',0); +INSERT INTO `il_object_subobj` VALUES ('crs','cld',0); +INSERT INTO `il_object_subobj` VALUES ('fold','cld',0); +INSERT INTO `il_object_subobj` VALUES ('grp','cld',0); +INSERT INTO `il_object_subobj` VALUES ('recf','cld',0); +INSERT INTO `il_object_subobj` VALUES ('root','cld',0); +INSERT INTO `il_object_subobj` VALUES ('cat','chtr',0); +INSERT INTO `il_object_subobj` VALUES ('crs','chtr',0); +INSERT INTO `il_object_subobj` VALUES ('fold','chtr',0); +INSERT INTO `il_object_subobj` VALUES ('grp','chtr',0); +INSERT INTO `il_object_subobj` VALUES ('recf','chtr',0); +INSERT INTO `il_object_subobj` VALUES ('root','chtr',0); +INSERT INTO `il_object_subobj` VALUES ('adm','chta',1); +INSERT INTO `il_object_subobj` VALUES ('cat','htlm',0); +INSERT INTO `il_object_subobj` VALUES ('crs','htlm',0); +INSERT INTO `il_object_subobj` VALUES ('fold','htlm',0); +INSERT INTO `il_object_subobj` VALUES ('grp','htlm',0); +INSERT INTO `il_object_subobj` VALUES ('recf','htlm',0); +INSERT INTO `il_object_subobj` VALUES ('root','htlm',0); +INSERT INTO `il_object_subobj` VALUES ('wfld','wfld',0); +INSERT INTO `il_object_subobj` VALUES ('wsrt','wfld',0); +INSERT INTO `il_object_subobj` VALUES ('cat','qpl',0); +INSERT INTO `il_object_subobj` VALUES ('crs','qpl',0); +INSERT INTO `il_object_subobj` VALUES ('fold','qpl',0); +INSERT INTO `il_object_subobj` VALUES ('grp','qpl',0); +INSERT INTO `il_object_subobj` VALUES ('recf','qpl',0); +INSERT INTO `il_object_subobj` VALUES ('root','qpl',0); +INSERT INTO `il_object_subobj` VALUES ('recf','crsr',0); +INSERT INTO `il_object_subobj` VALUES ('cat','crsr',0); +INSERT INTO `il_object_subobj` VALUES ('grp','crsr',0); +INSERT INTO `il_object_subobj` VALUES ('root','crsr',0); +INSERT INTO `il_object_subobj` VALUES ('crs','crsr',0); +INSERT INTO `il_object_subobj` VALUES ('lso','rolf',1); +INSERT INTO `il_object_subobj` VALUES ('lso','htlm',0); +INSERT INTO `il_object_subobj` VALUES ('lso','sahs',0); +INSERT INTO `il_object_subobj` VALUES ('lso','tst',0); +INSERT INTO `il_object_subobj` VALUES ('lso','svy',0); +INSERT INTO `il_object_subobj` VALUES ('lso','copa',0); +INSERT INTO `il_object_subobj` VALUES ('lso','exc',0); +INSERT INTO `il_object_subobj` VALUES ('lso','lm',0); +INSERT INTO `il_object_subobj` VALUES ('lso','iass',0); +INSERT INTO `il_object_subobj` VALUES ('lso','file',0); +INSERT INTO `il_object_subobj` VALUES ('root','lso',0); +INSERT INTO `il_object_subobj` VALUES ('cat','lso',0); +INSERT INTO `il_object_subobj` VALUES ('crs','lso',0); +INSERT INTO `il_object_subobj` VALUES ('grp','lso',0); +INSERT INTO `il_object_subobj` VALUES ('fold','lso',0); +INSERT INTO `il_object_subobj` VALUES ('adm','lsos',1); +INSERT INTO `il_object_subobj` VALUES ('cat','webr',0); +INSERT INTO `il_object_subobj` VALUES ('crs','webr',0); +INSERT INTO `il_object_subobj` VALUES ('fold','webr',0); +INSERT INTO `il_object_subobj` VALUES ('grp','webr',0); +INSERT INTO `il_object_subobj` VALUES ('recf','webr',0); +INSERT INTO `il_object_subobj` VALUES ('root','webr',0); +INSERT INTO `il_object_subobj` VALUES ('wfld','webr',0); +INSERT INTO `il_object_subobj` VALUES ('wsrt','webr',0); +INSERT INTO `il_object_subobj` VALUES ('adm','wbrs',1); +INSERT INTO `il_object_subobj` VALUES ('cat','bibl',0); +INSERT INTO `il_object_subobj` VALUES ('crs','bibl',0); +INSERT INTO `il_object_subobj` VALUES ('fold','bibl',0); +INSERT INTO `il_object_subobj` VALUES ('grp','bibl',0); +INSERT INTO `il_object_subobj` VALUES ('recf','bibl',0); +INSERT INTO `il_object_subobj` VALUES ('root','bibl',0); +INSERT INTO `il_object_subobj` VALUES ('adm','bibs',1); +INSERT INTO `il_object_subobj` VALUES ('cat','dcl',0); +INSERT INTO `il_object_subobj` VALUES ('crs','dcl',0); +INSERT INTO `il_object_subobj` VALUES ('fold','dcl',0); +INSERT INTO `il_object_subobj` VALUES ('grp','dcl',0); +INSERT INTO `il_object_subobj` VALUES ('recf','dcl',0); +INSERT INTO `il_object_subobj` VALUES ('root','dcl',0); +INSERT INTO `il_object_subobj` VALUES ('crs','sess',0); +INSERT INTO `il_object_subobj` VALUES ('recf','sess',0); +INSERT INTO `il_object_subobj` VALUES ('grp','sess',0); +INSERT INTO `il_object_subobj` VALUES ('fold','sess',0); +INSERT INTO `il_object_subobj` VALUES ('cat','frm',0); +INSERT INTO `il_object_subobj` VALUES ('crs','frm',0); +INSERT INTO `il_object_subobj` VALUES ('fold','frm',0); +INSERT INTO `il_object_subobj` VALUES ('grp','frm',0); +INSERT INTO `il_object_subobj` VALUES ('recf','frm',0); +INSERT INTO `il_object_subobj` VALUES ('root','frm',0); +INSERT INTO `il_object_subobj` VALUES ('adm','frma',1); +INSERT INTO `il_object_subobj` VALUES ('cat','rglo',0); +INSERT INTO `il_object_subobj` VALUES ('root','rglo',0); +INSERT INTO `il_object_subobj` VALUES ('cat','book',0); +INSERT INTO `il_object_subobj` VALUES ('crs','book',0); +INSERT INTO `il_object_subobj` VALUES ('grp','book',0); +INSERT INTO `il_object_subobj` VALUES ('root','book',0); +INSERT INTO `il_object_subobj` VALUES ('fold','book',0); +INSERT INTO `il_object_subobj` VALUES ('cat','rcrs',0); +INSERT INTO `il_object_subobj` VALUES ('root','rcrs',0); +INSERT INTO `il_object_subobj` VALUES ('crs','rcrs',0); +INSERT INTO `il_object_subobj` VALUES ('grp','rcrs',0); +INSERT INTO `il_object_subobj` VALUES ('cat','tst',0); +INSERT INTO `il_object_subobj` VALUES ('crs','tst',0); +INSERT INTO `il_object_subobj` VALUES ('fold','tst',0); +INSERT INTO `il_object_subobj` VALUES ('grp','tst',0); +INSERT INTO `il_object_subobj` VALUES ('recf','tst',0); +INSERT INTO `il_object_subobj` VALUES ('root','tst',0); +INSERT INTO `il_object_subobj` VALUES ('adm','assf',1); +INSERT INTO `il_object_subobj` VALUES ('wsrt','tstv',0); +INSERT INTO `il_object_subobj` VALUES ('wfld','tstv',0); +INSERT INTO `il_object_subobj` VALUES ('cat','prtt',0); +INSERT INTO `il_object_subobj` VALUES ('crs','prtt',0); +INSERT INTO `il_object_subobj` VALUES ('fold','prtt',0); +INSERT INTO `il_object_subobj` VALUES ('grp','prtt',0); +INSERT INTO `il_object_subobj` VALUES ('recf','prtt',0); +INSERT INTO `il_object_subobj` VALUES ('root','prtt',0); +INSERT INTO `il_object_subobj` VALUES ('adm','prfa',1); +INSERT INTO `il_object_subobj` VALUES ('cat','rtst',0); +INSERT INTO `il_object_subobj` VALUES ('root','rtst',0); +INSERT INTO `il_object_subobj` VALUES ('cat','rcat',0); +INSERT INTO `il_object_subobj` VALUES ('root','rcat',0); +INSERT INTO `il_object_subobj` VALUES ('crs','rcat',0); +INSERT INTO `il_object_subobj` VALUES ('grp','rcat',0); +INSERT INTO `il_object_subobj` VALUES ('cat','crs',0); +INSERT INTO `il_object_subobj` VALUES ('recf','crs',0); +INSERT INTO `il_object_subobj` VALUES ('root','crs',0); +INSERT INTO `il_object_subobj` VALUES ('adm','crss',1); +INSERT INTO `il_object_subobj` VALUES ('wsrt','crsv',0); +INSERT INTO `il_object_subobj` VALUES ('wfld','crsv',0); +INSERT INTO `il_object_subobj` VALUES ('cat','copa',0); +INSERT INTO `il_object_subobj` VALUES ('crs','copa',0); +INSERT INTO `il_object_subobj` VALUES ('fold','copa',0); +INSERT INTO `il_object_subobj` VALUES ('grp','copa',0); +INSERT INTO `il_object_subobj` VALUES ('recf','copa',0); +INSERT INTO `il_object_subobj` VALUES ('root','copa',0); +INSERT INTO `il_object_subobj` VALUES ('root','adm',1); +INSERT INTO `il_object_subobj` VALUES ('cat','rgrp',0); +INSERT INTO `il_object_subobj` VALUES ('root','rgrp',0); +INSERT INTO `il_object_subobj` VALUES ('crs','rgrp',0); +INSERT INTO `il_object_subobj` VALUES ('grp','rgrp',0); +INSERT INTO `il_object_subobj` VALUES ('cat','rfil',0); +INSERT INTO `il_object_subobj` VALUES ('root','rfil',0); +INSERT INTO `il_object_subobj` VALUES ('orgu','orgu',0); +INSERT INTO `il_object_subobj` VALUES ('adm','orgu',1); +INSERT INTO `il_object_subobj` VALUES ('cat','file',0); +INSERT INTO `il_object_subobj` VALUES ('crs','file',0); +INSERT INTO `il_object_subobj` VALUES ('fold','file',0); +INSERT INTO `il_object_subobj` VALUES ('grp','file',0); +INSERT INTO `il_object_subobj` VALUES ('recf','file',0); +INSERT INTO `il_object_subobj` VALUES ('root','file',0); +INSERT INTO `il_object_subobj` VALUES ('wsrt','file',0); +INSERT INTO `il_object_subobj` VALUES ('wfld','file',0); +INSERT INTO `il_object_subobj` VALUES ('adm','facs',1); +INSERT INTO `il_object_subobj` VALUES ('cat','itgr',0); +INSERT INTO `il_object_subobj` VALUES ('crs','itgr',0); +INSERT INTO `il_object_subobj` VALUES ('fold','itgr',0); +INSERT INTO `il_object_subobj` VALUES ('grp','itgr',0); +INSERT INTO `il_object_subobj` VALUES ('recf','itgr',0); +INSERT INTO `il_object_subobj` VALUES ('root','itgr',0); +INSERT INTO `il_object_subobj` VALUES ('cat','mcst',0); +INSERT INTO `il_object_subobj` VALUES ('crs','mcst',0); +INSERT INTO `il_object_subobj` VALUES ('fold','mcst',0); +INSERT INTO `il_object_subobj` VALUES ('grp','mcst',0); +INSERT INTO `il_object_subobj` VALUES ('recf','mcst',0); +INSERT INTO `il_object_subobj` VALUES ('root','mcst',0); +INSERT INTO `il_object_subobj` VALUES ('adm','mcts',1); +INSERT INTO `il_object_subobj` VALUES ('prg','rolf',1); +INSERT INTO `il_object_subobj` VALUES ('prg','crsr',1); +INSERT INTO `il_object_subobj` VALUES ('prg','prg',0); +INSERT INTO `il_object_subobj` VALUES ('cat','prg',0); +INSERT INTO `il_object_subobj` VALUES ('recf','prg',0); +INSERT INTO `il_object_subobj` VALUES ('root','prg',0); +INSERT INTO `il_object_subobj` VALUES ('adm','prgs',1); +INSERT INTO `il_object_subobj` VALUES ('cat','grp',0); +INSERT INTO `il_object_subobj` VALUES ('crs','grp',0); +INSERT INTO `il_object_subobj` VALUES ('grp','grp',0); +INSERT INTO `il_object_subobj` VALUES ('fold','grp',0); +INSERT INTO `il_object_subobj` VALUES ('recf','grp',0); +INSERT INTO `il_object_subobj` VALUES ('root','grp',0); +INSERT INTO `il_object_subobj` VALUES ('adm','grps',1); +INSERT INTO `il_object_subobj` VALUES ('cat','feed',0); +INSERT INTO `il_object_subobj` VALUES ('crs','feed',0); +INSERT INTO `il_object_subobj` VALUES ('grp','feed',0); +INSERT INTO `il_object_subobj` VALUES ('root','feed',0); +INSERT INTO `il_object_subobj` VALUES ('cat','cat',0); +INSERT INTO `il_object_subobj` VALUES ('recf','cat',0); +INSERT INTO `il_object_subobj` VALUES ('root','cat',0); +INSERT INTO `il_object_subobj` VALUES ('cat','mep',0); +INSERT INTO `il_object_subobj` VALUES ('crs','mep',0); +INSERT INTO `il_object_subobj` VALUES ('fold','mep',0); +INSERT INTO `il_object_subobj` VALUES ('grp','mep',0); +INSERT INTO `il_object_subobj` VALUES ('recf','mep',0); +INSERT INTO `il_object_subobj` VALUES ('root','mep',0); +INSERT INTO `il_object_subobj` VALUES ('cat','poll',0); +INSERT INTO `il_object_subobj` VALUES ('crs','poll',0); +INSERT INTO `il_object_subobj` VALUES ('fold','poll',0); +INSERT INTO `il_object_subobj` VALUES ('grp','poll',0); +INSERT INTO `il_object_subobj` VALUES ('recf','poll',0); +INSERT INTO `il_object_subobj` VALUES ('root','poll',0); +INSERT INTO `il_object_subobj` VALUES ('cat','wiki',0); +INSERT INTO `il_object_subobj` VALUES ('crs','wiki',0); +INSERT INTO `il_object_subobj` VALUES ('fold','wiki',0); +INSERT INTO `il_object_subobj` VALUES ('grp','wiki',0); +INSERT INTO `il_object_subobj` VALUES ('recf','wiki',0); +INSERT INTO `il_object_subobj` VALUES ('root','wiki',0); +INSERT INTO `il_object_subobj` VALUES ('adm','wiks',1); +INSERT INTO `il_object_subobj` VALUES ('cat','spl',0); +INSERT INTO `il_object_subobj` VALUES ('crs','spl',0); +INSERT INTO `il_object_subobj` VALUES ('fold','spl',0); +INSERT INTO `il_object_subobj` VALUES ('grp','spl',0); +INSERT INTO `il_object_subobj` VALUES ('recf','spl',0); +INSERT INTO `il_object_subobj` VALUES ('root','spl',0); +INSERT INTO `il_object_subobj` VALUES ('cat','svy',0); +INSERT INTO `il_object_subobj` VALUES ('crs','svy',0); +INSERT INTO `il_object_subobj` VALUES ('fold','svy',0); +INSERT INTO `il_object_subobj` VALUES ('grp','svy',0); +INSERT INTO `il_object_subobj` VALUES ('recf','svy',0); +INSERT INTO `il_object_subobj` VALUES ('root','svy',0); +INSERT INTO `il_object_subobj` VALUES ('adm','svyf',1); +INSERT INTO `il_object_subobj` VALUES ('adm','nwss',1); +INSERT INTO `il_object_subobj` VALUES ('adm','otpl',1); +INSERT INTO `il_object_subobj` VALUES ('adm','ps',1); +INSERT INTO `il_object_subobj` VALUES ('adm','mds',1); +INSERT INTO `il_object_subobj` VALUES ('adm','taxs',1); +INSERT INTO `il_object_subobj` VALUES ('adm','cadm',1); +INSERT INTO `il_object_subobj` VALUES ('adm','ltis',1); +INSERT INTO `il_object_subobj` VALUES ('adm','mme',1); +INSERT INTO `il_object_subobj` VALUES ('rolf','rolt',0); +INSERT INTO `il_object_subobj` VALUES ('rolf','role',0); +INSERT INTO `il_object_subobj` VALUES ('adm','rolf',0); +INSERT INTO `il_object_subobj` VALUES ('adm','tos',1); +INSERT INTO `il_object_subobj` VALUES ('adm','adve',1); +INSERT INTO `il_object_subobj` VALUES ('adm','auth',1); +INSERT INTO `il_object_subobj` VALUES ('adm','cert',1); +INSERT INTO `il_object_subobj` VALUES ('adm','wfe',1); +INSERT INTO `il_object_subobj` VALUES ('adm','cals',1); +INSERT INTO `il_object_subobj` VALUES ('adm','accs',1); +INSERT INTO `il_object_subobj` VALUES ('adm','nota',1); +INSERT INTO `il_object_subobj` VALUES ('adm','seas',1); +INSERT INTO `il_object_subobj` VALUES ('lngf','lng',0); +INSERT INTO `il_object_subobj` VALUES ('adm','lngf',1); +INSERT INTO `il_object_subobj` VALUES ('adm','tags',1); +INSERT INTO `il_object_subobj` VALUES ('adm','skmg',1); +INSERT INTO `il_object_subobj` VALUES ('adm','mobs',1); +INSERT INTO `il_object_subobj` VALUES ('adm','reps',1); +INSERT INTO `il_object_subobj` VALUES ('adm','bdga',1); +INSERT INTO `il_object_subobj` VALUES ('stys','sty',0); +INSERT INTO `il_object_subobj` VALUES ('adm','stys',1); +INSERT INTO `il_object_subobj` VALUES ('adm','pdts',1); +INSERT INTO `il_object_subobj` VALUES ('usrf','usr',0); +INSERT INTO `il_object_subobj` VALUES ('adm','usrf',1); +INSERT INTO `il_object_subobj` VALUES ('adm','sysc',1); +INSERT INTO `il_object_subobj` VALUES ('adm','mail',1); +INSERT INTO `il_object_subobj` VALUES ('adm','objf',1); +INSERT INTO `il_object_subobj` VALUES ('adm','logs',1); +INSERT INTO `il_object_subobj` VALUES ('adm','pdfg',1); +INSERT INTO `il_object_subobj` VALUES ('adm','cmps',1); +INSERT INTO `il_object_subobj` VALUES ('adm','hlps',1); +INSERT INTO `il_object_subobj` VALUES ('adm','awra',1); +INSERT INTO `il_object_subobj` VALUES ('adm','recf',1); +INSERT INTO `il_object_subobj` VALUES ('adm','extt',1); +INSERT INTO `il_object_subobj` VALUES ('adm','trac',1); +INSERT INTO `il_object_subobj` VALUES ('adm','ecss',1); + +-- +-- Table structure for table `il_orgu_authority` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_orgu_authority` +-- + +INSERT INTO `il_orgu_authority` VALUES (1,1,1,2); + +-- +-- Table structure for table `il_orgu_authority_seq` +-- + +CREATE TABLE `il_orgu_authority_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=2; + +-- +-- Dumping data for table `il_orgu_authority_seq` +-- + +INSERT INTO `il_orgu_authority_seq` VALUES (1); + +-- +-- Table structure for table `il_orgu_op_contexts` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_orgu_op_contexts` +-- + +INSERT INTO `il_orgu_op_contexts` VALUES (1,'object',0); +INSERT INTO `il_orgu_op_contexts` VALUES (2,'iass',1); +INSERT INTO `il_orgu_op_contexts` VALUES (3,'crs',1); +INSERT INTO `il_orgu_op_contexts` VALUES (4,'grp',1); +INSERT INTO `il_orgu_op_contexts` VALUES (5,'tst',1); +INSERT INTO `il_orgu_op_contexts` VALUES (6,'exc',1); +INSERT INTO `il_orgu_op_contexts` VALUES (7,'svy',1); + +-- +-- Table structure for table `il_orgu_op_contexts_seq` +-- + +CREATE TABLE `il_orgu_op_contexts_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=8; + +-- +-- Dumping data for table `il_orgu_op_contexts_seq` +-- + +INSERT INTO `il_orgu_op_contexts_seq` VALUES (7); + +-- +-- Table structure for table `il_orgu_operations` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_orgu_operations` +-- + +INSERT INTO `il_orgu_operations` VALUES (1,'read_learning_progress','Read the learning Progress of a User',0,3); +INSERT INTO `il_orgu_operations` VALUES (2,'read_learning_progress','Read the learning Progress of a User',0,4); +INSERT INTO `il_orgu_operations` VALUES (3,'read_learning_progress','Read the learning Progress of a User',0,2); +INSERT INTO `il_orgu_operations` VALUES (4,'read_learning_progress','Read the learning Progress of a User',0,6); +INSERT INTO `il_orgu_operations` VALUES (5,'read_learning_progress','Read the learning Progress of a User',0,7); +INSERT INTO `il_orgu_operations` VALUES (6,'manage_members','Edit Members in a course',0,3); +INSERT INTO `il_orgu_operations` VALUES (7,'manage_members','Edit Members in a group',0,4); +INSERT INTO `il_orgu_operations` VALUES (8,'edit_submissions_grades','',0,6); +INSERT INTO `il_orgu_operations` VALUES (9,'access_results','',0,7); +INSERT INTO `il_orgu_operations` VALUES (10,'write_learning_progress','Write the learning Progress of a User',0,2); +INSERT INTO `il_orgu_operations` VALUES (11,'access_enrolments','Access Enrolments in a course',0,3); +INSERT INTO `il_orgu_operations` VALUES (12,'read_learning_progress','Read Test Participants Learning Progress',0,5); +INSERT INTO `il_orgu_operations` VALUES (13,'access_results','Access Test Participants Results',0,5); +INSERT INTO `il_orgu_operations` VALUES (14,'manage_participants','Manage Test Participants',0,5); +INSERT INTO `il_orgu_operations` VALUES (15,'score_participants','Score Test Participants',0,5); + +-- +-- Table structure for table `il_orgu_operations_seq` +-- + +CREATE TABLE `il_orgu_operations_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=16; + +-- +-- Dumping data for table `il_orgu_operations_seq` +-- + +INSERT INTO `il_orgu_operations_seq` VALUES (15); + +-- +-- Table structure for table `il_orgu_permissions` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_orgu_permissions` +-- + + +-- +-- Table structure for table `il_orgu_permissions_seq` +-- + +CREATE TABLE `il_orgu_permissions_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_orgu_permissions_seq` +-- + + +-- +-- Table structure for table `il_orgu_positions` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_orgu_positions` +-- + +INSERT INTO `il_orgu_positions` VALUES (1,'Employees','Employees of a OrgUnit',1,1); +INSERT INTO `il_orgu_positions` VALUES (2,'Superiors','Superiors of a OrgUnit',1,2); + +-- +-- Table structure for table `il_orgu_positions_seq` +-- + +CREATE TABLE `il_orgu_positions_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=3; + +-- +-- Dumping data for table `il_orgu_positions_seq` +-- + +INSERT INTO `il_orgu_positions_seq` VALUES (2); + +-- +-- Table structure for table `il_orgu_ua` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_orgu_ua` +-- + + +-- +-- Table structure for table `il_orgu_ua_seq` +-- + +CREATE TABLE `il_orgu_ua_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_orgu_ua_seq` +-- + + +-- +-- Table structure for table `il_plugin` +-- + +CREATE TABLE `il_plugin` ( + `component_type` char(10) NOT NULL DEFAULT '', + `component_name` varchar(90) NOT NULL DEFAULT ' ', + `slot_id` char(10) NOT NULL DEFAULT '', + `name` varchar(40) NOT NULL DEFAULT ' ', + `last_update_version` char(10) DEFAULT NULL, + `active` tinyint(4) DEFAULT NULL, + `db_version` int(11) NOT NULL DEFAULT 0, + `plugin_id` varchar(20) DEFAULT NULL, + PRIMARY KEY (`component_type`,`component_name`,`slot_id`,`name`) +) ; + +-- +-- Dumping data for table `il_plugin` +-- + + +-- +-- Table structure for table `il_pluginslot` +-- + +CREATE TABLE `il_pluginslot` ( + `component` varchar(200) NOT NULL DEFAULT ' ', + `id` char(10) NOT NULL DEFAULT '', + `name` varchar(200) DEFAULT NULL, + PRIMARY KEY (`component`,`id`) +) ; + +-- +-- Dumping data for table `il_pluginslot` +-- + +INSERT INTO `il_pluginslot` VALUES ('Modules/Cloud','cldh','CloudHook'); +INSERT INTO `il_pluginslot` VALUES ('Modules/TestQuestionPool','qst','Questions'); +INSERT INTO `il_pluginslot` VALUES ('Modules/DataCollection','dclfth','FieldTypeHook'); +INSERT INTO `il_pluginslot` VALUES ('Modules/Test','texp','Export'); +INSERT INTO `il_pluginslot` VALUES ('Modules/Test','tsig','Signature'); +INSERT INTO `il_pluginslot` VALUES ('Modules/OrgUnit','orgutypehk','OrgUnitTypeHook'); +INSERT INTO `il_pluginslot` VALUES ('Modules/OrgUnit','orguext','OrgUnitExtension'); +INSERT INTO `il_pluginslot` VALUES ('Modules/SurveyQuestionPool','svyq','SurveyQuestions'); +INSERT INTO `il_pluginslot` VALUES ('Services/Preview','pvre','PreviewRenderer'); +INSERT INTO `il_pluginslot` VALUES ('Services/AuthShibboleth','shibhk','ShibbolethAuthenticationHook'); +INSERT INTO `il_pluginslot` VALUES ('Services/Cron','crnhk','CronHook'); +INSERT INTO `il_pluginslot` VALUES ('Services/Authentication','authhk','AuthenticationHook'); +INSERT INTO `il_pluginslot` VALUES ('Services/COPage','pgcp','PageComponent'); +INSERT INTO `il_pluginslot` VALUES ('Services/WorkflowEngine','wfeCG','ComplexGateway'); +INSERT INTO `il_pluginslot` VALUES ('Services/EventHandling','evhk','EventHook'); +INSERT INTO `il_pluginslot` VALUES ('Services/Calendar','capm','AppointmentCustomModal'); +INSERT INTO `il_pluginslot` VALUES ('Services/Calendar','capg','AppointmentCustomGrid'); +INSERT INTO `il_pluginslot` VALUES ('Services/UIComponent','uihk','UserInterfaceHook'); +INSERT INTO `il_pluginslot` VALUES ('Services/LDAP','ldaphk','LDAPHook'); +INSERT INTO `il_pluginslot` VALUES ('Services/AdvancedMetaData','amdc','AdvancedMDClaiming'); +INSERT INTO `il_pluginslot` VALUES ('Services/Repository','robj','RepositoryObject'); +INSERT INTO `il_pluginslot` VALUES ('Services/PersonalDesktop','pdhk','PersonalDesktopHook'); +INSERT INTO `il_pluginslot` VALUES ('Services/User','udfc','UDFClaiming'); +INSERT INTO `il_pluginslot` VALUES ('Services/User','udfd','UDFDefinition'); +INSERT INTO `il_pluginslot` VALUES ('Services/PDFGeneration','renderer','Renderer'); +INSERT INTO `il_pluginslot` VALUES ('Services/WebServices','soaphk','SoapHook'); + +-- +-- Table structure for table `il_poll` +-- + +CREATE TABLE `il_poll` ( + `id` int(11) NOT NULL DEFAULT 0, + `question` varchar(1000) DEFAULT NULL, + `image` varchar(1000) DEFAULT NULL, + `online_status` tinyint(4) NOT NULL DEFAULT 0, + `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`) +) ; + +-- +-- Dumping data for table `il_poll` +-- + + +-- +-- Table structure for table `il_poll_answer` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_poll_answer` +-- + + +-- +-- Table structure for table `il_poll_answer_seq` +-- + +CREATE TABLE `il_poll_answer_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_poll_answer_seq` +-- + + +-- +-- Table structure for table `il_poll_vote` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_poll_vote` +-- + + +-- +-- Table structure for table `il_qpl_qst_fq_res` +-- + +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 DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `il_qpl_qst_fq_res` +-- + + +-- +-- Table structure for table `il_qpl_qst_fq_res_seq` +-- + +CREATE TABLE `il_qpl_qst_fq_res_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_qpl_qst_fq_res_seq` +-- + + +-- +-- Table structure for table `il_qpl_qst_fq_res_unit` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_qpl_qst_fq_res_unit` +-- + + +-- +-- Table structure for table `il_qpl_qst_fq_res_unit_seq` +-- + +CREATE TABLE `il_qpl_qst_fq_res_unit_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_qpl_qst_fq_res_unit_seq` +-- + + +-- +-- Table structure for table `il_qpl_qst_fq_ucat` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_qpl_qst_fq_ucat` +-- + + +-- +-- Table structure for table `il_qpl_qst_fq_ucat_seq` +-- + +CREATE TABLE `il_qpl_qst_fq_ucat_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_qpl_qst_fq_ucat_seq` +-- + + +-- +-- Table structure for table `il_qpl_qst_fq_unit` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_qpl_qst_fq_unit` +-- + + +-- +-- Table structure for table `il_qpl_qst_fq_unit_seq` +-- + +CREATE TABLE `il_qpl_qst_fq_unit_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_qpl_qst_fq_unit_seq` +-- + + +-- +-- Table structure for table `il_qpl_qst_fq_var` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_qpl_qst_fq_var` +-- + + +-- +-- Table structure for table `il_qpl_qst_fq_var_seq` +-- + +CREATE TABLE `il_qpl_qst_fq_var_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_qpl_qst_fq_var_seq` +-- + + +-- +-- Table structure for table `il_rating` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_rating` +-- + + +-- +-- Table structure for table `il_rating_cat` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_rating_cat` +-- + + +-- +-- Table structure for table `il_rating_cat_seq` +-- + +CREATE TABLE `il_rating_cat_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_rating_cat_seq` +-- + + +-- +-- Table structure for table `il_request_token` +-- + +CREATE TABLE `il_request_token` ( + `user_id` int(11) NOT NULL DEFAULT 0, + `token` char(64) NOT NULL DEFAULT '', + `stamp` datetime DEFAULT NULL, + `session_id` varchar(100) DEFAULT NULL, + PRIMARY KEY (`token`), + KEY `i1_idx` (`user_id`,`session_id`), + KEY `i2_idx` (`user_id`,`stamp`) +) ; + +-- +-- Dumping data for table `il_request_token` +-- + +INSERT INTO `il_request_token` VALUES (6,'a0d2d5b51feec3dcf1842e6fd80092bc','2016-12-21 13:55:17','ssev5rsqvp335hermt971ieuj6'); +INSERT INTO `il_request_token` VALUES (6,'e94abe3044958d2cf4bebff6e68f6a52','2016-12-16 14:39:53','2tfi6g36pme1ivd1tu7nencp41'); + +-- +-- Table structure for table `il_subscribers` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_subscribers` +-- + + +-- +-- Table structure for table `il_tag` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_tag` +-- + + +-- +-- Table structure for table `il_translations` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_translations` +-- + + +-- +-- Table structure for table `il_verification` +-- + +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 DEFAULT NULL, + PRIMARY KEY (`id`,`type`) +) ; + +-- +-- Dumping data for table `il_verification` +-- + + +-- +-- Table structure for table `il_wac_secure_path` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_wac_secure_path` +-- + + +-- +-- Table structure for table `il_wiki_contributor` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_wiki_contributor` +-- + + +-- +-- Table structure for table `il_wiki_data` +-- + +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 DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `il_wiki_data` +-- + + +-- +-- Table structure for table `il_wiki_imp_pages` +-- + +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`) +) ; + +-- +-- Dumping data for table `il_wiki_imp_pages` +-- + + +-- +-- Table structure for table `il_wiki_missing_page` +-- + +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 '', + PRIMARY KEY (`wiki_id`,`source_id`,`target_name`), + KEY `i1_idx` (`wiki_id`,`target_name`) +) ; + +-- +-- Dumping data for table `il_wiki_missing_page` +-- + + +-- +-- Table structure for table `il_wiki_page` +-- + +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, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `il_wiki_page` +-- + + +-- +-- Table structure for table `il_wiki_page_seq` +-- + +CREATE TABLE `il_wiki_page_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `il_wiki_page_seq` +-- + + +-- +-- Table structure for table `int_link` +-- + +CREATE TABLE `int_link` ( + `source_type` varchar(10) NOT NULL DEFAULT ' ', + `source_id` int(11) NOT NULL DEFAULT 0, + `target_type` varchar(4) 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`) +) ; + +-- +-- Dumping data for table `int_link` +-- + + +-- +-- Table structure for table `item_group_item` +-- + +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`) +) ; + +-- +-- Dumping data for table `item_group_item` +-- + + +-- +-- Table structure for table `itgr_data` +-- + +CREATE TABLE `itgr_data` ( + `id` int(11) NOT NULL DEFAULT 0, + `hide_title` tinyint(4) NOT NULL DEFAULT 0, + `behaviour` tinyint(4) DEFAULT 0, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `itgr_data` +-- + + +-- +-- Table structure for table `last_visited` +-- + +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`) +) ; + +-- +-- Dumping data for table `last_visited` +-- + + +-- +-- Table structure for table `ldap_attribute_mapping` +-- + +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`) +) ; + +-- +-- Dumping data for table `ldap_attribute_mapping` +-- + + +-- +-- Table structure for table `ldap_rg_mapping` +-- + +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`) +) ; + +-- +-- Dumping data for table `ldap_rg_mapping` +-- + + +-- +-- Table structure for table `ldap_rg_mapping_seq` +-- + +CREATE TABLE `ldap_rg_mapping_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `ldap_rg_mapping_seq` +-- + + +-- +-- Table structure for table `ldap_role_assignments` +-- + +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`) +) ; + +-- +-- Dumping data for table `ldap_role_assignments` +-- + + +-- +-- Table structure for table `ldap_role_assignments_seq` +-- + +CREATE TABLE `ldap_role_assignments_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `ldap_role_assignments_seq` +-- + + +-- +-- Table structure for table `ldap_server_settings` +-- + +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(32) 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(32) 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`) +) ; + +-- +-- Dumping data for table `ldap_server_settings` +-- + + +-- +-- Table structure for table `ldap_server_settings_seq` +-- + +CREATE TABLE `ldap_server_settings_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `ldap_server_settings_seq` +-- + + +-- +-- Table structure for table `like_data` +-- + +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`) +) ; + +-- +-- Dumping data for table `like_data` +-- + + +-- +-- Table structure for table `link_check` +-- + +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`) +) ; + +-- +-- Dumping data for table `link_check` +-- + + +-- +-- Table structure for table `link_check_report` +-- + +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`) +) ; + +-- +-- Dumping data for table `link_check_report` +-- + + +-- +-- Table structure for table `link_check_seq` +-- + +CREATE TABLE `link_check_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `link_check_seq` +-- + + +-- +-- Table structure for table `lm_data` +-- + +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`) +) ; + +-- +-- Dumping data for table `lm_data` +-- + +INSERT INTO `lm_data` VALUES (1,'dummy','du',0,'','n',NULL,NULL,'y','',NULL); + +-- +-- Table structure for table `lm_data_seq` +-- + +CREATE TABLE `lm_data_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=2; + +-- +-- Dumping data for table `lm_data_seq` +-- + +INSERT INTO `lm_data_seq` VALUES (1); + +-- +-- Table structure for table `lm_data_transl` +-- + +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`) +) ; + +-- +-- Dumping data for table `lm_data_transl` +-- + + +-- +-- Table structure for table `lm_glossaries` +-- + +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`) +) ; + +-- +-- Dumping data for table `lm_glossaries` +-- + + +-- +-- Table structure for table `lm_menu` +-- + +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`) +) ; + +-- +-- Dumping data for table `lm_menu` +-- + + +-- +-- Table structure for table `lm_menu_seq` +-- + +CREATE TABLE `lm_menu_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `lm_menu_seq` +-- + + +-- +-- Table structure for table `lm_read_event` +-- + +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`) +) ; + +-- +-- Dumping data for table `lm_read_event` +-- + + +-- +-- Table structure for table `lm_tree` +-- + +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`) +) ; + +-- +-- Dumping data for table `lm_tree` +-- + + +-- +-- Table structure for table `lng_data` +-- + +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`) +) ; + +-- +-- Dumping data for table `lng_data` +-- + +INSERT INTO `lng_data` VALUES ('bibl','bibl_translation_lang','en','Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','filter_deleted','en','The Filter was deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','changes_saved','en','Changes were saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','filter_form_title','en','Add new filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_ep','en','Ending Page Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_ty','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_y1','en','Year',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_u2','en','User Defined',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_t3','en','Tertiary Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_t2','en','Secondary Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_t1','en','Primary Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_n2','en','Abstract',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_n1','en','Notes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_m1','en','Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_kw','en','Keywords',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_id','en','Reference ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_cy','en','Place Published',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_a2','en','Location in Archives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_l3','en','Related records',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_ur','en','URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_m3','en','Misc. 3',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_sn','en','ISSN/ISBN/ASIN',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_pb','en','Publisher',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_vl','en','Volume',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_ja','en','Periodical in which article was published',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_py','en','Publication year',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_au','en','Author',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris_default_ti','en','Book title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_organization','en','Organizaton',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_series','en','Series',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_type','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_howpublished','en','Published as',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_edition','en','Edition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_publisher','en','Publisher',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_address','en','Address',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_abstract','en','Abstract',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_month','en','Month',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_note','en','Note',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_cite','en','Bib Cite',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_isbn','en','ISSN/ISBN',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_keywords','en','Keywords',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_url','en','URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_year','en','Year',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_volume','en','Volume',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_title','en','Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_pages','en','Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_number','en','Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_journal','en','Journal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bib_default_author','en','Author',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibl_copy','en','Copy Bibliography',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mob','mob_srt_files_deleted','en','Subtitle files have been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mob','mob_really_delete_srt','en','Do you really want to delete the following srt files?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mob','mob_file','en','File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mob','mob_language','en','Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mob','mob_subtitle_file','en','Subtitle File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mob','mob_subtitle_files','en','Subtitle Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mob','mob_subtitles','en','Subtitles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mob','mob_general','en','General',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_disable_def_feedback_info','en','If disabled, answered questions will not show any feedback for the learner. You need to provide custom feedbacks for your questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','svy_results','en','Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_disable_def_feedback','en','Disable Default Question Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','content_no_edit_lock','en','The page is currently locked by another user.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','content_until','en','At least locked until',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_minutes','en','Minutes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_minutes_info','en','Minutes of inactivity before an edit lock expires and a page can be edited by another user.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_blocking_mode','en','Edit Lock',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_user_search_info_form','en','Data in personal profiles of users is indexed and can be used to search for users.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_user_search_form','en','Search in Personal Profiles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_edit_language_version','en','Edit Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_deactivate_content_lang','en','Deactivate Translation for Page Editing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_current_lang','en','Current Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','password_must_contain_ucase_chars','en','The password must contain at least %s capital letters.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','password_must_contain_lcase_chars','en','The password must contain at least %s lower case letters.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','password_contains_parts_of_login_err','en','The chosen password contains your username. Please insert a new password.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ps_password_must_not_contain_loginame_info','en','If activated, a password must not contain the username.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ps_password_must_not_contain_loginame','en','Prevent Username in Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ps_password_uppercase_chars_num_info','en','Please insert the number of capital letters a password must contain. Enter 0 to disable this requirement.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ps_password_uppercase_chars_num','en','Capital Letters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ps_password_lowercase_chars_num_info','en','Please insert the number of lower case letters a password must contain. Enter 0 to disable this requirement.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ps_password_lowercase_chars_num','en','Lower Case Letters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_copy_role_copy','en','Copy Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_copy_role_remove_perm','en','Remove Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_copy_role_add_perm','en','Add Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_additional_langs','en','Additional Languages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_master_lang','en','Master Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','show_answer_overview','en','Show Answer Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('search','lucene_prefix_wildcard_info','en','Supports prefix wildcard queries: ‘*LIAS’ finds ‘ILIAS’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_prefix_wildcard','en','Prefix Wildcard Queries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_mime_filter_form_info','en','Search can be restricted to the chosen mime types.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_mime_filter_form','en','Mime Type Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_show_sub_relevance','en','Show Sub-Item Relevance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_mime_image','en','Images',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_mime_powerpoint','en','Powerpoint Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_mime_excel','en','Excel Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_mime_word','en','Word Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_mime_pdf','en','PDF Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_cach_mode_manual_info','en','Only the consultation hours of the following groups will be published.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_cach_mode_manual','en','Manual',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_cach_mode_automatic_info','en','All your consultation hours will be published.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_cach_mode_automatic','en','Automatic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_cach_mode','en','Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_update_consultation_hours','en','Edit Consultation Hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_consultation_hours','en','Insert Consultation Hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_consultation_hours','en','Insert Consultation Hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_all','en','For all Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_tutors_only','en','For Administrators only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_mail_tutors_only','en','For Tutors and Administrators only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_mail_all','en','For all Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_type','en','Mail to Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_mail_type','en','Mail to Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_passed_status_manual_by','en','Manual by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_passed_status_system','en','System',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','simple_user_import','en','XML User Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtt','prtt_import','en','Import Portfolio Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','rating','en','Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','advanced_rating','en','Advanced Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','result_x','en','Result %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','variable_x','en','Variable %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_units_of_category_x','en','Units of Category: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_local_units','en','Local Units',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_global_units','en','Global Units',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_show_units','en','Show Units',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','errFormulaQuestion','en','A Formula Question contains incorrect information!!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','res_contains_undef_res','en','A result formula contains an undefined result!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','que_contains_unused_var','en','The question text contains a variable, that is not used in any result formula!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','res_contains_undef_var','en','A result formula contains an undefined variable!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','enter_valid_values','en','Please enter valid value. Chars will be evaluated as incorrect!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','expected_result_type','en','Expected result type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','change_adm_categories_not_allowed','en','You do not have any permissions concerning this category.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','result_co_frac_info','en','Canceled out fraction i.e.: only 1/3 is a valid result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','result_frac_info','en','i.e.: 1/3 and 2/6 are valid results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','result_dec_info','en','Valid results are i.e.: 2,3 and 2.3',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','no_result_type','en','No Restrictions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','result_co_frac','en','Coprime Fraction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','result_dec','en','Decimal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','result_frac','en','Fraction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','result_type_selection','en','Result Type Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','err_duplicate_results','en','You used a result variable more than once. This is not allowed in the question text.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','errRecursionInResult','en','The formula contains an infinite recursion.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','intprecision','en','Divisible By',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_save_order','en','Save Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_sequence','en','Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_category_not_exist','en','The requested category does not exist.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_sel_cat_sel_unit','en','Selected Category: %s, Selected Unit: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','selected_category','en','Selected Category: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_unit_deletion_errors_p_s','en','Could not delete unit:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_unit_deletion_errors_p','en','Could not delete certain units:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_unit_deletion_errors_f','en','Cannot delete certain units:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_unit_deletion_errors_f_s','en','Cannot delete unit:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_deleted_units_s','en','Deletion successfully processed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_deleted_units','en','Deletion successfully processed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_sure_delete_units_s','en','Are you sure you want to delete the selected unit?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_sure_delete_units','en','Are you sure you want to delete the selected units?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','un_cat_deletion_errors_p_s','en','Could not delete category:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_cat_deletion_errors_p','en','Could not delete certain categories:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_cat_deletion_errors_f_s','en','Cannot delete category:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_cat_deletion_errors_f','en','Cannot delete certain categories:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_deleted_categories_s','en','Deletion successfully processed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_deleted_categories','en','Deletion successfully processed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_sure_delete_categories_s','en','Are you sure you want to delete the selected category?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_sure_delete_categories','en','Are you sure you want to delete the selected categories?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','err_wrong_categoryname','en','The category already exists.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','err_unit_is_baseunit','en','The unit cannot be deleted. It is used as base unit by other units.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','err_unit_in_results','en','The unit cannot be deleted. It is already in use in one or more test questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','unit_placeholder','en','** New Unit **',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','err_unit_in_variables','en','The unit cannot be deleted. It is already in use in one or more test questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','baseunit','en','Base Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','factor','en','Factor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','new_category','en','New Unit Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','new_unit','en','New Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','category','en','Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','categories','en','Categories',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','units','en','Units',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','suggest_range','en','Suggest Range',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','rated_unit','en','Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','rated_sign','en','Sign',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','rated_value','en','Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','rating_unit','en','Rate Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','rating_value','en','Rate Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','rating_sign','en','Rate Sign',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','err_wrong_rating_advanced','en','Please make sure that the addition of the advanced rating settings equals to 100 percent',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','err_no_formula','en','You must enter a formula',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','err_range','en','The maximum range must be greater than the minimum range',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','precision','en','Precision',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','result_units','en','Available Units',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','range_max','en','Range (Maximum)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tolerance','en','Tolerance (%)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','unit','en','Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','range_min','en','Range (Minimum)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','formula','en','Formula',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','rating_simple','en','Simple Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','select_unit','en','--- Select Unit ---',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','variables','en','Variables',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','results','en','Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','parseQuestion','en','Parse Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assFormulaQuestion','en','Formula Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_multi_feedback_files','en','Multi-Feedback Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_multi_feedback_file','en','Multi-Feedback File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_download_zip_structure','en','Download ZIP Structure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_multi_feedback','en','Evaluation for many Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('glo','glo_term','en','Glossary Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_play_cnt','en','Played',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_download_cnt','en','Downloaded',NULL,NULL); +INSERT INTO `lng_data` VALUES ('fold','fold_settings','en','Folder Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_hide_head_foot_print','en','Hide custom header and footer in print view',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_link_glo_in_lm','en','Should all glossary terms be linked in the learning module now?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_auto_glossaries','en','Auto-Linked Glossaries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_glossaries','en','Glossaries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_missing_info','en','To see your received feedback, you still have to give %s feedbacks.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_deadline_reached','en','Feedback time is up.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_deadline_info_button','en','Deadline: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('cld','cld_object_added','en','A new Cloud object has been added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_deadline','en','Feedback Deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','not_movable_to_subtree','en','An organisational unit cannot be moved into its own subtree. This would create a loop.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_type_assign_amd_sets','en','Assign Custom Metadata Sets',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_type_available_amd_sets','en','Available Custom Metadata Sets',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_type_msg_error_custom_icon','en','Could not save the custom icon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_adv_settings','en','Advanced Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_type_custom_icon','en','Custom Icon for this Organisational Unit Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_orgu_type','en','Organisational Unit Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_type','en','Organisational Unit Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_settings','en','Organisational Unit Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('orgu','orgu_type_msg_setting_default_lang_prevented','en','Setting \'%s\' as default language prevented by plugins: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_type_msg_deassign_amd_prevented','en','Deassigning AMDRecord prevented by plugins: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_type_msg_assign_amd_prevented','en','Assigning AMDRecord prevented by plugins: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_type_msg_updating_prevented','en','Updating of object prevented by plugins: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_type_msg_setting_member_prevented','en','Setting \'%s\' prevented by plugins: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_type_msg_deletion_prevented','en','Deletion of object prevented by plugins: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_type_msg_unable_delete','en','Unable to delete type because it is still assigned to the following Organisational Units: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_type_msg_missing_title','en','There must be set a title for the default language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_types','en','Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_type_msg_deleted','en','Deleted Organisational Unit Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_type_edit','en','Edit Organisational Unit Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_type_add','en','Add Organisational Unit Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','backto_staff','en','Back to Staff',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','local_other_roles','en','Additional Local Roles %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','no_roles','en','There are no additional roles at this point.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','ext_id_updated','en','The external ID has been updated successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','ext_id','en','External ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','edit_translations','en','Title and Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','view_learning_progress_rec','en','View Learning Progress of Unit incl. Subunits',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','import_xml_file','en','Import File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','simple_xml','en','Simple XML Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','simple_import','en','Simple XML Import',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','placeholder','en','...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','rec_staff','en','Employees %s incl. Subunits',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','local_staff','en','Employees %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_add','en','Add Organisational Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_import','en','Import Organisational Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_new','en','New Organisational Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_already_deleted','en','The object was already deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','import_terminated_with_errors','en','The import terminated with errors.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','import_failed','en','The import failed. Make sure your file is in the xml format and has a valid structure.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','ou_parent_id_not_valid','en','The ou_parent_id could not be found.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','import_successful','en','The import terminated successfully. Created: %s, edited/moved: %s, deleted: %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','import_terminated_with_warnings','en','The import terminated with warnings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','user_changed_successful','en','The user has been changed successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','change_to_employee','en','Change to employee',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','change_to_superior','en','Change to superior',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','users_successfuly_added','en','The user has been added successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','show_learning_progress','en','Show Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','Actions','en','Actions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','superior','en','Superior',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','Staff','en','Staff',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','employee','en','Employee',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','msg_deleted','en','Deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','confirm_deletion_button','en','Delete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','msg_assignment_to_employee_done','en','Assignment to the employee role successful',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','confirm_deletion_and_assign','en','Delete and Assign Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_staff','en','Staff',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','il_orgu_superior','en','Superior',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','deassign_user_successful','en','Users have been successfully deassigned from this role.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','il_orgu_employee','en','Employee',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_staff_deassign','en','Are you sure you want to deassign these users from this role?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','view_learning_progress','en','View Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','form_title_org_default_permissions_update','en','Default Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','org_op_edit_submissions_grades','en','Edit submissions of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','org_op_edit_submissions_grades','en','Edit submissions of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','org_op_write_learning_progress','en','Set learning Progress of subordinate users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','org_op_write_learning_progress','en','Set learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','org_op_read_learning_progress','en','View learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgunit_position_permissions_not_active_for','en','You cannot override the position specific permissions for the type:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','org_op_score_participants','en','Score Subordinated Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','org_op_score_participants','en','Score Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','org_op_manage_participants','en','Manage Subordinated Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','org_op_access_results','en','Access Results of Subordinated Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','org_op_manage_participants','en','Manage Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','org_op_access_results','en','Access Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','org_op_manage_members','en','Manage Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_enable_my_staff_info','en','Shows learning progress of own employees.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_enable_my_staff','en','Enable ‘Staff’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','remove_successful','en','User was removed successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','msg_position_udpated','en','Position aktualisiert',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mst','mst_courses_of','en','Enrolments of %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mst','mst_show_courses','en','Enrolments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mst','mst_memb_status_registered','en','Registered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mst','mst_memb_status_waitinglist','en','Waiting List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mst','mst_memb_status_requested','en','Requested',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mst','mst_opt_all','en','All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mst','mst_please_select_course','en','Please select a course.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mst','mst_select_course','en','Select Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mst','mst_list_courses','en','Enrolments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mst','mst_list_users','en','Staff List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mst','mst_my_staff','en','Staff',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','scope','en','In',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','my_staff','en','Staff',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','over','en','Over',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','scope_3','en','All Organisational Units',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','over_-1','en','Everyone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','scope_2','en','Subsequent Organisational Units',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','scope_1','en','Same Organisational Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','add_position','en','Add Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','positions','en','Positions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','authority','en','Authority',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','user_assignments','en','User Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','authorities','en','Authorities',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','msg_confirm_d_ua','en','Would you like to assign these person to the position Employee of their respective Organisational Units?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','msg_confirm_remove_user','en','Would you really like to remove the following User from the Position %s?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','remove_user','en','Remove',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','msg_confirm_deletion','en','Would you really like to delete the following Position?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_orgunit_positions_info','en','If enabled, additional access control rules can be defined by positions in organisational units.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_orgunit_positions','en','Access Control by Organisation Unit Positions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','view_learning_progress_rec','en','View Learning Progress of Unit incl. Subunits',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','view_learning_progress','en','View Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_orgu_superior','en','Superior',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_orgu_employee','en','Employee',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','add_value','en','Add New Entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_orgu','en','Organisational Units',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','org_units','en','Organisational Units',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_orgu','en','Organisational Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_orgu_description','en','Creating and editing organisational structure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_auth_failed_no_object_created','en','Authentication failed, no Cloud Object has been created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','fieldtitle_allow_chars','en','Not allowed chars: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_plachverification','en','Placeholder Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_verification_placehl','en','Certificate Placeholder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','git_last_commit','en','Last Commit: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_verification_placeh','en','Click and edit to insert certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','git_revision','en','Number: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','git_hash_short','en','Commit Hash (short): %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','svn_path','en','Path: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','svn_root','en','Root: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','svn_revision_last_change','en','Last Changed Revision: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','svn_revision_current','en','Current Revision: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','vc_information_not_determined','en','ILIAS could not determine any version control information.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','vc_information','en','Show Version Control Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','content_plugin_not_activated','en','The page content element plugin is currently not activated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','prtf_create_portfolio_from_template','en','Create Portfolio From Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_template_import_quota_failure','en','This portfolio template cannot be copied because it would exceed your disk quota.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_create_template_from_portfolio_info','en','Select a portfolio to use its content and settings for the template.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_create_template_from_portfolio','en','Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_template_import_blog_ignore','en','Remove Blog Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_template_import_blog_reuse','en','Use Existing Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_template_import_blog_create','en','Create New Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_creation_mode_scratch','en','Create without Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_creation_mode_template','en','Create from Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_creation_mode','en','New Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_template_editor_placeholder_info','en','This placeholder will be replaced in the portfolio.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_profile_mode_template_inherit_info','en','Use the profile settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtt','prtt_activation_limited_visibility_info','en','If chosen, the portfolio template is visible even outside of the given availability.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtt','prtt_activation_online_info','en','Activate this setting to make the portfolio template accessible to users.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prtt_edit_permission','en','User can change permission settings for portfolio template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prtt_delete','en','User can move or delete portfolio template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prtt_write','en','User can edit settings and content of portfolio template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prtt_copy','en','User can copy portfolio template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prtt_read','en','User has read access to portfolio template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prtt_visible','en','Portfolio Template is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtt','prtt_edit','en','Edit Portfolio Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtt','prtt_copy','en','Copy Portfolio Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtt','prtt_new','en','New Portfolio Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtt','prtt_add','en','Create Portfolio Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_prtt_duplicate','en','Copy Portfolio Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_prtt','en','Portfolio Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_prtt','en','Portfolio Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','advanced_editing_excass_settings','en','Exercise Text Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_edit_recurrences','en','Edit all Appointments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_edit_single','en','Edit this Appointment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_excass_settings','en','Exercise Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_new_item_group_other','en','Other',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_shared_title','en','Title of Resource',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_new_item_group_separator','en','Column Separator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_new_item_group_add_separator','en','Add Column Separator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_email_domains_code','en','With a registration code any E-Mail-Address is valid.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_new_item_group_delete_sure','en','Are you sure you want to delete the following groupings?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_new_item_group_edit','en','Edit Grouping',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_new_item_group_unassigned_subitems','en','Number of Unassigned Objects: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_new_item_group_nr_subitems','en','Number of Assigned Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_new_item_group_add','en','Add Grouping',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_new_item_groups','en','Grouping',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_new_item_group_unassigned','en','Not Assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_password_settings','en','Password Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_user_starting_point_invalid_info','en','This feature is currently not active.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','obj_book_duplicate','en','Copy Booking Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_copy','en','Copy Booking Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_no_peers_reviewed_yet','en','There was no feedback given yet.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_activate_rating_info','en','if enabled, users can rate this object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_activate_rating','en','Enable Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_new_objects_auto_info','en','Rating is activated by default for new files, learning modules and wikis.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_new_objects_auto','en','Default Object Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_user_sync_cron','en','LDAP User Synchronization',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_wbrs_desc','en','General settings for Web Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_crss','en','Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_crss_desc','en','General settings for Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_grps','en','Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_grps_desc','en','General settings for Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_external_setting_edit','en','Edit Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_wbrs','en','Weblink',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_personal_workspace','en','Personal Workspace',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_slots','en','Slots',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_enable_creation','en','Enable Creation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_custom_icons','en','Custom Icons',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_object_lists','en','Object Lists',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_reps_desc','en','General settings for the Repository',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_reps','en','Repository',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_https','en','HTTPS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_offline_mode_allow_info','en','Users can use the learning module without connecting to the Internet in the SCORM Offline Player. They download the learning module using the ▼-menu. The learning module is presented with an add-on to the Firefox browser. The tracking data are transferred when the user clicks on ‘finish offline mode’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_offline_mode_allow','en','Enable Offline Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_notification_finished_reason','en','You are receiving this e-mail because you activated notifications for the survey mentioned above.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_notification_finished_introduction','en','The following participant has finished the survey.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_change_notification_reason','en','You are receiving this e-mail because you activated notifications for the blog mentioned above.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_notification_reason','en','You are receiving this e-mail because you are a participant of the exercise mentioned above.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_feedback_notification_reason','en','You are receiving this e-mail because you are a participant of the exercise mentioned above.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','system_notification_installation_changed_by','en','Changed By',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_feedback_notification_link','en','Link to exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_feedback_notification_body','en','Feedback is now available for the following assignment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_feedback_notification_subject','en','Feedback is available for assignment of exercise \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_global_feedback_file_cron_info','en','All learners will be notified via cron job when the sample solution becomes available.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_global_feedback_file_cron','en','Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_global_feedback_file','en','Sample Solution',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_needs_deadline','en','This feature does only work with an assignment deadline.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_show','en','Show Received Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ghostscript_not_configured','en','Ghostscript is not configured. Please open the Setup to configure it.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','renderer_supported_file_types','en','Supported File Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','renderer_supported_repo_types','en','Supported ILIAS Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','renderer_type_builtin','en','Built-in',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','loaded_preview_renderers','en','Loaded Preview Renderers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','preview_loading','en','Loading Preview...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','preview_status_failed','en','Failed to create the preview.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','preview_status_missing','en','No preview exists for this file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','preview_status_pending','en','The preview has not been created yet. Please try again later.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','preview_status_deleting','en','The preview gets deleted...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','preview_status_creating','en','The preview gets created. This may take some time...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','preview_delete','en','Delete Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','preview_create','en','Create Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','max_previews_per_object_info','en','Defines the maximum number of preview images that are created per file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','max_previews_per_object','en','Number of preview images per file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_preview_info','en','Enable this option to display preview images on supported file types.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_preview','en','Enable Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','preview_settings','en','File Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','preview_none','en','Preview (not created yet)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','preview_show','en','Show Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','preview','en','Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_updated','en','Your feedback has been saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_rating','en','Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_no_peers','en','There are no peers to give feedback for.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_give','en','Give Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review','en','Peer-Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_add_members_from_container_crs','en','Add Users of Current Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_add_members_from_container_grp','en','Add Users of Current Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_text_assignment_edit','en','Edit Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_text_assignment_show','en','Show Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_remove_appraisees','en','Remove Appraisee(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_files_returned_text','en','Assignment Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_type_text','en','Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_confirm_booking_schedule_number_of_objects_info','en','Please state the numbers of objects to book.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_confirm_booking_schedule_number_of_objects','en','Booking Confirmation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_multi_download_info','en','Enables that multiple folders/files can be selected to download them as zip archive.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_obj_perm_download','en','You do not have sufficient rights to download the following objects:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_multi_download','en','«Download multiple objects» enabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','download_multiple_objects','en','Download Multiple Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_obj_no_download','en','cannot be downloaded.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','download_selected_items','en','Download',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','scorm_without_session_info','en','This ensures the storage of SCORM learning data even if ILIAS session expired',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','scorm_without_session','en','SCORM: enable storing data without session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_shared_member_filter','en','Members of Course / Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_allow_html_info','en','Enables users to include HTML and/or Javascript in their blog postings. This can lead to security issues.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('wsp','wsp_shared_date_filter','en','Shared From',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_shared_user_filter','en','Login/Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_shared_object_type','en','Type of Resource',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','edit_in_online_editor','en','Open in online editor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cld_edit_in_online_editor','en','User can open and edit files in online editor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_shared_date','en','Date of Share',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_shared_type','en','Shared With',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cld_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cld_upload','en','User can upload files to the cloud object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cld_download','en','User can download files from the cloud object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cld_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cld_write','en','User can edit cloud object settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cld_delete','en','User can delete cloud object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cld_visible','en','Cloud Object is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cld_read','en','User can open a Cloud Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cld_folders_create','en','Folders may be created in the cloud object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cld_folders_visible','en','Folders are visible in the cloud object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','folders_create','en','Create Folders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cld_files_visible','en','Files are visible in the cloud object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','folders_visible','en','Folders Visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cld_delete_folders','en','Users can delete Folders in the cloud object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','files_visible','en','Files Visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cld_delete_files','en','Users can delete Files in the cloud object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','delete_folders','en','Delete Folders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','delete_files','en','Delete Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_header_solution','en','Best Solution:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_header_participant','en','Your Answer:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_show_solution_compare','en','Show Best Solution in ‘Detailed Results’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_cld','en','Cloud Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_cld','en','Cloud Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_upload_files','en','Upload Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_upload_failed','en','Upload Failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_upload_failed_max_filesize','en','Upload Failed (Max. File Size exceeded)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_unknown_exception','en','Unknown Exception',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_service_specific_settings','en','Specific Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_service_not_active','en','Service not active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_service_class_file_not_found','en','Service class file not found',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_service','en','Service',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_plugin_not_active','en','Plugin is not active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_root_folder','en','Root Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_plugin_hook_could_not_be_instantiated','en','Plugin hook cloud not be instantiated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_permission_to_change_root_folder_denied','en','Permission to change root folder denied',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_permission_denied','en','Permission Denied',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_path_does_not_exist_in_file_tree_in_session','en','Path does not exist in file tree in Session:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_only_owner_has_permission_to_change_root_path','en','Due to privacy concerns only the creator of a cloud object has the permission to change it\'s root path.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_not_authenticated_offline','en','Not Authenticated - Offline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_no_service_selected','en','No service selected',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_no_service_active','en','No cloud-plugin active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_new','en','New Cloud Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_invalid_input','en','Invalid Input',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_info_add_folder_to_current_directory','en','Add Folder to current directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_info_add_file_to_current_directory','en','Add File to current directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_id_does_not_exist_in_file_tree_in_session','en','ID does not exist in file tree in session:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_id_already_exists_in_file_tree_in_session','en','ID already exists in file tree in session:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_folder_not_existing_on_service','en','Folder not existing on service:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_folder_name','en','Folder Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_folder_creation_failed','en','Folder Creation Failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_folder_created','en','Folder created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_folder_already_existing_on_service','en','Folder already existing on service:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_edit_Settings','en','Cloud Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_file_not_existing_on_service','en','File not existing on service:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_file_deleted','en','Object deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_delete_failed','en','Delete Failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_create_folder','en','Create Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_confirm_delete_folder','en','Are you sure, that the following folder is to be deleted:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_confirm_delete_file','en','Are you sure, that the following file is to be deleted:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_config_unknown_exception','en','Unknown Exception',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_config_table_does_not_exist','en','Config table does not exist',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_config_no_valid_get_or_set_function','en','No valid get or set function for config value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_config_entry_does_not_exist','en','Config entry does not exist',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_authentication_failed','en',':#Authentication Failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_auth_failed','en','Authentication Failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_add_new_item','en','Add New Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_add_items_from_service_failed','en','Add Items from Service Failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_add_folder','en','Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_add_file','en','File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_add_download_failed','en','Download Failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cld','cld_add','en','Add Cloud Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','apply_def_settings_to_tst','en','Apply Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sysc_visible','en','System Check is visible.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sysc_write','en','User can execute System Check.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sysc_read','en','User has read access to System Check.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sysc_edit_permission','en','User can change permissions of System Check.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_sysc','en','System Check',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_sysc_desc','en','System Check and Repair Tools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_allow_html','en','Allow HTML/Javascript',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('prtf','prtf_allow_html','en','Allow HTML/Javascript',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','remote_pass_info','en','Please enter your account data if the access to the web calendar is protected.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_download_videoalternative','en','Download Alternative File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','question_id','en','Question ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','question_id_short','en','ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_sure_appraisee_close_admin','en','Are you sure you want to close the surveys for the following appraisees?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','answers_of','en','Answers of:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_appraisee_close_action_success_admin','en','The 360° surveys of the appraisees were closed for the raters.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','part_received_a_of_b_points','en','The participant received %s of %s possible points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_no_scorable_qst_available','en','No question to score available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_man_scoring_by_qst','en','Scoring by Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_man_scoring_by_part','en','Scoring by Participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_att_module','en','Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_att_venue','en','Venue',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_assigned_items','en','Assigned Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_att_courseType','en','Course Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_att_degreeProgramme','en','Degree Programme',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_node_sorting','en','Sorting of Nodes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_item_sorting','en','Support Sorting of Assigned Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_max_one_tax','en','You can use maximum one taxonomy in this context.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_added','en','Taxonomy has been created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','exp_file_created','en','Export file created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','redirection_url','en','URL of webpage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','redirect_always','en','always to defined webpage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','redirect_in_kiosk_mode','en','only when exam view is activated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','redirect_after_finishing_rule','en','Redirect',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','redirect_after_finishing_tst_desc','en','After completion of test each participant is automatically redirected to a defined webpage. This is only valid if the participants have no access to their test results.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','redirect_after_finishing_tst','en','Redirect',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','autoparticipants_subtab','en','Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','fixedparticipants_subtab','en','Manually Selected Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_imap_qst_mode_mc','en','Multiple Choice',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_imap_qst_mode','en','Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_imap_qst_mode_sc','en','Single Choice',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_change_workingtime','en','Add extra time for a participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','timing','en','Extra Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_added_extratime','en','Added extra %d minutes for participant id %d',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','extratime','en','Extra Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_extratime_notavailable','en','Extra time can be added only for tests with one pass and a maximum processing time.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_extratime_added','en','The working time of the participant has been increased by %s minutes.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_draft_info_contributors','en','This posting draft is only visible for the contributors.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exp','exp_file_created','en','The export file has been created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_mode_info','en','Use for peer-reviewing of persons',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_unsubscribe_memberships','en','Unsubscribe',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_unsubscribe_multiple_memberships','en','Unsubscribe Multiple',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_remove_multiple','en','Remove Multiple Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','personal_workspace_quota_status_legend','en','You are using %1$s of your available disk quota of %2$s (%3$d%%).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','personal_workspace_quota_exceeded_warning','en','You have exceeded the disk quota for your personal workspace.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','repository_disk_quota','en','Soft Disk Quota for Repository',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','personal_workspace_disk_quota','en','Hard Disk Quota for Personal Workspace',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','enable_personal_workspace_disk_quota_info','en','Allows definition of a hard disk quota for each user account and each global role. This quota only affects files in the personal workspace and in portfolios. As soon as a user exceeds the defined quota, ILIAS will prohibit the user to upload more files until the used disk space is again under quota.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','enable_personal_workspace_disk_quota','en','Activate Hard Quota for Personal Workspace',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','general_upload_error_occured','en','An unexpected error occured during upload.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_info_delete_sure_unsubscribe','en','Are you sure you want to unsubscribe from the following objects?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_default_type','en','Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_info_delete_sure_remove','en','Are you sure you want to remove the following objects from your Personal Desktop?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_list_registered_only','en','Only Registered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_codes_override_global_info','en','These settings may be overridden by registration codes.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_codes_override_info','en','This setting overrides any values defined in ‘Registration Settings’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_booking_failed_info','en','This appointment is booked out. Please choose another appointment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_cron_reminder_days','en','Number of Days',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_cron_reminder','en','Send Consultation Hour Reminder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_cron_reminder_info','en','If enabled, notification mails about upcoming consultation hour events will be send.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_booking_reminder_body','en','your appointment with \"%s\" starts soon.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_booking_reminder_subject','en','Reminder for \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_export_apps','en','Booked Appointments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_field_ch','en','Consultation Hour Appointments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_booking_message_tbl','en','Comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_assign_participants','en','Assign Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_cancel_booking_sure','en','Do you really want to cancel the following bookings?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_delete_booking_sure','en','Do you really want to delete the following bookings?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_canceled_bookings','en','The selected bookings have been canceled.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_deleted_bookings','en','The selected bookings have been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_app_bookings','en','Bookings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_bookings_tbl','en','Booked Appointments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_reject_booking','en','Cancel Booking',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_grp_selection','en','Assignment to Consultation Hour Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_grp_no_assignment','en','-- Not Assigned --',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_grp_delete_sure','en','Do you really want to delete the following consultation hour groups?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_delete_booking','en','Delete Booking',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_max_books','en','Bookings per User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_grp_add_tbl','en','Create new Consultation Hour Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_grp_update_tbl','en','Edit Consultation Hour Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_grp_multiple','en','Bookings per User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_grp_multiple_info','en','You can define the maximum number of bookings per user.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_assigned_apps','en','Number of Appointments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_grps','en','Consultation Hour Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_add_grp','en','Create new Consultation Hour Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_grp_header','en','Consultation Hour Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_app_list','en','Consultation Hour Appointments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_app_grp','en','Consultation Hour Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_notification_list_title','en','Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_codes_access_limitation_all','en','All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_access_limitation_mode_relative_target','en','Valid for',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_access_limitation_mode_absolute_target','en','Valid until',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_codes_roles_limitation_none','en','No Predefined Access Limitation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_codes_roles_title','en','Role for New Accounts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_codes_roles_local','en','Local Role(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_codes_no_assigned_role','en','No Predefined Assigned Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','rpc_pdf_font','en','Fonts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rpc_pdf_generation','en','PDF-Generation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_rename_folder','en','Rename Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_reminder_link','en','URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_reminder_body','en','the following survey has not been finished by you yet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_reminder_salutation','en','Hello %s,',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_reminder_subject','en','Survey \"%s\" was not finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_notification_tutor_link','en','Link to Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_notification_tutor_body','en','The following survey has been finished by all participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_notification_tutor_salutation','en','Hello %s,',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_notification_tutor_subject','en','All participants have finished the survey \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_notification_tutor_recipients_invalid','en','Please state users with write permission.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_notification_tutor_setting','en','One E-Mail after all Participants Finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_notification_tutor_recipients','en','Tutors (Login[s])',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_notification_target_group_invited_info','en','Number of current recipients: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_notification_target_group_invited','en','All users who got the survey put on their Personal Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_notification_target_group_parent_course_inactive','en','No parent course/group given - no reminders will be sent!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_notification_target_group_parent_course','en','All members of parent course/group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_notification_target_group','en','Target Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_reminder_frequency_days','en','Days',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_reminder_frequency','en','Frequency',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_reminder_start','en','Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_reminder_end','en','End',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_reminder_setting','en','Remind Users to Participate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_add_folder','en','Add New Sub-folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_analysis','en','Analysis',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_results','en','Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_raters','en','Raters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_all_survey_competences','en','All Survey Competences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_gap_analysis','en','Gap Analysis',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_competences','en','Competence Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_appraisee_close_table','en','Closed on',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_sure_appraisee_close','en','Are you sure you want to close the survey for all of your raters?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_appraisee_close_action_status','en','Survey was closed on %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_appraisee_close_action_success','en','You have closed your 360° survey for your raters.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_appraisee_close_action_info_skill','en','This will give access to your statistics and update your competence levels.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_appraisee_close_action_info','en','This will give access to your statistics.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_appraisee_close_action','en','Close Survey For Raters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_raters_status_info','en','Raters finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_appraisee_info','en','Appraisee Info',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_rate_other_appraisees','en','Rate appraisees',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_no_closed_appraisees','en','No appraisee has closed his survey yet.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_appraisee_is_closed','en','The appraisee has closed his survey.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_back','en','Back',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_skl_comp_assignm_not_supported','en','Competence assignment is not supported for this question type.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_competences','en','Competences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_rater_finished','en','Survey Finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_raters_finished','en','Raters Finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_rater_subject_default','en','You have been invited as rater to a 360° survey.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','survey_360_rater_message_content_anonymous','en','Message Content (Anonymous)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_rater_message_content_registered_default','en','You can start the survey in your web browser using the URL [url].',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_skill_needs_impr_no_res','en','You need to improve this competence. Unfortunately there are currently no learning resources available providing learning material aligned to your target competence level.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_skill_no_needs_impr','en','Your competence level is sufficient for the selected profile.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_rater_mail_sent','en','Mail sent',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_rater_message_content_registered','en','Message Content (Registered)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_skill_needs_impr_res','en','You need to improve this competence. The following resources provide learning material aligned to your target competence level.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_360_survey','en','360° Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_target_level','en','Profile Target Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_calc_skills','en','Determine Competence Levels',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_sum_of_means','en','Sum of Arithm. Means per Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_reached_level','en','Reached Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_skill_max_scale_points','en','Max. Scale Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_skill_nr_q','en','Number of Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_up_to_x_points','en','Up to x points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_skill_level','en','Competence Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_skill_thresholds','en','Competence Thresholds',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_remove_competence','en','Remove Competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_assign_competence','en','Assign Competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_skill','en','Competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_skill_assign','en','Question/Competence Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_activate_skill_service','en','Activate Competence Service',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_confirm_level_resources_removal','en','Do you really want to remove the following resources from the competence level?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_add_resource','en','Add Resource',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_resources','en','Resources',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_confirm_user_removal','en','Do you really want to remove the following users from this profile?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_assign_user','en','Assign User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_assigned_users','en','Assigned Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_confirm_remove_level_ass','en','So you really want to remove the following competence levels from the profile?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_select_skill_level_assign','en','Please select a skill.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_remove_levels','en','Remove Levels',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_profile','en','Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_assign_level','en','Assign Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_assigned_skill_levels','en','Assigned Competence Levels',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_delete_profiles','en','Do you really want to delete the following profiles?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_edit_profile','en','Edit Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_add_profile','en','Add Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_skill_profiles','en','Profiles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_appraisee','en','Appraisee',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_select_appraisee','en','Select',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_list_title','en','360° Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_add_self_appraisee','en','Add yourself as appraisee to this survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_no_appraisees','en','There are currently no appraisees for you to rate.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_add_external_rater','en','Add External Rater',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_sure_delete_raters','en','Are you sure you want to remove the following raters for %s?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_sure_delete_appraises','en','Are you sure you want to remove the following appraisees?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_appraisees','en','Appraisees',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_edit_raters','en','Manage Raters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_results_all','en','All Feedbacks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_results_own','en','Access to Feedback of Own Raters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_results_none','en','No Access to Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_results','en','Access To Results For Appraisees',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_self_appraisee','en','Open 360° Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_self_raters','en','Appraisees Select Own Raters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_self_evaluation','en','Self-Evaluation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_mode','en','360° Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_posting_edit_approval_info','en','Posting remains to be approved by a tutor before being published.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_code_delete_sure','en','Are you sure you want to delete the following access codes?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','edit_userassignment','en','Edit User Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_delete_own_account_logout_button','en','Proceed to Authentication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_delete_own_account_aborted','en','Aborted deletion, account was not changed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','edit_questions','en','Edit Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','frm_import','en','Import Forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_delete_own_account_logout_confirmation','en','Your account has been flagged for deletion. Please authenticate to continue the process.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_rollback','en','Make this the current version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_version_rollback','en','Rollback to version %s from %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_version_replace','en','All versions replaced',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_version_create','en','Initial version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_rollback_done','en','File version %s is now the current version.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_version_new_version','en','New version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_versions_deleted','en','The selected file versions were successfully deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_rollback_select_exact_one','en','Only one file version can be selected to make it the current version.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_confirm_delete_all_versions','en','You selected all file versions. This will delete the whole file object. Do you want to continue?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','download_link','en','Download Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_confirm_delete_versions','en','Are you sure to delete the following file versions?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','concurrent_uploads_info','en','Defines the number of files that can be uploaded per upload process at the same time.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','concurrent_uploads','en','Number of concurrent uploads',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','enable_repository_dnd_upload','en','Enable in Repository',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_dnd_upload_info','en','Files can be uploaded with drag-and-drop from the local computer if enabled.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_dnd_upload','en','Enable drag-and-drop upload',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','upload_settings','en','Upload Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','drop_files_on_repo_obj_info','en','Drop the files here to upload them into this object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','uploading','en','Uploading...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','extracting','en','Extracting...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','error_empty_file_or_folder','en','The file size is 0 bytes or it is a folder.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','upload_pending','en','Pending',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','upload_files_title','en','Upload files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','upload_files','en','Upload files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cancel_file_upload','en','Do you really want to cancel all pending uploads?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','num_of_selected_files','en','%s file(s) selected',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','selected_files','en','Selected files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','drag_file_here','en','Drag-and-drop your file here',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','drag_files_here','en','Drag-and-drop your files here',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','select_files_from_computer','en','Select Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','show_all_details','en','Show all details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_lp_list_gui_info','en','If activated, the learning progress status is included in objects lists.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hide_all_details','en','Hide all details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_lp_list_gui','en','Personal Desktop, Repository, Search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_collection_manual_learner_lm_info','en','Activate all chapters you completed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_collection_tlt_learner_info','en','The learning progress for this object is based on the typical learning time.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_collection_tlt_learner_subitem','en','You have spent %s of the %s needed for completion (%s%%).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_collection_manual_learner_info','en','The learning progress for this object has to be set manually.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_collection_manual_learner_changed_ts','en','Changed on',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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.
Chapters can be selected as Progress-relevant on this screen after you have saved this setting.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_collection_manual','en','Users Monitor and Set Status per Chapter Themselves',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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.
The Typical Learning Time per chapter can be set on this screen after you have saved this setting.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_collection_tlt','en','Minimally Required Amount of Time Spent per Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_edit_role_assignment','en','Edit Role -> Group Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','bibs_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','bibs_copy','en','User can copy bibliography',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','bibs_delete','en','User can delete library entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','bibs_write','en','User can edit bibliography settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','bibs_read','en','User can read bibliography content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','bibl_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','bibs_visible','en','Bibliography-Administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','bibl_delete','en','User can move or delete bibliography',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','bibl_write','en','User can edit bibliography settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','bibl_copy','en','Copy Bibliography',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','bibl_read','en','User can read bibliography content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','bibl_visible','en','Bibliography is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','filter_type_info','en','Please choose a filter type for the field.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','filter_field_info','en','Please choose a field for which you want to add a filter.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','filter_type_3','en','Multi-Selectinput',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','filter_type_2','en','Selectinput',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','filter_type_1','en','Textinput',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','identifier','en','Identifier',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','translate','en','Translate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','standard','en','Standard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','order','en','Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibtex','en','Bibtex',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','ris','en','Ris',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','fields','en','Fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','custom','en','Custom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','field','en','Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','filter_type','en','Filter Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','add_filter','en','Add Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','news_title_updated','en','Bibliography list updated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','news_title_created','en','New bibliography list added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibl_settings_edit','en','Edit Library',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibl_library_img','en','Image-URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibl_settings_new','en','Add Library',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibl_library_url','en','Base-URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibl_library_name','en','Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibl_settings_libraries','en','Libraries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','detail_view','en','Detail View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','obj_bibl_duplicate','en','Duplicate Bibliography',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibliography_file','en','Bibliography File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibl_edit','en','Edit Bibliography',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','override_entries','en','Override Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','Type','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','download_original_file','en','Download Original File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibl_import','en','Import Bibliography',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibl_add','en','Add Bibliography',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibl_link_online','en','Lookup inventory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibl_new','en','New Bibliography',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_bibs_desc','en','Bibliography Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_bibs','en','Bibliography',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_bibl','en','Bibliographies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_bibl','en','Bibliography',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','dcl_edit_content','en','Edit entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dcl','dcl_no_export_fields_available','en','No fields activated for export. Mark at least one field as exportable in the table settings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_no_export_content_available','en','No data available for export.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_no_export_data_available','en','No data or fields available for export.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_supported_filetypes_desc','en','You can set the allowed extensions comma seperated. For example: pdf, docx',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_supported_filetypes','en','Allowed file-extensions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_export_finished','en','Export finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_export_started','en','Asynchronous Export started',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dlc_xls_async_export','en','Asynchronous XLSX-Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_confirm_storing_records_no_permission','en','You have no permission to change the record afterwards.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_save_record','en','Save Entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_confirm_storing_records','en','Please validate and confirm your input.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_save_confirmation_desc','en','Users have to confirm a new DataCollection entry.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_save_confirmation','en','Save confirmation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_plugin_no_hooks_available','en','No active field-type plugins found',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_plugin_hooks','en','Available Plugins',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_plugin_desc','en','DataCollection Field-Plugins',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_plugin','en','Plugin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_skipped_delete_records','en','%s Entries were not deleted due to permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_deleted_records','en','Successfully deleted %s Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_delete_records','en','Delete Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_confirm_delete_records','en','Are you sure you want to delete the following Entries?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_display_record_alt','en','Display this entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_manage','en','Manage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_link_detail_page','en','Link entries to detail page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_delete_fields','en','Delete fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_msg_no_perm_edit','en','No permission given to edit this Entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_view_own_records_perm','en','View only own entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_msg_no_perm_view','en','No permission given to view this Entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_record_from_total','en','%d of %d',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_next_record','en','Next Entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_prev_record','en','Previous Entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_default_sort_field','en','Default sort field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_default_sort_field_order','en','Default sort field order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_public_comments','en','Enable public comments for Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_last_edit_by','en','Last edited by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_last_edited_by_description','en','The user that edited this entry last.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_last_edited_by','en','Last edited by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_owner_description','en','The owner of the entry.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_owner','en','Owner',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_owner_name','en','Owner (Name)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_last_update_description','en','The date the entry was last edited.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_last_update','en','Last Edited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_creation_date_description','en','The date on which the entry was created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_create_date','en','Creation Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_creation_date','en','Creation Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_id_description','en','The internal ID.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_id','en','ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_confirm_delete_fields','en','Do you really want to delete these fields?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_msg_fields_deleted','en','Deleted fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_comments','en','Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_comments_desc','en','Displays the number of comments for a Entry.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_desc','en','Descending Order (DESC)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_please_select','en','--- Please select ---',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_asc','en','Ascending Order (ASC)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dcl','dcl_multiple_selection','en','Multiple Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_field_title_unique','en','There exists already a field with this title. Title must be unique.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_table_title_unique','en','There exists already a table with this title. Title must be unique.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dcl','dcl_simulate_import','en','Simulate Import',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dcl','dcl_import_records .xls','en','Excel-Import',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_std_field_not_importable','en',' - Standard fields are not importable.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_row_not_found','en',' - This field couldn\'t be found in the table.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_max_import','en','The maximum amount of imported entries is reached.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_import_terminated','en','The import terminated. Entries added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_file_not_readable','en','The file could not be read. Please make sure to upload an XLSX file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_no_such_reference','en','The following value is not available in the reference table:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_not_supported_in_import','en','This type of field is not supported in the import',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_no_warnings','en','The import terminated with no warnings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_no_executable_job_selected','en','Please select at least one executable cron-job.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_edit_success','en','Schedule updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_reset_success','en','Cron-Job reset.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_deactivate_success','en','Cron-Job deactivated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_activate_success','en','Cron-Job activated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_run_success','en','Cron-Job run successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_run_fail','en','Cron-Job failed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_reset_sure','en','Are you sure you want to reset the cron-job \"%s\"?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_activate_sure','en','Are you sure you want to activate the cron-job \"%s\"?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_deactivate_sure','en','Are you sure you want to deactivate the cron-job \"%s\"?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_run_sure','en','Are you sure you want to run the cron-job \"%s\"?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_run','en','Execute',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_running_since','en','Running since',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_schedule_value','en','Interval',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_changed_by_crontab','en','SYSTEM',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_schedule_type','en','Schedule',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_schedule_in_days','en','Every %s days',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_schedule_in_hours','en','Every %s hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_schedule_quarterly','en','Quarterly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_schedule_yearly','en','Yearly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_schedule_in_minutes','en','Every %s minutes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_schedule_weekly','en','Weekly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_schedule_monthly','en','Monthly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_reset','en','Reset',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_edit','en','Edit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_status_active','en','Active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_status_inactive','en','Inactive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_schedule_daily','en','Daily',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_deactivate','en','Deactivate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_activate','en','Activate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cro_job_rc_job_auto_deactivation_time_limit','en','Cron job deactivated because it has been inactive for 3 hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cro_job_rc_job_no_result','en','Cron job did not return a proper result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_result_status_reset','en','Reset',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cro_job_rc_job_manual_reset','en','Cron job re-activated by admin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_result_status_crashed','en','Crashed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_result_status_no_action','en','Ok, no processing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_result_status_ok','en','Ok',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_result_status_invalid_configuration','en','Invalid Configuration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_last_run','en','Last Run',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_result_info','en','Result Info',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_result','en','Result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_status_info','en','Status Info',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_status','en','Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_schedule','en','Schedule',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_job_id','en','Id',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_component','en','Component',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','oq_header_ordering_elements','en','Ordering Elements',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','oq_btn_define_pictures','en','Switch to picture definition view',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','oq_btn_define_terms','en','Switch to term definition view',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','oq_btn_nest_terms','en','Switch to term nesting view',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','oq_btn_nest_pictures','en','Switch to picture nesting view',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('forum','frm_merge_target','en','Target: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','merged_threads_successfully','en','The selected threads were merged successfully',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_merge_src','en','Selected Thread: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_selected_merge_src','en','Selected Thread to Merge: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','error_same_thread_ids','en','Source and target thread have to be different.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','not_allowed_to_merge_into_another_forum','en','It is not possible to merge threads of different forums.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_sure_merge_threads','en','Are you sure you want to merge these threads? Warning: This action can not be undone.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','please_choose_target','en','Please choose a thread as merge target.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','merge','en','Merge',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_toggle_draft_admin','en','Deactivate Blog Posting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_sticky_threads_manual_sorting_info','en','‘Sticky Threads’ are always listed at the top of the list of threads. The ‘Sticky Threads’ can be sorted manually.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_sticky_threads_manual_sorting','en','Manual Sorting of ‘Sticky Threads’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_sticky_threads_latest_at_top_info','en','‘Sticky Threads’ are always listed at the top of the list of threads. Within the ‘Sticky Threads’ the thread with the latest posting iss listed at top.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','sticky_threads_always_on_top','en','‘Sticky Threads’ are always listed at the top of the list of threads. Within the ‘Sticky Threads’ you are able to sort the threads manually, if you have chosen this option.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_sticky_threads_latest_at_top','en','‘Sticky Threads’ at Top',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','sorting_manual_sticky','en','Manual sorting of sticky threads',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_role_mapping_value','en','Attribute Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_role_mappings','en','Course/Group Role Mappings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','chtr_delete','en','User can move or delete chat room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_invite_action','en','Put on Personal Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_sync_trees','en','Synchronise Directory Trees',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_account_reg_not_possible','en','A self registration is not possible because of a missing user agreement. Please contact your system administrator for further information.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_crit_type_usr_language','en','Profile Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_crit_type_usr_language_info','en','The criterion is fulfilled if the selected language is set for a user profile. Please note that this criterion type can be attached only once.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_crit_type_usr_global_role_info','en','The criterion is fulfilled if the user is assigned to the selected role.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_crit_type_usr_global_role','en','User has Global Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_criterion_assignment_must_be_unique_update','en','You cannot change the criterion as desired. There is already an identical criterion attached.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_criterion_assignment_must_be_unique_insert','en','You cannot attach this criterion with this value. There is already an identical criterion attached.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_no_documents_exist_cant_save','en','Currently there are no terms of service documents at all. Please add at least one document before activated this service..',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_no_documents_exist','en','Currently there are no terms of service documents at all.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_period_until','en','Until',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_period','en','Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_period_from','en','From',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_acceptance_history','en','Acceptance History',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_last_modified','en','Last Change',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','tos_not_accepted_yet','en','Not accepted yet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','tos_accepted_content','en','Accepted Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_tbl_hist_head_criteria','en','Criteria',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_tbl_hist_head_lastname','en','Lastname',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_tbl_hist_head_document','en','Document',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_tbl_hist_head_firstname','en','Firstname',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_tbl_hist_head_login','en','Login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_tbl_hist_head_acceptance_date','en','Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_saved_sorting','en','The sorting has been saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_deleted_documents_p','en','The documents have been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_deleted_documents_s','en','The document has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_sure_delete_documents_p','en','Are you sure you want to delete the selected documents?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_sure_delete_documents_s','en','Are you sure you want to delete the document?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_document','en','Document',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_form_criterion','en','Criterion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_form_edit_criterion_head','en','Edit Criterion Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_form_attach_criterion_head','en','Attach Criterion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_doc_crit_changed','en','The criterion has been changed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_doc_crit_attached','en','The criterion has been attached.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_doc_crit_detached','en','The criterion has been detached.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_doc_delete','en','Delete Document',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_doc_detach_crit_confirm_title','en','Detach Criterion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_tbl_hist_cell_not_criterion','en','No criterion assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_tbl_docs_cell_not_criterion','en','No criterion assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_doc_sure_detach_crit','en','Are your sure you want to detach the criterion?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_tbl_docs_action_add_criterion','en','Add Criterion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_tbl_docs_head_criteria','en','Criteria',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_tbl_docs_head_last_change','en','Last Change',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_tbl_docs_head_created','en','Creation Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_tbl_docs_head_title','en','Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_tbl_docs_head_sorting','en','Sorting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_tbl_docs_title','en','Documents',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_disabled_no_docs_left','en','The user agreements are now disabled, because all documents have been deleted. Please create at least one document before enabling the user agreements again.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_form_document_content_changed','en','The contents of the uploaded file was purified by ILIAS. Please check the result and upload a new file, if necessary.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_form_document_new_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 be purified, only the contents of the body element will be used. The existing contents will be replaced, the acceptance history will not be affected.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_form_document_new','en','Change Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_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 be purified, only the contents of the body element will be used.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_form_document','en','Document',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_form_document_title','en','Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_form_document_title_info','en','Please enter a title for the document.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_form_edit_doc_head','en','Edit Document',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_form_new_doc_head','en','Create Document',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_reset_successful','en','The terms of service have been reset successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_status_enable','en','Enable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_status_desc','en','If activated, users are forced to accept the terms of service before they can enter ILIAS.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_reset_tos_for_all_users','en','Reset Terms of Service',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_sure_reset_tos','en','Are you sure you want to reset the terms of service for all users in system? This also applies to those accounts that are used for the SOAP web service for instance.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_tos_settings','en','Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_agreement_document_missing','en','Missing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_agreement_document','en','Document',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_agreement_missing','en','Missing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_agreement_exists','en','Existent',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_agreement','en','Terms of Service',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_add_document_btn_label','en','Add Document',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_agreement_documents_tab_label','en','Terms of Service',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_never_reset','en','The terms of service have not been reset, yet.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tos','tos_last_reset_date','en','The terms of service have been reset on %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_tos','en','Terms of Service',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_tos_desc','en','Terms of Service Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','edited_on','en','Edited on',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_term_must_belong_to_glo','en','The action can only be performed on terms, which are defined in this glossary.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','itgr_visible','en','Item group is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_anonymous_user_missing_perm','en','Anonymous users currently have no permission to access this learning module.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_custom_menu_entries','en','Custom Menu Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_form_dir_relation','en','Directory Reference',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_form_current_dir','en','Current Directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_form_filter_by_values','en','Filter by Attribute Values',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_delete_attribute_btn','en','Delete Last Attribute',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_add_attribute_btn','en','Add Attribute',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_form_subdir_name','en','Subdirectory Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_form_subdir_value','en','Subdirectory Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_form_subdir_type','en','Subdirectory Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_form_create_subdirs','en','Create Subdirectories',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_form_filter_info','en','Manual values, comma separated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_form_all_values','en','All Values',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_form_filter','en','Filter Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_mapping_form_title','en','Course Assignment for Category:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_overview','en','Mapping Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_attributes','en','Mapping Attributes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_att_lecturer','en','Lecturer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_atts_table','en','Attribute Mapping Configuration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_att_title','en','Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_att_term','en','Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_member_auth_type','en','Authentication Mode (Participants)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_att_orgunit','en','Organisational Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_att_organisation','en','Organisation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_multiple_atts','en','Multiple Attributes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_all_in_one_cat','en','Course Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_all_in_one_info','en','Create all new courses in one category.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_all_in_one','en','Course in one Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_def_cat','en','Default Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_enable','en','Course Allocation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_off','en','Off',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rcat_write','en','User can edit settings of ECS Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_filter_by_type','en','Filter by Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rcat_visible','en','ECS Category is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rcat_read','en','User can use ECS Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rcat_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rcat_delete','en','User can move or delete ECS Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rwik_write','en','User can edit settings of ECS Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rwik_visible','en','ECS Wiki is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rwik_read','en','User can use ECS Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rwik_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rwik_delete','en','User can move or delete ECS Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rtst_write','en','User can edit settings of ECS Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rtst_visible','en','ECS Test is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rtst_read','en','User can use ECS Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rtst_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rtst_delete','en','User can move or delete ECS Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rlm_write','en','User can edit settings of ECS Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rlm_visible','en','ECS Learning Module is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rlm_read','en','User can use ECS Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rlm_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rlm_delete','en','User can move or delete ECS Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rglo_write','en','User can edit settings of ECS Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rglo_visible','en','ECS Glossary is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rglo_read','en','User can use ECS Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rglo_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rglo_delete','en','User can move or delete ECS Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rgrp_write','en','User can edit settings of ECS Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rgrp_visible','en','ECS Group is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rgrp_read','en','User can use ECS Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rgrp_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rgrp_delete','en','User can move or delete ECS Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rfil_write','en','User can edit settings of ECS File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rfil_visible','en','ECS File is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rfil_read','en','User can use ECS File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rfil_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rfil_delete','en','User can move or delete ECS File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('fold','fold_copy','en','Copy Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_result','en','Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_set_mode','en','Set Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_tooltips_only','en','Tooltips Only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_help_only','en','Workflow Help Only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_tooltips_and_help','en','Tooltips and Workflow Help',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_imported_on','en','Imported on',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_ass_materials_from_workspace','en','Here you can assign materials, e.g. files, from your personal workspace to competence levels. If you would like to add materials to your personal workspace now, please click the following link.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','ecss_write','en','User can edit ECS settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','ecss_visible','en','ECS settings are visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','ecss_edit_permission','en','User can edit permission settings of ECS administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','ecss_read','en','User can read general ECS settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_ecss_desc','en','General ECS Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_ecss','en','ECS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_tool_setting_news','en','News',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','invalid_links_tbl','en','Invalid Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_status_deleted','en','Deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_status_legend','en','Legend',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_status_pending_unmapped_nondiscon','en','Pending (mapped, disconnection impossible)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_status_mapped','en','Mapped',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_status_pending_unmapped_discon','en','Pending (mapped, disconnection possible)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_status_pending_unmapped','en','Pending (unmapped)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_webcal_sync','en','External Calendar Synchronisation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_webcal_sync_info','en','Automatically synchronise external calendars every x minutes.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','trac_lp_other_users','en','See learning progress overview of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lp_other_users','en','See learning progress overview of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','error_reading_file','en','There was an error reading the file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','sort_by_date','en','Sort by date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_option_offline','en','Offline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_option_online','en','Online',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','help_assign_help_ids','en','Chapter/Screen-IDs Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','file_download','en','Download File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_lp_learner_access_info','en','If active, users can access their own learning progress status.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_mail_notification_body','en','you have been invited to an appointment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_mail_notification_subject','en','Appointment Invitation: \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_cg_notification','en','Course/Group Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_user_notification','en','User Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_adm_notification_user_info','en','Choose this option, to send optional mail notifications to selected users.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_notification_users','en','Notification for Selected Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_notification_crsgrp','en','Notification for Course/Group Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_second','en','Second',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_no_extraction_possible','en','Sorry, it was not able to extract an image from the file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_image_extracted','en','Image has been extracted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_extract_preview_image','en','Extract Preview Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','edit_assignments','en','Edit Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_play','en','Play',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_manage','en','Manage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_gallery','en','Tiles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_list','en','List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_viewmode','en','Presentation Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','survey_question_pool_usage_inactive','en','Questions are created directly in the survey.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','survey_question_pool_usage_active','en','Questions can be added optionally to a question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_auto_last_visited_info','en','Users are presented with the SCO/Asset they most recently visited when opening the learning module again.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_debugging','en','Debugging',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_rte_settings','en','RTE Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_scorm_options','en','SCORM Options',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_presentation','en','Presentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_highlight_class','en','Highlight Class',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','qpl_copy','en','Copy Question Pool Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_plugin','en','Plugin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_export_rating','en','Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_export_date','en','Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_export_category','en','Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_all_topics','en','All Topics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_selected_topic','en','Selected Topic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_topic','en','Topic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_initial_attached_content','en','Initial Extra Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_import','en','Import Poll',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_account_deleted_confirmation','en','Your account has been deleted. An e-mail containing detailed information has been sent to you.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_import','en','Import Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','system_check_no_owner','en','Ownerless Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_number_votes','en','%s Ratings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_permissions_form','en','User actions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_empty_detailed_view_success','en','The detailed view definition has been deleted successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dcl','dcl_confirm_delete_field','en','Do you really want to delete this field?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_table_info_title','en','Info',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_confirm_delete_detailed_view_title','en','Do you really want to delete this detailed view?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_deactivate_view','en','Deactivate this view',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_activate_view','en','Activate this view',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_empty_detailed_view','en','Delete this detailed view',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_visible','en','Visible for all users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_no_content_warning','en','Attention, the Data Collection is online but does not have content yet!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_contribute_other_roles','en','In addition to the list of ‘Contributors’, users with one of the following roles can also add postings: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','blog_contribute','en','User can create postings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_blog_contributor','en','Blog Author',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_add_contributor','en','Add Contributor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','svy_activation_online_info','en','Only if a survey is online, users can participate in it.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_block_results_available_on','en','The results will be available on %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_activation_access_ref_info','en','This setting only affects this and no other reference in the repository.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_activation_online_object_info','en','This setting affects all references in the repository.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cms_tree_synchronized','en','The tree has been synchronized.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_notification_activated','en','Notification Activated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_notification_deactivated','en','Notification Deactivated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cms_tree_synchronize','en','Synchronize Tree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dcl','dcl_confirm_delete_table','en','Do you really want to delete this table with it\'s content and structure?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dcl','dcl_ilias_reference_link','en','Show as link in table view',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_text_area','en','Textarea',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_reference_link_info','en','Detailed View must be active in referenced table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_reference_link','en','Show as link to referenced entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_absolute','en','Current Votes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_notification_link','en','Link to exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_notification_body_rmv','en','you have been removed from a team upload assignment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_notification_subject_rmv','en','Removed from a team upload assignment of exercise \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_notification_body_add','en','you have been added to a team upload assignment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_notification_subject_add','en','Added as team member to upload assignment of exercise \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_download_info','en','Download Additional Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_post_booking_file','en','File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_post_booking_text','en','Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_post_booking_information','en','Post Booking Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_copy','en','Copy Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','events','en','Sessions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_additional_info_file','en','Additional Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_needs_approval','en','Posting is not yet approved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_approve','en','Approve Posting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_enable_approval_info','en','Postings are published only after being approved by a user with permission ‘Edit Settings’ for this blog.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_enable_approval','en','Approve Postings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_author','en','Written by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_authors','en','Authors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('fm','fm_settings_filesize_info','en','Enter the maximum allowed file size for uploaded files in mebibyte.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('fm','fm_settings_filesize','en','Maximum Upload File Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('fm','fm_settings_local_info','en','If enabled, the file manager starts with two frames, one shows the local filesystem, the other contains the view on the ILIAS repository. If disabled, only the ILIAS repository is shown.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('fm','fm_settings_local','en','Show Local Filesystem',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','fm_start','en','Open With File Manager',NULL,NULL); +INSERT INTO `lng_data` VALUES ('fm','fm_settings_active_info','en','Users can open categories, courses, groups and folders using the ‘Open With File Manager’ action in the repository.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('fm','fm_settings_active','en','Enable File Manager',NULL,NULL); +INSERT INTO `lng_data` VALUES ('fm','fm_settings_tab','en','File Manager',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_adm_role_protect_info','en','If enabled, only administrator are allowed to de/assign users from/to the administrator role.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_adm_role_protect','en','Protect Administrator Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_keyword','en','Keyword',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_edit_keywords','en','Edit Keywords',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_no_keywords','en','No keywords have been entered yet.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_keywords','en','Keywords',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_voting_period_limited','en','Limited Voting Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_voting_period_and_results','en','Voting Period and Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_delete_votes_sure','en','Are you sure you want to delete all votes?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_population','en','%s Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_delete_votes','en','Delete All Votes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_copy','en','Copy Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_copy','en','Copy Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_copy','en','Copy Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_copy','en','Copy Forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','file_copy','en','Copy File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','webr_copy','en','Copy Weblink',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cat','cat_copy','en','Copy Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_copy','en','Copy Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_copy','en','Copy Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_tool_setting_calendar','en','Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_display_action_menu','en','Enable possibility to copy or link the referenced module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_error_parsing_expression','en','Error parsing expression',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_prop_expression_info','en','Supported operators: %s
Supported functions: %s
Use brackets ‘(’, ‘)’ to group calculations.
Concatenate strings and placeholders with &: ‘The result is ’ & [[Int 1]] * [[Int2]]
Using functions: SUM([[Int 1]];[[Int 2]])

Available fields (click on title to copy field inside expression):
%s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_prop_expression','en','Expression',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_notimage_exception','en','The file has to be a picture.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_formula','en','Formula',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_width','en','Width',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_height','en','Height',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_status','en','Your Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_mob','en','Media Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_ilias_reference','en','Link to an ILIAS module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_learning_progress','en','Show the learning progress of the linked module of the viewer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_table_settings_saved','en','Table Settings have been saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_editable_in_table_gui','en','Please vote in the table view.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_rating','en','Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_legend_placeholders','en','Placeholders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_msg_table_edited','en','Table Settings saved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_edit_table','en','Edit Table Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_setting_global_grp_vis_info','en','If enabled, the calendar is shown in shown in groups by default. In any case the calendar presentation can be enabled/disabled in the group settings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_setting_global_crs_vis_info','en','If enabled, the calendar is shown in shown in courses by default. In any case the calendar presentation can be enabled/disabled in the course settings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_setting_global_grp_vis','en','Show in Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_setting_global_crs_vis','en','Show in Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_url','en','URL or E-Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_setting_global_vis_repos','en','Repository Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_limit_start','en','Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_limit_end','en','End',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_limited','en','Limited Add / Edit / Delete Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_delete_perm','en','User can delete entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_add_perm','en','User can add entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_edit_perm','en','User can edit entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_locked_tooltip','en','Disable this field for users to edit. Does not include roles with the permission \'Edit Settings\'',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_locked','en','Locked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_notification_deactivated','en','Notification Deactivated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_notification_activated','en','Notification Activated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_notification_deactivate_dcl','en','Deactivate Notification for Data Collection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_notification_activate_dcl','en','Activate Notification for Data Collection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_table','en','Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_changed_by','en','Changed by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dcl','dcl_change_notification_dcl_delete_record','en','The following data record has been deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_change_notification_dcl_update_record','en','The following data record has been updated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_change_notification_dcl_new_record','en','The following data record has been created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_change_notification_link','en','Link to the Data Collection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_change_notification_subject','en','Data Collection \"%s\" has been changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','contribute','en','Contribute',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rtst','rtst_call','en','Call ECS Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_tst_export_enabled','en','Release this Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_tst_export_disabled','en','Do not release this Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_tst_export_obj_settings','en','Test Release Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_tst_export','en','Test Releases',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_rtst','en','ECS Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_rtst','en','ECS Tests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_prtf','en','Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_excv','en','Exercise Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_tstv','en','Test Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_msg_field_modified','en','Field updated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_update_field','en','Update Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_create_field','en','Create Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_edit_record','en','Edit Entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_update_record','en','Update Entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_edit_field','en','Edit Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rgrp','rgrp_call','en','Call ECS Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_grp_export_enabled','en','Release this Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_grp_export_disabled','en','Do not release this Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_grp_export_obj_settings','en','Group Release Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_rgrp','en','ECS Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_grp_export','en','Group Releases',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_rgrp','en','ECS Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rfil','rfil_call','en','Call ECS File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rfil','rfil_version_tstamp','en','Upload Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_file_export_enabled','en','Release this File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_file_export_disabled','en','Do not release this File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_file_export_obj_settings','en','File Release Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_file_export','en','File Releases',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_rfil','en','ECS File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_rfil','en','ECS Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rglo','rglo_call','en','Call ECS Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_glo_export_enabled','en','Release this Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_glo_export_disabled','en','Do not release this Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_glo_export_obj_settings','en','Glossary Release Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_glo_export','en','Glossary Releases',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_rglo','en','ECS Glossaries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_rglo','en','ECS Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rlm','rlm_call','en','Call ECS Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_lm_export_enabled','en','Release this Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_lm_export_disabled','en','Do not release this Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_lm_export_obj_settings','en','Learning Module Release Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_rlm','en','ECS Learning Modules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_lm_export','en','Learning Module Releases',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rwik','rwik_call','en','Call ECS Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_rlm','en','ECS Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_availability','en','Availability',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_wiki_export_disabled','en','Do not release this Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_wiki_export_enabled','en','Release this Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_wiki_export','en','Wiki Releases',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_wiki_export_obj_settings','en','Wiki Release Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_rwik','en','ECS Wikis',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_rwik','en','ECS Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rcat','rcat_call','en','Call ECS Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cat_export_enabled','en','Release this Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cat_export_disabled','en','Do not release this Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cat_export_obj_settings','en','Category Release Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cat_export','en','Category Releases',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_crs_export_enabled','en','Release this Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_crs_export_disabled','en','Do not release this Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_crs_export','en','Course Releases',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_crs_export_obj_settings','en','Course Release Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','label_search_options','en','Search Area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','search_at_current_position','en','At Current Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','search_globally','en','Globally',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_element_refers_removed_itgr','en','This content element refers to an item group that has been removed in the meantime.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_resources_of_type','en','Resources of Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_confirm_delete_record','en','Delete this Entry?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_record_deleted','en','Entry deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_save_order','en','Save Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_save','en','Save Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_msg_table_created','en','Table created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_order','en','Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_fieldtitle','en','Field Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_description','en','Field Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_check_values_info','en','The Test Tool will check whether the values sent from the SCOs adhere to the SCORM standard.
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); +INSERT INTO `lng_data` VALUES ('content','cont_check_values','en','Check Values sent from SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','itgr_add','en','Add Item Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_auto_last_visited','en','Continue with Chapter Last Visited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','itgr_new','en','New Item Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('itgr','itgr_assignment','en','Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('itgr','itgr_assigned_materials','en','Assigned Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('itgr','itgr_item','en','Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('itgr','itgr_materials','en','Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_votes_no_edit','en','This poll already contains votes. You cannot edit the poll until you delete these votes.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_itgr','en','Create Item Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','itgr_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','itgr_delete','en','User can move or delete item group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','itgr_copy','en','User can copy item group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','itgr_write','en','User can edit content and settings of item group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','itgr_read','en','User can see items in item group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('itgr','itgr_edit','en','Edit Item Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_itgr','en','Item Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_itgr','en','Item Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mail_internal_mail','en','User can use internal mail system (ILIAS)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','internal_mail','en','Internal Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_user_starting_point_personal_info','en','If activated users may select their starting page.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_user_starting_point_personal','en','Personal Setting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_user_starting_point_ref_id','en','Reference-Id',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_user_starting_point_object','en','Repository Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_rcat','en','ECS Categories',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_import_role','en','Import Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_role_imported','en','The role has been imported.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_poll_duplicate','en','Copy Poll',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','add_entry','en','Add/Edit entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_module_uploaded','en','Help package uploaded.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_sure_delete_help_modules','en','Are you sure that these packages should be deleted?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_modules','en','Help Packages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_help_file','en','Help Package File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_member_passed_status_changed','en','Passed Status Changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_matrix_layout_percentages_sum_invalid','en','The column settings do not sum up to 100%.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_list_reg_limit_places','en','Free places',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_list_reg_limit_full','en','No places left',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_list_reg','en','Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_list_reg_noreg','en','No Registration Possible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_list_reg_period','en','Registration Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_list_reg_end','en','Registration End',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_list_reg_start','en','Registration Begin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','hlps_write','en','User can edit settings of Help System and upload new versions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','hlps_visible','en','Help System administration is visible.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','hlps_read','en','User has read access to Help System administration.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','hlps_edit_permission','en','User can change permissions of Help System administration.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_hlps','en','Help System',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_hlps_desc','en','Settings for the online help',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_offline_filter','en','Online-Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_list_reg_limit_places','en','Free places',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_list_reg','en','Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_list_reg_limit_full','en','No places left',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_list_reg_end','en','Registration End',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_list_reg_noreg','en','No Registration Possible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_list_reg_period','en','Registration Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_list_reg_start','en','Registration Begin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','block_show_x','en','Show %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','block_create_pdfeed','en','Add New Webfeed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','block_show_pdbookm','en','Show Bookmarks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','block_show_pdfrmpostdraft','en','Show Postings Drafts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','block_show_chatviewer','en','Show Chat Viewer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','block_show_pdnotes','en','Show Notes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','block_show_pdnews','en','Show News',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','block_show_pdtag','en','Show My Tags',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','block_show_pdsysmess','en','Show System Messages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','block_show_pdmail','en','Show Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','block_show_pdcal','en','Show Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_allowed_domains_info','en','Use * as wildcard and ; as separator. E.g. \"*@ilias.de\". Registration codes override these rules.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_allowed_domains','en','Allowed E-Mail Address Domains',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_email_domains','en','The following e-mail address domains are valid: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_hide_adv','en','Hide Advanced Knowledge',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_show_adv','en','Show Advanced Knowledge',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_AdvancedKnowledge','en','Advanced Knowledge',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_user_starting_point_info','en','Select the page or object which is shown after login.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_user_starting_point','en','Personal Starting Point',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_add_assignment','en','Add Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_substyle','en','Substyle',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_cat_assignments','en','Style/Category Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_cal_sync_success','en','Successfully synchronised calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_cal_synchronize','en','Synchronise Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_type_remote','en','Web Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_remote_url','en','URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_type_local','en','Local Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_assign_categories','en','Assign Categories',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_type_rl','en','Calendar Location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_substyles','en','Substyles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_move_user_styles','en','Change Style of Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_get_link','en','Select Target Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_link_internal','en','Inside ILIAS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_link_external','en','World Wide Web',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_converted_file','en','File has been converted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_imported_success','en','Imported %1$s appointments.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_videoalternative_title','en','Alternative Video File (Use in Browser)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_import_file_info','en','Choose the file, that contains your calendar appointments.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_import_file','en','Import File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_import_tbl','en','Import Appointments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_import_appointments','en','Import Appointments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_add_calendar','en','Add Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_keep_minimal_x_items_info','en','Number of older items held available regardless of the system wide defined RSS period.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_keep_minimal_x_items','en','Keeping Older Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('objref','objref_custom_title','en','Use Custom Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('objref','objref_reuse_title','en','Reuse Title of Reference',NULL,NULL); +INSERT INTO `lng_data` VALUES ('objref','objref_title_settings','en','Edit Reference Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('objref','objref_edit_title','en','Title Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('objref','objref_edit_ref','en','Target Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_preview_picture_info','en','Only supported by the following main media types:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cat','cat_import','en','Import Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_preview_picture','en','Preview Picture',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_filter_has_status','en','Show also objects with status ‘not attempted’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','imprint','en','Legal Notice',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_imprint_inactive','en','Legal notice is not active and users are not able to access it.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_log_add_file','en','Added file %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_imprint','en','Legal Notice',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_log_create_team','en','Team created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_log_add_member','en','Added member %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_log','en','Team Log',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_log_remove_member','en','Removed member %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_private_calendars','en','Private Calendars',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_notes','en','Personal Desktop Notes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_profile_data','en','Profile Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_bookmarks','en','Bookmarks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_download_last_export_file','en','Download Last Export File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_import_personal_data','en','Import Personal Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_member_container_add','en','Add Team Member from Course/Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_members','en','Team Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_at_least_one','en','There has to be at least 1 team member.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_export_profile','en','Export Personal Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_member','en','Mail to Member',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_type_upload_team','en','Team Upload',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team','en','Team',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_member_add','en','Add Team Member (Search)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_field_visible','en','Visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_filter_changeable','en','Filter changeable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dcl','dcl_std_filter','en','Standardfilter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_tableview_fieldsettings','en','Fieldspecific Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_tableview_confirm_delete','en','Do you really want to delete the following View?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_tableviews_confirm_delete','en','Do you really want to delete the following Views?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_msg_tableviews_order_updated','en','Order of views updated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dcl','dcl_msg_tables_deleted','en','Tables deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_tables_confirm_delete','en','Do you really want to delete the following Tables?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_msg_tables_delete_all','en','Could not delete: At least one Table must exist',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_msg_tableviews_delete_all','en','Could not delete: At least one View must exist',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_msg_tableviews_deleted','en','Views deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_msg_tableview_deleted','en','View deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_msg_tableview_created','en','Views created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_msg_tableview_updated','en','View updated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_delete_views','en','Delete Views',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_delete_tables','en','Delete Tables',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_tableview_add','en','Add New View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_detailed_view','en','Detailed View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_tableview','en','View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_select','en','Select for Presentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_tableviews','en','Views',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_tableviews_table','en','Views of Selected Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_own_entries','en','Only own entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_all_entries','en','All entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dcl','dcl_no_fields_yet','en','There are no fields defined for this table thus you cannot create any entries yet.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_export_enabled','en','Allow export function for all users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_no_search_results_found_for','en','No modules have been found for',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_any','en','Any',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_noturl_exception','en','You have to enter a Link (beginning with http:// or www.) or an e-mail address.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_checked','en','Checked.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_not_checked','en','Not checked.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_unknown_exception','en','The value you entered is not valid.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_unique','en','Unique',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_unique_exception','en','The value you entered is already taken by another Entry.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_wrong_input_type','en','The value you entered does not match the specification (Wrong Type).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_wrong_regex','en','The text you entered does not match the specification for this field (Regular Expression).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_wrong_length','en','The text you entered is to long.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_max_digits','en','Maximum Number of Digits',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_max_text_length','en','Maximum Length',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_filter','en','Available in filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_regex_info','en','(without delimiter)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_regex','en','Regular Expression',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_length_info','en','(for more than 200 characters, use the additional option Text Area)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_length','en','Length',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_field_required','en','Required',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_field_description','en','Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_fileupload','en','Fileupload',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_date_selection','en','Date Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_datetime','en','Date Entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_boolean','en','Boolean',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_reference','en','Reference',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_text_selection','en','Text Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_text','en','Text Entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_number','en','Integer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_datatype','en','Datatype',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_new_field','en','New Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_table_edit','en','Update Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_table_create','en','Create Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_new_table','en','New Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_view_viewdefinition','en','Detailed View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_table_list_tables','en','Available Tables',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_required','en','Required Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_table_list_fields','en','Fields Of Selected Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_field_datatype','en','Field Data Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_add_new_view','en','Add New View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_add_new_field','en','Add New Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_add_new_table','en','Add New Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_list_visibility_and_filter','en','Visibility and filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_add_new_record','en','Add New Entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_list_fields','en','Fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_table_id','en','Table ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_activate_notification','en','Enable Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_block_message_no_answers','en','This poll is incomplete.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_neutral_answer','en','Text for a Neutral Answer (‘Not Specified’, ‘I don\'t know’ etc.)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_block_message_already_voted','en','You already voted in this poll.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_block_message_inactive','en','This poll will be available from %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_vote','en','Vote',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_block_message_offline','en','This poll is offline.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_percentage','en','Current Percentage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_sortorder','en','Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_answers','en','Possible Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_answer','en','Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_activation_online_info','en','Activate this setting to make the poll accessible to users.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_view_results_after_period','en','After Voting Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_view_results_after_vote','en','After Vote',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_view_results_never','en','Never',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_view_results','en','Display Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_view_results_always','en','Always',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_image','en','Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_question','en','Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','fld_create_poll','en','Create Poll',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','poll_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_poll','en','Create Poll',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','poll_copy','en','User can copy poll',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','poll_write','en','User can edit poll settings and content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','poll_delete','en','User can move or delete poll',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_copy','en','Copy Poll',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_edit','en','Edit Poll',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','poll_visible','en','Poll is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','poll_read','en','User can participate at poll',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_new','en','Add New Poll',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_add','en','Add Poll',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_poll_dupliate:','en','Copy Poll',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_poll','en','Polls',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_sahs_duplicate','en','Copy Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_poll','en','Poll',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_wiki_duplicate','en','Copy Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','enable_thread_ratings_info','en','If activated users are allowed to rate threads.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','enable_thread_ratings','en','Thread Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_rating','en','Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','number_of_threads','en','Displayed Number of Threads per Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_forum_notification_disabled','en','You will no longer be notified about new messages in this forum.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','sort_by_posts','en','Sort by Posts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_htlm_duplicate','en','Copy HTML Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_mcst_duplicate','en','Copy Mediacast',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_glo_duplicate','en','Copy Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_mep_duplicate','en','Copy Media Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_confirm_booking_no_schedule','en','Are you sure you want to book the following object?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_type_none_info','en','This type can be used for seminar papers, seminar places and such.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_type_none','en','No Schedule',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_type_fixed_info','en','This type can be used for rooms, video projectors and such.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_type_fixed','en','Fixed Schedule',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','booking_nr_of_items','en','Nr of Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_activation_limited_visibility_info','en','Before and after the indicated period it is only the test\'s title that will be displayed. The participants cannot take the test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_activation_online_info','en','If online, participants can take the test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_visibility_until','en','Limited Availability Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_overlay_submit','en','Submit Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_deactivate_page_rating','en','Deactivate Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_activate_page_rating','en','Activate Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_activate_extended_rating','en','Activate Rating Categories',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_activate_new_page_rating','en','Activate Rating For New Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_link_no','en','No Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_category_deleted','en','Category deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_accented','en','Accented',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_dark','en','Dark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_light','en','Light',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_hover','en','Hover',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_always','en','Always',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_highlight_mode','en','Highlight Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('rating','rating_update_positions','en','Save Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_category_updated','en','Category saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_category_update','en','Save',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_category_edit','en','Edit Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_category_add','en','Add',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_category_created','en','Category created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_category_create','en','Create Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_add_category','en','Add Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_categories','en','Rating Categories',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_lp_learner_access','en','View Own Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_lp_on_personal_desktop','en','Learning Progress on Personal Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_page_activation_on','en','The content will be activated on %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_show_activation_info','en','Show Activation Info',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_add_taxonomy','en','Add Taxonomy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_tax_deleted','en','The taxonomy has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_confirm_deletion','en','Do you really want to delete the whole taxonomy and all its relations?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('rep','rep_activation_limited_visibility','en','Always Visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_activation_limited_end','en','Finish Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_activation_limited_start','en','Start Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_activation_access','en','Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_activation_online','en','Online',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_activation_online_info','en','Set the course online to make it visible and accessible for users. If not, only course administrators and tutors are able see and enter the course.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_please_select_target','en','Please select the target.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_activation_availability','en','Availability',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_target_within_nodes','en','The target must not be a sub-node of the selected items.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_order_nr','en','Order Nr',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_manual','en','Manual',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_alphabetical','en','Alphabetical',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ical_infoscreen','en','Subscribe',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_show_taxonomy','en','Show Taxonomy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','soap_connect_timeout_info','en','The maximum time in seconds until a connect attempt to the SOAP-Webservice is interrupted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','soap_connect_timeout','en','Connection Timeout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_matriculation','en','Attribute for Matriculation Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','select_max_one_thread','en','Please select one thread only!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_at_least_one_moderator','en','There has to be at least one moderator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_dcl_duplicate','en','Copy Data Collection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','freetext_answers','en','Open Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_err_formula_field_not_found','en','Field with title \'%s\' not found',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_dcl','en','Create Data Collection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','dcl_add_entry','en','User can add/edit entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','dcl_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','dcl_delete','en','User can move or delete data collection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','dcl_write','en','User can edit settings and content of data collection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','dcl_copy','en','User can copy data collection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','dcl_read','en','Read access to Data Collection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','dcl_visible','en','Data Collection is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_invalid_regex_config','en','The regular expression configured for this field is invalid. Check the settings to solve the problem.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_tables','en','Tables',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_in_export','en','In Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_import','en','Import Data Collection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_edit','en','Edit Data Collection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_copy','en','Copy Data Collection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_add','en','Create Data Collection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_new','en','Create New Data Collection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_record','en','Entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_hello','en','Dear',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_dcl','en','Data Collections',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_dcl','en','Data Collection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','trac_write','en','Edit settings in Statistics and Learning Progress administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_delete_own_account','en','Delete Account',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_blog','en','Create Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','blog_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','blog_delete','en','User can move or delete blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','blog_write','en','User can edit blog settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','blog_copy','en','User can copy blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','blog_visible','en','Blog is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','blog_read','en','User can read blog content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_copy','en','Copy Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_blog_duplicate','en','Copy Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_blog','en','Blogs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_toggle_tooltips_info','en','Show Help Tooltips for menues and tabs.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_toggle_tooltips','en','Help Tooltips',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_open_online_help','en','Open Online Help',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_filter','en','Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_component','en','Component',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_all','en','All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_tt_text','en','Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_tooltip_id','en','Tooltip ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_tooltips','en','Help Tooltips',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','conf_delete_pass','en','Are you sure you want to delete your existing answers?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','conf_delete_pass_ctm','en','Wollen Sie Ihre bisherigen Antworten wirklich löschen?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_back_to_hint_list','en','Question Hint List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_form_cmd_save_points_and_edit_page','en',' Save Points and Edit Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_table_link_edit_hint_page','en','Edit Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_form_cmd_save_points','en','Save Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_table_link_edit_hint_points','en','Edit Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_requested_hint_count_header','en','Requested Hints',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_table_column_hint_index','en','Index',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_index_column_label','en','Hint %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_back_to_question','en','Back to Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_cancel_request','en','Back to Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_confirm_request','en','Request Hint',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','button_show_requested_question_hints','en','Show Requested Hints',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','button_request_question_hint','en','Request Hint',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','button_request_next_question_hint','en','Request Next Hint',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_processing_time_duration','en','Maximum Duration of the Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_processing_time_duration_desc','en','Maximum of time granted to take the test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_median_mark_panel','en','Mark of Median',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_paste_after_success_msg','en','The hint %s has been pasted after hint %s successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_paste_before_success_msg','en','The hint %s has been pasted before hint %s successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_ordering_clipboard_resetted','en','The ordering clipboard has been reset.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_save_order_success_msg','en','The order of hint was saved successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_item_stored_in_ordering_clipboard','en','Hint %s is stored in ordering clipboard.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_form_invalid_msg','en','The hint could not been saved. Please check your inputs.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_form_saved_msg','en','The hint has been saved successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_form_cmd_save','en','Save Hint',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_form_label_hint_text','en','Hint',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_form_label_hint_points','en','Point Deduction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_form_header_create','en','New Hint for Question: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_form_header_edit','en','Hint %s for Question: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_cut_hints_single_selection_msg','en','More than one hint was selected for cutting.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_cut_hints_missing_selection_msg','en','No hint selected for cutting.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_delete_success_msg','en','The selected hint(s) has been deleted successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_delete_hints_confirm_cmd','en','Delete Hint(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_delete_hints_confirm_item','en','Hint %s: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_delete_hints_confirm_header','en','Do you really want to delete the following hint(s)?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_delete_hints_missing_selection_msg','en','No hint(s) selected for deletion.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_questions_hints_toolbar_cmd_add_hint','en','Add Hint',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_questions_hints_toolbar_cmd_reset_ordering_clipboard','en','Reset Hint Ordering Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_questions_hints_table_multicmd_paste_hint_after','en','Append Hint to the Selected One',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_questions_hints_table_multicmd_paste_hint_before','en','Prepend Hint to the Selected One',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_questions_hints_table_multicmd_cut_hint','en','Cut Hint to Ordering Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_questions_hints_table_cmd_save_order','en','Save Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_questions_hints_table_multicmd_delete_hint','en','Delete Hint(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_table_link_edit_hint','en','Edit Hint',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_table_link_delete_hint','en','Delete Hint',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_table_column_hint_points','en','Points Deduction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_table_column_hint_order','en','Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_table_column_hint_text','en','Hint',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_table_no_items','en','No Existing Hints',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_table_header','en','Hints for Question: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_hints_tab','en','Hints',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_setting_offer_hints_label','en','Hints',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_current_term','en','Current Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_code_role_info','en','If you use a registration code, the role selection may be superseded by the code.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_ownership','en','Repository Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdesk','bookmark_moved_ok','en','Bookmark has been moved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_tab_ownership','en','My Repository Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdesk','bookmark_select_target','en','Please select target.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_save_order','en','Save Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_style','en','Glossary Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_no_deadline_specified','en','No deadline specified.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','remove_entries','en','Remove Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_lv_do_not_store','en','Never remember last visited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_lv_keep_entries','en','Remember last visited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_lv_keep_only_for_session','en','Remember only during current session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_ordering_manual','en','Manual',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_store_last_visited','en','Last Visited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_ordering_title','en','Titles in Alphabetical Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_ordering_creation_date_desc','en','By Creation Date Newest Item on Top',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_ordering_creation_date_asc','en','By Creation Date, Oldest Item on Top',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_ordering','en','Sorting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_delete_own_account_email_body','en','Your user account \"%s\" has been deleted from %s on %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_delete_own_account_email_subject','en','User account deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_delete_own_account_final_confirmation','en','Please confirm for the last time to remove your user account from ILIAS!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('user','user_delete_own_account_notification_email','en','Notification E-Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_allow_delete_own_account','en','Allow users to delete own account',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_enable_rss_info','en','The RSS feed is public and independent of blog sharing or user permissions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_enable_rss','en','Activate RSS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_multiple_reference_deletion_instruction','en','Please select the ones which should also be deleted:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_multiple_reference_deletion_intro','en','Further references exist for this object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_object_references_cannot_be_read','en','No permissions for %s more references.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_no_permission_to_delete','en','No permission to delete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','reg_goto_parent_membership_info','en','Only members can access the target object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_closed_misc','en','Misc.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_members_print_title','en','Session Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_members_print_title','en','Group Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_print_list','en','Generate List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_file_basename','en','Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cptch','cptch_wrong_input','en','Wrong Input',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','cont_captcha_code','en','Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cptch','cptch_freetype_support_needed','en','To use this feature you need to enable freetype support in your PHP.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_edit_date','en','Edit Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_edit_date_info','en','Publication status does not depend on this date.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_captcha_verification','en','User Verification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_captcha_code','en','Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_course_group_notification_link','en','Link:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_lm_duplicate','en','Copy Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_subject_course_group_notification','en','Daily Mail for %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_notify_manscoring_done_body_msg_reason','en','You have received this notification, because you participated in this test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_notify_manscoring_done_body_msg_topic','en','Your test has been graded manually:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_notify_manscoring_done_body_msg_subject','en','Manual Scoring for Test \"%s\" committed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_manscoring_input_question_and_user_solution','en','Question and User Solution',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_manscoring_input_max_points_for_question','en','Maximum Points for Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_manscoring_maxpoints_exceeded_input_alert','en','The maximum of %s point(s) is exceeded!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_save_manscoring_failed','en','Saving the manual scoring for test pass %s has failed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_saved_manscoring_by_question_successfully','en','The manual scoring for the question %s for test pass %s has been saved successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_saved_manscoring_successfully','en','The manual scoring for test pass %s for %s has been saved successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_manscoring_user_notification','en','Send Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_screen_ids','en','Screen-IDs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_manscoring_question_section_header','en','Question: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_online_help_ids','en','Screen-IDs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_overview_for_participant','en','Test Passes for Participant: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_participant_status','en','Participant Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_edit_scoring','en','Edit Scoring',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_participant','en','Participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question','en','Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_session_statistics_mode_year','en','Year',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','file_uploaded_by','en','Uploaded by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_rep_shorten_description_length','en','Maximum number of characters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_rep_shorten_description_info','en','If activated all descriptions in object lists are presented with a maximum number of characters.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_rep_shorten_description','en','Limited Length of Descriptions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_order','en','Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_new_tax_node','en','New Node',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_create_node','en','Create Node',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_nodes','en','Nodes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','obj_taxn','en','Node',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_node','en','Node',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_taxonomy','en','Taxonomy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_end_at','en','End Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_measure','en','Figure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_scale','en','Scale',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_begin_at','en','Start date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_periodic_system_load','en','Periodic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_long_system_load','en','Long term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_short_system_load','en','Short term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_current_system_load','en','Current System Load',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_session_statistics_mode_week','en','Week',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_session_statistics_mode_month','en','Month',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_session_statistics_mode_day','en','Day',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_status_determination_lp','en','Through Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_status_determination_manual','en','Only Manual by Tutors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_status_determination','en','Determination of Status \'Passed\'',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_course_status_of_users','en','Passing the Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_sync_session_stats_success','en','Data aggregation was done successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_sync_session_stats','en','Aggregate Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_session_statistics_no_data','en','No data for this statistics could be found.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_session_active_max','en','Active Sessions (Maximum)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_session_active_min','en','Active Sessions (Minimum)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_session_active_avg','en','Active Sessions (Average)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_session_statistics_mode_last_month','en','Last 30 Days',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_session_statistics_mode_last_week','en','Last 7 Days',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_session_statistics_mode_last_day','en','Last 24 Hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_session_statistics_mode_today','en','Today',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_closed_idle','en','Idle Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_closed_idle_first','en','Idle Time (1st Request)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_closed_login','en','Anonymous To Login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_closed_manual','en','Logout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_closed_expire','en','Timeout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_maxed_out_time','en','Full Load [min]',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_sessions_closed','en','Leavings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_sessions_opened','en','Admissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_maxed_out_counter','en','Rejected Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_last_maxed_out_sessions','en','Last Full Load',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_last_aggregation','en','Last Aggregation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','session_statistics','en','Session Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_aggregation','en','Aggregation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_current','en','Current',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_members_short','en','Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_object_stat_lp_max','en','Max.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_object_stat_lp_min','en','Min.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_object_stat_lp','en','Learning Progress Statistics Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_user_publish','en','Enable User Content Publishing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_user_publish_info','en','If enabled, users can publish their profiles, workspace objects and portfolios on the Web.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_log_info_link','en','Update',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_manual_is_displayed','en','Is Displayed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_log_info','en','Last Aggregation: %s (Unprocessed items: %s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_manual_no_display','en','Do not display in Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_manual_display','en','Display in Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_print_best_solution_info','en','Additionally for each question the best possible solution will be displayed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_print_best_solution','en','Best Solution',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_server_deleted','en','Deleted Server',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_rcat','en','ECS Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_err_invalid_by_type','en','Please select a type when assigning by type.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cat_mapping_by_type_info','en','Choose this mode to assign by object type.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cat_mapping_by_type','en','By Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_setting_deleted','en','ECS deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_delete_setting','en','Are you sure you want to delete the following ECS?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_local_information','en','Further Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_general_info','en','General Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_position_updates','en','Transfer Position Updates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_tree_updates','en','Transfer Tree Updates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_title_updates','en','Transfer Title Updates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cms_id','en','Root-ID in Campus Management System',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cms_tree_deleted','en','The campus management tree assignments have been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_confirm_delete_tree','en','Do you really want to delete all assignments for this campus management tree?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_node_mapping_status_3','en','Unmapped',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_node_mapping_status_2','en','Manual Mapping',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_node_mapping_status_1','en','Mapping of the Whole Tree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cms_directory_trees_tbl','en','CMS Directory Trees',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exercise','exc_start_date_should_be_before_end_date','en','Start time should be before deadline.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lm_comments_desc','en','Allow users to share comments on every page of the learning module.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_reg_unregistered','en','You have been unregistered.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_reg_registered','en','You have been registered.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_personal_desktop','en','Personal Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_last_rep_visited','en','Repository/Last Visited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_share_with_users','en','Share with users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_has_datasets_warning_page_view_link','en','Participant Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','ignore_required_fields','en','Ignore required fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tst_tst_statistics','en','User has access to test statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_starter_delete_sure','en','Are you sure you want to delete the following start objects?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_condition_delete_sure','en','Are you sure you want to delete the following preconditions?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_edit_condition','en','Edit Precondition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','continue','en','continue',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_blank_columns','en','Additional Columns',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_comments','en','Enable Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfld','wfld_edit','en','Edit Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_cal_deleted','en','The calendars have been deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_toggle_final','en','Publish Posting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_toggle_draft','en','Withdraw Publication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_draft_info','en','The posting is withdrawn and no longer published.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_draft','en','Draft',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_err_user_not_exist','en','A user with that login name does not exist.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_chtr','en','Create Chat Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','apache_auth','en','Apache Authentication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','server_disabled','en','The Chat is Disabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','moderate','en','Moderate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chta_write','en','Edit Chat Room Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chta_edit_permission','en','Change Permission Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chta_visible','en','Chat Room Administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chta_read','en','Read access to Chat Room Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_notification_deactivated','en','Notification Deactivated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_notification_activated','en','Notification Activated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_notification_toggle_off','en','Deactivate Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_notification_toggle_on','en','Activate Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_change_notification_link','en','Link to Blog Posting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_change_notification_body_comment','en','the following blog posting has been commented.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_change_notification_body_new','en','the following blog posting was created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_change_notification_body_update','en','the following blog posting has been updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_create_question','en','Create Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_posting','en','Blog Posting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_change_notification_subject','en','Blog \"%s\" has been updated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_select_skill','en','Click on a competence to add it to your personal competences.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','spl_import','en','Import Question Pool Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_from_lower_to_higher_levels','en','Please order the levels from lower ones on top to higher ones at the bottom.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_new_posting_info','en','The posting is published.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_page_add_question','en','Add new %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_participation','en','Participation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_unset_default_share_info','en','Then changes were saved. Please check the current settings for the portfolio sharing.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('blog','blog_admin_inactive_info','en','You can activate the blog feature in the Personal Desktop Administration.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','blga_write','en','User can edit settings in Blog Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','blga_edit_permission','en','User can change permission settings of Blog administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','blga_visible','en','Blog Administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','blga_read','en','User has read access to Blog Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','skmg_read','en','User has read access to administration of Competence Management',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','skmg_write','en','User can edit settings of Competence Management',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','skmg_edit_permission','en','User can change permission settings of Competence Management administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','skmg_visible','en','Competence Management administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prfa_edit_permission','en','User can change permission settings of Portfolio administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prfa_write','en','User can edit settings in Portfolio administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prfa_read','en','User has read access to Portfolio administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prfa_visible','en','Portfolio administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','top_of_page','en','Top of page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('wsp','wsp_invalid_password','en','The given password is invalid.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_no_assignments_available','en','No assignments created yet. Please open ‘Assignments’ and ‘Edit’ to create a first assignment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_preview_banner_info','en','Default size is 1370x100 pixels.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_preview_banner_info','en','Default size is 1370x100 pixels.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_sco_points_max','en','placeholder
for points
max',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_sco_points_raw','en','placeholder
for points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_sco_points_scaled','en','placeholder
for points
in percent',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_sco_title','en','placeholder
for title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_title_sco','en','title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_time_from_lms','en','Processing Time Determination by ILIAS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_comments','en','Store Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_objectives_info','en','If you ensured that this learning module runs properly, this option improves performance.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_objectives','en','Store Learning Objectives Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_interactions','en','Store Results of Interactions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sequencing','en','Sequencing and Navigation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('scormdebug','scormdebug_disable_cache','en','Disable SCORM 2004 Browser Cache',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_link_show_all_next_sessions','en','Show all upcoming sessions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_link_hide_next_sessions','en','Hide upcoming sessions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_link_show_all_prev_sessions','en','Show all previous sessions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_link_hide_prev_sessions','en','Hide previous sessions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_cp_question_diff_formats_info','en','Please note that some formatting is not supported in content modules.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','precondition_toggle','en','Preconditions that need to be fulfilled to access this object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','precondition_required_itemlist','en','Required Precondition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_precondition_minimum_optional','en','At least 2 preconditions have to remain optional.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_precondition_save_obligatory','en','Save Compulsory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('rbac','rbac_precondition_mode_subset','en','Subset of Preconditions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_precondition_mode_all_info','en','All preconditions need to be fulfilled to give access.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_precondition_mode_all','en','All Preconditions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_precondition_mode','en','Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_precondition_source','en','Condition Trigger',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_precondition_target','en','Condition limits access to',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_sure_delete_questions','en','Are you sure that you want to delete the following questions or headings?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_question_editor_settings_template','en','List View (in Tab ‘Questions’)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sel_el_cut_use_paste','en','Selected elements have been cut. Please click the desired target placeholder and select ‘Paste’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sel_el_copied_use_paste','en','Selected elements have been copied. Please click the desired target placeholder and select ‘Paste’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_copy','en','Copy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_cut','en','Cut',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_copy_role','en','Copy Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_copy_finished','en','Finished copying.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_visibility_passed_exercise','en','Only Visible if a User Passed the Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_not_change_existing_objects','en','Do NOT change existing objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_role_title','en','Role Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_copy_behaviour','en','Role Copy Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_select_copy_targets','en','Please select the target roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_choose_copy_targets','en','Please enter a query for selecting the target roles.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_back_to_overview','en','Back to Role List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_exercisetitle','en','Exercise Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_passed_exercise','en','‘Passed’ or ‘Failed’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_mark','en','Users mark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_datetime_completed','en','Date and time of completion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_use_tiny_mce','en','Enable TinyMCE for WYSIWYG Editing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_activation','en','Activation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_date_completed','en','Date of completion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_unset_as_default','en','Unset As My Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_default_settings','en','Personal Default Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_question_title','en','Question Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_navigation','en','Postings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_notification_deactivated','en','Notification Deactivated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','end_whisper','en','Cancel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_notification_activated','en','Notification Activated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_deactivate_notification','en','Deactivate Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_activate_notification','en','Activate Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_notification_deactivated','en','Notification Deactivated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_notification_activated','en','Notification Activated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_deactivate_notification','en','Deactivate Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_activate_notification','en','Activate Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chtr_copy','en','Copy Chat Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','history_title_private_room','en','Conversation in Private Room \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','history_title_general','en','Conversation in Chat Room \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','no_messages','en','There are no saved messages for the given period.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','users','en','Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','no_further_users','en','No other users present',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','private_rooms_enabled','en','Allow Private Rooms',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','private_rooms_enabled_info','en','If activated, users can create private rooms. Only invited users have access to this rooms.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','comments_feature_currently_not_activated_for_object','en','The public comments feature is currently not activated for this resource.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','invite_username','en','Username',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','create_private_room_text','en','Private room name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','play_invitation_sound_info','en','Play a sound when receiving a new invitation for repository chats.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','play_invitation_sound','en','Play a sound',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','public_chat_permissions','en','Public Chat Room Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','public_chat_settings','en','Public Chat Room Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('chatroom','clear_room_history_question','en','Do you really want to delete all messages of the current room?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','clear_room_history','en','Delete Message History',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','ban_question','en','Do you really want to ban the user from current room?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','history_cleared','en','The message history was deleted by a moderator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','kick_question','en','Do you really want to kick the user from current room?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','user_in_ilias','en','Search and invite user from ILIAS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','user_in_room','en','Invite user from current chat room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','scope','en','Room/Private Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_actions','en','Page Actions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_notification_deactivated','en','Notification Deactivated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','invite_to_private_room','en','Invite to Current Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','delete_private_room','en','Delete Private Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','left_private_room','en','Left private room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','leave_private_room','en','Leave Private Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chat_cannot_connect_to_server','en','ILIAS cannot build a socket connection to the chat server.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','speak_to','en','Speak to #user#',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','whisper_to','en','Whisper to #user#',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_anonymous_not_allowed','en','Please login to use the chat.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','display_past_msgs','en','Number of Past Messages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('chatroom','enable_smilies','en','Enable Smileys',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','hint_enable_smilies','en','If activated, configured text sequences are replaced with an icon. See Smileys tab for configuration.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','hint_osd_interval','en','Polling interval for checking of new notifications. A lower number will notify the user more quickly but increases the number of requests the web server must handle.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','hint_osd','en','If enabled, users are notified by a popup about new invitations for repository chats.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chatserver_port','en','Port of Chat Server',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chatserver_address','en','IP-Address/FQN of Chat Server',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('didactic','didactic_template_applied','en','Applied didactic template.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_selected_tpl_option','en','Applied didactic template:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_not_changed','en','The didactic template setting is unchanged.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_install_info','en','General Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_default_type_info','en','Default set of permissions will be applied.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','otpl_edit_permission','en','User can change permission settings in administration of Didactic Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','otpl_write','en','User can edit settings of Didactic Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','otpl_read','en','User has read access to Didactic Templates administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','otpl_visible','en','Administration of Didactic Templates is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','obj_otpl_desc','en','Template for creating new objects with predefined permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','obj_otpl','en','Didactic Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('chatroom','kicked_from_private_room','en','You have been kicked from the private room #title#.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','private_room_entered_user','en','The user #username# has entered the private room #title#.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','private_room_left','en','The user #user# has left the private room #title#.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','private_room_entered','en','Welcome to the private room #title#.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','private_room_closed','en','The chat room #title# has been closed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','user_invited_self','en','#user# invited you to the chat room #room#.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','user_kicked','en','The user #user# has been kicked.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','user_invited','en','The user has been invited.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','welcome_to_chat','en','Welcome to the chat room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','chtr_moderate','en','User can moderate discussion in chat room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_edit_tpl','en','Edit Didactic Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_login_editor','en','Loginscreen Editor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_rate_page','en','Rate this Wiki Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_rename','en','Rename',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_delete_page','en','Delete Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_unblock_page','en','Grant Write Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_block_page','en','Set Read-Only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_mode','en','Edit Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_show_comments_tagging_in_lists','en','Show number of notes, comments and tags in object lists',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_password_for','en','Password for',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_password_protected_resource_info','en','To access this resource you have to enter a password.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_password_protected_resource','en','Password-protected Resource',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_tab_portfolios','en','My Portfolios',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_tab_other_users','en','Portfolios of Other Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_rename_posting','en','Rename Posting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_rte_drag','en','Drag Bar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_rte_tclink','en','Tree Control Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_rte_texp','en','Tree Icon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_rte_tli','en','Tree List Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_rte_tul','en','Tree List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','sahs_empty_objectives_are_not_allowed','en','Please enter a learning objective.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_scorm_ed_properties','en','Learning Module Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_determines_learning_progress','en','Determines Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_max_fs_info','en','Defines the file size limit. Bigger files will not be included in the index.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_max_fs','en','Maximum File Size (in MB)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_sahs_protocol_data_desc','en','Show Protocol Data (SCORM)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_sahs_protocol_data','en','Activate Protocol Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_update_skills','en','Edit Competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_basic','en','Basic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_skills','en','Insert Competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_skills','en','Competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_use_page_layout','en','Use Page Layout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_skills','en','Insert Competences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_remove_skill','en','Remove Competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','style_page_layout_module_scorm','en','Scorm',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','style_page_layout_module_portfolio','en','Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_profile_picture','en','Display Profile Picture',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_new_portfolio','en','New Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_pages_copied','en','The pages have been copied.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_level','en','Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_material','en','Material',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_profile_picture','en','Display Profile Picture',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_existing_portfolio','en','Existing Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_copy_page','en','Copy Page(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_public_comments','en','Public Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_please_choose_one_type_only','en','Please choose only one type of items.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_template_category_from_clip','en','Insert Template Category from Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_skill_template_from_clip','en','Insert Competence Template from Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_sctp','en','Competence Template Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_edit_sctp','en','Edit Template Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_items','en','Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_create_sctp','en','Create Template Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_sktr','en','Competence Template Reference',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_edit_skll','en','Edit Competence Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_admin_toggle_info','en','You can deactivate the blog feature completely in the Personal Desktop Administration.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_sc_auto_continue','en','Redirect Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','my_courses_groups','en','Courses and Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_portfolio_selected','en','The portfolio has been assigned.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_select_portfolio_change','en','Use different portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_blog_selected','en','The blog has been assigned.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_select_portfolio_info','en','Please select one of your portfolios to use it with this assignment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_select_blog_change','en','Use different blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_select_blog_info','en','Please select one of your blogs to use it with this assignment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_select_blog','en','Use Existing Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_select_portfolio','en','Use Existing Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('blog','blog_exercise_submitted_info','en','Your last submission was on %s. Please check the export file: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chtr_add','en','Add Chat Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chtr_new','en','New Chat Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','server_further_information','en','You can find further information about the server configuration in the readme file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','public_room','en','Public room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','notice','en','Notice',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_create_skill_category','en','Create Competence Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_create_skill_template_reference','en','Create Competence Template Reference',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_create_skll','en','Create Competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_order_nr','en','Order Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_save_order','en','Save Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_order','en','Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_create_skill_template_category','en','Create Competence Template Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_create_skill_template','en','Create Competence Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_file_from_workspace','en','File From Workspace',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','password_contains_invalid_chars','en','The password contains invalid characters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','password_multiple_errors','en','Multiple criteria are not satisfied:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_open','en','Open',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_delete','en','Delete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_download','en','Download',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_action','en','Action',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_filename','en','File Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_date','en','Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_cancel','en','Cancel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_submit','en','Submit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_submission_failed','en','Submission failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_delete_logfile','en','Delete logfile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_stop_recording','en','Stop Recording',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_start_recording','en','Start Recording',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_comment_enter','en','Please enter your comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_comment','en','comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_logs','en','Logs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_console','en','Console',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','summary_download','en','You can click to ‘Logs’ and download it when you start this tool again.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','summary_csv','en','Summary is generated as CSV-file to import for example in Excel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','missing_API-calls','en','These API-calls are missing:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','no_missing_API-calls','en','Missing API-calls had not been recognized.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','summary_for_SCO_with_test','en','Summary for a SCO with a test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','summary_for_SCO_without_test','en','Summary for a SCO without a test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','comment','en','Comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','generated','en','generated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','return_value','en','return value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','API-call','en','API-call',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','milliseconds','en','milliseconds',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','SCO-name','en','SCO-name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','SCO-title','en','SCO-title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','sent_values_not_checked','en','selected property: values sent by SCO are not fully checked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','id_learning_module','en','ID of the learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','log_for','en','Log for the learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','started','en','started',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','nr_session','en','number of session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','show_all_API-calls','en','Show all API-calls!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','only_important_API-Calls_shown','en','Only important API-Calls are currently shown.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','show_only_important_API-calls','en','Show only important API-calls!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','all_API-calls_shown','en','All API-calls are currently shown.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','hide','en','hide',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','description_for','en','description for',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','undefined_color','en','undefined color',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','strange_API-Call','en','strange API-Call',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','unknown','en','unknown',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','strange_error','en','strange error',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error','en','error',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','i_gray','en','gray: error corrected by ILIAS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','i_fuchsia','en','fuchsia: tolerated value because sent value is not rejected',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','i_orange','en','orange: attention please!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','i_red','en','red: error!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','i_green','en','green: okay',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('scormdebug','adl.nav.request_valid.previous','en','Used by a SCO to determine if a Previous navigation request will succeed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','adl.nav.request_valid.continue','en','Used by a SCO to determine if a Continue navigation request will succeed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','adl.nav.request','en','Navigation request to be processed immediately following Terminate()',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.total_time','en','Sum of all of the learner\'s session times accumulated in the current learner attempt',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.time_limit_action','en','Indicates what the SCO should do when cmi.max_time_allowed is exceeded',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.suspend_data','en','Provides space to store and retrieve data between learner sessions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.success_status','en','Indicates whether the learner has mastered the SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.session_time','en','Amount of time that the learner has spent in the current learner session for this SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.score.max','en','Maximum value in the range for the raw score',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.score.min','en','Minimum value in the range for the raw score',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.score.scaled','en','Number that reflects the performance of the learner',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.score._children','en','Listing of supported data model elements',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.progress_measure','en','Measure of the progress the learner has made toward completing the SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.scaled_passing_score','en','Scaled passing score required to master the SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.objectives.n.description','en','Provides a brief informative description of the objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.objectives.n.progress_measure','en','Measure of the progress the learner has made toward completing the objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.objectives.n.completion_status','en','Indicates whether the learner has completed the associated objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.objectives.n.success_status','en','Indicates whether the learner has mastered the objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.objectives.n.score.max','en','Maximum value, for the objective, in the range for the raw score',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.objectives.n.score.min','en','Minimum value, for the objective, in the range for the raw score',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.objectives.n.score.scaled','en','Number that reflects the performance of the learner for the objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.objectives.n.score._children','en','Listing of supported data model elements',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.objectives.n.id','en','Unique label for the objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.objectives._count','en','Current number of objectives being stored by the LMS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.objectives._children','en','Listing of supported data model elements',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.mode','en','Identifies one of three possible modes in which the SCO may be presented to the learner',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.max_time_allowed','en','Amount of accumulated time the learner is allowed to use a SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.location','en','The learner\'s current location in the SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.learner_preference.audio_captioning','en','Specifies whether captioning text corresponding to audio is displayed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.learner_preference.delivery_speed','en','The learner\'s preferred relative speed of content delivery',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.learner_preference.language','en','The learner\'s preferred language for SCOs with multilingual capability',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.learner_preference.audio_level','en','Specifies an intended change in perceived audio level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.learner_preference._children','en','Listing of supported data model elements',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.learner_name','en','Name provided for the learner by the LMS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.learner_id','en','Identifies the learner on behalf of whom the SCO was launched',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.launch_data','en','Data provided to a SCO after launch, initialized from the dataFromLMS manifest element',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.interactions.n.description','en','Brief informative description of the interaction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.interactions.n.result','en','Judgment of the correctness of the learner response',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.interactions.n.learner_response','en','Data generated when a learner responds to an interaction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.interactions.n.weighting','en','Weight given to the interaction relative to other interactions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.interactions.n.correct_responses.n.pattern','en','One correct response pattern for the interaction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.interactions.n.correct_responses._count','en','Current number of correct responses being stored by the LMS for this interaction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.interactions.n.objectives.n.id','en','Label for objectives associated with the interaction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.interactions.n.type','en','Which type of interaction is recorded',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.interactions.n.id','en','Unique label for the interaction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.interactions._count','en','Current number of interactions being stored by the LMS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.interactions._children','en','Listing of supported data model elements',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.exit','en','Indicates how or why the learner left the SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.entry','en','Asserts whether the learner has previously accessed the SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.credit','en','Indicates whether the learner will be credited for performance in the SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.completion_threshold','en','Used to determine whether the SCO should be considered complete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.completion_status','en','Indicates whether the learner has completed the SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.comments_from_lms.n.timestamp','en','Point in time at which the comment was created or most recently changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.comments_from_lms.n.location','en','Point in the SCO to which the comment applies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.comments_from_lms._count','en','Current number of comments from the LMS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.comments_from_lms.n.comment','en','Comments or annotations associated with a SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.comments_from_lms._children','en','Listing of supported data model elements',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.comments_from_learner.n.timestamp','en','Point in time at which the comment was created or most recently changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.comments_from_learner.n.location','en','Point in the SCO to which the comment applies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.comments_from_learner.n.comment','en','Textual input',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.comments_from_learner._count','en','Current number of learner comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi.comments_from_learner._children','en','Listing of supported data model elements',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','cmi._version','en','Represents the version of the data model',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','GetDiagnostic','en','allows the LMS (!) to define additional diagnostic information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','GetLastError','en','request the error code for the current error state',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','GetErrorString','en','retrieve a textual description of the current error state',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','Terminate','en','store data and terminate API-communication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','Initialize','en','initialize API-communication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','Commit','en','store data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','SetValue','en','send data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','GetValue','en','get data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error408','en','Data Model Dependency Not Established',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error407','en','Data Model Element Value Out Of Range',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error404','en','Data Model Element Is Read Only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error405','en','Data Model Element Is Write Only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error406','en','Data Model Element Type Mismatch',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error402','en','Unimplemented Data Model Element',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error403','en','Data Model Element Value Not Initialized',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error401','en','Undefined Data Model Element',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error391','en','General Commit Failure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error351','en','General Set Failure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error201','en','General Argument Error',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error301','en','General Get Failure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error143','en','Commit After Termination',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error133','en','Store Data After Termination',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error142','en','Commit Before Initialization',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error132','en','Store Data Before Initialization',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error123','en','Retrieve Data After Termination',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error122','en','Retrieve Data Before Initialization',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error113','en','Termination After Termination',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error112','en','Termination Before Initialization',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error111','en','General Termination Failure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error103','en','Already Initialized',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error104','en','Content Instance Terminated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error102','en','General Initialization Failure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error101','en','General Exception',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error0','en','No error',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_debug_deactivated','en','The test tool is currently globally deactivated in the ILIAS administration (Administration » Learning Resources).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('scormdebug','scormdebug_global_activate','en','Enable SCORM test tool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_open','en','Presentation of Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_open_normal','en','Opens in a New Tab or Alternatively in a New Window, Without ILIAS Main Menu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_view_inherit_info','en','The group presentation type is adopted from a parent course.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_presentation_type','en','Presentation Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_view_inherit','en','Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_view_info_simple','en','This content presentation lists all items in one block.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_view_info_by_type','en','This content presentation groups all items by resource type.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_setting_header_registration','en','Group Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_setting_header_presentation','en','Group Presentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_save_sync','en','Save and Sync Question Copies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_wsp_links','en','Enable Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_prtf','en','Enable Portfolios',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_wsp_certificates','en','Enable Certificates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_wsp_files','en','Enable Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_wsp_blogs','en','Enable Blogs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_add_blog','en','Add Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_personal_workspace','en','Enable Personal Workspace',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('auth','auth_account_code_title','en','Account Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_account_code_used','en','Your account has been re-activated. Please login once again for security reasons.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_account_code_info','en','To re-activate your account you can use an ILIAS account code.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_account_code','en','Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_code_required_info','en','A pre-defined code is mandatory for the registration process.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_code_optional_info','en','If you have got a registration code, please enter it here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_account_code_setting_info','en','Inactive Accounts can be re-activated by users with pre-defined codes.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_account_code_setting','en','Enable Account Re-Activation By Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_account_code_valid_until_unlimited','en','Unlimited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_account_code_not_valid','en','The given registration code is either invalid or already has been used.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_account_code_generated_all','en','All Dates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_account_code_used','en','Date Of Use',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_account_code_generated','en','Date Of Generation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_account_code_valid_until_dynamic','en','Number of Days',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_account_code_valid_until','en','Valid Until',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_account_code_valid_until_static','en','End Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_account_code','en','Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_account_codes_edit_header','en','Add Codes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_account_codes_number','en','Number Of Codes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_account_codes_export','en','Export Codes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_account_codes_add','en','Add Codes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','unable_to_connect','en','The connection to the chat server could not be established.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_chtr','en','Chat Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','unban','en','Unban',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','settings_has_been_saved','en','Settings has been saved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','kicked','en','You have been kicked from this chat room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','banned','en','You have been banned from this chat room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','lost_connection','en','The connection to the chat server was interrupted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','public_chat_created','en','The public chat room has been added to the repository.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','auto_scroll','en','Scroll to Bottom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chat_smilies_initialized','en','Chat smileys initialized',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chat_smilies_dir_not_exists','en','Smilies directory does not exist.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chatroom_confirm_delete_smiley','en','Are you sure you want to delete the selected smiley?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','https','en','HTTPS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chat_enabled','en','Enable Chat',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','enable_osd','en','Repository Chat: Enable On-Screen Notifications',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','general_settings_title','en','General Chat Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','osd_intervall','en','Refreshinterval (seconds)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chatserver_settings_title','en','Chatserver Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','client_settings','en','General Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','server_settings','en','Chatserver Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chatroom_current_smiley_image','en','Current Smiley Icon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chatroom_smiley_image_only_if_changed','en','Choose a new smiley icon only if the current one is to be replaced.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chatroom_edit_smiley','en','Edit Smiley',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chatroom_current_smiley_image_path','en','Current Smiley',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','obj_chta_desc','en','Chat Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','protocol','en','Protocol',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','smiley','en','Smilies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chatroom_upload_smiley','en','Upload Smiley',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chatroom_smiley_keywords_one_per_line_note','en','One Keyword per Line',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chatroom_smiley_keywords','en','Keywords',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chatroom_image_path','en','Path to Smiley',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chatroom_add_smiley','en','Add Smiley',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chatroom_smiley_image','en','Smiley',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chatroom_available_smilies','en','Available Smileys',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','chatroom_delete_selected','en','Delete Selected Smileys',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','main','en','Main Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','ban_table_title','en','Banned Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','history_bysession_title','en','Show Conversation per Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','history_byday_title','en','Show Conversation per Day',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','settings_title','en','Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_invitation_short','en','Please click the title link to enter the chat room.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_invitation_long','en','[SALUTATION] You have been invited to a chat room: Chat Room Title: [ROOM_NAME] Invited by: [INVITER_NAME] URL: [LINK] To join the chat room, please follow the given URL.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_invitation','en','\"[INVITER_NAME]\" invites you into chat room \"[ROOM_NAME]\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chatroom_smiley_keyword','en','Keyword',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_create_private_room_button','en','Create Private Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_to_mainroom','en','To Main Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_connection_disconnected','en','--- #username# left the chat room ---',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_connection_established','en','+++ #username# has entered chat room +++',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_whisper','en','Whisper',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_address','en','Address',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_ban','en','Ban',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_kick','en','Kick',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_invite','en','Invite',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_join','en','Join',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_mainroom','en','Main Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_message_display','en','Options',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_message_options','en','Display',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_message','en','Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_message_to_all','en','To All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','duration_to','en','To',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','obj_chtr','en','Chat Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','duration_from','en','From',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','enter','en','Enter Chat Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','custom_username','en','Custom Username',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','select_custom_username','en','Select Custom Username',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','session','en','Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','permissions','en','Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','bans','en','Bans',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('chatroom','settings_general','en','General',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','enable_history','en','Enable History',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','allow_custom_usernames','en','Allow Custom User Names',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','autogen_usernames','en','Auto Generated User Names',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','allow_anonymous','en','Allow Anonymous Login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','period','en','Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','history_by_session','en','Session History',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','no_username_given','en','Please choose a username',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','history_by_day','en','Daily History',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_chtr','en','Chat Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_chta','en','Chat Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','chtr_edit_permission','en','User can change Permission Settings for Chat Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','chtr_write','en','User can edit settings of chat room and ban users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','chtr_visible','en','Chat Room is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','chtr_read','en','User can join and participate at chat room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_comments','en','Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','removed_from_desktop','en','The item has been removed from the desktop.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','added_to_desktop','en','The item has been added to the desktop.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','note_update_note','en','Update Note',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','note_update_comment','en','Update Comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','note_add_comment','en','Add Comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','note_add_note','en','Add Note',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_banner','en','Banner',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_preview_banner','en','Custom Banner',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_preview_banner_height','en','Banner Height',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_preview_banner_width','en','Banner Width',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_settings','en','Portfolio Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_preview_banner','en','Custom Banner',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_preview_banner_height','en','Banner Height',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_preview_banner_width','en','Banner Width',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_settings','en','Blog Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','obj_prfa_desc','en','Global Portfolio Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','obj_prfa','en','Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','obj_blga_desc','en','Global Blog Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','obj_blga','en','Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_finalized','en','The portfolio has been submitted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_finalize_portfolio','en','Finalize and Submit Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_exercise_info','en','This portfolio is part of the assignment \"%s\" of exercise \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_finalized','en','The Blog has been submitted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_finalize_blog','en','Finalize and Submit Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_exercise_info','en','This blog is part of the assignment \"%s\" of exercise \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_copy_question_into_page','en','Copy into Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_select_other_qpool','en','Select other Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_context_global','en','Global',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_import_failed','en','Importing the didactic template failed with message:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_ud_rolt','en','User defined role template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_auto_rolt','en','Auto generated role template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_ud_local','en','User defined local role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_auto_local','en','Auto generated local role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_ud_global','en','User defined global role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_auto_global','en','Auto generated global role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_import_success','en','Successfully imported didactic template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_back_to_overview','en','Back to Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_import_table_title','en','Import of a didactic template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_do_export','en','Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_deactivated_msg','en','Deactivated didactic templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_activated_msg','en','Activated didactic templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_copy_question_from_pool','en','Copy Question from Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_new_question','en','New Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_edit','en','Edit Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_banner','en','Banner',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_delete_msg','en','Deleted didactic templates.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_confirm_delete_msg','en','Do you really want to delete the following didactic templates?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_copy_suc_message','en','Copied didactic template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_adm_tab','en','Didactic Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_import_btn','en','Import Didactic Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_applicable_for','en','Applicable for',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_available_templates','en','Available Didactic Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_list_outdent','en','Outdent List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_list_indent','en','Indent List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_nlist','en','Numbered List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_blist','en','Bullet List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_more_character_styles','en','...more character styles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_cc_imp','en','Important',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_cc_emp','en','Emphatic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','password_allow_chars','en','Allowed chars: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_role_selection','en','Role Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_paragraph_styles','en','Paragraph Styles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_cc_str','en','Strong',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_global_rolt','en','Global Role Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_next_deadline','en','Next Deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_no_valid_role','en','There is currently no valid role for new accounts. Please contact your administrator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cms_dir_tree','en','CMS Directory Trees',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cc_mapping_overview','en','Mapping Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_campus_connect_title','en','CampusConnect Mappings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_invalid_import_type_cms','en','The import type ‘Campus Management’ can be chosen only once.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_node_mapping_create_empty_info','en','Usable only in combination with course mapping, which will be activated automatically.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_node_mapping_create_empty','en','Create Categories only, which contain Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_node_mapping_activate','en','Enable Directory Mapping',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_import_cms','en','Campus Management',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','scorm_create_export_file_html_one','en','Create Export File (HTML, One Page, Review Mode)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_personal_data','en','Edit Personal Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_mapping_exp_tbl','en','Mapping ILIAS Custom Metadata to ECS-Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_mapping_rcrs','en','Mapping for ECS Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_tab_export','en','Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_mapping_crs','en','Mapping for Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_tab_import','en','Import',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_milestone_settings','en','Milestones',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_edit_settings','en','Edit Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_cache_settings','en','Cache',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','mark_moderator_posts_desc','en','If activated moderator posts will be highlighted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','mark_moderator_posts','en','Mark moderator posts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_remove_skills','en','Remove Competences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_really_remove_skills','en','Do you really want to remove the following competences from your list?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_materials','en','Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_is_offline','en','You cannot start the test! The test is offline.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_selectable_info','en','Allows user to select this category as a personal competence.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_add_skill','en','Add Competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_selectable','en','Selectable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_assign_materials','en','Assign Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','skills','en','Competences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_list_skills','en','List Competences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_edit_sktr','en','Edit Competence Template Reference',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_community','en','Community',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_new_sktr','en','New Competence Template Reference',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_preview','en','Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_skill_template_reference_from_clip','en','Insert Competence Template Reference from Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','cannot_switch_to_online_no_questions_andor_no_mark_steps','en','The status cannot be changed to "online" because there are no questions and/or no marks in the test!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_auth_domains_description','en','Enter one domain per line to allow redirection to this target.
If ILIAS is reachable by more than one domain please enter all target you want to allow.
Example: example.com allows the redirection to http://example.com and http://www.example.com and all pages located there.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_auth_domains','en','Allowed Redirection Domains',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_auth_security','en','Security Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_skill_template','en','Competence Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_skill_templates','en','Competence Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_next_step','en','Next Step',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_previous_step','en','Previous Step',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_self_evaluation','en','Self-Evaluation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_please_select_your_skill_levels','en','Please select your competence levels.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_sure_delete_self_evaluation','en','Do you really want to delete the following self-evaluations?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_self_evaluations','en','Self-Evaluations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_save_self_evaluation','en','Finish Self-Evaluation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_no_skills','en','No Competences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_execute_self_evaluation','en','Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_your_self_evaluation','en','Your Self-Evaluation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_please_select_self_skill','en','Start a new Self Evaluation. Competence:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_cert_skill_trigger_title','en','Competence Trigger Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_edit_scat','en','Edit Competence Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_cert_skill_level_title','en','Competence Level Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_cert_skill_title','en','Competence Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_skill_management_deactivated','en','Competence Management is currently deactivated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_select_trigger','en','Select Trigger',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_remove_trigger','en','Remove Trigger',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_no_trigger','en','No Trigger',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_skill_level_trigger','en','Competence Level Trigger',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_skill_levels','en','Competence Levels',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_skill','en','Competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_really_delete_levels','en','Do you really want to delete the following competence levels?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_edit_level','en','Edit Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_update_order','en','Update Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_new_level','en','New Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_nr','en','Nr',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_trigger','en','Trigger',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_skill_level','en','Competence Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_add_level','en','Add Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','scat','en','Competence Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skll','en','Basic Competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_skmg_desc','en','Manage competences and competence categories.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_selected_items_have_been_cut','en','Selected items have been cut.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_selected_items_have_been_copied','en','Selected items have been copied.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_skill_category_from_clip','en','Insert Competence Categories from Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_basic_skill_from_clip','en','Insert Basic Competences from Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_skills','en','Competences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_enable_skmg','en','Activate Competence Management',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_settings','en','Competence Management Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_skmg','en','Competence Management',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_apache_pass','en','Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_apache_user','en','Username',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_auth_type_apache','en','Username/Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_auth_type_cert','en','Certificate-Base',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_auth_type','en','Authentication Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_object_statistics','en','Object Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_choose_from_folder','en','Choose from Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_choose_from_mep','en','Choose from Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cert_valid_until','en','Certificate valid until',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_switch_to_media_pool','en','Switch to other Media Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_maintenance','en','Maintenance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_type_webr','en','Weblink',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_profile_portfolio','en','If you want to use a portfolio as your profile, go to the portfolio section and set ‘My Profile’ for that portfolio.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_portfolios_desc','en','Users can create portfolios and use them as profile.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_portfolios','en','Portfolios',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_default_portfolio','en','My Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','portfolio','en','Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_account_inactive','en','Inactive Account',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_enable_grp_member_notification_info','en','ILIAS will automatically send an e-mail to every group member if his or her membership status is changed. This setting applies to all groups on the plattform.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_enable_crs_member_notification_info','en','ILIAS will automatically send an e-mail to every course member if his or her membership status is changed. This setting applies to all courses on the plattform.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_enable_crs_member_notification','en','Notify Course Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_enable_grp_member_notification','en','Notify Group Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_member_notification','en','Participant Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_portfolio_created','en','Portfolio was created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_blog_created','en','Blog was created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_create_blog_select_info','en','Please select the resource folder to add the blog to.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_create_blog','en','Create Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_create_portfolio','en','Create Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_portfolio_returned','en','Assignment Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_blog_returned','en','Assignment Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_type_portfolio','en','Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_type_blog','en','Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_type_upload','en','Upload',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_save_status_and_titles','en','Save Status and Titles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_first_page_title','en','Type of first page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_type_warning','en','Currently, there are no booking objects available. To use the booking pool you need to create booking objects.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_warning_edit','en','Currently, there is no schedule available. To use the booking pool you need to create a schedule for booking (or switch to a different type of pool).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_localization_info','en','Language used for predefined texts, e.g. ‘Previous’ and ’Next’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_localization','en','Localization',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_desc_objectives','en','Description/Objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_status_shared','en','Shared',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_move_to_repository','en','Move to Repository',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_copy_to_repository','en','Copy to Repository',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_shared_resources','en','Shared Resources',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_tab_shared','en','Resources of Other Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_tab_personal','en','My Resources',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_crs_alloc','en','Course Allocation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_dir_alloc','en','Directory Allocation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_dir_alloc_set','en','Edit Directory Allocation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_crs_alloc_set','en','Edit Course Allocation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_back_settings','en','ECS Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_tbl_settings_for_server','en','ECS Settings for %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_qover','en','Question Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_enable_page_history_info','en','Stores older versions of pages and allows roll back to older versions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_enable_page_history','en','Page History',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_missing_snippet','en','Missing Content Snippet. The snippet has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_set_layout','en','Set Layout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_current_usages','en','Current Usages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_all_usages','en','Include History',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_up_dir_move','en','Move Files from Upload Directory (Faster)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_up_dir_copy','en','Copy Files from Upload Directory (Keeps files in the upload directory)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_exp_ids_not_resp_format3','en','The ID must not start with a number.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_create_media_files','en','Create Media Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_file','en','File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_upload_dir_files','en','Files from Upload Directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_sel_upload_dir_files','en','Select Files/Directories',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_create_from_upload_dir','en','Create Media Objects from Upload Directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','mob_upload_dir','en','Upload Directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_exp_id_used_multiple','en','Export ID used multiple times',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_exp_ids_not_resp_format2','en','Please check and correct your input.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_saved_export_ids','en','Saved HTML Export IDs.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_exp_ids_not_resp_format1','en','Export IDs may only use the following characters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_export_id','en','Export ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_html_export_ids','en','HTML Export IDs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_share_search_users','en','Search Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_share_success','en','A new entry has been added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_share_with_members','en','Share with members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_permission_removed','en','Entry has been removed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_set_permission_all_password','en','World Wide Web with Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_set_permission_course','en','Members of Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_set_permission_group','en','Members of Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_set_permission_single_user','en','A Single User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_shared_with','en','Shared With',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_tbl_import_type','en','Import Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_permissions','en','Share',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_tbl_export','en','Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','imported','en','imported',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_tbl_import','en','Import',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ecs','ecs_not_configured','en','Not configured',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','user_criteria','en','Unique user criteria',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_deactivate','en','Deactivate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_activate','en','Activate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_server_addr','en','Server Address',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_tbl_active','en','Active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_available_ecs','en','Available ECS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_add_new_ecs','en','Add New ECS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_sync_success','en','The selected questions were updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_sync_insufficient_permissions','en','Insufficient Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_sync_question_copies_info','en','The selected questions will be replaced with the current pool version.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','login_page_activate','en','Activate Editor for Selected Languages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_update_login_page','en','Edit Login Page Element',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_login_page','en','Add Login Page Element',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_sync_question_copies','en','Sync Question Copies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','login_page_switch_ipe','en','Use ILIAS page editor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','login_page_editor_switched','en','The active page editor has been changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_adopt_content','en','Adopt Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','login_page_switch_rte','en','Use Rich-text editor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','survey_question_pool_title','en','Pool Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','allow_user_toggle_noti','en','Member is allowed to deactivate notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_available_question_pools','en','Available Pools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_qover','en','Edit Question Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ov_all_correct','en','You have correctly answered all questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ov_some_correct','en','You have correctly answered [x] out of [y] questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ov_wrong_answered','en','The following questions were not answered or answered wrong',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','yearly','en','yearly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_qover_list_wrong_q_info','en','A list of wrong or not answered questions will be displayed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_qover_list_wrong_q','en','List of Wrong Answered Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_qover_short_message','en','Status Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_qover','en','Insert Question Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_qover','en','Question Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_delete_heading','en','Remove Heading',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_edit_heading','en','Edit Heading',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_questions_to_clipboard_copy','en','Question(s) were copied to the clipboard. Please select a target or empty the clipboard.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_clipboard_notice','en','There are question(s) in the clipboard. Select the target position or empty the clipboard.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_questions_to_clipboard_cut','en','Question(s) were copied to the clipboard. Please select a target or empty the clipboard.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_edit_multiple','en','Edit Paragraph Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_remove_format','en','Remove Format',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_import_page_layout','en','Import Page Layout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_iim','en','Interactive Image Content Popup',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_marker','en','Interactive Image Marker',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_permission_all_pw_info','en','After providing the password this object is visible for all users of the internet.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_permission_all_info','en','This object is visible for all users of the internet.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_permission_registered_info','en','This object is shared with all registered users.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_set_permission_all','en','World Wide Web',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_set_permission_registered','en','All Registered Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_correct_answer_also','en','Also correct is:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_upload_pending','en','Pending file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_correct_answers_also','en','Also correct are:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','cont_iim_create_info','en','Please upload the background picture for the interactive image.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_drag_element_click_save','en','Drag and drop the element to the desired position. Then hit ‘Save’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_not_found','en','User not found',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_popup_position','en','Edit Popup Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_marker_position','en','Edit Marker Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_overlay_position','en','Edit Overlay Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_really_delete_triggers','en','Do you really want to delete the following triggers?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_new_marker','en','New Marker',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_new_trigger_area','en','New Trigger Area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_popups_have_been_deleted','en','Popups have been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_really_delete_popups','en','Do you really want to delete the following popups?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_new_popup','en','New Popup',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_overlays_have_been_deleted','en','Overlays have been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','invite','en','Inviting to survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_really_delete_overlays','en','Do you really want to delete the following overlays?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_base_image','en','Edit Background Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_base_image','en','Background Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_saved_interactive_image','en','Created Interactive Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_marker','en','Marker',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_content_popup','en','Content Popup',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_profile_preview','en','Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_trigger_area','en','Trigger Area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_WholePicture','en','Whole Picture',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_overlay_image','en','Overlay Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_add_popup','en','Add Popup',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_overlay_images','en','Overlay Images',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_add_images','en','Add Images',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_blog','en','Add Blog Posting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_update_blog','en','Edit Blog Posting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_active_areas','en','Triggers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_content_popups','en','Content Popups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_blog','en','Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_update_verification','en','Edit Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_verification_object','en','Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_blog','en','Insert Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_verification','en','Add Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_vrfc','en','Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_profile_mode_manual_info','en','Use the following data:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_verification','en','Insert Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_profile_mode_manual','en','Manual',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_profile_mode_inherit_info','en','Use your profile settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_profile_mode_inherit','en','Automatic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_profile_mode','en','Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_update_profile','en','Edit Published Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_profile','en','Publish Personal Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_prof','en','Personal Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_profile','en','Insert Personal Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_portfolio_page_deleted','en','Portfolio and/or blog pages deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_sure_delete_portfolio_pages','en','Are you sure you want to delete the following portfolio pages and/or blog pages?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_page_created','en','Page created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_add_page','en','Add Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_portfolio_deleted','en','Portfolios deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_sure_delete_portfolios','en','Are you sure you want to delete the following portfolios?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_set_as_default','en','Set As My Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_portfolio_created','en','Portfolio added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_create_portfolio','en','Add Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_edit_portfolio','en','Edit Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_add_portfolio','en','Add Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_portfolios','en','Portfolios',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_qetcorr','en','Error Text Corrected',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_qetitem','en','Error Text Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_qordul','en','Order List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_qordli','en','Order List Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_qimgd','en','Image Details Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_qimg','en','Question Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_iim','en','Interactive Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_iim','en','Insert Interactive Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','saving','en','Saving...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','cont_insert_after_chap','en','Insert items after chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','cont_insert_into_chap','en','Insert items inside chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_choose_pages_chap_scos_ass_only','en','Please select either pages, SCOs, assets or chapters only.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','copy_questions_success','en','The question(s) has been copied.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','copy_no_questions_selected','en','Please select at least one question to copy.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_course_group_notifications_desc','en','If enabled, Participants can subscribe to a daily summary of news.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_course_group_notifications','en','Daily Mail for Groups and Course News',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_fn','en','Footnote',NULL,NULL); +INSERT INTO `lng_data` VALUES ('excv','excv_create_info','en','Select a completed exercise to generate a certificate for it.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('excv','excv_create','en','Create Exercise Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_type_excv','en','Certificate: Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tstv','tstv_create','en','Create Test Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tstv','tstv_create_info','en','Select a completed test to generate a certificate for it.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tex','en','Latex Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('adve','adve_use_physical','en','Use b/i/u instead of str/emp/imp',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_pe_general','en','General',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_char_style_code','en','Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_char_style_acc','en','Accentuated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_char_style_quot','en','Quotation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_char_style_com','en','Comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_standard','en','Standard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_link_to_wiki','en','Link to Wiki Page (Insert Brackets)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_link_to_external','en','Link to External Website',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_link_to_internal','en','Link to ILIAS Resource',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tagging','tagging_set_tag','en','Set Tags',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_saving','en','Saving...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_more_functions','en','More',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lists','en','Lists',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_char_format','en','Character',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_par_format','en','Paragraph',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_type_tstv','en','Certificate: Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_auto_notification_info','en','New members get a mail notification when added to the course.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_auto_notification','en','Welcome-Mail For New Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_min_passed','en','Minimum Number of Passed Materials:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','precondition_num_optional_info','en','Please enter the minimum number of materials required to fulfill this precondition.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_completion_by_submission','en','Completed by Submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','ass_completion_by_submission','en','Completed by Submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_subject_setting','en','Subject setting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','empty_subject','en','On reply the user has to enter a new title.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','edit_questions','en','Edit Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_cannot_preview_survey','en','Preview not available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_cancel_preview','en','Cancel Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_activate_html','en','Activate HTML Rendering',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_activate_js','en','Activate Javascript Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_activate_media','en','Activate Media',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_remove_question','en','Are you sure you want to remove the following question from the test?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_deactivate_media','en','Deactivate Media',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_notification_activate_page','en','Activate Notification for Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_presentation_view','en','Presentation View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_deactivate_html','en','Deactivate HTML Rendering',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_deactivate_js','en','Activate Form Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_notification_deactivate_wiki','en','Deactivate Notification for Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_notification_deactivate_page','en','Deactivate Notification for Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_notification_activate_wiki','en','Activate Notification for Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_lists','en','Page Lists',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_notification_activated','en','Notification Activated (Whole Wiki)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_notification_activated','en','Notification Activated (Single Page)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_order','en','Sort Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_edit_settings','en','Edit Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_functions','en','Wiki Functions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_navigation','en','Wiki Navigation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','behind','en','Behind',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_auto_block_title','en','Page Header',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_result','en','Test Result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','first','en','First',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rat_one_rating','en','One Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rat_not_rated_yet','en','Not Rated Yet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rat_nr_ratings','en','%s Ratings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','copy_and_link_to_questionpool','en','Add to question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_test_contains_obligatory_questions','en','To end this test you have to answer all compulsory questions (*).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_setting_enable_obligations_label','en','Compulsory Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','saveOrderAndObligations','en','Save Order and Obligations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','obligatory','en','Compulsory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','not_all_obligations_answered','en','You must answer all compulsory questions before you can finish the test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','saveOrder','en','Save Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tst_edit_questions','en','Edit Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_using_template_link','en','Do not use template anymore',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assessment_new_pool','en','Create new question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_confirm_template_reset','en','Are you sure that you do not want to use the template anymore?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_template_reset','en','The template has been removed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assessment_existing_pool','en','Use existing question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assessment_pool_selection','en','Pool Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assessment_no_pool','en','Do not use question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_delete_page','en','Delete Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_move_page','en','Move Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_presentation_properties','en','Administering the Test: Behavior of the Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_anonymity_anonymous_test','en','Results without Names / Anonymous Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_anonymity_no_anonymization','en','Results with Names',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','survey_copy_to_questionpool_success','en','The questions were copied into the pool successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_copy_select_questionpool','en','Question pool to put the copies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','survey_copy_questions_to_pool','en','Add to question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_status_blocked','en','Page is read-only.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_changed_by','en','Changed by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_news_page_changed','en','Wiki page has been updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_news_page_created','en','New wiki page has been created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_question_pool_usage_tst_directly_info','en','The questions cannot be re-used in other tests.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_question_pool_usage_tst_directly','en','Questions are created directly in the test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_question_pool_usage_optional_info','en','The questions can be re-used in other tests.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_question_pool_usage_optional','en','Questions can be added optionally to a question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_question_pool_usage','en','Use of Question Pools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_page_moved','en','The page has been moved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_question_text_hidden','en','Text hidden',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_move_page','en','Move Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_question_text_visible','en','Text visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_block_visible','en','visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_block_hidden','en','hidden',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_show_blocktitle_description','en','If activated the block title will be shown in the survey.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_show_blocktitle','en','Show Block Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_behind_page','en','Behind',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_at_beginning','en','At The Beginning',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_delete_page','en','Delete Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_existing_pool','en','Use existing question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_no_pool','en','Do not use question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_new_pool','en','Create new question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_pool_selection','en','Pool Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_question_pool_usage','en','Question Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_question_pool','en','Question Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_introduction_info','en','This message is permanently displayed on the ‘Info’-tab.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_template_reset','en','The template has been removed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','adm_settings_templates','en','Settings Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_confirm_template_reset','en','Are you sure that you do not want to use the template anymore?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_jump_to','en','Jump to Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_create_question','en','Create Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_next_question','en','Next Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_prev_question','en','Previous Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','questions_per_page_view','en','Page View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hide_visible_sections','en','Hide More Information »',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','show_hidden_sections','en','Show More Information »',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_using_template_link','en','Do not use template anymore',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_has_datasets_warning_page_view_link','en','Edit Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','survey_dnd_paste','en','Paste',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','survey_dnd_clear_clipboard','en','Clear Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_dnd_split_page','en','Split Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_dnd_move_previous','en','Move to Previous Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_dnd_move_next','en','Move to Next Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_settings_template','en','Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_per_page_view','en','Page View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_new_page_name','en','New Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_rename_page','en','Rename Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_already_exists','en','A page with this title already exists.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_last_edited','en','Last edited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_blocked','en','Wiki page is set to read-only. Only users with «Edit Settings» permission have write access.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_unblocked','en','Write permission granted for users.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_toc','en','Enable Page Overview Block',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_page_toc','en','Page Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_add_new_question','en','Create Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_next_question','en','Next Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_jump_to','en','Jump to',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_prev_question','en','Previous Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_sure_delete_settings_template','en','Do you really want to delete the following templates?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_hide','en','Hide in Settings Form',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_predefined_settings','en','Predefined Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_value','en','Predefined Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_edit_settings_template','en','Edit Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_hide_tabs','en','Hide Tabs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_add_settings_template','en','Add Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_settings_templates','en','Settings Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_imp_page_added','en','Page added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_ordering_and_indent_saved','en','Ordering and Indentation saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_removed_imp_pages','en','Important pages removed from list.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_sure_remove_imp_pages','en','Do you really want to remove the following pages from the list of important pages?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_ordering','en','Ordering',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_indentation','en','Indentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_save_ordering_and_indent','en','Save Ordering and Indentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','precondition_num_obligatory','en','Number of Required Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','precondition_obligatory_settings','en','Precondition Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('trac','trac_group_materials_save','en','Save Number of Compulsory Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_user_login','en','jdoe',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_login','en','Login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','rep_main_page','en','Home',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','personal_settings','en','Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('mep','mobs_restrict_file_types','en','Allowed File Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('sahs','sahs_activate_expert_mode','en','Activate Sequencing Expert Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_import_sequencing_info','en','Import sequencing information from package (Sequencing Expert Mode).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_import_sequencing','en','Import Sequencing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_std_sequencing_info','en','Use ILIAS standard sequencing behaviour.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_std_sequencing','en','Standard Sequencing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_authoring_mode','en','Authoring Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('book','book_edit','en','Edit Booking Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','glo_import','en','Import Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_new','en','New Booking Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_add','en','Add Booking Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','preconditions_optional_hint','en','You have to fulfill %s of the following preconditions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','preconditions_obligatory_hint','en','You have to fulfill all of the following preconditions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_release_materials','en','Disintegrate Grouping with Optional Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_group_materials','en','Create Grouping with Optional Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_choose_special_page','en','Choose Special Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_sco_fmess','en','SCORM Final Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_insert_special_page','en','Insert Special Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_choose_page_template','en','Choose Page Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_insert_ass_from_clip','en','Paste Assets from Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_insert_ass_from_clip_inside_chap','en','Paste Assets from Clipboard (inside chapter)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_insert_sco_from_clip_inside_chap','en','Paste SCOs from Clipboard (inside chapter)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_insert_sco_inside_chap','en','Insert SCO (inside chapter)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_insert_ass_inside_chap','en','Insert Asset (inside chapter)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_enable_notes','en','Public Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_posting_deleted','en','Posting has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_number_users_notes_or_comments','en','Number of users that attached notes or comments to this posting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_posting_deletion_confirmation','en','Are you sure you want to delete the following posting?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_list_more','en','more',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_comments','en','Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_add_posting','en','Add Posting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_permanent_link','en','Permalink',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_add','en','Create Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_new','en','Create New Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfld','wfld_new','en','Create New Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfld','wfld_add','en','Create Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_blog','en','Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_wfld','en','Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_type_blog','en','Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_type_wfld','en','Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_type_file','en','File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_learning_progress_of','en','Learning Progress of %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','personal_workspace','en','Workspace',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_personal_workspace','en','Workspace',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_personal_workspace_description','en','Here you can manage your private files, blogs and artifacts.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_layout_template','en','Layout Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_special_page','en','Special Content Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_public_comments','en','Public Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_remove_global_fixed_state','en','Remove Global Fixed State',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_make_global_default','en','Set as default style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_make_global_fixed','en','Force this style on all objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_save_types','en','Save Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_remove_global_default_state','en','Remove Global Default State',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_add_content_style','en','Add Content Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_from','en','From',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_to','en','To',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_rte_tlink','en','RTE Tree Node Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_rte_status','en','RTE Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_rte_node','en','RTE Tree Node',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_status_changed','en','Last Status Change',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','precondition_obligatory_info','en','Compulsory preconditions must be fulfilled, for having access.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','precondition_obligatory','en','Compulsory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','active_preconditions','en','Preconditions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','precondition_not_obligatory_alt','en','Precondition is optional',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','precondition_obligatory_alt','en','Precondition must be fulfilled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_rte_tree','en','RTE Tree Section',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','page_does_not_exist','en','We are sorry, but this page does not exist.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_rte_mlink','en','RTE Menu Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_rte_char','en','SCORM RTE',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_rte_menu','en','RTE Menu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_sync_cas_info','en','Creates automatically ILIAS user accounts, for users that successfully authenticated against CAS, without having an ILIAS account yet.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_sync_cas','en','Automatic generation of user accounts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_sync','en','User Synchronisation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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 or Radius).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_as_ds','en','Use as Data Source',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_radius_ldap_info','en','If enabled, the synchronization of user accounts and role assignments is done using an existing LDAP configuration.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_radius_ldap','en','Synchronization using LDAP',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_radius_sync_rad_info','en','Creates automatically ILIAS user accounts, for users that successfully authenticated against Radius, without having an ILIAS account yet.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_radius_sync_rad','en','Automatic generation of user accounts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_list_info','en','Use leading * for bullet lists or leading # for numbered lists.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_hide_objectives_page_info','en','If checked, the SCO description and objectives page will not be included in the presentation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_hide_objectives_page','en','Hide Description/Objectives Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_login_page_element','en','Insert Login Page Element',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_anonymous_fora','en','Allow posting with pseudonym',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_anonymous_fora_desc','en','If this option is disabled, the feature ‘Posting with pseudonym’ is not available in forums anymore.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_ass','en','Asset',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_new_asset','en','New Asset',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_insert_ass','en','Insert Asset',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_sync_obj_stats_success','en','Data has been updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_sync_obj_stats','en','Update Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_data_deleted','en','Data has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('trac','trac_delete_data','en','Delete Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_object_stat_admin','en','Manage Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_object_stat_daily','en','Daily Usage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_trash','en','Moved to Trash',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_reference','en','References',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_object_stat_types','en','Number of Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_figure','en','Key Figure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_show_graph','en','Show Graph',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_object_stat_access','en','Usage Intensity',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_read_count_spent_seconds','en','Time Spent / Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_added_tab','en','Panel added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','question_changed_in_survey_only','en','Question was changed only in survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_save_ordering_and_titles','en','Save ordering and titles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_wrong_answers_single','en','Incorrect Choice.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_report_owner','en','Owner of Report',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_first_and_last_access','en','First and Last Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_report_date','en','Date of Report',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_object_owner','en','Owner of Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_object_link','en','Link to Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_object_name','en','Name of Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_name_of_installation','en','Name of Installation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_view_mode_collection','en','Only objects that determine the overall status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_view_mode_all','en','All Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_all','en','All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_view_mode','en','View Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_usr','en','User is allowed to create user accounts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','nr_following_sessions','en','%1d following session(s)...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','frma_edit_permission','en','User can change permission settings of Forum administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','frma_write','en','User can edit settings in Forum Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','frma_visible','en','Forum Administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','frma_read','en','User has read access to Forum Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_exp_sc_short_desc','en','In the ‘Statistics’-tab an additional export option is offered. It generates a spreadsheet for item analysis outside of ILIAS. This option only works for tests purely composed of Single Choice Questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_exp_sc_short','en','Item Analysis Export for Pure Single Choice Tests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_change_notification_salutation','en','Hello %s,',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_auth_authenticate_on_login_page','en','Try Apache authentication when entering the login page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('administration','auth_apache','en','Apache',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_settings_changed_success','en','Configuration saved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_auth_username_direct_mapping_fieldname','en','Field for assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_ldap_hint_ldap_must_be_configured','en','LDAP must be configured in administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_auth_username_by_function','en','Assign user names by custom function',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_auth_username_extended_mapping','en','Extended assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_auth_username_config_type','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_auth_username_direct_mapping','en','Straight assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_auth_username_config','en','Username configuration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_auth_target_override_login','en','Target url for custom login page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_auth_enable_override_login','en','Override default login page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_auth_indicator_value','en','Indicator-value for successful authentication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_auth_indicator_name','en','Indicator-field for successful authentication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_enable_ldap','en','Enable LDAP user assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_enable_local','en','Enable local user assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_default_role','en','Default user role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_autocreate','en','Enable account generation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_enable_auth','en','Enable Apache Authentication support',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_settings','en','Configure LDAP Authentication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','apache_auth_settings','en','Apache',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_correct_answers_shown','en','Correct solution see above.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_nr_of_tries_exceeded','en','Number of tries exceeded.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_all_answers_correct','en','Correct!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_enough_answers_correct','en','Correct, but not the best solution!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tries_remaining','en','Tries Remaining',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_please_try_again','en','Please try again!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_wrong_answers','en','Incorrect Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webdav_pwd_instruction_success','en','A new local password has been created. You can now open the repository as webfolder.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_merged_global','en','The local changes were merged into the standard language file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_submit_answers','en','Submit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webdav_pwd_instruction','en','We suggest to create a local password for opening the repository as webfolder.
This password is only required for the webfolder functionality.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_edit_title','en','Edit Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webdav_additional_information','en','To be sure, that Windows Explorer can add a WebDAV connection, read the installation instruction file install.md chapter: \"WebDAV Configuration (OPTIONAL)\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_change_existing_objects_desc_new_role','en','The permission settings of this role will be adopted to ALL existing objects.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','export_member_data','en','Access User Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_remove_local_file','en','Delete the custom language file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_local_file_deleted','en','The custom language file was deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_error_delete_local','en','The custom language file can\'t be deleted!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_error_local_missed','en','The custom language file does not exist!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_error_write_global','en','The standard language file can\'t be written!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_delete_local_additions','en','Delete local additions in the database',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_merge_local_changes','en','Merge local changes into the standard language file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_scope_added','en','Local additions only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_scope_merged','en','Local changes merged into the standard language file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_import','en','Import Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_grp_assignments','en','Assignments of Course Members to Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ordering_answer_sequence_info','en','The answer sequence you define here will be taken as the correct solution sequence.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_learning_progress_settings_info','en','Activate extended data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('fold','fold_import','en','Import Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_at_the_ilias_installation','en','You received %1$s new mail at the ILIAS-Installation %2$s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mails_at_the_ilias_installation','en','You received %1$s new mails at the ILIAS-Installation %2$s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','follow_link_to_read_mails','en','click the following link to read these mails:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cron_mail_notification_message_info','en','If enabled, all users will get notifications with complete mail message by external mail.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cron_mail_notification_message','en','Send Mail Notifications with Mail-Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','add_consultation_hours','en','Add Consultation Hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','dont_use_questionpool','en','Don\'t insert the questions in a question pool (only available in this test)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_others','en','Others',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_sum','en','Sum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_average','en','Average',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_lp_determination_info_crs_tutor','en','This selection is not connected to the learning progress status.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_lp_determination_tutor','en','Display of objects in learning progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cronjob_last_start_unknown','en','Indeterminate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disk_quota_summary_subject','en','Summary of Exceeded Disk Quota',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','currently_used_disk_space','en','Currently used disk space',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrf_profile_link','en','Link to user profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disk_quota_exceeded_headline','en','The following users have exceeded their disk quota:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disk_quota_summary_rctp_desc','en','Enter the user names (comma-separated) of those users who shall receive a daily report with users currently exceeding the disk quota.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disk_quota_summary_rctp','en','Recipients',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_disk_quota_summary_mail_desc','en','The disk quota summary is a daily notification containing all users, who exceeded their disk quota.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_disk_quota_summary_mail','en','Send Disk Quota Summary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cronjob_last_start','en','Last Start of the Cron Job',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_deactivated_info_new','en','The learning progress status is not displayed and does not influence parent objects.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sess_mode','en','Session Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sess_load_dependent_session_handling','en','Load Dependent Session Handling',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sess_fixed_duration','en','Fixed Session Duration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_export_excel','en','Start Excel Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_admin_permissions','en','Administration Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_repository_permissions','en','Repository Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','mailnottype','en','Send notification even if a user finishes a test pass',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_allow_codes_info','en','Users are also allowed to register via codes.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_allow_codes','en','Allow Codes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_confirmation_hash_life_time','en','Lifetime',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','webr_import','en','Import Weblink',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','moderate_frm','en','Moderate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','add_thread','en','Add Thread',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','add_reply','en','Add Reply',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mail_to_global_roles','en','Global Mails',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','smtp_mail','en','SMTP E-Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','push_desktop_items','en','Push Items on the Personal Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_unknown_repository_object','en','The given repository object ref-id is not valid.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_target_object','en','Repository Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_unknown_user','en','The given login does not match any user.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_manager_info','en','Login of the user who will manage your consultation hours.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_manager','en','Consultation Hour Manager',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','role_confirm_block_role_header','en','Do you really want to change the block role status of the chosen roles?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','role_confirm_unblock_role_info','en','The following steps will be performed for the action \"Unblock Role\":

- the local policy will be deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','role_confirm_block_role_info','en','The following steps will be performed for the action \"Block Role\":

- the role permissions of this and all subordinated objects will be blocked.
- the new permission settings will be protected.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','role_unblocked','en',': Role will be unblocked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','role_block_role_desc','en','The access to this and all subordinated objects is will be revoked.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','role_blocked','en',': Role will be blocked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','role_confirm_block_role','en','Save Role Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','role_block_role','en','Block Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_local_policy','en','Local Policy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','write','en','Edit Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_rep_tree_limit_grp_crs_info','en','This relies on and automatically activates the ‘Synchronize Tree Frame’ feature.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_not','en','Not',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_new_chap','en','New Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_new_page','en','New Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_agreement_required','en','You have to accept the user agreement, if you want to access the group content.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_role_status','en','Role/Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_export_members','en','Export Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','read_count_avg','en','Average page views',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','create_date_max','en','Latest Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','create_date_min','en','Earliest Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','user_total','en','User Total',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','registration_filter','en','Date of Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_agree','en','Acceptance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_user_agreement','en','Released Data Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_agreement_header','en','User Agreement',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_info_agreement','en','The following data types are visible for group administrators:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_info_agree','en','I accept, that the above data types are visible for group administrators.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','optional_filter_hint','en','Please activate one of the optional filters.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_book','en','Create Booking Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','book_write','en','User can edit settings and content of booking pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','book_delete','en','User can move or delete booking pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','book_visible','en','Booking pool is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','book_read','en','User can book resources / objects in booking pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','book_edit_permission','en','User can change permission settings for booking pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_set_delete','en','Delete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','X_reservations_of','en','%s reservations of',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','reservation_deleted','en','Reservation deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_set_cancel','en','Cancel Reservation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','edit_event','en','Edit Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','edit_permission','en','Change Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cat_administrate_users','en','Administrate Local User Accounts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_user_agreement_info','en','Visible Personal Data for Group Administrators',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','read_users','en','Read Access to User Accounts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_info_new_grp_type','en','New Group Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_fromto','en','Date Range',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_all','en','Show all',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_public_log_info','en','Users having the \"read\" permission only will also see reservations of other users.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','perm_role_path_info_created','en','Created in %1$s \"%2$s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','perm_role_path_info_inheritance','en','using local policy from %1$s \"%2$s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_public_log','en','Public Reservations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','perm_protected_local_role','en','Protected Local Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','perm_global_role','en','Global Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','perm_protected_global_role','en','Protected Global Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_cdf_edit_field','en','Edit Data Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_cdf_data_fields','en','Available User Fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_personal_book','en','Personal Bookings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_booking','en','Resource Booking',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_cal_entry','en','Booking of:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_reservations_list','en','Reservations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_log','en','Reservations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_period','en','Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_reservation_status_5','en','Cancelled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_reservation_failed','en','Your booking has failed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_reservation_confirmed','en','Your booking has been confirmed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_confirm_reg_info','en','Please confirm the registration for this appointment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_confirm_unreg_info','en','Please confirm the cancellation of this registration.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_reg_registered_users','en','Registered Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_confirm_booking','en','Confirm Booking',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_reservation_title','en','Booking Reservation for',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_reservation_fix_info','en','The reservation can only be done for fixed hours.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_hours','en','Hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','country_free_text','en','Country (Free Text Input)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','country_selection','en','Country (Drop Down Selection)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_reg_unregister','en','Unregister',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_reg_register','en','Register',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_book','en','Booking Pools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_pool_added','en','A booking pool has been added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_book','en','Booking Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_cg_registration_info','en','Gives users the possibility to register to course and group appointments.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_cg_registrations','en','Registration for Course/Group Appointments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_registrations','en','Appointment Registrations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_confirm_delete','en','Do you really want to delete the following items?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_deleted','en','The booking schedule has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_updated','en','The booking schedule has been updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_added','en','A booking schedule has been added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_object_deleted','en','The booking object has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_object_updated','en','The booking object has been updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_object_added','en','A booking object has been added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_deadline_info','en','Minimum time between booking and booked period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_deadline','en','Deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_slot','en','Slot',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_days_info','en','Valid booking times for each day (HH:MM-HH:MM)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_days','en','Weekdays',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_type','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_edit_schedule','en','Edit Schedule',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_add_schedule','en','Add Schedule',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_is_used','en','Is Used',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_edit_object','en','Edit Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_add_object','en','Add Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_objects_list','en','Booking Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule','en','Schedule',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_back_to_list','en','Back to List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_book','en','Book',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sel_country','en','Country',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_booking_types','en','Booking Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedules','en','Schedules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_no_of_objects','en','No. of Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_RS','en','Serbia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TL','en','Timor-Leste',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_PS','en','Palestinian Territories (Occupied)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MF','en','Saint Martin (French part)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_ME','en','Montenegro',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_HK','en','Hong Kong',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_IM','en','Isle of Man',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_JE','en','Jersey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GG','en','Guernsey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BL','en','Saint Barthélemy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_AX','en','Åland Islands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_please_select','en','Please Select',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_glo_ovuglistlink','en','Unit Glossary List Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_glo_ovuglink','en','Unit Glossary Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_glo_ovclink','en','Glossary Overlay Close Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_import','en','Import Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exp','export_created','en','A new export file has been created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_multi_edit_sequence','en','Edit multiple appointments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_matrix','en','Matrix View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_bookings','en','Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_date_booked','en','booked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_book_free','en','available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_booked_out','en','booked up',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','msg_no_message_deleted','en','Please select a saved message text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','msg_message_deleted','en','Messagetext deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','msg_no_message_inserted','en','Please select a message text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','msg_message_inserted','en','Messagetext inserted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','delete_saved_message','en','Delete Message Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','insert_saved_message','en','Insert Message Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','save_reuse_title','en','Message text title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','saved_messages','en','Available messages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','msg_duplicate_scale','en','Please enter unique scale values.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','workingtime','en','Working time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','save_reuse_message','en','Save message text for later use',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','msg_min_max_exact_answers','en','Please check exactly %s answer(s).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','msg_min_max_nr_answers','en','Please check at least %s and at most %s answers.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','msg_max_nr_answers','en','Please check at most %s answers.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','msg_min_nr_answers','en','Please check at least %s answer(s).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','finished_mail_subject','en','The survey \"%s\" was finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','mail_sent_short','en','Sent',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','please_enter_mail_url','en','Please enter the access url placeholder [url]',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','please_enter_mail_code','en','Please enter the access code placeholder [code]',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','default_codes_mail_subject','en','Your access code for %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','send_to_unanswered','en','To all recipients who did not finish the survey (reminder)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','send_to_answered','en','To all recipients who did finish the survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','send_to_all','en','To all recipients',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','not_sent_only','en','Only to new recipients (who did not receive a mail yet)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','recipients','en','Recipients',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','import_from_text','en','Import user data from a text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','import_from_file','en','Import user data from a file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','externaltext','en','Import text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','mail_survey_codes','en','Mail access codes or messages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','externalmails','en','Import file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','external_recipients_imported','en','External recipients have been imported.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','err_external_rcp_no_email','en','The import data must at least contain an ‘email’ field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','conjunction_or_title','en','Fulfill one of the following constraints',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','conjunction_and_title','en','Fulfill each of the following constraints',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','conjunction_or','en','if one constraint is fulfilled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','conjunction_and','en','if each constraint is fulfilled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','constraint_fulfilled','en','Show page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','other_answer','en','Other answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','no_phrase_selected','en','Nothing selected.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','phrase_new','en','Create new phrase',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','edit_phrase','en','Edit phrase',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','mail_import_example3','en','kennethbirt@domain.tld;Kenneth;Birt',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','mail_import_example2','en','sandraowen@domain.tld;Sandra;Owen',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','mailparticipantdata_info','en','This information will be precede the automatically included results section of the notification mail.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','mailparticipantdata','en','Additional participant data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','mailaddresses','en','Recipient addresses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','mailaddresses_info','en','Enter a comma separated list of recipients who will receive a notification on finished surveys.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','export_title_label','en','Export title and label',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','mailnotification','en','Seperate E-Mail for Each Finished Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','export_title_only','en','Export title only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','export_label_only','en','Export label only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','err_no_exact_answers','en','Please check exactly %s answer(s).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','label','en','Label',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','label_info','en','Alternative identifier for further data processing (e.g. in SPSS)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','err_no_max_answers','en','Please check at most %s answers.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','err_no_min_answers','en','Please check at least %s answer(s).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','err_minvalueganswers','en','The minimum must be less or equal than the maximum number of answers.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','err_maxvaluegeminvalue','en','The maximum value must be greater or equal than the minimum value and less or equal than the maximum number of answers.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','nr_max_answers','en','Maximum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','nr_min_answers','en','Minimum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','use_min_answers_option','en','Set a number of answer selections',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','use_min_answers','en','Answer selections',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','question_mr_no_other_answer_checked','en','You need to select the checkbox if you enter a text for an answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','question_mr_no_other_answer','en','Please enter a text for the other answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','use_other_answer','en','Open answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('export','export_save_selection','en','Start Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('export','export_existing','en','Reuse',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_booking_cancellation_user','en','This is a copy from the original mail to user:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_booking_cancellation_body','en','your appointment with %s has been cancelled.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_booking_confirmation_user','en','This is a copy from the original mail to user:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_booking_cancellation_subject','en','The appointment \"%s\" has been cancelled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_booking_confirmation_link','en','Link to the appointment:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_booking_confirmation_body','en','your appointment with %s has been booked.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_booking_confirmation_subject','en','The appointment \"%s\" has been booked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','enter_new_subject','en','Please enter a new subject',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','add_re_to_subject','en','Add ‘Re: ’ to subject on reply',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_code_link','en','Link for Direct Admission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_code','en','Admission per Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_reg_code_link','en','Link for Direct Admission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_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); +INSERT INTO `lng_data` VALUES ('crs','crs_reg_code','en','Admission per Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_booking_confirmed','en','The appointment has been booked successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_cancel_booking_confirmed','en','The booking has been cancelled successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_cancel_booking','en','Cancel Booking',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_cancel_booking_info','en','Please confirm the cancellation of this booking.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_confirm_booking_info','en','Please confirm the booking for this appointment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_confirm_booking','en','Confirm Booking',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_book','en','Book Appointment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_cancel_booking','en','Cancel Booking',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_current_bookings','en','Current Bookings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_booking_owner','en','Owner',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_consultation_hours_for','en','Consultation hours for',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_order','en','Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_selected_terms','en','Selected Terms',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_selected_pages','en','Selected Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_whole_glossary','en','Whole Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_whole_wiki','en','Whole Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_selection','en','Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_download_no_download','en','Download will not be available to users, since the download feature is not activated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_no_download_file_available','en','There is currently no public download file available.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','htlm_import','en','Import HTML Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_alphabet_all','en','All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_download_no_menu','en','Download will not be available to users since the learning module menu is not activated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_adm_enable_alpha_nav','en','Alphabetical Navigation in User Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_third_and_more','en','Third or More',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_never','en','Never',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_second','en','Second',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_users_answered','en','Users Answered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_correct_after_first','en','First Try Correct',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_role_rights_copy_empty','en','None',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_role_rights_copy_change_existing','en','Change Existing Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_role_rights_copy','en','Copy Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_role_add_to_desktop','en','Add To Personal Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_role_add_to_desktop_info','en','Make object a selected desktop item for all role members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','rbac_log_age_info','en','Maximum age of log entries in month',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','rbac_log_age','en','Keep Log Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_ch','en','Consultation Hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_personal_ch','en','Personal Consultation Hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_num_appointments_info','en','Please define the number of sequent appointments.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_deadline_info','en','Please define the number of hours until the registration is blocked.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_deadline','en','Latest Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_num_bookings','en','Booking per Appointment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_num_appointments','en','Number of Appointments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_duration','en','Duration of Each Appointment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_add_sequence','en','Add Consultation Hours Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_log_change_owner','en','Change Owner of Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_log_changed_owner','en','Changed Owner to',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','rbac_log','en','Permission Log',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','rbac_log_info','en','Enable logging of all changes to object permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_log_edit_template_existing','en','Use Role Template for Existing Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_log_edit_template','en','Edit Role Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_log_copy_object','en','Copy Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_log_create_object','en','Create Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_log_link_object','en','Link Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_log_move_object','en','Move Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_log_edit_permissions','en','Edit Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_log_source_object','en','Source object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_log_inheritance_rmv','en','Allowed Inheritance for \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_log_inheritance_add','en','Stopped Inheritance for \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_log_operation_rmv','en','Removed Operation for \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_log_operation_add','en','Added Operation for \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_changes','en','Changes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_log','en','Log',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','log','en','Log',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','app_consultation_hours','en','Consultation Hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_form','en','Enable Consultation Hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_form_info','en','This option enables the management of personal consultation hours in the calendar.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_form_header','en','Consultation Hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cals_add_consultation_hours','en','User can offer and edit consultation hours in calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_back_to_cal','en','Back to Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_delete_recurrences','en','Delete all recurrences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_delete_single','en','Delete only this appointment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_unshare','en','Cancel Sharing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_manage','en','Manage Calendars',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_back_to_search','en','Back to Search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_back_to_list','en','Back to List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_import','en','Import Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_import','en','Import Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_repeat_until','en','Repeat until',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_upcoming_events_header','en','Upcoming Events',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_change_notification_link','en','URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('feed','feed_import','en','Import Feed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_change_notification_page_link','en','URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_change_notification_page_body_delete','en','the following wiki page has been deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_change_notification_page_body_comment','en','a comment has been added to the following wiki page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_change_notification_page_body_update','en','the following wiki page has been updated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_change_notification_subject','en','Wiki \"%1$s\" has been changed: %2$s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_submission_notification_link','en','Link to exercise: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_submission_notification_subject','en','Exercise \"%s\" - New submission uploaded',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_submission_notification_body','en','A new submission for exercise \"%s\" has been uploaded.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_submission_notification_info','en','You will be notified when submissions are uploaded. This is a personal setting which does not affect other administrators of the exercise.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_submission_notification','en','E-Mail Notification on Submissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_import','en','Import Mediacast',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_add_to_group','en','Add to Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_import','en','Import Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_members_groups','en','Memberships in Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_groups_nr','en','Number of Memberships',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_custom_user_fields','en','Group Relevant User Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','info_answer_type_change','en','The question already contains images. You can\'t change the answer type to multi-line answers.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_custom_user_fields','en','Course Relevant User Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tbl','tbl_export_excel','en','Export Excel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tbl','tbl_export_csv','en','Export CSV',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','group_export','en','Visible in Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_item_filter_form_info','en','Search can be restricted to the chosen object types.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_item_filter_form','en','Search by Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_add_new_local_role','en','Add New Local Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_adm_notification_info','en','Choose this option, to send optional mail notifications to course/group participants about changed appointments.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_notification_info','en','If enabled, all course/group participants will be notified per mail about this appointment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_notification','en','Mail Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_crs_notification_body','en','an appointment has been changed in course \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_grp_notification_body','en','an appointment has been changed in group \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_crs_new_notification_body','en','a new appointment has been created in course \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_grp_new_notification_body','en','a new appointment has been created in group \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_notification_salutation','en','Dear course participant,',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_notification_salutation','en','Dear group participant,',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_crs_notification_sub','en','Changed Appointment in Course \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_crs_new_notification_sub','en','New Appointment in Course \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_grp_notification_sub','en','Changed Appointment in Group \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_title','en','Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_grp_new_notification_sub','en','New Appointment in Group \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_participants','en','Show Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_table','en','Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_subitems','en','Show Sub-Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_nr_statements','en','Number of Statements',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_db_bench_by_first_table','en','Aggregated by First Table in SQL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_time','en','Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_sql','en','SQL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_db_bench_sorted_by_sql','en','Sorted by SQL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_db_bench_slowest_first','en','Slowest First',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_db_bench_chronological','en','Chronological',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_db_benchmark_user_desc','en','Only measurements for this user will be made.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_db_benchmark_user','en','User Account Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_activate_db_benchmark_desc','en','Benchmarking will be automatically disabled after one request.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_activate_db_benchmark','en','Activate Benchmark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_db_benchmark','en','DB Benchmark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_msg_user_already_assigned','en','The chosen users are already assigned to this role.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_set_alignment','en','Set Alignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_alignment','en','Alignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sort_inherit_prefix','en','Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sorting_info_inherit','en','The sorting mode is adopted from a parent course/group.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','backto_lua','en','Back to Local User Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_attached_to','en','Attached to',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_add_news','en','Add News',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_rss_title_format','en','Title Format of RSS Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_rss_title_format_obj_news','en','Object Title - News Headline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_rss_title_format_news_obj','en','News Headline (Object Title)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_summary','en','Summary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_shape_whole_picture','en','Edit Shape (Whole Picture)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','enable_local_user_administration','en','Enable Local User Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','enable_local_user_administration_info','en','If enabled, local user accounts can be administrated in categories and organisational units.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','restrict_user_access','en','Restricted Access to User Accounts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','restrict_user_access_info','en','Enabled this option only if you want to restrict the access to user accounts. If enabled access to local and global user accounts is only granted when a role has the permission ‘Read Access to User Account’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_overwrite','en','Overwrite',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_keep_existing','en','Keep Existing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_paste_characteristics','en','Paste Style Classes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_style_classes_copied','en','Style classes have been copied.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_if_style_class_already_exists','en','If style class already exists...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_paste_style_classes','en','Paste Style Classes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('administration','adm_rep_tree_all_types','en','All Resource Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_rep_tree_all_types_info','en','All types of resources are listed in the tree.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_rep_tree_limit_grp_crs','en','Show limited context tree in courses and groups.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_configure','en','Configure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tbl','tbl_templates','en','View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tbl','tbl_template_create','en','Save Current View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tbl','tbl_template_delete','en','Delete Saved View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tbl','tbl_template_created','en','The current view has been saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tbl','tbl_template_deleted','en','The saved view has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('style','sty_delete_other_selected','en','Continue',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_all_styles_obligatory','en','All selected styles are compulsory and cannot be deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_rep_tree_only_cntr','en','Container Only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_rep_tree_only_cntr_info','en','Only categories, courses and groups are listed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_rep_tree_presentation','en','Repository Tree Presentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_text_snippet_length_info','en','Length of the text snippet of the definition that is shown in the overview.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_full_definitions','en','Full Definitions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_full_definitions_info','en','Terms and definitions are fully displayed in the main view.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_editing_view','en','Editing View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_presentation_mode','en','Presentation Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_table_form','en','In Table Form',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','glo_text_snippet_length','en','Definition Snippet Length',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','show_system_messages','en','System Messages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','frm_displayed_infos','en','Displayed Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','frm_disp_info_desc','en','Please select the attributes which should to be shown in the overviews.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_frma_desc','en','Global Forum Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_frma','en','Forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','preset_subject','en','Preset subject on reply',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','post_reply','en','Re:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_quick_navigation','en','Quick Navigation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_system_sys_signature','en','Signature',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_system_sys_env_from_addr','en','Technical Sender',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_system_sys_reply_to_addr','en','Reply-To',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_system_sys_from_name','en','Sender Fullname (From)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_system_sys_from_addr','en','Sender E-Mail (From)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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.

Examples: info@institution.de or no-reply@institution.de',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('mail','mail_system_usr_env_from_addr','en','Technical Sender',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('mail','mail_system_usr_from_name','en','Sender Fullname (From)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_system_usr_from_name_info','en','You can use the placeholders [FULLNAME], [FIRSTNAME] and [LASTNAME]. These will then be replaced by the respective data of the e-mail initiator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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. The e-mail address of the user sending an e-mail via ILIAS will be automatically put in the \'Reply-To\' header.

Examples: info@institution.de or no-reply@institution.de',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_system_usr_from_addr','en','Sender E-Mail (From)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_smtp_user','en','User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_smtp_password','en','Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_smtp_password_req','en','If you defined a user for authentication purposes, a password must be set.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_external_test_sent','en','An e-mail was sent to the e-mail address defined in your profile.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_external_send_test_sys','en','Send Test E-Mail (System Mail)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_external_send_test_usr','en','Send Test E-Mail (User Mail)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_smtp_encryption_ssl','en','SSL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_smtp_encryption_tls','en','TLS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_smtp_encryption','en','Encryption',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_smtp_port_info','en','Please enter a numeric value for the mail server port (e.g. 25).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_smtp_port','en','Port',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_smtp_host_info','en','Please enter the hostname or IP of the desired mail server.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_smtp_host','en','Host',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_smtp_status_info','en','If enabled, ILIAS will 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); +INSERT INTO `lng_data` VALUES ('mail','mail_settings_system_frm_head','en','System E-Mails',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_smtp_status','en','Send via SMTP',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_settings_user_frm_head','en','User E-Mails',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_settings_external_frm_head','en','External E-Mails',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_settings_general_tab','en','General',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_settings_external_tab','en','External',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_allow_external_info','en','If disabled, the delivery of external e-mails (via SMTP) is globally disabled.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_allow_external','en','External E-Mails',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','delete_inactivated_user_accounts_include_roles_desc','en','Only user accounts with one of the marked roles will be checked and deleted if maximum number of days is exceeded.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','delete_inactivated_user_accounts_include_roles','en','Considered roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','delete_inactivated_user_accounts_period_desc','en','Accounts will be deleted if this number of days has passed since inactivation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','delete_inactivated_user_accounts_period','en','Days passed since inactivation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','delete_inactivated_user_accounts_desc','en','If enabled, user accounts will be deleted %s days after their inactivation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','delete_inactivated_user_accounts','en','Delete inactivated user accounts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','update_orgunits_desc','en','If enabled, the field \'Organisational Units\' will be updated for all user accounts.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','update_orgunits','en','Update assigned organisational units',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','delete_inactive_user_accounts_include_roles','en','Considered roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','delete_inactive_user_accounts_include_roles_desc','en','Only user accounts with one of the marked roles will be checked and deleted if maximum number of days is exceeded.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','delete_inactive_user_accounts_period','en','Days passed since last login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','delete_inactive_user_accounts','en','Delete user accounts with no login for a long time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','delete_inactive_user_accounts_desc','en','If enabled, user accounts will be deleted depending on the date of their last login.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sco_glossary','en','Unit Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_glo_ovtitle','en','Term/Title (Overlay)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_glo_char','en','Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_glo_overlay','en','Glossary Overlay',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','other_answer_label','en','Label of other answer (optional)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_list_usages','en','List Usages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_term_is_used_n_times','en','The term is used %s time(s) in content modules.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_add_new_term','en','Add New Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_dependencies','en','Dependencies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_object_to_delete','en','To Delete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_dependent_object','en','Resource with dependence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_dependency','en','Dependency',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','glo_presentation_view','en','Presentation View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_create_link','en','Create Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lk_file','en','File/Document',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_select_file','en','Select File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_percentage','en','Percentage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_spent_seconds','en','Time Spent',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_first_access','en','First Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_read_count','en','Access Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dont_use_questionpool','en','Don\'t insert the questions in a question pool (only available in this survey)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_search_users','en','Search for participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_search_users','en','Search Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_to_global_roles_not_allowed','en','%1$s (it is not allowed to send mails to global roles)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mail_mail_to_global_roles','en','User can send mails to global roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_post_activation_mail','en','Unless the following posting 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 posting.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','reached_session_limit','en','The limit of online users is reached. Please try again later.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','session_max_idle_after_first_request','en','Max session idle after first request (in minutes)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','session_max_idle_info','en','Defines the maximum period of idle time a user can idle before his session expires.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','session_max_idle','en','Max session idle (in minutes)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','session_min_idle_info','en','When a user idles for at least this period of time the session can be destroyed if another session should be opened for another user and the maximum number of existing sessions is reached.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','session_min_idle','en','Min session idle (in minutes)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','session_max_count_info','en','Defines the maximum number of sessions that can be created simultaneously. Setting this to ‘0’ disables the feature.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','session_max_count','en','Max active sessions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','session_config_maintenance_disabled','en','Maintenance by client not allowed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','session_config','en','Session Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_wiki_page','en','Wiki Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_wiki_search','en','Wiki Search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','db_need_hotfix','en','Hotfix available. Please open »Setup!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_start_page','en','Start Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_style','en','Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_what_links_here','en','What Links Here?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_what_links_to_page','en','What links to page \"%s\"?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_short_title_already_in_use','en','This title is already used by another wiki. Please select a different title.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_settings','en','Wiki Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_search_results','en','Search Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_search','en','Search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_recent_changes','en','Recent Changes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_quick_navigation','en','Wiki Quick Navigation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_print_view','en','Print View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_popular_pages','en','Popular Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_please_enter_search_term','en','Please enter a search term.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_passed','en','Passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page','en','Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_pages','en','Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_hits','en','Page Hits',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_deleted','en','Wiki page deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_deletion_confirmation','en','Do you really want to delete this wiki page?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_changes','en','Page Changes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_notgraded','en','Not Graded',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_number_users_notes_or_comments','en','Number of users that attached notes or comments to this page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_orphaned_pages','en','Orphaned Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_other_pages_linking','en','Other Pages Linking to This Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_no_start_page','en','Wiki is missing a valid starting page.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_new_pages','en','New Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_last_changed','en','Last Change',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_last_visited_page','en','Last Visited Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_mark','en','Mark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_last_changed_by','en','Last Changed By',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_introduction','en','Introduction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_grading','en','Grading',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_general_settings','en','General Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_failed','en','Failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_feedback_from_tutor','en','Feedback from Tutor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_created_by','en','Created By',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_all_pages','en','All Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_contributor','en','Contributor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_contributors','en','Contributors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','webr_sort_title','en','Titles in Alphabetical Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','webr_sorting','en','Weblink Sorting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_activate_rating','en','Activate Rating For Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','webr_sort_manual','en','Sort Manually',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','webr_new_link','en','Add New Weblink',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','webr_link_title','en','Weblink Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','webr_list_desc','en','Description of Weblink List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','webr_list_title','en','Title of Weblink List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','webr_link_target','en','Weblink Target',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','webr_inactive_success','en','The chosen link is deactivated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','webr_link_added','en','A new link has been created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','webr_edit_settings','en','Edit Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','webr_edit_links','en','Edit Weblinks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','webr_edit_list','en','Edit Weblinks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','webr_deactivate','en','Deactivate Weblink',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('webr','webr_active','en','Active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','usr_public_profile_logged_in','en','Visible for Logged in Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','usr_public_profile_global','en','WWW / Accessible for all Users on the Internet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','usr_public_profile_disabled','en','Profile Disabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','usr_public_profile_disabled_info','en','Your information is only visible to administrative staff.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_visible_in_profile','en','Visible in Personal Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_select_course_group','en','Select Course/Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_screen_reader_optimization','en','Screen Reader Optimization',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_screen_reader_optimization_info','en','Improve ILIAS for usage with screen readers.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_public_profile_info','en','Please select which personal data is visible in your profile and which users should be able to visit your profile.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_please_select_course_group','en','Please select a course or a group.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_no_groups','en','No Groups Assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_no_courses','en','No Courses Assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_member_of_course_group','en','Member of Course/Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_limited_access','en','Limited Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_last_login_before','en','Last Login Before',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_global_role','en','Global Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_field','en','Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_any','en','Any',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_all','en','All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_activation','en','Activation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_activate_public_profile','en','Activation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_activate_public_profile_info','en','First and last name will always be visible in your profile, if it is activated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_access_unlimited','en','Unlimited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_access_limited','en','Limited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','clipboard_empty_btn','en','Empty Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','clipboard_remove_btn','en','Remove from Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','clipboard_table_title','en','Clipboard (User Accounts)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','clipboard_user_added','en','Added selected users to clipboard.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','clipboard_add_from_btn','en','Add from Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','clipboard_add_btn','en','Add to Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','view_mode','en','View Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_visits','en','Required Number of Visits',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_visits_info','en','A click counts as new visit only after %s seconds.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_view_list','en','Back to List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_view_crs','en','Back to Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_valid_request','en','Max. Time Between Requests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_user_data','en','User Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_updated_status','en','Saved learning progress status.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_update_edit_user','en','Saved settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_total_online','en','Total Time Online',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_title_description','en','Title / Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_time_passed','en','Editing Time Exceeded',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_status','en','Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_spent_time','en','Spent Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_settings','en','Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_settings_saved','en','Saved settings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_select_area','en','Select Area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_sahs_relevant_items','en','Content Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_required_visits','en','Number of Required Visits',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_show_repository_views_info','en','Show tracking information for repository objects on info page.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_show_repository_views','en','Show Tracking Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_registered','en','Registered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_refresh','en','Refresh',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_progress','en','Personal Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_participated','en','Participated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_objects','en','Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_not_registered','en','Not Registered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_not_participated','en','Not Participated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_not_completed','en','Not Completed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_not_attempted','en','Not Attempted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_not_assigned','en','Not Assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_not_accessed','en','Not Accessed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_no_attempted','en','Not Attempted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode','en','Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_visits','en','Status is Determined from Number of Visits',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_tlt','en','Minimally Required Amount of Time Spent on Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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.
The Typical Learning Time can be specified in the \'Metadata\'-tab.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_test_passed','en','Test Must be Passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_test_finished','en','Test Must be Finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_scorm','en','Status is Determined by a Collection of SCORM Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_scorm_package','en','Status is Determined by the Whole SCORM Package',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_scorm_info','en','The learning progress status will automatically be determined by the status of selected SCOs.
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); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_objectives','en','Status is Determined by Learning Objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_objectives_info','en','The learning progress will be automatically determined according to the number of passed learning objectives.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_manual','en','Users Monitor and Set Status Themselves (Complete Module)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_manual_by_tutor','en','Tutors Monitor and Set Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_exercise_returned','en','Tutors Monitor and Set Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_event','en','Tutors Monitor and Record Attendance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_deactivated','en','Learning Progress is Deactivated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_collection','en','Status is Determined by a Collection of Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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’ .
Items can be assigned to the collection on this screen after saving this setting.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mark','en','Mark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_lp_filter','en','Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_lp_determination','en','Items Determining the Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_lp_determination_info_sco','en','Select the items that determine the overall learning progress status of the SCORM learning module.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_lp_determination_info_crs','en','Select the items that determine the overall learning progress status.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_learning_progress','en','Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_last_access','en','Last Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_info_edited','en','Set the status to ‘Completed’ if you think you have processed all content.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_in_progress','en','In Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_hide','en','Hide',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_hide_selected','en','Hide Selected Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_filter_hidden','en','Hidden',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_filter_area','en','Area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_failed','en','Failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('trac','trac_crs_objects','en','Course Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_completed','en','Completed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_comment','en','Remark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_collection_deassign','en','Deselect for Learning Progress Determination',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_assigned','en','Assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_collection_assign','en','Select for Learning Progress Determination',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_anonymized','en','Anonymized',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_anonymized_info','en','If enabled, all statistics will be anonymized.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_anonymized_info_short','en','(Anonymized)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','select_one','en','Please select one object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','search_terms','en','Search Term(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','search_area_info','en','Please choose one object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','obj_types','en','Object Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','meta_typical_learning_time','en','Typical learning time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','last_login','en','Last Login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','info_valid_request','en','The maximum valid time between two requests of a user.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tagging','tagging_users_using_tag','en','Users Using Tag',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tagging','tagging_tags','en','Tags',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tagging','tagging_tag','en','Tag',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tagging','tagging_tag_info','en','To attach tags to a resource open the info screen of the resource and enter your tags.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tagging','tagging_settings','en','Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tagging','tagging_search_users','en','Search Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tagging','tagging_resources_for_tag','en','Resources tagged with %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tagging','tagging_forbidden_tags','en','Forbidden Tags',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tagging','tagging_enable_tagging','en','Enable Tagging',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tagging','tagging_enable_all_users','en','Show Tags of All Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('tagging','tagging_edit_settings','en','Edit Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tagging','tagging_all_users','en','All Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','wrong_survey_code_used','en','No access to survey. Your survey code is invalid or has already been used.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','warning_question_not_complete','en','The question is not complete!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','vertical','en','Vertical',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','values','en','Values',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','users_skipped','en','Users Skipped',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','users_invited','en','%s users have been invited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','users_answered','en','Users Answered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','used','en','used',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','use_browser_print_function','en','Please use the print function of your web browser.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','use_anonymous_id','en','Show Survey Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','upper_limit','en','Upper Limit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','upper_limit_must_be_greater','en','The upper limit must be greater than the lower limit!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','unlimited_users','en','Put on desktops of all registered users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','unfold','en','Unfold',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','text_question_not_filled_out','en','Please fill out the answer field!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','svy_show_questiontitles','en','Show Question Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_selected_user_data_deleted','en','The survey data of the selected user(s) was deleted successfully',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','svy_general_properties','en','General Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_export_files','en','Export Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_user','en','Per Participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_detail','en','Details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_cumulated','en','Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_delete_all_user_data','en','Delete all User Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','svy_check_evaluation_authentication_needed','en','Authentication needed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','svy_all_user_data_deleted','en','All user data of this survey has been deleted!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','SurveyTextQuestion','en','Essay',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','SurveySingleChoiceQuestion','en','Multiple Choice Question (Single Response)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','SurveyMultipleChoiceQuestion','en','Multiple Choice Question (Multiple Response)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','SurveyMetricQuestion','en','Metric Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','SurveyMatrixQuestion','en','Matrix Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_use_start_button','en','You must enter the survey using the start button!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_start','en','Go To Start Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_questions','en','Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_question_obligatory','en','This question is compulsory. You must answer the question!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_question_editor','en','List View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_previous','en','<< Previous',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_next','en','Next >>',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_is_offline','en','You cannot start the survey! The survey is currently offline.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','survey_finished','en','You have finished the survey. Thank you for your participation!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_finish','en','Finish Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_error_insert_incomplete_question','en','You tried to add an incomplete question to the survey! The question was not added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_codes_no_anonymization','en','You must create an anonymized survey with access codes to create new access codes!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_codes_lang','en','Preselected Survey Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_code','en','Survey Access Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_code_used','en','Code was ..',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_code_url','en','URL for Direct Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_code_url_name','en','URL (use right mouse button to copy URL)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','subtype','en','Subtype',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','start_survey','en','Start Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','start_date','en','Start Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','start_date_not_reached','en','You cannot start the survey until the start date is reached!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','spl_paste_success','en','The question(s) have been pasted into the question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','spl_paste_no_objects','en','There are no questions in the clipboard. Please copy or move a question into the clipboard.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','spl_online_property','en','Online',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','spl_online_property_description','en','If the question pool is not online, it cannot be used in surveys.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','spl_move_select_none','en','Please check at least one question to select it for moving',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','spl_move_same_pool','en','It has no effect to move questions from inside the same question pool.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','spl_move_insert_clipboard','en','The selected question(s) are marked for moving',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','spl_copy_select_none','en','Please check at least one question to copy it to the clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','spl_copy_insert_clipboard','en','The selected question(s) are copied to the clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','skipped','en','skipped',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','show_questiontext','en','Display the Question Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','selection','en','Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','select_value','en','Enter a Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','select_relation','en','Select a Relation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','select_questionpool','en','Please select a question pool to store the created question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','select_questionpool_short','en','Question Pool Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','select_prior_question','en','Select a prior question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','select_option','en','--- Please select an option ---',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','search_users','en','Search Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','search_term','en','Search Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','search_roles','en','Found Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','search_groups','en','Found Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','search_for','en','Search for',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','scale','en','Scale',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','save_phrase','en','Save as Phrase',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','save_obligatory_state','en','Save Compulsory States and Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','row_text','en','Row Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','resume_survey','en','Resume the Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','results','en','Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','reset_filter','en','Reset Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','ratio_non_absolute','en','Ratio-Non-Absolute',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','remove_question','en','Remove',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','ratio_absolute','en','Ratio-Absolute',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','questiontype','en','Question Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','questions','en','Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','questions_removed','en','Question(s) and/or question block(s) removed!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','questionblocks','en','Question Blocks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','questions_inserted','en','Question(s) inserted!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','questionblock','en','Question Block',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','questionblocks_inserted','en','Question Blocks inserted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','questionblock_inserted','en','Question Block inserted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','question_type','en','Question Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','question_obligatory','en','The question is compulsory!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','question_not_checked','en','Please check one of the offered answers!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','question_mr_not_checked','en','Please check at least one of the offered answers!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','qpl_unfold_select_none','en','Please select at least one question block if you want to unfold question blocks!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','qpl_savephrase_exists','en','The phrase title already exists! Please enter another phrase title.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','qpl_savephrase_empty','en','Please enter a phrase title!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','qpl_questions_deleted','en','Question(s) deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','qpl_phrases_deleted','en','Phrase(s) deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','qpl_export_select_none','en','Please check at least one question to export it',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','qpl_delete_select_none','en','Please check at least one question to delete it!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','qpl_delete_phrase_select_none','en','Please check at least one phrase to delete it',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','qpl_define_questionblock_select_missing','en','Please select a least two questions if you want to define a question block!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','qpl_copy_select_none','en','Please check at least one question to copy it!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','qpl_confirm_delete_questions','en','Are you sure you want to delete the following question(s)?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','qpl_confirm_delete_phrases','en','Are you sure you want to delete the following phrase(s)?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','preview','en','Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','predefined_users','en','Put on desktops of selected users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','please_select','en','-- please select --',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','phrase_added','en','Phrase added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','phrase_saved','en','The phrase was saved successfully!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','percentage_of_selections','en','Percentage of selections',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','on','en','On',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','or','en','or',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','orientation','en','Orientation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','outro','en','Concluding Remarks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','offline','en','offline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','off','en','Off',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','not_used','en','not used yet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','obligatory','en','Compulsory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','non_ratio','en','Interval',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','no_target_selected_for_move','en','You must select a target position!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','no_user_invited','en','All invited users did not possess sufficient permissions to run the survey. No user was invited.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','no_questions_available','en','There are no questions available!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','no_question_selected_for_removal','en','Please check at least one question or question block to remove it!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','no_question_selected_for_move','en','Please check at least one question to move it!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','new_survey_codes','en','new survey access code(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','msg_users_disinvited','en','User(s) disinvited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','msg_enter_value_for_valid_constraint','en','Please enter a value to create a valid routing rule!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','msg_deleted_export_files','en','Export file(s) deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','mode','en','Most Selected Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','mode_text','en','Most Selected Value (Text)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','mode_nr_of_selections','en','Nr of Selections',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','minimum','en','Minimum Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','metric_question_out_of_bounds','en','The value you entered is not between the minimum and maximum value!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','metric_question_not_a_value','en','The value you entered is not a numeric value!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','menubacktosurvey','en','Back to the Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','median_between','en','between',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','median','en','Median',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','menuback','en','Back',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','maximum','en','Maximum Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','maxchars','en','Maximum Number of Characters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_subtype_sr','en','Option Buttons (Single Response)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_subtype_mr','en','Check Boxes (Multiple Response)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_standard_answers','en','Column Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_rows','en','Matrix Rows',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_row_separators','en','Row Separators',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','matrix_question_radio_button_not_checked','en','Please select an option button for every row!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_right_pole','en','Right Pole',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_question_checkbox_not_checked','en','Please check at least one check box in every row!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_neutral_column_separator','en','Neutral Column Separator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','matrix_neutral_answer','en','Text for a Neutral Column (‘Not Specified’, ‘I don\'t know’ etc.)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_columns','en','Matrix Columns',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_left_pole','en','Left Pole',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_column_settings','en','Matrix Column Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_column_separators','en','Column Separators',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','matrix_bipolar_adjectives','en','Bipolar Adjectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_appearance','en','Appearance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','materials','en','Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','materials_deleted','en','Material(s) have been removed from the question.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','material_added_successfully','en','You successfully set a material link!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','material','en','Material',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','manage_phrases','en','My Phrases',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','lower_limit','en','Lower Limit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','maintenance','en','Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','legend','en','Legend',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','layout','en','Layout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','last_update','en','Updated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','language_changed','en','Language changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','invited_users','en','Selected Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','invitation','en','Put Link On Personal Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','invitation_off','en','Do not put on any Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','invitation_mode','en','Put Link to Survey on the Personal Desktop of',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','invitation_mode_desc','en','A link reference to the survey is created on the users\' personal desktop.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','introduction','en','Introductory Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','internal_link','en','Internal Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','insert_missing_questionblock','en','Please select at least one question block to insert it into the survey!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','insert_before','en','Insert Before',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','insert_missing_question','en','Please select at least one question to insert it into the survey!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','insert_after','en','Insert After',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','import_wrong_file_type','en','Wrong file type!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','import_question','en','Import Question(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','import_no_file_selected','en','No file selected!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','import_error_opening_file','en','Error opening the import file!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','import_error_closing_file','en','Error closing the import file!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','horizontal','en','Horizontal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','heading','en','Heading',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','harmonic_mean','en','Harmonic Mean',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','glossary_term','en','Glossary Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','given_answers','en','Given Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','geometric_mean','en','Geometric Mean',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','filter','en','Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','filter_all_questionpools','en','All Question Pools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','filter_all_question_types','en','All Question Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','export_all_survey_codes','en','Export all Access Codes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','exp_type_excel','en','Microsoft Excel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','existing_constraints','en','Existing Routing Rules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','exp_type_csv','en','Comma Separated Value (CSV)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','evaluation_access','en','Participants\' Access to Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','evaluation','en','Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','evaluation_access_participants','en','All Survey Participants can Access the Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','evaluation_access_off','en','Participants Cannot Access Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','evaluation_access_info','en','You have access to the survey results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','evaluation_access_all','en','All Registered Users can Access the Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','error_retrieving_anonymous_survey','en','The system could not find your survey data for survey code "%s". Please check the survey code you have entered!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','enter_phrase_title','en','Please enter a Phrase Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','enter_valid_number_of_codes','en','Please enter a valid number to generate survey access codes!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','err_no_pool_name','en','Please enter the name of a survey question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','enter_anonymous_id','en','Survey Access Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','end_date','en','End Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','edit_heading','en','Edit Heading',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','end_date_reached','en','You cannot start the survey. The end date is reached!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_numbers','en','Standard Numbers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','duplicate','en','Duplicate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_beliefs_true5','en','Standard Beliefs (definitely true-true-undecided-false-definitely false)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_beliefs_true_undecided_false','en','Standard Beliefs (true-undecided-false)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_beliefs_true_false','en','Standard Beliefs (true-false)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_beliefs_always5','en','Standard Beliefs (always-many times-varying-rarely-never)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_beliefs_always_sometimes_never','en','Standard Beliefs (always-sometimes-never)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_beliefs_always_never','en','Standard Beliefs (always-never)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_behaviour_yes_undecided_no','en','Standard Behavior (yes-undecided-no)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_behaviour_yes_no','en','Standard Behavior (yes-no)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_behaviour_certainly5','en','Standard Behavior (most certainly-more positive-undecided-more negative-most certainly not)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_attitude_should_undecided_shouldnot','en','Standard Attitude (should-undecided-should not)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_attitude_shold_shouldnot','en','Standard Attitude (should-should not)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_attitude_good5','en','Standard Attitude (very good-good-fair-poor-not acceptable)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_attitude_must5','en','Standard Attitude (must-should-undecided-should not-must not)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_attitude_good_notacceptable','en','Standard Attitude (good-not acceptable)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_attitude_good_fair_notacceptable','en','Standard Attitude (good-fair-not acceptable)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_attitude_desired5','en','Standard Attitude (strongly desired-desired-neutral-undesired-strongly undesired)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_attitude_desired_undesired','en','Standard Attitude (desired-undesired)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_attitude_desired_neutral_undesired','en','Standard Attitude (desired-neutral-undesired)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_attitude_agree5','en','Standard Attitude (strongly agree-agree-undecided-disagree-strongly disagree)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_attitude_agree_undecided_disagree','en','Standard Attitude (agree-undecided-disagree)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dp_standard_attitude_agree_disagree','en','Standard Attitude (agree-disagree)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','disinvite','en','Take from Personal Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','display_all_available','en','Display all available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','description_maxchars','en','If nothing entered the maximum number of characters for this text answer is unlimited.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','delete_user_data','en','Delete the Survey Data of the Selected Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_yes','en','yes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','define_questionblock','en','Define Question Block',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_verygood','en','very good',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_varying','en','varying',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_undesired','en','undesired',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_undecided','en','undecided',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_true','en','true',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_stronglydisagree','en','strongly disagree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_stronglyundesired','en','strongly undesired',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_stronglydesired','en','strongly desired',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_sometimes','en','sometimes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_stronglyagree','en','strongly agree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_shouldnot','en','should not',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_should','en','should',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_rarely','en','rarely',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_poor','en','poor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_neutral','en','neutral',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_never','en','never',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_no','en','no',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_notacceptable','en','not acceptable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_mustnot','en','must not',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_must','en','must',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_mostcertainlynot','en','most certainly not',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_mostcertainly','en','most certainly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_morenegative','en','more negative',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_morepositive','en','more positive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_good','en','good',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_manytimes','en','many times',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_false','en','false',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_fair','en','fair',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_desired','en','desired',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_disagree','en','disagree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_definitelytrue','en','definitely true',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_definitelyfalse','en','definitely false',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_always','en','always',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_agree','en','agree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','contains','en','Contains',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','continue','en','Continue >>',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','create_date','en','Created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','create_new','en','Create New',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','constraints','en','Routing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','constraints_no_questions_or_questionblocks_selected','en','Please select at least one question or question block!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','constraints_list_of_entities','en','Available hooks for routing rules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','constraints_first_question_description','en','The first entity could not have any routing because there are no previous questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','constraint_add','en','Add Routing Rule',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','confirm_remove_heading','en','Are you sure you want to remove the heading?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','confirm_delete_single_user_data','en','Are you sure you want to delete the survey data of the selected users?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','combobox','en','Combobox',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','concatenation','en','Concatenation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','confirm_delete_all_user_data','en','Are you sure you want to delete all user data of the survey?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','codes_deleted','en','Code(s) deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','codes','en','Access Codes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','chart','en','Chart',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','codes_created','en','Code(s) created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','category','en','Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','category_nr_selected','en','Number of selections',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','categories','en','Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','cannot_switch_to_online_no_questions','en','The status cannot be changed to "online" because there are no questions in the survey!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','cannot_read_survey','en','You do not possess sufficient permissions to read the survey data!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','cannot_participate_survey','en','You do not possess sufficient permissions to participate in the survey!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','cannot_manage_phrases','en','You do not possess sufficient permissions to manage the phrases!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','browse_for_questions','en','Add from Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','cancel_survey','en','Suspend the Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','before','en','before',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','back','en','Back',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','apply','en','Apply',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','arithmetic_mean','en','Arithmetic Mean',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','answer','en','Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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.
Please enter it in the text field above.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','anonymization','en','Anonymization',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','already_completed_survey','en','You have already finished the survey! You are not able to enter the survey again.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','adm_no_special_users','en','There are no special users defined who are able to run a survey more than once.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','add_material','en','Add Material',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','add_phrase','en','Add Phrase',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','add_heading','en','Add Heading',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','style_edit_style','en','Edit Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','style_delete_style','en','Delete Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_word_spacing','en','Word Spacing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','style_current_style','en','Current Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_width','en','Width',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_width_height','en','Width x Height',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_vertical','en','Vertical',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_white_space','en','White Space',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_vertical_align','en','Vertical Alignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_vaccordion_templates','en','Vert. Accordion Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_va_icont_class','en','Vert. Accordion Item Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_va_ihead_class','en','Vert. Accordion Item Header',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_va_icntr_class','en','Vert. Accordion Item Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_va_cntr_class','en','Vert. Accordion Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_va_ihead','en','Vert. Accordion Item Header',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_va_icont','en','Vert. Accordion Item Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_va_icntr','en','Vert. Accordion Item Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_va_cntr','en','Vert. Accordion Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_text_inline','en','Character',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_text_block','en','Text Block',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_table','en','Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_table_cell','en','Table Cell',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_section','en','Section',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_sco_title','en','SCO Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_sco_obj','en','SCO Objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_sco_keyw','en','SCO Keywords',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_sco_desc','en','SCO Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_question','en','Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_qsubmit','en','Question Submit Buttons',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_qtitle','en','Question Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_qlinput','en','Long Text Input',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_qinput','en','Text Input',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_qfeedw','en','Feedback, Wrong',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_qfeedr','en','Feedback, Right',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_qanswer','en','Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_page_tnav','en','Top Navigation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_page_title','en','Page Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_page_rnavlink','en','Right Navigation Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_page_rnavimage','en','Right Navigation Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_page_rnav','en','Right Navigation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_page_lnavlink','en','Left Navigation Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_page_lnavimage','en','Left Navigation Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_page_lnav','en','Left Navigation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_page_cont','en','Page Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_page_fn','en','Footnote',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_page_frame','en','Page Frame',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_page_bnav','en','Bottom Navigation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_link','en','Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_list_item','en','List Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_list_o','en','Numbered List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_list_u','en','Bulleted List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_media_caption','en','Media Caption',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_media_cont','en','Media Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_heading3','en','Heading 3',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_heading2','en','Heading 2',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_heading1','en','Heading 1',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_ha_ihead','en','Hor. Accordion Item Header',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_flist','en','File List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_ha_cntr','en','Hor. Accordion Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_ha_icntr','en','Hor. Accordion Item Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_ha_icont','en','Hor. Accordion Item Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_flist_cont','en','File List Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_flist_head','en','File List Heading',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_flist_li','en','File List Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_top','en','Top',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_flist_a','en','File List Item Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_top_bottom_padding','en','Cell Padding Top/Bottom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_text_transform','en','Text Transform',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_text','en','Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_text_inline_char','en','Characters (Text)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_text_indent','en','Text Indentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_text_decoration','en','Text Decoration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_text_block_char','en','Paragraph (Text)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_template_name','en','Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_templates','en','Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_text_align','en','Text Alignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_template_layout','en','Template Layout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_tag_normal','en','Normal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_tag_hover','en',':hover',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_table_templates','en','Table Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_tabs_char','en','Accordions and Panels',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_table_template_colored_zebra','en','Colored Zebra',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_table_template_no_zebra','en','No Zebra',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_table_template_bw_zebra','en','Gray Zebra',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_table_char','en','Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_table_class','en','Table Style Class',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_style_chars','en','Style Classes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_style_class','en','Style Classes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_special','en','Special',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_set_scope','en','Set Scope',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_source','en','Source',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_section_char','en','Section',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_scope','en','Scope',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_sco_char','en','SCO and Objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_save_active_styles','en','Save Active Styles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_save_hide_status','en','Save Hide Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_row_head_class','en','Row Header',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_row_foot_class','en','Row Footer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_right','en','Right',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_preview','en','Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_question_char','en','Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_positioning','en','Positioning',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_position','en','Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_page_char','en','Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_padding','en','Padding',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_overflow','en','Overflow',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_opt_saved','en','Options saved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_opacity','en','Opacity',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_name','en','Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_nr_learning_modules','en','Number of Learning Modules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_odd_col_class','en','Odd Columns',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_odd_row_class','en','Odd Rows',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_msg_input_must_be_numeric','en','Input must be numeric.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_msg_color_must_only_include','en','The color name may only include the following characters:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_move_style','en','Change Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_msg_characteristic_must_only_include','en','The title of style classes must start with a letter and only include the following characters:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_move_lm_styles','en','Change Style of Learning Modules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_media_char','en','Media',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_min_height','en','Minimum Height',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_margin','en','Margin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_margin_and_padding','en','Margin and Padding',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_list_char','en','List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_link_char','en','Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_lightness_header_text','en','Lightness Header Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_line_height','en','Line Height',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_lightness_cell2_bg','en','Lightness Cell 2 Background',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_lightness_cell2_text','en','Lightness Cell 2 Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_lightness_header_bg','en','Lightness Header Background',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_lightness_cell1_text','en','Lightness Cell 1 Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_lightness_cell1_bg','en','Lightness Cell 1 Background',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_lightness_border','en','Lightness Border',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_left','en','Left',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_letter_spacing','en','Letter Spacing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_left_right_padding','en','Cell Padding Left/Right',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_individual_styles','en','Individual Styles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_import_stylesheet','en','Import Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_images','en','Images',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_image_file','en','Image File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_hide','en','Hide',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_horizontal','en','Horizontal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_height','en','Height',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_haccordion_templates','en','Hor. Accordion Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_ha_ihead_class','en','Hor. Accordion Item Header',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_ha_icont_class','en','Hor. Accordion Item Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_ha_icntr_class','en','Hor. Accordion Item Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_ha_cntr_class','en','Hor. Accordion Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_generate_template','en','Generate Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_font_weight','en','Font Weight',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_font_variant','en','Font Variant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_font_style','en','Font Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_font_size','en','Font Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_font_family','en','Font Family',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_float','en','Float',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_flist_char','en','File List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_example','en','Example',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_even_col_class','en','Even Columns',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_even_row_class','en','Even Rows',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_edit_template','en','Edit Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_disable_auto_margins','en','Disable Auto Margins',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('style','sty_del_template','en','Delete Templates and Classes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_default_style','en','Default Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_del_template_keep_classes','en','Delete and keep Style Classes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_cursor','en','Cursor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_create_pgl','en','Create Page Layout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_create_new_stylesheet','en','Create new Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_create_ind_style','en','Create Individual Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_copy_other_stylesheet','en','Copy Style from Local Source',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_confirm_template_deletion','en','Confirm Template Deletion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_confirm_del_ind_styles','en','Confirm Deletion of Individual Content Styles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('style','sty_confirm_color_deletion','en','Confirm Color Deletion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_commands','en','Commands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_confirm_char_deletion','en','Are you sure that you want to delete the following style class(es)?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_colors','en','Colors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_color','en','Color',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_color_name','en','Color Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('style','sty_color_flavors','en','Color Flavors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_color_code','en','Color Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_col_head_class','en','Column Header',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_color_already_exists','en','A color with this name already exists in this style.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_col_foot_class','en','Column Footer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_clear','en','Clear',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_characteristic_already_exists','en','A style class with this title already exists within this style.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_caption','en','Caption',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_caption_class','en','Caption',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_bottom','en','Bottom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_border_color','en','Border Color',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_border_style','en','Border Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_border_width','en','Border Width',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_border','en','Border',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_based_on','en','Based on',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_base_color','en','Base Color',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_background','en','Background',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_background_repeat','en','Background Repeat',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_background_position','en','Background Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_background_image','en','Background Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_background_color','en','Background Color',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_background_attachment','en','Background Attachment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_all','en','All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_add_template','en','Add Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_added_characteristic','en','Added style class.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_add_pgl','en','Add Page Layout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_add_image','en','Add Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_add_color','en','Add Color',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_acopy','en','Copy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_add_characteristic','en','Add Style Class',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_activate_new_info','en','If checked any new account creation has to be approved by an administrator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_activate_new','en','New Accounts with Approval',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_update_roles','en','Role Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_update_role_ass_table','en','Edit Role Assignment Rule',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_settings','en','Shibboleth Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_rules_tables','en','Active Role Assignment Rules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_rule_type','en','Type of Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_rule_condition','en','Condition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_role_selection','en','Role Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_role_name','en','ILIAS Role Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_role_name_info','en','Please choose either a global role or enter the name of a local role.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_role_by_plugin','en','By Plugin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_role_by_attribute','en','Shibboleth Attribute',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_role_assignment','en','Role Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_role_ass_table','en','New Rule for Role Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_plugin','en','Assignment by Plugin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_remove_deprecated','en','Deassign Deprecated Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_plugin_id','en','Plugin Id',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_plugin_info','en','Validate the role assignment with a plugin. Please enter a valid plugin id.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_new_rule','en','Add new Rule',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_missing_role','en','Please select one role.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_missing_plugin_id','en','Please enter a valid plugin id.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_missing_attr_name','en','Please enter the attribute name.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_missing_attr_value','en','Please enter the attribute value.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_local_role','en','Local Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_ilias_role','en','ILIAS Role Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_global_role','en','Global Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_deleted_rule','en','Deleted role assignments.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_confirm_del_role_ass','en','Do you really want to delete the following rules?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_choose_role','en','Choose Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_check_role_assignment','en','Assignment of Roles After Later Logins',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_attribute','en','User Attribute',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_attribute_value','en','Attribute Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_attribute_name','en','Attribute Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_attr_info','en','Assign by a specific attribute in the Shibboleth User Profile.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_assignment_type','en','Kind of Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_add_remove','en','Add/Remove Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_add_missing','en','Assign Missing Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','until','en','up to',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_users','en','Search Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_user','en','Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_type','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_user_extended','en','Extended User Search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_tst_svy','en','Tests/Surveys',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_title_description','en','Title / Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_term_combination','en','Combination',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_select_search_area','en','Select Search Area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_role_title','en','Role Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_results','en','Search Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_no_selection','en','You made no selection.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_no_match','en','Your search did not match any results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_no_connection_lucene','en','Cannot connect to Lucene server.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_no_match_hint','en','Your search for %s did not match any documents.

Suggestions:
• Make sure all words are spelled correctly.
• Try different keywords.
• Try more general keywords.
• Try fewer keywords.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_minimum_three','en','Your search must be at least three characters long.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_lucene','en','Lucene search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_lom','en','LOM Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('search','search_like_info','en','Choose this option to get best results.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_index','en','Indexed search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_hide_adv_search','en','Hide Advanced Search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_grp_title','en','Group Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_full_info','en','Choose this option to search in a large amount of data.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_for_users','en','Search for users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_for_role_members','en','Search for Role Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_for_grp_members','en','Search for Group Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_for_crs_members','en','Search for Course Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_fast_info','en','Search for titles, descriptions and keywords in all object types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_direct','en','Direct search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_details_info','en','Detailed search. Please select one or more resource types.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_crs_title','en','Course Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_content','en','Page Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_choose_object_type','en','Please choose one object type.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_auto_complete_length','en','Number of Auto Complete List Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_area','en','Area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_area_info','en','Please select an area where the search should start.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_any','en','-- Any --',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_any_word','en','Any word (OR)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_advanced','en','Advanced Search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_all_words','en','All words (AND)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_adv_md','en','Custom Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_tbl_create_ini','en','Create Java-Server Ini-File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_size_fragments','en','Size of Text Fragments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_size_frag_info','en','Please choose the maximum size of highlighted text fragments.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_show_relevance','en','Show Relevance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('search','lucene_settings_title','en','Lucene Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_settings_tab','en','Lucene',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_relevance','en','Relevance of Search Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_relevance_short','en','Relevance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_port','en','Port',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_or','en','OR',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_num_fragments','en','Number of Text Fragments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_num_frag_info','en','Please choose the maximum number of highlighted text fragments.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_more_hits_link','en','%s more hits...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_max_sub','en','Number of Sub-items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_max_sub_info','en','Please enter maximum number of sub-items (Forum threads, Glossary terms...) that are shown by default.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_log','en','Path to Logfile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('search','lucene_level','en','Log-Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_last_index_time','en','Last Index Generation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_last_index_time_info','en','Please modify this settings only if you have installed an index backup.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_index_path','en','Directory for Index Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_index_path_info','en','Please enter a directory name for storing index files.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_host','en','Host',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_host_info','en','Please enter the hostname or Ip-address for the java server.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_general_settings','en','General Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_err_quotes','en','Please close all quote (\") marks.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_err_quotes_not_empty','en','Quotes (\") must contain at least one character.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_err_question_mark','en','The question mark (?) character must be preceded by at least one alphabet or number.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_err_plus_minus','en','(+) and (-) modifiers must be followed by at least one alphabet or number.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_err_parenthesis_not_closed','en','Parentheses must be closed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_err_parenthesis_empty','en','Parentheses must contain at least one character.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_err_exclamation_mark','en','Queries containing the special character (!) must be in the form: term1 ! term2.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('search','lucene_err_caret','en','The caret (^) character must be preceded by alphanumeric characters and followed by numbers.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_err_asterisk','en','The wildcard (*) character must be preceded by at least one alphabet or number.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('search','lucene_err_ampersand','en','Queries containing the special characters && must be in the form: term1 && term2.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_download_ini','en','Download Configuration File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_default_operator','en','Default Operator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('search','lucene_create_ini','en','Create Configuration File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_cpu','en','Maximum Number of Threads',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_and','en','AND',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_all_occurrences','en','... %s other occurrence(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_advanced_settings','en','Advanced Search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_advanced_settings_table','en','Search Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','lucene_activate_field','en','Activate Search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','last_search_result','en','Last Search Result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','append_results','en','Append results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','adv_md_search_title','en','Search in Custom Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_dropdown','en','Open Search Form',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','add_members_header','en','Add Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_field','en','Search Input Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_unit','en','SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_sequencing','en','Sequencing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_sco_objective','en','Objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_questions','en','Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_page','en','Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_organization','en','Organization',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_objectives','en','Learning Objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_objectives_alignment','en','Learning Objectives Alignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_oa_no_scos','en','The chapter does not contain any SCOs yet.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_new_sco','en','New SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_new_page','en','New Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_new_chapter','en','New Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_learning_objectives','en','Learning Objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_insert_sco','en','Insert SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_insert_pagelayout','en','Insert Template Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_insert_page','en','Insert Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_insert_chapter','en','Insert Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_chapter','en','Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_intro6','en','After that procedure you may add any learning or working resource to your category.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_intro5','en','By clicking on the title of the category you enter your category.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_intro4','en','In the following form, enter a title and a description, and click on %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_intro3','en','Click on the %s button besides the selection list on the top right.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_intro2','en','Three steps are needed to build an initial structure:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('rep','rep_intro','en','Welcome to the Repository!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_disabled_no_access','en','The self-registration is not enabled. Please contact the system administration for further assistance: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_code_not_valid','en','The given registration code is either invalid or already has been used.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_export_codes_no_data','en','No codes to export were selected.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_generated_all','en','All Dates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_used','en','Date Of Usage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_roles_all','en','All Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_generated','en','Date Of Generation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_code','en','Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_codes_number','en','Number Of Codes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_codes_roles','en','Global Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_codes_edit_header','en','Add Codes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_codes_export','en','Export Codes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_codes_add','en','Add Codes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_reg_type_codes_info','en','This type allows self-registration of users but requires a valid code.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_reg_type_codes','en','Registration with Codes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_tab_codes','en','Registration Codes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_tab_settings','en','Registration Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_user_new_account_mail','en','Edit New Account Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_settings','en','ILIAS Auth / Self-Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_unknown_recipients','en','The following accounts are not valid:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_type','en','Registration Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_type_confirmation','en','Registration with E-Mail Confirmation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_type_confirmation_info','en','This type allows self-registration of users but requires an e-mail confirmation to activate the account. This avoids self-registration to ILIAS with wrong or non-existent e-mail addresses.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_settings_header','en','New Registration Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_selectable_roles','en','Selectable Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_select_one','en','Please select one entry.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_role_info','en','Assigned Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_role_assignment','en','Role Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_role_access_limitations','en','Define access limitations of Roles for new registered Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_notification','en','Notifications',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_notification_info','en','Enter one or more Login-Ids of users (comma separated) that will be informed about new user registrations per e-mail.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_missing_role','en','Please fill out all fields.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_missing_domain','en','Please fill out all fields.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_mail_new_user','en','New user registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_mail_new_user_body','en','a new user has been registered.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('registration','reg_mail_body_profile','en','Profile data:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_mail_body_profile_changed','en','your profile has changed !',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_mail_body_confirmation','en','To confirm this registration enter the ILIAS user administration and activate the account.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('registration','reg_info_pwd','en','If enabled passwords will be send automatically to the new users per E-Mail.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_fixed','en','Selection From Specified List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_email_role_assignment','en','Role Assignment By Domain',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_email','en','Automatic Role Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_domain','en','Domain',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_disabled','en','No Registration Possible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_direct_info','en','If this is checked, any new user registration request is automatically approved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_direct','en','Direct Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_default','en','Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_deleted_assignment','en','Deleted assignment(s).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_confirmation_link_successful','en','You successfully submitted an account request to ILIAS. You will receive a confirmation e-mail in the next minutes. Please confirm your registration by clicking the confirmation link in this mail.
You will be redirected to the login screen after 20 seconds.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_confirmation_hash_not_found','en','No user account could be matched to this confirmation link.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_confirmation_hash_life_time_info','en','Enter the lifetime (seconds) of confirmation links. Recommended value is 1800 seconds.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_confirmation_hash_life_time_expired','en','The confirmation link is not valid anymore. Please register again!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_approve','en','Registration with Approval',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_available_roles','en','Available Roles:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_approve_needs_recipient','en','You should define minimum one user who will be notified about new registrations, if the registration type ‘Registration with Approval’ is chosen.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_approve_info','en','If checked any new user registration has to be approved by an administrator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_added_assignment','en','Added new assignment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_add_assignment','en','New Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_access_limitations','en','Access Limitation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_access_limitation_out_of_date','en','One or more Roles have an outdated access limitation!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_access_limitation_none','en','Unlimited access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_access_limitation_mode','en','Access Limitation Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_access_limitation_mode_unlimited','en','No access limitation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_access_limitation_mode_relative','en','Limited access for a fixed time period after registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_access_limitation_mode_absolute','en','Access is limited by a fixed date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_access_limitation_missing_mode','en','Please choose for all roles an Access Limitation Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_access_limitation_limited_until','en','Access is limited until',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_access_limitation_limited_time','en','After registration access for',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','auth_radius_role_select','en','Role:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','auth_radius_sync','en','User Synchronization',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','auth_radius_name','en','Name of RADIUS Configuration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','auth_radius_name_desc','en','Please choose a name for this server configuration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rcrs','rcrs_call','en','Call ECS Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wfe_edit_permission','en','User can change permission settings of Workflow Engine administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wfe_write','en','User can edit settings of Workflow Engine administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wfe_read','en','User has read access to administration of Workflow Engine',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wfe_visible','en','Administration of Workflow Engine is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','svyf_write','en','Edit settings in Survey administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','svyf_visible','en','Survey administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','svyf_read','en','User has read access to Survey administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','svyf_edit_permission','en','User change permission settings in Survey administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sess_write','en','User can edit session content and settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sess_visible','en','Sessions are visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sess_read','en','User has read access to sessions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sess_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sess_edit_event','en','Edit Calendar Events',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_wiki','en','Create Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sess_delete','en','User can move or delete session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_webr','en','Create Weblink',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_tst','en','Create Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_svy','en','Create Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_spl','en','Create Question Pool Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_sahs','en','Create SCORM Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_rcrs','en','Create ECS Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_qpl','en','Create Question Pool Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_mep','en','Create Media Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_lm','en','Create ILIAS Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_mcst','en','Create Mediacast',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_htlm','en','Create HTML Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_grp','en','Create Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_glo','en','Create Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_frm','en','Create Forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_file','en','Upload File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_feed','en','Create Web Feed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_exc','en','Create Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_crsr','en','Create Course Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_crs','en','Create Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_catr','en','Create Category Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','recf_write','en','Edit Settings and restore objects in Restored Objects administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','recf_visible','en','Restored Objects administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','recf_read','en','User has read access to Restored Objects administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','recf_edit_permission','en','User can change permission settings of Restored Objects administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rcrs_write','en','User can edit settings of ECS Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rcrs_visible','en','ECS Course is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rcrs_read','en','User can use ECS Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rcrs_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rcrs_delete','en','User can move or delete ECS Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_unprotected_keep_local_policies_info','en','Choose this mode to keep all local policies.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('rbac','rbac_role_exists_alert','en','A role with the same name already exists in this context. Please choose another name.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_role_delete_self','en','Attention: You are assigned to this role. If you continue this delete operation, you may loose access to some ILIAS materials.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_role_delete_qst','en','Are you sure you want to delete the following role?
All permissions granted by this role will be deleted permanently.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_local_policies','en','Local Policies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_keep_local_policies','en','Keep Local Policies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('rbac','rbac_delete_role','en','Delete Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_delete_local_policies','en','Delete Local Policies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('rbac','rbac_change_existing_confirm_tbl','en','Settings for ‘Change Existing Objects’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','perm_use_local_policy','en','Use local policy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('rbac','perm_local_role','en','Local Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','perm_local_role_desc','en','This role is locally defined at the current object and correspond to a local policy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','perm_class_object','en','Special Operations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','perm_class_object_desc','en','Object-specific operations.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','perm_class_create','en','Create new Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','perm_class_create_desc','en','Determine which object types may be created under the current object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','pdts_write','en','Edit settings of Personal Desktop administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','pdts_visible','en','Personal Desktop administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','pdts_read','en','User has read access to Personal Desktop administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mme_edit_permission','en','User can change permission settings of Main Menu administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','pdts_edit_permission','en','User can change permission settings of Personal Desktop administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mme_visible','en','Administration of Main Menu is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mme_read','en','User has read access to administration of Main Menu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mme_write','en','User can edit settings of Main Menu administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','msg_no_roles_of_type','en','No Roles available with selected filter setting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mds_write','en','User can edit settings in Metadata administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mds_visible','en','Metadata administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mds_read','en','User has read access to Metadata administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mds_edit_permission','en','User can change permission settings in Metadata administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mcts_read','en','User has read access to Mediacast administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mcts_visible','en','Mediacast administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mcts_write','en','User can edit settings in Mediacast administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','leave','en','Unsubscribe',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mcts_edit_permission','en','User can change permission settings in Mediacast administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','info_user_view_changed','en','User view changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grp_edit_event','en','Edit Calendar Events',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','filter_roles_local_policy','en','Show only roles using a local policy at this position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','filter_local_roles','en','Show only local roles of current context',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','filter_local_roles_object','en','Show only local roles defined at this position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','filter_global_roles','en','Show only global roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','filter_all_roles','en','Show all roles of current context',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','facs_write','en','User can edit settings in administration of Files and Folders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','facs_visible','en','Administration of Files and Folders is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','facs_read','en','User has read access to administration of Files and Folders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','facs_edit_permission','en','User can change permission settings of Files and Folders administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','edit_learning_progress','en','Edit Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crsr_write','en','User can edit settings of course link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crsr_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crsr_visible','en','Course link is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crsr_delete','en','User can move or delete course link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crsr_copy','en','User can copy course link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crs_edit_event','en','Edit Calendar Events',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_sess','en','Create Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cmps_write','en','User can edit settings of Plugins, Modules and Services',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cmps_visible','en','Administration of Plugins, Modules and Services settings is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cmps_read','en','User has read access to administration of Plugins, Modules and Services',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cmps_edit_permission','en','User can change permission settings of Plugins, Modules and Services administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','catr_write','en','User can edit settings of category link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','catr_visible','en','Category link is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','catr_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','catr_delete','en','User can move or delete category link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','catr_copy','en','User can copy category link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cals_write','en','User can edit settings of Calendar Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cals_visible','en','Calendar Administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cals_read','en','User has read access to Calendar Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cals_edit_permission','en','User can change permission settings for Calendar administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cals_edit_event','en','User can create and edit public calendars and events in ILIAS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_your_rating','en','Your Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pwassist','unassist_disabled_no_access','en','Username assistance is not enabled. Please contact the system administration for further assistance: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pwassist','pwassist_disabled_no_access','en','Password assistance is not enabled. Please contact the system administration for further assistance: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pwassist','pwassist_username_mail_body','en','These are the active username found for the given e-mail address: %s This message has been created automatically by the following ILIAS Server: %s 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:: -You have requested this e-mail by accident: Delete this e-mail. -You are sure, that you never requested this e-mail: Please contact %s. - If you requested this e-mail, please proceed as follows:: 1. Start your internet browser. 2. Enter the following url: %s 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. 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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('pwassist','pwassist_password_assigned','en','The password has been successfully assigned to user \"%1$s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pwassist','pwassist_mail_subject','en','ILIAS Password Assistance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('pwassist','pwassist_mail_sent','en','A message has been sent to %1$s. Please check your mail box.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pwassist','pwassist_mail_body','en','Register a new password for your user account: %1$s This message has been generated automatically by the ILIAS server %2$s 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: - If you have used the password assistance form on the ILIAS server by accident: Delete this mail. - If you are certain, that you never asked for password assistance at this ILIAS server: Please contact %5$s. - If you asked for password assistance, please proceed as follows: 1. Open your browser. 2. Enter the following address in your browser: %6$s 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. 3. On the web page shown by your browser, enter a new password for your user account. 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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('pwassist','pwassist_enter_username_and_new_password','en','Enter the username and the new password in the fields below.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('pwassist','password_assistance','en','Password Assistance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','show_privacy','en','Privacy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','show_security','en','Security',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_warning_modify','en','Attention: Minimum one user has accepted the user agreement. Modifying these settings will reset all user agreements.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_user_selection','en','Participants Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_type_txt_long','en','Text Field (Optional Values)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_type_text','en','Text Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_type_select','en','Select Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_type_select_long','en','Selection Box (Fixed Values)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_size','en','Files Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_show_grp_access','en','Show last access time of group participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_show_crs_access','en','Show last access time of course participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_select_one','en','Please select one export file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_security_protection','en','Security Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','grp_ps_required_info','en','Further Group-Specific fields are required for accessing the group content.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','crs_ps_required_info','en','Further Course-Specific fields are required for accessing the course content.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_profile_export','en','Protection of User Profile Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_privacy_protection','en','Privacy Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_prevent_simultaneous_logins','en','Prevent Simultaneous Logins',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_prevent_simultaneous_logins_info','en','If enabled, simultaneous logins with the same account from different computers are not possible.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_perform_export','en','Start CSV-Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_password_special_chars_enabled','en','Force Special Characters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_password_special_chars_enabled_info','en','If enabled, passwords have to contain special characters.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_password_min_length','en','Minimum Password Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_password_min_length_info','en','Sets the minimum size of account passwords. If set to 0, the passwords anyway have to have a minimum size of 1. If the required length is altered, the new requirement will be applied only to those accounts that were created or changed after the new length was set. Existing accounts are not affected.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_password_max_length','en','Maximum Password Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_password_max_length_info','en','Sets the maximum size of account passwords. Set this to 0 for disabling this option.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_password_max_age','en','Maximum Password Age',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_password_max_age_info','en','Sets the maximum age of passwords in days. Set this to 0 for disabling this option.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_password_chars_and_numbers_enabled','en','Force Characters and Numbers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_password_chars_and_numbers_enabled_info','en','If enabled, passwords have to contain characters and numbers.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_password_change_on_first_login_enabled','en','Change Password on First Login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_not_accepted','en','Not Accepted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_password_change_on_first_login_enabled_info','en','If enabled, users have to change their password on first login (except users registered themselves).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_login_max_attempts','en','Maximum Login Attempts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_login_max_attempts_info','en',' Sets the maximum number of unsuccessful attempts to login. After the maximum number of unsuccessful attempts is exceeded, the respective user will be set to \'inactive\' and would require re-activation in User Management. Leave the field empty to disable this option and ILIAS will not count failed login attempts.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_files_deleted','en','Export Files Deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_export_wait','en','Users on the Waiting List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_field_type','en','Field Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_export_user_data','en','Data Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_export_tutor','en','Tutors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_export_files','en','Export Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_export_member','en','Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_export_settings','en','Export Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_export_sub','en','Subscribers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_export_data','en','Data Types of the Personal Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_export_groups','en','Visibility of User Profile Data in Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_export_course','en','Visibility of User Profile Data in Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_export_confirm_group','en','User Confirmation when Entering Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_export_confirm','en','User Confirmation when Entering Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_export_admin','en','Administrators',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ps','ps_error_message_password_min1_because_chars','en','Minimum password size may not be less than %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_error_message_password_max_less_min','en','Maximum password size may not be less than minimum password size.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_error_message_invalid_password_min_length','en','Minimum password size may not be less than 0.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_error_message_invalid_password_max_length','en','Maximum password size may not be less than 0.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_error_message_invalid_password_max_age','en','Maximum password age may not be less than 0.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_error_message_invalid_login_max_attempts','en','Maximum login attempts may not be less than 0.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ps','ps_grp_user_fields','en','Group-Specific User Fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_crs_user_fields','en','Course-Specific User Fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ps','ps_cdf_value','en','Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_cdf_select_one','en','Please select one.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_cdf_type','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_cdf_required','en','Required Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_cdf_no_name_given','en','Please enter a name.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_cdf_no_fields','en','No User Fields Defined',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_cdf_name','en','Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','grp_ps_cdf_info','en','Further Group-Specific Data:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','crs_ps_cdf_info','en','Further Course-Specific Data:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_cdf_delete_sure','en','Do you really want to delete these user fields ?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_cdf_deleted_field','en','Deleted value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_cdf_deleted','en','Deleted user fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_cdf_add_field','en','Add User Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_cdf_added_field','en','Added new selection box.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_btn_add_value','en','New Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_auto_https','en','Autodetect HTTPS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_auto_https_header_value','en','Header Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_auto_https_header_name','en','Header Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_auto_https_description','en','If enabled, ILIAS tries to detect the HTTPs Status by analysing the header value specified below.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_agreement_accepted','en','User Agreement Accepted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_participants_list_courses','en','Allow Activation of Participant Lists in the Member Gallery of Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdesk','pdesk_intro4','en','If you have found something of interest, put it on your desktop by clicking Add to Desktop in the object\'s Actions menu.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdesk','pdesk_intro3','en','Click on \'%s\' and browse the existing working and learning resources.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdesk','pdesk_intro','en','Welcome to your Personal Desktop!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdesk','pdesk_intro2','en','This is your personal space for organising your working and learning. You can put resources from other areas on your personal desktop. Doing so takes two steps:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdesk','bm_num_bookmarks','en','Bookmark(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdesk','bm_num_bookmark_folders','en','Folder(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('pd','pd_settings','en','Personal Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_personal_items_default_view','en','Default View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_personal_items_default_view_info','en','Choose the preferred view of Personal Items.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_my_offers','en','Selected Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_my_memberships','en','My Memberships',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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:
  1. You can join courses or groups provided that joining them has been allowed by their administrators.
  2. An administratrator of a course or group can assign a membership to you.

In any case, the respective objects will appear automatically in this place.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_my_memberships_intro','en','Welcome to Your Memberships',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_notes','en','Enable Notes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_my_offers','en','Enable ‘Selected Items’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_my_offers_info','en','The view ‘Selected Items’ contains all objects which are placed on the user\'s Personal Desktop.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_my_memberships','en','Enable ‘Courses and Groups’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_my_memberships_info','en','‘Courses and Groups’ contains all courses and groups the user is assigned to as a member.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_bookmarks','en','Enable Bookmarks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_block_moving','en','Enable Block Moving',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_block_moving_info','en','Allow users to reorganize the content blocks on the personal desktop.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_show_comments','en','Show Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_notes_deleted','en','The notes have been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_public_comments','en','Public Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_note_deleted','en','The note has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_my_comments','en','My Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_hide_comments','en','Hide Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_comment','en','Comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_deactivate_comments','en','Deactivate Public Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_all_comments','en','All Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_add_comment','en','Add Comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_activate_comments','en','Activate Public Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','lso_news_online_txt','en','A new object for your learning sequence was just published.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','lso_news_online_title','en','A new learning sequence object is online!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','priv_feed_settings','en','Private Newsfeed settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','priv_feed_disabled','en','Private Newsfeed disabled.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','passwd_equals_ilpasswd','en','Please enter a password different from your ILIAS-password.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_x_postings','en','%s Postings have been added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_x_files_updated','en','%s Files have been updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_x_files_created','en','%s Files have been added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_visibility_users','en','Authenticated Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_visibility_public','en','Public',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_time_period','en','Time Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_settings','en','News Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_rss_period','en','RSS Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_public_feed','en','Extra RSS Feed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_period_x_months','en','Last %s Months',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_period_x_weeks','en','Last %s Weeks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_public_feed_info','en','If this option is enabled, a separate RSS feed is provided for this Mediacast.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_period_x_days','en','Last %s Days',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_period_1_year','en','Last Year',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_period_1_week','en','Last Week',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_period_1_month','en','Last Month',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_pd_period','en','Personal Desktop News Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_pd_period_info','en','Defines the time period used for news on the personal desktop. Select lower values, if you experience any performance problems.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_nr_of_items','en','Number of Maximum News Items per Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('news','news_notifications','en','Notifications',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_notifications_public','en','Public Notifications',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('news','news_no_news_items','en','No news available.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_no_js_click_here','en','If news are not displayed, click here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_news_items','en','News Item(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_news_item_visibility','en','Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('news','news_news_item_title','en','Headline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_news_item_head','en','News Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_news_item_content','en','Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_news_item_content_long','en','Long Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_news_item_content_long_info','en','This text will not be published via RSS.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_loading_news','en','Loading News...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_internal_news','en','News',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_hide_news_per_date','en','Show News After',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_hide_news_per_date_info','en','Only news that are newer than a certain date will be displayed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_hide_news_date','en','Starting Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_hide_news_block','en','Hide News Block',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('news','news_hidden_news_block','en','Block is currently hidden in learner\'s view.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_get_priv_feed_title','en','Personal private Feed-URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('news','news_get_feed_url','en','Get Feed URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_get_feed_title','en','Personal Feed URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_first_letter_of_word_notification','en','N',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('news','news_feed_url','en','Feed URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_feed_url_for','en','Feed URL for \'%s\'',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_enable_private_feed','en','Enable private RSS Feed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('news','news_enable_internal_rss','en','Enable RSS for Internal News',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('news','news_enable_internal_news','en','Enable Internal News',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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 personal desktop.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_edit_news_settings','en','Edit Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_cache','en','News Cache (Minutes)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_default_visibility','en','Default Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('news','news_block_news_for_context','en','News',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_block_information','en','The News block lists all news that are related to the Personal Items you have selected on the personal desktop.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_allow_shorter_periods','en','Allow Shorter Periods',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_allow_shorter_periods_info','en','Users may select shorter news periods on personal desktop.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_allow_longer_periods','en','Allow Longer Periods',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_allow_longer_periods_info','en','Users may select longer news periods on personal desktop.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_all_items','en','News for all items on Personal Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_1_postings','en','One posting has been added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_yes','en','Yes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','sco_propagate','en','Propagate to all SCOs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_1_file_created','en','One file has been added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_1_file_updated','en','One file has been updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_very_low','en','Very Low',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_very_high','en','Very High',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_very_easy','en','Very Easy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_very_difficult','en','Very Difficult',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_validator','en','Validator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_value','en','Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_version','en','Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_unknown','en','Unknown',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_unavailable','en','Unavailable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_typical_learning_time','en','Typical Learning Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_typical_age_range','en','Typical Age Range',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_type','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_training','en','Training',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_title','en','Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_terminator','en','Terminator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_technicalvalidator','en','Technical validator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_technicalimplementer','en','Technical implementer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_technical','en','Technical',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_teacher','en','Teacher',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_taxon','en','Taxon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_taxon_path','en','Taxon Path',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_table','en','Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_subjectmatterexpert','en','Subject matter expert(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_structure','en','Structure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_status','en','Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_source','en','Source',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_slide','en','Slide',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_skill_level','en','Competence Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_size','en','Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_simulation','en','Simulation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_semantic_density','en','Semantic Density',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_self_assessment','en','Self Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_security_level','en','Security Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_scriptwriter','en','Scriptwriter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_school','en','School',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_role','en','Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_rights','en','Rights',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_revised','en','Revised',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_resource','en','Resource',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_requires','en','Requires',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_requirement','en','Requirement',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_relation','en','Relation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_references','en','References',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_quickedit','en','Quick Edit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_questionnaire','en','Questionnaire',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_purpose','en','Purpose',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_publisher','en','Publisher',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_problem_statement','en','Problem Statement',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_prerequisite','en','Prerequisite',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_pointofcontact','en','Point(s) of Contact',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_please_select','en','Please select',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_pc_dos','en','PC-DOS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_other','en','Other',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_other_plattform_requirements','en','Other Platform Requirements',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_or_composite','en','Or Composite',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_operating_system','en','Operating System',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_no','en','No',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_no_technical','en','No metadata available for the Technical section.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_no_rights','en','No metadata available for the Rights section.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_no_relation','en','No metadata available for the Relation section.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_no_meta_metadata','en','No metadata available for the Meta-Metadata section.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_no_lifecycle','en','No metadata available for the Lifecycle section.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_no_educational','en','No metadata available for the Educational section.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_no_classification','en','No metadata available for the Classification section.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_no_annotation','en','No metadata available for the Annotation section.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_new_element','en','New Element',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_narrative_text','en','Narrative Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_networked','en','Networked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_name','en','Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_mixed','en','Mixed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_minimum_version','en','Minimum Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_metadatascheme','en','Metadata Scheme',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_meta_metadata','en','Meta-Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_medium','en','Medium',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_maximum_version','en','Maximum Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_low','en','Low',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_manager','en','Manager',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_location','en','Location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_linear','en','Linear',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_lifecycle','en','Lifecycle',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_lecture','en','Lecture',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_learning_resource_type','en','Learning Resource Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_learner','en','Learner',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_language','en','Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_zh','en','Chinese',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_zu','en','Zulu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_za','en','Zhuang',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_yo','en','Yoruba',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_yi','en','Yiddish',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_xh','en','Xhosa',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_wo','en','Wolof',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_vo','en','Volapuk',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_vi','en','Vietnamese',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ur','en','Urdu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_uz','en','Uzbek',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_uk','en','Ukrainian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ug','en','Uigur',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_tw','en','Twi',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_tt','en','Tatar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ts','en','Tsonga',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_tr','en','Turkish',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_to','en','Tonga',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_tn','en','Setswana',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_tl','en','Tagalog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_tk','en','Turkmen',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ti','en','Tigrinya',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_th','en','Thai',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_tg','en','Tajik',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_te','en','Telugu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ta','en','Tamil',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_sw','en','Swahili',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_sv','en','Swedish',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_su','en','Sundanese',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_st','en','Sesotho',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ss','en','Siswati',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_sr','en','Serbian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_sq','en','Albanian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_so','en','Somali',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_sn','en','Shona',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_sm','en','Samoan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_sl','en','Slovenian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_sk','en','Slovak',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_si','en','Singhalese',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_sh','en','Serbo-croatian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_sg','en','Sangho',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_sd','en','Sindhi',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_sa','en','Sanskrit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ro','en','Romanian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ru','en','Russian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_rw','en','Kinyarwanda',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_rn','en','Kurundi',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_rm','en','Rhaeto-romance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_qu','en','Quechua',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_pl','en','Polish',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ps','en','Pashto; Pushto',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_pt','en','Portuguese',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_om','en','Afan (oromo)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_or','en','Oriya',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_pa','en','Punjabi',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_oc','en','Occitan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ne','en','Nepali',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_nl','en','Dutch',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_no','en','Norwegian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_na','en','Nauru',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ms','en','Malay',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_mt','en','Maltese',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_my','en','Burmese',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_mr','en','Marathi',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_mo','en','Moldavian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_mk','en','Macedonian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ml','en','Malayalam',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_mn','en','Mongolian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_mi','en','Maori',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_lv','en','Latvian;lettish',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_mg','en','Malagasy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_lo','en','Laothian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_lt','en','Lithuanian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ln','en','Lingala',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_la','en','Latin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ky','en','Kirghiz',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ks','en','Kashmiri',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ku','en','Kurdish',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ko','en','Korean',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_kn','en','Kannada',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_km','en','Cambodian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_kl','en','Greenlandic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_kk','en','Kazakh',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_jv','en','Javanese',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ka','en','Georgian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ja','en','Japanese',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_iu','en','Inuktitut',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_it','en','Italian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_is','en','Icelandic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ik','en','Inupiak',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ie','en','Interlingue',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_id','en','Indonesian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ia','en','Interlingua',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_hy','en','Armenian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_hu','en','Hungarian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_hr','en','Croatian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_he','en','Hebrew',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_hi','en','Hindi',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ha','en','Hausa',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_gu','en','Gujarati',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_fy','en','Frisian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ga','en','Irish',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_gd','en','Scots gaelic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_gl','en','Galician',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_gn','en','Guarani',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_fr','en','French',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_fo','en','Faroese',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_fj','en','Fiji',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_fi','en','Finnish',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_fa','en','Persian (farsi)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_eu','en','Basque',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_et','en','Estonian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_es','en','Spanish',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_eo','en','Esperanto',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_en','en','English',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_el','en','Greek',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_dz','en','Bhutani',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_de','en','German',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_da','en','Danish',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_cy','en','Welsh',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_cs','en','Czech',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_co','en','Corsican',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ca','en','Catalan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_br','en','Breton',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_bo','en','Tibetan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_bn','en','Bengali; Bangla',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_bh','en','Bihari',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_bi','en','Bislama',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_bg','en','Bulgarian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_be','en','Byelorussian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ba','en','Bashkir',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ar','en','Arabic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_as','en','Assamese',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ay','en','Aymara',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_az','en','Azerbaijani',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_am','en','Amharic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_af','en','Afrikaans',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ab','en','Abkhazian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_aa','en','Afar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_kind','en','Kind',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_keyword','en','Keyword',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_is_version_of','en','Is Version Of',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_is_required_by','en','Is Required By',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_is_referenced_by','en','Is Referenced By',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_is_part_of','en','Is Part Of',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_is_format_of','en','Is Format Of',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_is_basis_for','en','Is Basis For',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_is_based_on','en','Is Based On',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_interactivity_level','en','Interactivity Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_interactivity_type','en','Interactivity Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_instructionaldesigner','en','Instructional designer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_intended_end_user_role','en','Intended End User Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_installation_remarks','en','Installation Remarks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_initiator','en','Initiator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_info_tlt_not_valid','en','The current value is not valid. Therefore it can not be used other sections, e.g for learning progress statistics. Please insert atypical learning time in hours and/or minutes.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_index','en','Index',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_identifier','en','Identifier',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_id','en','Id',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_idea','en','Idea',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_higher_education','en','Higher Education',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_high','en','High',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_hierarchical','en','Hierarchical',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_has_version','en','Has Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_has_part','en','Has Part',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_has_format','en','Has Format',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_graphicaldesigner','en','Graphical designer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_graph','en','Graph',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_general','en','General',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_format','en','Format',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_final','en','Final',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_figure','en','Figure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_expositive','en','Expositive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_experiment','en','Experiment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_exercise','en','Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_exam','en','Exam',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_entry','en','Entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_entity','en','Entity',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_educationalvalidator','en','Educational validator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_educational','en','Educational',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_educational_objective','en','Educational Objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_educational_level','en','Educational Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_education','en','Education',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_editor','en','Editor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_easy','en','Easy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_duration','en','Duration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_draft','en','Draft',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_difficulty','en','Difficulty',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_difficult','en','Difficult',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_diagramm','en','Diagram',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_description','en','Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_delete','en','Delete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_date','en','Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_current_value','en','Current value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_creator','en','Creator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_cp_own','en','Own Copyright Information:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_coverage','en','Coverage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_cost','en','Cost',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_copyright','en','Copyright',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_copyright_and_other_restrictions','en','Copyright and Other Restrictions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_contribute','en','Contribute',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_context','en','Context',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_contentprovider','en','Content provider',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_competency','en','Competency',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_collection','en','Collection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_classification','en','Classification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_catalog','en','Catalog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_ZW','en','Zimbabwe',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_ZM','en','Zambia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_ZA','en','South Africa',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_YT','en','Mayotte',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_YE','en','Yemen',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_WS','en','Samoa',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_WF','en','Wallis And Futuna Islands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_VU','en','Vanuatu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_VI','en','Virgin Islands (US)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_VN','en','Viet Nam',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_VG','en','Virgin Islands (British)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_VC','en','Saint Vincent And The Grenadines',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_VE','en','Venezuela',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_VA','en','Vatican City State',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_UY','en','Uruguay',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_UZ','en','Uzbekistan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_US','en','U.S.A',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_UG','en','Uganda',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_UM','en','U.S. Minor Outlying Islands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_UA','en','Ukraine',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TZ','en','Tanzania',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TW','en','Taiwan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TV','en','Tuvalu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TT','en','Trinidad And Tobago',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TR','en','Turkey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TO','en','Tonga',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TN','en','Tunisia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TM','en','Turkmenistan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TK','en','Tokelau',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TJ','en','Tajikistan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TH','en','Thailand',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TG','en','Togo',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TF','en','French Southern Territories',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TD','en','Chad',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TC','en','Turks And Caicos Islands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SZ','en','Swaziland',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SY','en','Syrian Arab Republic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SV','en','El Salvador',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_ST','en','Sao Tome And Principe',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SR','en','Suriname',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SO','en','Somalia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SN','en','Senegal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SM','en','San Marino',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SL','en','Siearra Leone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SK','en','Slovakia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SJ','en','Svalbard And Jan Mayen Islands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SI','en','Slovenia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SG','en','Singapore',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SH','en','St. Helena',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SE','en','Sweden',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SD','en','Sudan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SC','en','Seychelles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SB','en','Solomon Islands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_RW','en','Rwanda',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SA','en','Saudi Arabia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_RO','en','Romania',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_RU','en','Russian Federation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_QA','en','Qatar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_RE','en','Reunion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_PW','en','Palau',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_PY','en','Paraguay',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_PN','en','Pitcairn',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_PR','en','Puerto Rico',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_PT','en','Portugal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_PL','en','Poland',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_PM','en','St. Pierre And Miquelon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_PK','en','Pakistan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_PG','en','Papua New Guinea',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_PH','en','Philippines',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_PE','en','Peru',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_PF','en','French Polynesia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_PA','en','Panama',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_OM','en','Oman',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_NZ','en','New Zealand',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_NR','en','Nauru',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_NU','en','Niue',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_NP','en','Nepal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_NO','en','Norway',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_NL','en','Netherlands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_NI','en','Nicaragua',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_NG','en','Nigeria',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_NF','en','Norfolk Island',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_NE','en','Niger',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_NC','en','New Caledonia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MZ','en','Mozambique',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_NA','en','Namibia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MY','en','Malaysia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MW','en','Malawi',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MX','en','Mexico',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MV','en','Maldives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MU','en','Mauritius',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MT','en','Malta',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MS','en','Montserrat',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MQ','en','Martinique',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MR','en','Mauritania',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MP','en','Northern Mariana Islands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MO','en','Macau',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MN','en','Mongolia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_ML','en','Mali',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MM','en','Myanmar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MK','en','Macedonia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MH','en','Marshall Islands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MG','en','Madagascar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MD','en','Moldova',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MC','en','Monaco',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MA','en','Morocco',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_LY','en','Libyan Arab Jamahiriya',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_LV','en','Latvia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_LU','en','Luxembourg',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_LT','en','Lithuania',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_LS','en','Lesotho',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_LR','en','Liberia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_LK','en','Sri Lanka',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_LI','en','Liechtenstein',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_LC','en','Saint Lucia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_LB','en','Lebanon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_LA','en','Lao People\'s Republic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_KZ','en','Kazakhstan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_KY','en','Cayman Islands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_KW','en','Kuwait',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_KR','en','South Korea (Republic Of Korea)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_KP','en','North Korea (People\'s Republic Of Korea)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_KN','en','Saint Kitts And Nevis',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_KM','en','Comoros',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_KI','en','Kiribati',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_KH','en','Cambodia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_KG','en','Kyrgyzstan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_KE','en','Kenya',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_JP','en','Japan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_JO','en','Jordan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_JM','en','Jamaica',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_IT','en','Italy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_IS','en','Iceland',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_IR','en','Iran',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_IQ','en','Iraq',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_IO','en','British Indian Ocean Territory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_IN','en','India',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_IE','en','Ireland',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_IL','en','Israel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_HU','en','Hungary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_ID','en','Indonesia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_HT','en','Haiti',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_HR','en','Croatia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_HN','en','Honduras',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GW','en','Guinea-Bissau',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GY','en','Guyana',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_HM','en','Heard And Nc Donald Islands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GS','en','South Georgia And The South Sandwich Islands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GT','en','Guatemala',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GU','en','Guam',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GR','en','Greece',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GQ','en','Equatorial Guinea',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GP','en','Guadeloupe',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GN','en','Guinea',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GM','en','Gambia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GL','en','Greenland',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GI','en','Gibraltar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GH','en','Ghana',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GF','en','French Guiana',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GE','en','Giorgia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GD','en','Grenada',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GB','en','United Kingdom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GA','en','Gabon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_FX','en','France, Metropolitan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_FR','en','France',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_FO','en','Faroe Islands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_FK','en','Falkland Islands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_FM','en','Micronesia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_FJ','en','Fiji',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_FI','en','Finland',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_ET','en','Ethiopia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_ES','en','Spain',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_ER','en','Eritrea',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_EH','en','Western Sahara',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_EG','en','Egypt',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_EE','en','Estonia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_EC','en','Ecuador',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_DK','en','Denmark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_DM','en','Dominica',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_DO','en','Dominican Republic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_DZ','en','Algeria',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_DJ','en','Djibouti',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_DE','en','Germany',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_AT','en','Austria',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_AU','en','Australia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_AW','en','Aruba',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_AZ','en','Azerbaijan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BA','en','Bosnia And Herzegowina',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BB','en','Barbados',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BD','en','Bangladesh',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BE','en','Belgium',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BF','en','Burkina Faso',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BG','en','Bulgaria',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BH','en','Bahrain',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BI','en','Burundi',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BJ','en','Benin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BM','en','Bermuda',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BN','en','Brunei Darussalam',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BO','en','Bolivia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BR','en','Brazil',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BS','en','Bahamas',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BT','en','Bhutan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BV','en','Bouvet Island',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BW','en','Botswana',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BY','en','Belarus',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BZ','en','Belize',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CA','en','Canada',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CC','en','Cocos (Keeling) Islands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CF','en','Central African Republic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CG','en','Congo',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CH','en','Switzerland',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CI','en','Ivory Coast',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CK','en','Cook Islands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CL','en','Chile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CM','en','Cameroon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CN','en','China',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CO','en','Colombia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CR','en','Costa Rica',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CU','en','Cuba',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CV','en','Cape Verde',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CX','en','Christmas Island',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CY','en','Cyprus',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CZ','en','Czech Republic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_AS','en','American Samoa',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_AF','en','Afghanistan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_AG','en','Antigua And Barbuda',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_AI','en','Anguilla',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_AL','en','Albania',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_AM','en','Armenia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_AN','en','Netherlands Antilles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_AO','en','Angola',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_AQ','en','Antarctica',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_AR','en','Argentina',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_AE','en','United Arab Emirates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_author','en','Author',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_browser','en','Browser',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_AD','en','Andorra',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_atomic','en','Atomic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_annotation','en','Annotation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_add','en','Add',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_active','en','Active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_accessibility_restrictions','en','Accessibility Restrictions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_used','en','Usage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_time','en','Time:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_separated_by','en','Separated by %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_record_list_table','en','Custom Metadata Sets',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_record_export_table','en','Export Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_obj_types','en','Assigned Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_months','en','Month:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_general_settings','en','General Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_fields','en','Fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_delimiter','en','Delimiter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_delimiter_info','en','The delimiter is used in the quick editing screen for keywords and authors separation. Default is ‘,’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_days','en','Days:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_delete_cp_sure','en','Do you really want to delete the following entries ?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_copyrights_deleted','en','Deleted Copyright',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_copyright_value','en','Copyright',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_copyright','en','Copyright',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_copyright_settings','en','Copyright Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_copyright_preview','en','Copyright (Preview)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_copyright_selection','en','Copyright Defaults',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_copyright_enabled','en','Enable Copyright Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_copyright_enable_info','en','Choose this option to offer a selection of predefined copyrights.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_copyright_add','en','Add Copyright Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_copyright_edit','en','Edit Copyright Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_records','en','Included Data Sets',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_searchable','en','Searchable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_select_one_file','en','Please choose one file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_show','en','Show',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_substitution_table','en','Presentation in the Repository/Personal Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_advanced','en','Custom Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_records_exported','en','A new export file has been created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_no_fields','en','No Fields Defined',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_record_list','en','Datasets',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_import_record','en','Import Metadata Set',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_file_list','en','Export Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_fields_show','en','Show Field Names',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_field_table','en','Edit Fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_field_fields','en','Fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_field_names','en','Field Names',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_edit_record','en','Edit Data Set',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_edit_field','en','Edit Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_desc_show','en','Show Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_deleted_records','en','Deleted Data Set',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_deleted_files','en','Deleted export files.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_delete_record_sure','en','Do really want to delete the following data sets?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_delete_files_sure','en','Do you really want to delete the following export files?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_delete_fields_sure','en','Do you really want to delete the following field definitions?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_create_record','en','New Data Set',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_create_field','en','New Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mobs_activate_pages','en','Use Content Snippets',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('mep','mobs_always_show_file_manager','en','Always Show File Manager',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_active','en','Active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_added_new_record','en','Added new data set',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('mep','mep_unknown','en','Unknown',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_title_and_description','en','Title and Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_thumbnail','en','Thumbnail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_page_properties','en','Page Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_new_folder','en','New Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_new_content_snippet','en','New Content Snippet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_format','en','Format',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_import','en','Import a media pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_folder','en','Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_edit_folder','en','Edit Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_edit_content_snippet','en','Edit Content Snippet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_default_width','en','Default Width',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_default_width_height_info','en','Default width and height are used as presets for new media object creation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_default_height','en','Default Height',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_create_mob','en','Create Media Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_create_folder','en','Create Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_create_content_snippet','en','Create Content Snippet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_all','en','All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_content_snippet_in_use','en','Content snippet \'%s\' is in use and cannot be deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_copy_to_mep','en','Copy to Media Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_all_mobs','en','All Media Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_visibility_users','en','Logged in Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_visibility_public','en','Public',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_visibility_info','en','Public items can be accessed via RSS without any authentication.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_videoportable_title','en','Additional Video File for Portable Devices',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_videoportable_settings_title','en','File Extensions for Video Format',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_videoportable_settings_info','en','Comma separated list of file suffixes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_unable_to_determin_playtime','en','Unable to determine playtime. Please set it manually be clicking on Edit.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_standard_title','en','Standard Media File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_standard_settings_title','en','File Extensions for Standard Format',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_standard_settings_info','en','Comma separated list of file suffixes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_settings','en','Mediacast Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_set_playtime','en','Playtime has been set.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_reference_info','en','Provide URL pointing to resource',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_play_time','en','Play Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_nr_items','en','Number of Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('mcst','mcst_mimetypes','en','Mime Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_mimetypes_info','en','Comma separated list of mime types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_mimetype','en','Mime Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_media_cast_not_online','en','Mediacast is not online',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_media_cast','en','Mediacast',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_mimetype_info','en','Select mime type to control plugin used for playback.
Please note: Be aware that not every browser contains the plugin you intend to use.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_media_cast_not_online_text','en','Mediacast is not online or has been disabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_incl_files_in_rss','en','Include Media Files as Attachment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_last_submission','en','Last Submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('mcst','mcst_edit_settings','en','MediaCast Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_edit_item','en','Edit Mediacast Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_duration','en','Play Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_duration_info','en','If no value is entered, ILIAS tries do determine the play time automatically.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_downloadable','en','Download Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_download_videoportable','en','Download Video Portable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_downloadable_info','en','If this option is enabled, links for downloading mediacast items are provided.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_download_standard','en','Download',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_download_audioportable','en','Download Audio Portable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_det_playtime','en','Determine Play Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_default_visibility','en','Default Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_current_value_info','en','Shows the current value of this format.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_clear_purpose_title','en','Delete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_audioportable_title','en','Additional Audio File for Portable Devices',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_automatic_detection','en','Automatic Detection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_audioportable_settings_info','en','Comma separated list of file suffixes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_audioportable_settings_title','en','File Extensions for Audio Format',NULL,NULL); +INSERT INTO `lng_data` VALUES ('maps','maps_map_type','en','Typ',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_add_new_item','en','Add New Mediacast Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('maps','maps_open_layers_maps','en','Open Layers Maps',NULL,NULL); +INSERT INTO `lng_data` VALUES ('maps','maps_google_maps','en','Google Maps',NULL,NULL); +INSERT INTO `lng_data` VALUES ('maps','maps_zoom_level','en','Zoom Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('maps','maps_std_location','en','Default Location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('maps','maps_std_location_desc','en','Click map to set location.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('maps','maps_settings','en','Maps Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('maps','maps_lookup_address','en','Lookup Address',NULL,NULL); +INSERT INTO `lng_data` VALUES ('maps','maps_longitude','en','Longitude',NULL,NULL); +INSERT INTO `lng_data` VALUES ('maps','maps_latitude','en','Latitude',NULL,NULL); +INSERT INTO `lng_data` VALUES ('maps','maps_extt_maps','en','Maps',NULL,NULL); +INSERT INTO `lng_data` VALUES ('maps','maps_geolocation_server','en','Server for Reverse Geolocation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('maps','maps_tile_server','en','Server for Tiles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('maps','configure_geolocation','en','Please finish the geolocation configuration in the \"Third Party Software\" administration menu to enable address search.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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: nominatim.example.com/search/[QUERY]?format=json.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('maps','maps_enable_maps','en','Enable Maps',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('maps','maps_enable_maps_info','en','Activates Maps in user profiles, groups and courses.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_tbl_head_attachments','en','Attachment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','send_mail_to','en','Mail to',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','search_recipients','en','Search Recipients',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','placeholders_advise','en','Personal placeholders are only substituted for recipients in the To field.%sPersonal placeholders of CC and BCC recipients are kept as they are.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_error_reading_attachment','en','Could not determine any attachment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_to','en','To',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_sure_delete','en','Are you sure you want to delete the marked mail(s)?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_sure_delete_folder','en','The folder and its content will be removed permanently',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_sure_delete_file','en','Are you sure you want to delete the selected files?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_sure_delete_entry','en','Are you sure you want to delete the following entries?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_subject_prefix','en','Mail Subject',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_subject_prefix_info','en','Enter a text, which will be prepended to the subject line of outgoing auto generated e-mails. It is recommended the usage of a prefix for supporting message filtering by users.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_settings_incoming_type_see_also','en','You can find a further possibility to modify the incoming type of e-mails for users here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_select_one_file','en','You must select one file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_select_one_entry','en','You must select one entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_select_group','en','Please select at least one group.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_select_course','en','Please select at least one course.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_select_attachment','en','Please select an attachment for download.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_saved','en','The message has been saved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_salutation_n','en','Hello',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_salutation_male','en','Output for placeholder [MAIL_SALUTATION], if salutation is \'Mr.\'',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_salutation_m','en','Dear Mr.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_salutation_general','en','Output for placeholder [MAIL_SALUTATION], if no salutation is desired or specified',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_salutation_female','en','Output for placeholder [MAIL_SALUTATION], if salutation is \'Ms.\'',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_salutation_f','en','Dear Mrs.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_salutation_anonymous','en','Hello',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_s','en','Mail(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_options_saved','en','Options saved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_notification_subject','en','New mail in your inbox',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_no_valid_mailing_list','en','%1$s (no valid mailing list)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_no_permissions_write_smtp','en','You have no permission to write external e-mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_nacc_use_placeholder','en','The following placeholders may be used (only in Message Content)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_nacc_target','en','URL of target item, e.g. a linked course that is passed to ILIAS from outside.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_nacc_target_type','en','Type of target item, e.g. ‘Course’ for a course item.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_nacc_target_title','en','Title of target item, e.g. course title.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_nacc_target_block','en','This text is only included, if a target item is provided.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_nacc_salutation','en','Greeting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_nacc_pw_block','en','This text block is only included, if the new user account has been created including a password.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('mail','mail_nacc_login','en','Login Account',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_nacc_ilias_url','en','URL of ILIAS system',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_nacc_client_desc','en','Client Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_nacc_client_name','en','Client Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_nacc_admin_mail','en','Mail address of Administrator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_nacc_title','en','Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_my_mailing_lists','en','My Mailing Lists',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_my_courses','en','My Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_my_groups','en','My Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_moved','en','The mail has been moved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_moved_to_trash','en','Mail has been moved to trash',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_move_to','en','Move to:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_move_error','en','Error moving mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_message_send','en','Message sent',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_members_of_mailing_list','en','Members of Mailing List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_mark_unread','en','Mark mail unread',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_maxsize_attachment_error','en','The upload limit is:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_mark_read','en','Mark mail read',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_mailing_lists_no_contact_entries','en','You have no entries in your contacts to add to a list.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_mailing_lists','en','Mailing Lists',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_mailing_lists_all_contact_entries_assigned','en','You have already assigned all of your contacts to this mailing list.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_list_members','en','List members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_mailing_list','en','Mailing List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_invite_users_to_chat','en','Invite Users to Chat',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_insert_query','en','Please insert a query',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_insert_folder_name','en','Please insert a folder name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_incoming','en','Incoming mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_incoming_smtp','en','forward to e-mail address',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_incoming_mail','en','Incoming mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_incoming_local','en','only local',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_incoming_both','en','local and forwarding',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_following_rcp_not_valid','en','The following recipients are not valid:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_folder_name_changed','en','The folder has been renamed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_folder_exists','en','A folder already exists with this name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_folder_deleted','en','The folder has been deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_folder_created','en','A new folder has been created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_files_deleted','en','The file(s) are deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_file_size','en','File Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_file_name','en','File Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_entry_of_contacts','en','Entry of Contacts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_empty_trash','en','Empty Trash',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_empty_trash_confirmation','en','Are you sure you want to delete all mails in trash?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_deleted','en','The mail is deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_deleted_entry','en','The entries are deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_crs_list_members_not_available','en','It is not possible to list the members of the marked courses.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_change_to_folder','en','Switch to folder: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_cronjob_notification_info','en','You can activate a periodic notification about new mail here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('mail','mail_attachments','en','Attachments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_auto_generated_info','en','This mail was automatically sent to you by the ILIAS installation %s, %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_assign_entry_to_mailing_list','en','Assign an Entry of Your Contacts to Mailing List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_add_subject','en','Please enter a subject',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_add_subfolder','en','Add Sub-folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_send_html','en','HTML Frame',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_send_html_info','en','If enabled, the body of external e-mails will be embedded in a HTML frame. The corresponding template can be customized by creating a copy of \'./Services/Mail/templates/default/tpl.html_mail_template.html\' at \'./Customizing/global/skin/[SKIN]/Services/Mail/tpl.html_mail_template.html\' .',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_account_mail','en','Account Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_add_recipient','en','Please enter a recipient',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','invite_to_chat','en','Invite to Chat',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','linebreak','en','Line break',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','chat_users_without_permission','en','The following users don\'t have access to the selected chat room:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','forward','en','Forward',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','goto_invitation_chat','en','Open Chat Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('mail','chat_users_have_been_invited','en','The following users have been invited:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','current_folder','en','Current Folder: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','back_to_folder','en','Back to Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chatviewer_no_rooms','en','No Chat Room available, yet.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_select_room','en','Select Chat Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','bc','en','BCC',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','activate_serial_letter_placeholders','en','Activate Serial-Letter Placeholders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_serial_letter_placeholders','en','Serial-Letter Placeholders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_user_sync','en','User Synchronization Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_user_mapping','en','User Profile Mapping',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_user_scope_info','en','Scope for user searching. If unsure choose ‘Sub’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_user_scope','en','Search Scope',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_user_sync_info','en','Defines whether new users are automatically created on login or regularly per Cron-Job.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_user_dn','en','User Search Base',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_user_attribute','en','Attribute for Login Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_update_field_info','en','Update automatically',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_update_roles','en','Role Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ldap','ldap_tbl_role_ass','en','Active Rules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_sync_login','en','On Login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_sync_cron','en','Per Cron-Job',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_settings','en','Server Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_server_version_info','en','LDAP version to use, usually 3.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_server_short','en','Server URL:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_server_url_info','en','A fully qualified URL for specifying the protocol, url and port to connect to. E.g \"ldap://ldap.ilias.de:389\". You may add multiple servers with commas separated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_server_security_settings','en','Security Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_server_name','en','Name of LDAP Configuration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_server_name_info','en','Please choose a name for this LDAP server configuration.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_server_binding','en','Binding',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_server_bind_pass','en','Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_server_bind_dn','en','User DN',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_search_filter','en','LDAP Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_search_base_info','en','Gets prepended to basedn when searching for users.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_scope_sub','en','Sub',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_scope_one','en','One',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_rule_condition','en','Condition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_rule_type','en','Type of Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_settings','en','LDAP Group Synchronization Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_selection','en','Role Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_selection_info','en','Your selection is ambiguous. Please choose one of the following roles.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_not_exists','en','A role with that name does not exist',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_name_info','en','Please choose either a global role or enter the name of a local role.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_mapping','en','ILIAS Role -> LDAP Group Mapping',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_info','en','Enter the name of an ILIAS Role that will control the membership to the LDAP group.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_grp_isdn','en','Attribute value is DN',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_grp_info','en','Members of a specific LDAP Group will be assigned to the given ILIAS role.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_grp_dn_info','en','Please enter the ‘Distinguished Name’ of the LDAP Group.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_grp_at','en','Attribute',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_group_assignments','en','Existing Role -> Group Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_by_plugin','en','By Plugin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_by_group','en','Groupmembership',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_by_attribute','en','LDAP Attribute',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_bind_user','en','Users DN',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_bind_pass','en','Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_bind_pass_info','en','Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_at_value','en','Attribute Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_at_name','en','Attribute Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_at_info','en','The assignment is based on a specific attribute in the LDAP user profile.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_assignments','en','Role Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_role_active','en','Enable Group Synchronization',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_remove_deprecated','en','Deassign Deprecated Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_referrals','en','Referrals',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ldap','ldap_plugin','en','Assignment by Plugin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_plugin_info','en','Validate the role assignment with a plugin. Please enter a valid plugin id.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_plugin_id','en','Plugin Id',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_new_role_assignment','en','Add New Role -> Group Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_moment_sync','en','Type of Synchronization',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_missing_role_assignment','en','Please choose a global role new users will be assigned to.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_missing_bind_user','en','You have chosen ‘Bind as User’: Please enter a valid LDAP username and password.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_memberisdn','en','Attribute Value is DN',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_member_info','en','The attribute of the group object where the user dn may be found.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_mapping_template','en','Template for objectClass:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_mapping_table','en','Assignment of LDAP Attributes to ILIAS User Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_local_role','en','Local Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_mapping_info_type','en','Show Information also in the Repository/Personal Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_info_text','en','Information Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_ilias_role','en','ILIAS Role Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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 and on the Personal Desktop.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_search_base','en','Group Search Base',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_user_filter','en','User Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_scope','en','Search Scope',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_scope_info','en','Scope for group searching. If unsure choose ‘Sub’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_restrictions','en','Group Membership Restrictions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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:
(&(userattr=username)(userfilter))',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_name','en','Group Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_name_info','en','The name of the group users have to be a member of to authenticate successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_membership','en','Group Membership',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_member','en','Group Member Attribute',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_member_short','en','Attribute:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_member_optional','en','Group Membership is Optional',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_filter','en','LDAP Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_filter_info','en','Filter that will be added to the search filter when searching for a group: (&(groupattr=group)(memberattr=username)(groupfilter)).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_dn','en','Group DN',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_dn_short','en','Group DN:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_dn_info','en','Gets prepended to ‘BaseDN’ when searching for groups.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_attribute','en','Attribute for Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_group_attribute_info','en','The group attribute to search for.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_global_role','en','Global Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_global_role_info','en','Please choose an ILIAS Role new users will be assigned to. * The role selection is required in case you chose a type of synchronisation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_global_role_assignment','en','ILIAS-Role Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_filter_info','en','Filter that will be added to the search filter this way: (&(userattr=username)(userfilter)).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ldap','ldap_edit_role_ass_rule','en','Edit Role Assignment Rule',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_err_missing_plugin_id','en','Please enter a valid plugin id.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_escapedn','en','Escape DN',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_dn_info','en','Enter the distinguished name of the LDAP group.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_deleted_rule','en','Deleted selected role assignments.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_deleted_role_mapping','en','Deleted assignment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_confirm_del_role_ass','en','Delete Role Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_check_role_assignment','en','Assignment of Roles After Later Logins',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_btn_add_role_ass','en','Add New Rule',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_bind_user','en','Bind as User:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_bind_anonymous','en','Bind Anonymously',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_authentication_settings','en','Authentication Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_assignment_type','en','Assignment Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_add_role_ass_rule','en','New Rule for Role Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_add_remove','en','Add/Remove Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_add_missing','en','Assign Missing Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_test_expression_info','en','This LaTeX expression will be rendered with the saved MathJax settings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_test_expression','en','Test Expression',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_server_cache_size_info','en','Disk space used for caching rendered graphics.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_server_cache_size','en','Cache Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_server_cache_cleared','en','The MathJax cache was cleared.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_server_for_export','en','Use for HTML Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_server_for_export_info','en','TeX will be exported as SVG graphic for learning module exports to HTML.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_server_clear_cache','en',' » Clear Cache',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_server_for_browser_info','en','TeX will be shown as SVG graphics. Enabling MathJax in the browser is unneccessary.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_server_for_browser','en','Use for Browser',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_server_for_pdf_info','en','The server will be used when PDF files are generated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_server_for_pdf','en','Use for PDF Generation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_server_timeout_info','en','Timeout for calling the mathjax server in seconds',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_server_timeout','en','Timeout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_server_address_info','en','E.g. http://localhost:8003',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_server_address','en','Server Address',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_server_installation','en',' » Installation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_enable_server_info','en','Activates a server-side rendering of TeX to graphics.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_enable_server','en','Enable MathJax on the Server',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_home_link','en',' » MathJax',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_enable_client','en','Enable MathJax in the Browser',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_limiter_info','en','Select the inline delimiters as they are configured in your MathJax installation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_limiter','en','Inline Delimiters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_settings','en','MathJax Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_path_to_mathjax','en','URL to MathJax',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_path_to_mathjax_desc','en','E.g. https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML or a URL to your local installation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_mathjax','en','MathJax',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_enable_mathjax','en','Enable MathJax',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mathjax','mathjax_enable_mathjax_info','en','Activates support for MathJax based mathematical output of LaTeX expressions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','wk','en','wk',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','tt_date_format','en','%a, %b %e',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','time','en','Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','today','en','Today',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','select_date','en','Select date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','time_part','en','(Shift-)Click or drag to change value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_we','en','We',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_tu','en','Tu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_th','en','Th',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_su','en','Su',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_sa','en','Sa',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_mo','en','Mo',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_fr','en','Fr',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_12','en','Dec',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_11','en','Nov',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_10','en','Oct',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_09','en','Sep',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_08','en','Aug',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_07','en','Jul',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_06','en','Jun',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_05','en','May',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_04','en','Apr',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_03','en','Mar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_02','en','Feb',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_01','en','Jan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','prev_year','en','Prev. year (hold for menu)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','prev_month','en','Prev. month (hold for menu)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','part_today','en',' (today)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','open_calendar','en','Click here to open a calendar for date selection (JavaScript required!)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','next_year','en','Next year (hold for menu)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','next_month','en','Next month (hold for menu)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_we','en','Wednesday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_tu','en','Tuesday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_th','en','Thursday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_su','en','Sunday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_mo','en','Monday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_sa','en','Saturday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_12','en','December',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_fr','en','Friday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_10','en','October',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_11','en','November',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_08','en','August',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_09','en','September',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_06','en','June',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_07','en','July',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_05','en','May',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_02','en','February',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_03','en','March',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_04','en','April',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','def_date_format','en','%Y-%m-%d',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','drag_to_move','en','Drag to move',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','go_today','en','Go Today',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','l_01','en','January',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','day_first','en','Display %s first',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','close','en','Close',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','about_calendar','en','About the calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('jscalendar','about_calendar_long','en','DHTML Date/Time Selector (c) 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 to select year - Use the <, > buttons to select month - Hold mouse button on any of the above buttons for faster selection.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','reg_grp_max_members','en','Maximum Number of Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','reg_grp_max_members_short','en','Limited Number of Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_wrong_reg_time_limit','en','Please check the registration start and finish time.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_wrong_max_members','en','A maximum number of members is needed for the waiting list feature.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grp_warn_grp_type_changed','en','Do you really want to change the group type? All permission settings will be reset.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_waiting_list','en','Waiting List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grp_users_already_assigned','en','The user is already assigned to this group.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_update_subscr_request','en','Update Membership Request',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_unsubscribe','en','Unsubscribe',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_typ','en','Group Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_settings','en','Group Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grp_selected_users','en','Selected Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_search_users','en','Search User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_registration_unlimited','en','Unlimited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_subject','en','Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_request','en','Request Membership',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_request_info','en','Interested users can send a request/message to group administrator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_password_info','en','Users need to type in this password when joining the group.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_passwd_info_screen','en','If a group administrator has given you the group password, you can join this group.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_max_members_info','en','Define the maximum number of users that can subscribe to this group.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_limited','en','Limited Registration Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_disabled','en','No Registration Possible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_disabled_info','en','Only group administrators can add users to the group.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_direct','en','Direct Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_direct_info_screen','en','You can join this group directly.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_deac_info_screen','en','Group admittance is closed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_public','en','Public Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_public_info','en','Group is visible for non-members but has special requirements to join it.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_pass_request','en','Join With Group Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_notify_on','en','Notification about new registrations enabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_notify_off','en','Notification about new registrations disabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_notification','en','Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_notification_explanation_admin','en','You receive mail from ILIAS because you are group administrator with notification enabled.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_new_status','en','Your new status is:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_missing_password','en','Please enter a group password.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_members','en','Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_missing_grp_type','en','Please choose a group type.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_members_map','en','Group Members Map',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_map_settings','en','Map Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_map_location','en','Group Map Location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_wl_sub','en','Your registration for group \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_unsubscribe_member_sub','en','Your cancellation of membership in group \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_subscribe_member_sub','en','Your registration for group \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_subscribe_member_bod','en','we are pleased to confirm your registration for the group \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_sub_dec_sub','en','Registration refused for group \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_sub_dec_bod','en','we regret to say that your registration has been refused for group \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_sub_acc_sub','en','Registration confirmed for \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_sub_acc_bod','en','we are pleased to confirm your registration for the group \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_status_sub','en','Changed status in group \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_status_bod','en','your status in group \"%s\" has been changed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_permanent_link','en','Click on the following link to find all of the information you need regarding the group:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_notification_unsub_sub','en','User left group \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_notification_unsub_bod','en','%s has cancelled his/her membership for the group \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_notification_reg_sub','en','User registered for group \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_notification_reg_req_sub','en','Request to join group \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_notification_reg_req_bod2','en','To confirm this registration, go to:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_notification_reg_req_bod','en','%s has requested membership for group \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_notification_reg_bod','en','%s has registered for group \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_dismiss_sub','en','Membership terminated in group \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_dismiss_bod','en','your membership in group \"%s\" has been terminated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_admission_new_sub','en','Your registration for group \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_join_request','en','Send',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_admission_new_bod','en','we are pleased to announce your registration for the group \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_information','en','Important Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_information_info','en','This information will be show on the info page and for new registrations.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_info_settings','en','Group Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_icon_settings','en','Icon Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_header_waiting_list','en','Waiting List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_grp_info_reg','en','You can only register to one of these groups:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_general_informations','en','General Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_enable_map','en','Enable Group Map',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_edit_members','en','Edit Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','sess_closed','en','Closed Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','grp_closed','en','Closed Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','sess_closed_info','en','Session is not visible for non-participants.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','grp_closed_info','en','Group is not visible for non-members.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_change_type','en','Change Group Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_cancel_subscr_request','en','Delete Membership Request',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_already_assigned','en','You have already requested membership for this group.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_admins','en','Administrators',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grouping_change_assignment','en','Change Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','crs_grp_no_courses_assigned','en','No Groups Assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','crs_grp_added_grouping','en','Added new membership limitation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','crs_grp_assign_crs','en','Assignment of Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','crs_grouping_select_one','en','Please select one membership limitation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','crs_grouping_deleted','en','Deleted membership limitation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','crs_grouping_delete_sure','en','Are you sure you want to delete this membership limitation ?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','crs_add_grouping','en','Add Membership Limitation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','topics_please_select_one_action','en','Please select an action.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','topic_close','en','Closed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','sticky','en','Sticky',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','thread','en','Thread',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','threads_moved_successfully','en','The chosen threads were moved to another forum successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','reopen_topics','en','Reopen',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','select_at_least_one_thread','en','Please select at least one thread.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','post_censored_comment_by_moderator','en','Posting Censored, Comment by Moderator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','post_activation_desc','en','Before being published all postings need to be approved by a moderator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','new_post','en','New Post',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','no_forum_selected','en','No forum selected for moving the chosen threads',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','move_chosen_topics','en','Move Chosen Threads',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','make_topics_non_sticky','en','Make Threads Non-Sticky',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','make_topics_sticky','en','Make Threads Sticky',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','is_read','en','Mark as Read',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_wizard_page','en','Copy Forum (Step 2/2)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_sure_delete_threads','en','Are you sure you want to delete the following threads?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_statistics_ranking','en','Number of Postings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_statistics','en','Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_statistics_enabled_desc','en','Enable posting statistics for all participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_statistics_enabled','en','Enable Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_statistics_disabled_for_participants','en','Statistics are disabled for forum members.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_purifier_not_implemented_for_type_x','en','Purifier for type %s not implemented yet.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_pseudonym','en','Pseudonym',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_post_not_activated_yet','en','Not activated yet.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_moderators','en','Moderators',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_moderators_select_one','en','Please choose one user.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_moderators_select_at_least_one','en','Please choose at least one moderator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_moderators_not_exist_yet','en','Please choose a moderator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_moderators_detached_role_successfully','en','The moderator role was detached for all selected users successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_moderator_role_added_successfully','en','The user was added as moderator successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_moderator_m','en','Moderator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_moderator_n','en','Moderation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_moderator_f','en','Moderator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_default_view','en','Default View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_detach_moderator_role','en','Detach Moderator Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_anonymous_posting','en','Posting with pseudonym',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('forum','forums_thread','en','Thread',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_your_reply','en','Your Reply',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_thread_new_entry','en','New topic has been created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_thread_create_from','en','Created from',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_thread_marked','en','The thread has been marked as read.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_the_post','en','Posting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_print_thread','en','Print Thread',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_subject','en','Subject',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_posts','en','All postings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_posts_not_available','en','Postings Not Available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_post_was_activated','en','The posting was activated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_post_new_entry','en','A new posting has been created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_post_needs_to_be_activated','en','A new posting has been created, but it needs to be activated by a moderator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_post_modified','en','Posting has been modified',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_notification_show_post','en','Show posting: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_post_deleted','en','Posting has been deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_notification_intro','en','This mail was automatically sent to you by the ILIAS installation %s, %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_notification_disabled','en','Notification disabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_notification_enabled','en','Notification enabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_no_posts_available','en','This thread has no posts.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_new_thread','en','New Thread',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_mark_read','en','Mark All as Read',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_info_delete_post','en','Are you sure you want to delete this article including any responses?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_info_censor2_post','en','Revoke Censorship?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_info_censor_post','en','Are you sure you want to hide this article?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_enable_notification','en','Enable Notification for this Thread',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_download_attachment','en','Download file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_edit_post','en','Edit Article',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_delete_file','en','Delete attachment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_disable_notification','en','Disable Notification for this Thread',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_created_by','en','Created by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_censor_comment','en','Comment of Censor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_count_art','en','Number of Articles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_attachments_add','en','Add attachment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_attachments','en','Attachments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_all_threads_marked_read','en','All threads have been marked as read',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forum_add_quote','en','Add Quotation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('forum','close_topics','en','Close',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','activate_post','en','Approve',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','activate_post_txt','en','Would you really like to approve the current posting?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','activate_only_current','en','Approve Posting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','activate_new_posts','en','Approve Postings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_msg_max_upload','en','Maximum number of simultaneously uploadable files:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_seconds','en','Seconds',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_retype_password','en','Retype Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_password_required_for_auth','en','Password is required for the chosen authentication method.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_password_not_allowed_for_auth','en','It is not possible to change the password for the chosen authentication method.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_msg_wrong_date','en','Wrong date. Please enter a valid date.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_msg_value_too_low','en','Value too low. Please enter a higher value.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_msg_value_too_high','en','Value too high. Please enter a lower value.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_msg_numeric_value_required','en','Please enter a numeric value.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_msg_formula_is_required','en','Please enter a correct formula.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_msg_file_wrong_file_type','en','Wrong file type.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_msg_file_missing_file_ext','en','The uploaded file has no file type exension.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_msg_file_virus_found','en','Virus found in uploaded file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_msg_file_upload_stopped_ext','en','File upload stopped by extension.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_msg_file_size_exceeds','en','The uploaded file exceeds the max. allowed file size.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_msg_file_partially_uploaded','en','The file could not be uploaded completely.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_msg_file_no_upload','en','This input is required. Please select a file for upload.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_msg_file_missing_tmp_dir','en','Temporary directory for file upload missing.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_minutes','en','Minutes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_months','en','Months',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_msg_file_cannot_write_to_disk','en','Cannot write to disk.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_min_value','en','Minimum Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_max_value','en','Maximum Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_image_file_input','en','Image File Input',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_hours','en','Hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_hierarchy_drag_drop_help','en','Drag and drop icons on placeholders to move elements.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_hierarchy_add_elements','en','Click on placeholders to add new elements.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_format','en','Format',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_file_input','en','File Input',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_days','en','Days',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','page_count','en','Page Count',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','generate_sanitize_report','en','Report about inaccessible files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','upload_info_desc','en','Manage Uploads and Versions in Tab \"Versions\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','upload_info','en','Upload',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','replace_file_info','en','All previous file versions will be deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','file_new_version','en','Create New Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','file_new_version_info','en','Create new file version. Previous versions will not be modified.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('feed','feed_settings','en','External Web Feeds Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('feed','feed_open_source_page','en','Open in New Window',NULL,NULL); +INSERT INTO `lng_data` VALUES ('feed','feed_nr_pd_feeds','en','Number of External Feeds on Personal Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('feed','feed_nr_pd_feeds_info','en','Sets the maximum number of external web feeds, that users may add to their personal desktop. Existing feeds are not deleted, if option is set to a lower value. ‘0‘ disables the feature completely.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('feed','feed_no_valid_url','en','The Feed URL is not valid.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('feed','feed_no_js_click_here','en','If feed is not displayed, click here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('feed','feed_feed_items','en','Feed Item(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('feed','feed_loading_feed','en','Loading Feed...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('feed','feed_disable_rep_feeds','en','Hide Web Feeds',NULL,NULL); +INSERT INTO `lng_data` VALUES ('feed','feed_disable_rep_feeds_info','en','Disables presentation of external web feeds in case of an unexpected problem due to an external feed source.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('feed','block_feed_block_title','en','Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('feed','block_feed_block_head','en','External Web Feed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('feed','block_feed_block_feed_url','en','Feed URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('feed','block_feed_block_feed_url_info','en','Must be a valid RSS/Atom URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('export','export_select_resources','en','Select Resources',NULL,NULL); +INSERT INTO `lng_data` VALUES ('export','export_resource','en','Resource',NULL,NULL); +INSERT INTO `lng_data` VALUES ('export','export_omit','en','Omit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('export','export_omit_resource','en','Omit Resource',NULL,NULL); +INSERT INTO `lng_data` VALUES ('export','export_last_export','en','Last Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('export','export_last_file','en','Last File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('export','export_export_date','en','Export Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('export','export_last_export_file','en','Use Last Export File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('export','export_create','en','Create',NULL,NULL); +INSERT INTO `lng_data` VALUES ('export','export_create_new_file','en','Create New Export File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exp','exp_xml','en','XML',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exp','exp_scorm','en','SCORM',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exp','exp_really_delete','en','Do you really want to delete these export files?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exp','exp_html','en','HTML',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exp','exp_export_files','en','Export Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exp','exp_create_file','en','Create Export File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exercise','exc_your_submission','en','Your Submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exercise','exc_send_mail','en','Send as Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exercise','exc_passed','en','Passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exercise','exc_mark','en','Mark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exercise','exc_notgraded','en','Not Graded',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exercise','exc_grading','en','Grading',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exercise','exc_feedback_from_tutor','en','Evaluation by Tutor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exercise','exc_failed','en','Failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exercise','exc_comment','en','Evaluation Statement',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exercise','exc_comment_for_learner','en','Evaluation Statement',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_total_exc','en','Total Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_submitted_files_deleted','en','The selected files have been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_submissions_and_grades','en','Submissions and Grades',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_starting_on','en','Starting On',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_show_submissions','en','Publish Submissions after Deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_start_time','en','Start Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_send_assignment','en','Send Assignment by Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_show_submissions_info','en','Publish all submissions to all learners after the deadline.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_select_part','en','Select Participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_select_ass','en','Select Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_saved_order','en','Saved presentation order.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_save_order','en','Save Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_presentation_order','en','Presentation Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_public_submission','en','Public Submissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_pass_mode','en','Pass Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_pass_minimum_nr','en','Minimum Number of Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_pass_all','en','All Mandatory Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_pass_all_info','en','All mandatory assignments must be passed to pass the exercise.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_participant','en','Participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_participant_view','en','Participant View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_overview','en','Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_order_by_deadline','en','Order by Deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_no_participants','en','There are currently no participants.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_new_assignment','en','New Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_msg_saved_grades','en','Grades and comments have been saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_msg_public_submission','en','All submissions will be published after the deadline.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_msg_participants_removed','en','The participants have been removed from the exercise.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_msg_new_feedback_file_uploaded2','en','a tutor has uploaded a new feedback file for you.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_msg_new_feedback_file_uploaded','en','A new feedback file has been added to exercise \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_msg_missed_minimum_number','en','You did not pass the minimum number of assignments.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_msg_failed_mandatory','en','You failed in at least one mandatory assignment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_msg_min_number_ass','en','You must pass a minimum of %s assignments to pass the exercise.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_msg_all_mandatory_ass','en','You must pass all mandatory assignments to pass the exercise.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_min_nr','en','Number of Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_mandatory','en','Mandatory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_mandatory_info','en','Mandatory assignments must be passed to pass the whole exercise.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_mail_permanent_link','en','Click on the following link to access the exercise:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_list_submission','en','List All Submissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_hand_in','en','Hand In',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_grades','en','Grades Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_grades_overview','en','Grades View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_fb_files','en','Evaluation Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_export_excel','en','Export (Excel)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_ended_on','en','Ended On',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_edit_submission','en','Edit Submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_edit_assignments','en','Edit Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_edit_assignment','en','Edit Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_deadline','en','Deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_conf_del_assignments','en','Do you really want to delete the following assignments?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_assignments','en','Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_assignments_deleted','en','The assignments have been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_assignment','en','Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_assignment_view','en','Assignment View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_add_participant','en','Add Participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_add_feedback_file','en','Deposit a Feedback File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_add_assignment','en','Add Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_user_rcp','en','Notification About ECS Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ecs','ecs_unique_id','en','Participant-ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_tbl_active_rules','en','Active Rules for Category Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_server_settings','en','ECS Functionality',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_server_url','en','Server URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_settings','en','Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_role','en','Role Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_remote_user_settings','en','Settings for ECS User Accounts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_remote_imported','en','Information about ECS Course has been refreshed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_released','en','Released Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_released_content','en','Released E-Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_publish_for','en','Release for:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_published_for','en','Published for:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_rcrs_created_body_a','en','A new ECS Course has been created:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_read_remote_links','en','Update ECS Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_publish_as','en','Publish as:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_protocol','en','Protocol',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_port','en','Port',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_polling','en','Polling Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_polling_info','en','Please define the polling time for creation and update of Course Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_participants','en','Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_participants_infos','en','Further Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_notifications','en','Notifications',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_no_value','en','Not available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_not_published','en','No approvals selected.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_no_owner','en','Please select one community name.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_new_user_subject','en','New ECS User Account',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_new_user_profile','en','User profile data:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_new_user_body','en','A new ECS user account has been created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_new_econtent_subject','en','New E-Content created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_new_category_mapping','en','New Assignment of Course Links to Categories',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_new_approval_subject','en','A new course has been released',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_meta_data','en','Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_mappings','en','ECS Data Mapping',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_mapping_tbl','en','Mapping of ECS-Data to ILIAS Custom Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_key_password','en','Key Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_local_settings','en','Local Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_imported_from','en','Imported From',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_imported_content','en','Imported E-Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_import','en','Imported Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_import_id_info','en','Please enter the ID of the category, where new Course Links will be created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_import_id','en','Import ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_ignore_field','en','Disable export/update of this field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_global_role_info','en','The chosen role will be assigned to newly created ECS user accounts.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_time','en','Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_term','en','Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_study_courses','en','Study Course(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_start','en','Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_room','en','Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_semester_hours','en','Semester Periods per Week',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_lecturer','en','Lecturer(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_part_id','en','Participant ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_day','en','Day',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_end','en','End',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_credits','en','Credits',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_cycle','en','Cycle',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_courseType','en','Course Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_courseID','en','Course ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_begin','en','Begin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_export_obj_settings','en','Course Release Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_export','en','Course Releases',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_export_enabled','en','Release this Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_export_disabled','en','Do not release this Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_export_created_body_a','en','A new course has been released',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_event_appointment','en','Event Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_error_extract_serial','en','Cannot read serial number of certificate. Please check the client certificate path.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_err_missing_value','en','Please check your input: Attribute values.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_err_invalid_type','en','Please state a valid category object id.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_err_invalid_dates','en','The starting must be earlier than the finish time.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_enable_participant','en','Allow Im/Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_email','en','E-Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_edit_category_mapping','en','Edit Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_econ_rcp','en','Notification About New E-Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ecs','ecs_duration','en','Duration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_dns','en','Domainname',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_connection_settings','en','Connection Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_communities','en','Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_client_cert','en','Client Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_check_import_id','en','The import id is not valid. Please check this setting.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cert_key','en','Certificate Key',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_category_mapping','en','Assignment to Categories',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cat_mapping_values','en','Attribute Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cat_mapping_type','en','Assignment Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cat_mapping_fixed','en','Fixed Values',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cat_mapping_fixed_info','en','Choose this mode for assigning Course Links to categories based on fixed values.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cat_mapping_duration','en','Date Range',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ecs','ecs_ca_cert','en','CA Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_attribute_name','en','Attribute Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_approval_rcp','en','Notification About Approved Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ecs','ecs_active','en','Enable ECS Functionality',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_active_header','en','Import/Export Allowed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_account_duration','en','Activation Period Extension',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ecs','ecs_abr','en','Abbreviation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','cert_serial','en','Certificate Serial Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','year','en','Year',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','wk_short','en','WK',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','week','en','Week',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','We_short','en','We',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','We_long','en','Wednesday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','Tu_short','en','Tu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','Tu_long','en','Tuesday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','today','en','Today',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','to','en','to',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','Th_short','en','Th',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','Th_long','en','Thursday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','Text','en','Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','Su_short','en','Su',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','Su_long','en','Sunday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','Sa_short','en','Sa',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','Sa_long','en','Saturday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','r_4_weeks','en','Every 4 weeks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','properties','en','Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','r_14','en','Every 14 days',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','of','en','of',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','more','en','More',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','month','en','Month',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','Mo_short','en','Mo',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','Mo_long','en','Monday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','last_change','en','Last changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','keywords','en','Keywords',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','keep','en','Keep',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','keyword','en','Keyword',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','inbox','en','Inbox',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','ical_export','en','iCal Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','hour','en','hour',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','grp_cal_reg_start','en','Registration Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','grp_cal_reg_end','en','Registration End',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','group','en','Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','Fr_short','en','Fr',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','free','en','Free',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','Fr_long','en','Friday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','execute','en','Execute choices',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','err_missing_title','en','Please enter an appointment title.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','err_end_before_start','en','The appointment must not start before the end.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','end_date','en','End Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','date','en','Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','crs_cal_reg_start','en','Registration Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','date_format','en','m/d/Y H:i',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','crs_cal_reg_end','en','Registration End',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','crs_cal_activation_start','en','Course Availability starts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','crs_cal_activation_end','en','Course Availability ends',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','created','en','Created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_yearly','en','Yearly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_year_s','en','Year(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_where','en','Location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_weekly','en','Weekly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_weekday','en','Weekday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_week_start','en','Week Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_week_month_view','en','Week/Month View Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_week_overview','en','Week Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_week_s','en','Week(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_week_selection','en','Select Week',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_week_abbrev','en','W',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_user_time_format','en','Time Format',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_user_date_format','en','Date Input Format',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_export_timezone_utc','en','Use Timezone UTC (compatible with MS Outlook)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_export_timezone','en','Timezone for Calendar Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_export_timezone_tz','en','Use ILIAS-Timezone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_user_timezone','en','ILIAS-Timezone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_user_settings','en','Calendar Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_unshared_selected_usr','en','Stopped sharing the calendar with the selected users.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_unshare_cal','en','Stop Sharing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_type_system','en','Public Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_type_sess','en','Session Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_type_crs','en','Course Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_type_grp','en','Group Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_type_info','en','Please choose one calendar type. ‘Public Calendars’ are visible for all ILIAS users.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_type_personal','en','Private Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_timezone_info','en','Please choose the nearest city in your timezone.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_time_format_info','en','Please choose a format for the input and presentation of time.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_third','en','Third',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_task_completion','en','Task Completion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_table_categories','en','Calendar Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_sync_enabled','en','Enabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_sync_disabled','en','Disabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_sync_cache','en','Calendar Cache',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_sync_cache_info','en','If activated, new/modified calendar appointments are calculated only every x minutes.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_subscription_url','en','Calendar URL:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_subscription_header','en','Calendar Address',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_start','en','Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_shared_selected_usr','en','The calendar has been shared with the selected users/roles.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_shared_header','en','Shared Calendars',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_share_search_usr_header','en','User Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_share','en','Share',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_shared_calendars','en','Shared Calendars (Invitations)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_share_search_role_header','en','Role Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_share_search_header','en','Share Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_shared_access_read_only','en','Read-only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_share_decline','en','Decline Invitation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_shared_access_read_write','en','Read and Write',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_shared_access_table_col','en','Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_share_cal_editable','en','Share Calendar (Read and Write)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_share_cal','en','Share Calendar (Read-only)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_share_accept','en','Accept Invitation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_search','en','Search Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_second','en','Second',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_server_tz','en','Server Timezone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_search_info_share','en','Please enter the name of the desired user/role for sharing the calendar.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_save_responsible_users','en','Save Responsible Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_responsible','en','Responsible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_recurrences','en','Recurrences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_rec_err_limit','en','Please enter a valid number of appointments.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_on','en','On:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_on_the','en','On the:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_no_recurrence','en','No Recurrence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_no_ending','en','No End Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_new_ms','en','New Milestone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_new_app','en','New Appointment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ms_users_responsible','en','Users Responsible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ms_details','en','Milestone Details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_monthly','en','Monthly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_month_selection','en','Select Month',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_month_s','en','Month(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_month_overview','en','Month Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_in','en','in',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_last','en','Last',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_global_settings','en','Global Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_fullday','en','Date/Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_fullday_title','en','All Day Event',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_fourth','en','Fourth',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_fifth','en','Fifth',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_first','en','First',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_enable_group_milestones','en','Enable Milestones',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_every','en','Every:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_enable_group_milestones_desc','en','This option enables milestone planning in the calendar.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_edit_category','en','Edit Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_edit_milestone','en','Edit Milestone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_edit_appointment','en','Edit Appointment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_duration','en','Duration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_details','en','Appointment Details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_deleted_app','en','The selected appointments have been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_delete_app_sure','en','Do you really want to delete the following appointments?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_del_cal_sure','en','Do you really want to delete the chosen calendars?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_def_week_start','en','Default Week Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_default_calendar','en','Personal Appointments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_del_app_sure','en','Do you really want to delete the selected appointments?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_def_timezone','en','Default Timezone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_def_timezone_info','en','Please choose a default timezone for the presentation of appointments.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_def_time_format','en','Default Time Format',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_def_time_format_info','en','Please choose a format for the input and presentation of time.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_def_date_format','en','Default Date Input Format',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_def_date_format_info','en','Please choose a format for the input of dates.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_declined','en','Declined',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_deadline','en','Deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_day_week_view','en','Day/Week View Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_def_day_start','en','Default Day Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_day_start','en','Day Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_day_selection','en','Select Day',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_day_s','en','Day(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_day_overview','en','Day Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_day_of_month','en','Day of the month',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_def_day_end','en','Default Day End',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_day_end','en','Day End',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_date_format_info','en','Please choose a format for the input of dates.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_daily','en','Daily',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_created_milestone','en','Added milestone.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_created_milestone_resp_q','en','Added milestone. Please select users that are responsible to meet the milestone.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_created_appointment','en','Created new appointment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_changed_events_header','en','New and Changed Appointments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_create','en','Create',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_change_responsible_users','en','Change Responsible Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_category_selection','en','Calendar Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_calendar_name','en','Calendar Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_calendar_color','en','Color',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_cal_type','en','Calendar Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_cal_details','en','Calendar Details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_cache','en','Calendar Cache',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_cache_info','en','If activated, calendar appointments on the personal desktop and in the repository are calculated only every x-minutes.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_cache_enabled','en','Enabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_cache_disabled','en','Disabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_assigned_appointments','en','Assigned Appointments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_apps','en','Number of Appointments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_all_day','en','All Day',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_appointments','en','Appointment(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_add_milestone','en','Add Milestone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_add_category','en','Create New Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_add_appointment','en','Create Appointment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_accepted','en','Accepted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','c_date','en','Create Event',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','back','en','Back',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','apply','en','Apply',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','app_week','en','Week',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','app_month','en','Month',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','app_day','en','Day',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','add_appointment','en','Add Appointment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','user_fields','en','User Fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','tutor_phone','en','Phone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','tutor_name','en','Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','tutor_email','en','E-Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timings','en','Timings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timings_usr_edit','en','Edit Timings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timings_timings','en','Timings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timings_timings_on','en','Switch Timings Administration On',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timings_edit','en','Edit Timings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timings_of','en','Timings Off',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timings_timings_off','en','Switch Timings Administration Off',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timing_user_accepted','en','Timings Accepted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timing_user_accept','en','Accept Timings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timing_tutor_visible','en','Remark is visible for course tutors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timing_remark','en','Remark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timing_not_accepted','en','Not Accepted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timing_accepted','en','Accepted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','sess_signature','en','Signature',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','subscription_times_not_valid','en','The registration period is not valid.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timing_accept_table','en','Timings: Remarks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','sess_num_prev','en','Number of Past Sessions (until yesterday)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','sess_print_attendance_list','en','Print List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','sess_num_next','en','Number of Following Sessions (from tomorrow)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','sess_limit','en','Limit Number of Sessions Shown',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','sess_limit_info','en','Participants are not presented with the list of all sessions but a limited number of sessions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','sess_join_info','en','Please click Attend if you want to take part at this session.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','sess_gen_attendance_list','en','Generate List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','export_members','en','Export Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','grouping_change_assignment','en','Change Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','sess_attendance_list','en','Attendance List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_updated','en','Saved Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event','en','Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','events','en','Sessions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_unregistered','en','You have been unregistered.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_unregister','en','Unregister',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_tutor_data','en','Presentation by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_title','en','Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_table_create','en','New Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_table_update','en','Edit Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_tbl_participated','en','Attended',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_tbl_registered','en','Registered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_participated','en','Participated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_registered','en','You have been registered to this session.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_section_information','en','Session Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_location','en','Location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_materials','en','Session Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_not_participated','en','Not Participated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_overview','en','Participation in Sessions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_lecturer','en','Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_fulltime_info','en','All Day Event',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_file','en','File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_files','en','Assigned Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_etime_smaller_stime','en','The finish time is earlier than the start time. Please enter a valid time span.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_edit_members','en','Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_details_workflow','en','Details/Workflow',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_digit','en','Digit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_date_time','en','Date and Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_desc','en','Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_csv_export','en','CSV Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_btn_add','en','Add Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_btn_add_edit','en','Add Session and Assign Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_assign_materials_table','en','Assignment of Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_assign_materials_info','en','Assigned materials will be displayed directly below the session.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_add_new_event','en','Added new session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','edit_timings_list','en','Edit Timings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_xml','en','XML',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_wiz_next','en','Save',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_wiz_back','en','Back',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_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 course administrator when your request has been approved or rejected.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_view_timing','en','Timings View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_visibility_limitless','en','Unlimited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_visibility_until','en','Limited Availability Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_wait_info','en','If the maximum number of users is exceeded, new registrations will be placed on a waiting list.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_waiting_list','en','Waiting List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_warn_no_max_set_on_waiting_list','en','The maximum number of course members is exceeded. You can set yourself on the waiting list. You will receive a message from a course administrator when your request has been approved or rejected.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_view_objective','en','Learning Objectives-Driven Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_view_mode','en','Course Presentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_view_info_timing','en','Presentation mode for timings settings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_users_added','en','Added user to the course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_users_already_assigned','en','The user is already assigned to this course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_users_removed_from_list','en','The selected users have been removed from the waiting list',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_user_agreement','en','Released Data Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_user_already_assigned','en','The chosen user is already assigned to this course.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_update_subscr_request','en','Update Membership Request',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_user_agreement_info','en','Visible Personal Data for Course Administrators',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_unsubscribed_from_crs','en','You have been unsubscribed from this course.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_unsubscribe_sure','en','Are you sure you want to unsubscribe from this course?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_unsubscribe_member','en','Your cancellation of membership in course \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_unsubscribe_member_body','en','We confirm your cancellation of membership in course \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_unlimited','en','Unlimited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_unblocked','en','Free entrance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_unblocked_member','en','Access granted in course \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_unblocked_member_body','en','your membership in course \"%s\" has been restored.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_tutors','en','Tutors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_tutor','en','Tutor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_to','en','Until',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_visibility','en','If chosen, the material is visible even outside of the given availability.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_visibility_short','en','Visibility',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_update_error','en','Your settings are not valid, please verify the timings for the following course materials:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_time_frame','en','Time Frame',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_suggested_info','en','Suggested Editing Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_sug_end','en','Suggested End',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_sug_begin','en','Suggested Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_start','en','Start Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_start_end_info','en','(Start/End)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_short_limit_start_end','en','Latest End Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_short_start_end','en','Suggestion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_short_changeable','en','Changeable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_short_active','en','Enabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_presetting','en','Time Target Enabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_planed_start','en','Planed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_planed_info','en','Planed Editing Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_not_changed','en','Timings not Modified',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_info_active','en','(Active)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_in_days','en','(In Days)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_from_until','en','(From/Until)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_end','en','Finish Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_early_begin','en','Earliest Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_disabled','en','Timings Disabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_disabled_info','en','Choose this option to disable any timings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_changed','en','Timings Modified',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_changeable','en','Time Target Changeable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_availability_enabled','en','Temporarily Available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_table_start_objects','en','Start Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_syllabus','en','Syllabus',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_sure_delete_selected_archives','en','Are you sure to delete the selected archives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_subscription','en','Subscription',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_subscription_successful','en','You have joined the course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_subscription_options_password','en','Join with Course Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_subscription_options_direct','en','Join Directly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_subscription_options_confirmation','en','Request Membership',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_subscription_max_members','en','Maximum Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_subscription_max_members_short','en','Limited Number of Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_subscribers_deleted','en','Deleted subscriber(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_subscriber','en','Subscriber',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_subscribe_wl','en','Your registration for course \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_subscribe_member','en','Your registration for course \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_subscribe_member_body','en','we are pleased to confirm your registration for the course \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_status','en','Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_structure','en','Course structure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_status_changed','en','Changed status in \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_starter_deleted','en','Removed assignment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_starters_already_assigned','en','This object was already assigned.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_status_changed_body','en','your status in course \"%s\" has been changed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_start','en','Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_start_objects','en','Start Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_sort_title','en','Titles in Alphabetical Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_sort_timing_info','en','Sort course items be their activation time or timings settings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_sort_manual','en','Sort Manually',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_show_members','en','Show Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_size','en','File size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_sort_activation','en','Sort by Activation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_settings','en','Course Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_show_members_info','en','If activated, course members can access the members gallery.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_settings_saved','en','Settings saved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_selected_users','en','Selected Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_select_starter','en','Select Start Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_select_one_archive','en','Please select one archive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_select_archive_language','en','Please select a language for the archive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_search_users','en','Search Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_role_status','en','Role / Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_reset_results','en','Reset Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_reject_subscriber','en','Registration refused for \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_reject_subscriber_body','en','we regret to say that your registration has been refused for the course \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_registration','en','Course Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_registration_type','en','Registration Procedure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_registration_limited','en','Limited Registration Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_registration_deactivated','en','Only course administrators can add users to the course.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_reg','en','Registration Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_reg_user_already_subscribed','en','You have already requested membership for this course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_reg_until','en','Registration Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_reg_subject','en','Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_reg_max_info','en','Define the maximum number of users that can be assigned to this course.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_print_list','en','Generate List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_pdf','en','PDF',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_presentation_type','en','Presentation Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_password_required','en','This registration procedure requires a password.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_password_not_valid','en','Your password is not valid',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_passed','en','Passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_other_resources','en','Other Resources',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objectives','en','Learning Objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objectives_reseted','en','Reseted results.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objectives_reset_sure','en','You want to delete all results of this course.
All test results will be deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objectives_edit_question_assignments','en','Edit Question Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objectives_deleted','en','Delete learning objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_wiz_title','en','Describe Learning Objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objectives_assigned_lm','en','The selected materials have been assigned.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_wiz_title_info','en','Please choose a title and a short description of the learning objective.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_wiz_self','en','Initial Test Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_wiz_self_limit','en','Limits for Initial Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_wiz_self_limit_info','en','Please define the limits for initial test questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_wiz_materials','en','Assign Course Material',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_wiz_self_info','en','Please define the initial test questions. Initial tests are intended to examine the previous knowledge of the course participants.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_wiz_final','en','Final Test Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_wiz_materials_info','en','You can assign course materials that are recommended for processing the learning objective.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_wiz_final_limit','en','Limits for Final Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_wiz_final_limit_info','en','Here you can define the limits for the final test questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_wiz_final_info','en','Assignment of final test questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_status','en','Objective Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_self_assessment','en','Questions Assigned to Initial Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_result','en','After final test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_saved_sorting','en','Saved sorting.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_random_warn','en','You can not use random tests in combination with learning objectives.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_qst_summary','en','Overview Question Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_pretest','en','After initial test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_points','en','Point(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_overview_question_assignment','en','Overview Question Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_overview_objectives','en','Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_modified','en','Updated learning objective.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_not_accomplished','en','Not accomplished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_final_test','en','Questions Assigned to Final Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_limit_err','en','The required points should not be higher than the total points.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_err_limit','en','Please enter a percentage number between 1 and 100.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_assigned_materials','en','Assigned Learning Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_all_points','en','Total Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_add_mat','en','Assign Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_accomplished','en','Accomplished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_obj_required_points','en','Required Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_obj_final_req_info','en','If this number of points is achieved, the learning objective is passed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_number_users_added','en','The following number of users has been assigned to the course:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_nr','en','Nr.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_notify','en','Notify for new registrations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_notification','en','Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_notification_explanation_admin','en','You receive mail from ILIAS because you are course administrator / tutor with notification enabled.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_not_available','en','-Not available-',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_no_users_selected','en','You did not select a user',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_no_users_added','en','No members added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_no_subscribers_selected','en','Please select a user',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_no_objective_selected','en','Please select one objective.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_no_objectives_created','en','No Course Materials created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_no_objective_lms_found','en','This course does not contain learning material that could be assigned to the learning objective.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_no_notify','en','No notify for new registrations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_no_archives_selected','en','Please select an archive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_no_archive_selected','en','No archives selected',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_news','en','Course News',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_new_subscription','en','User registered for course \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_new_subscription_request','en','Request to join course \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_new_subscription_request_body2','en','To confirm this registration, go to:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_new_subscription_request_body','en','%s has requested membership for course \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_new_subscription_body','en','%s has registered for course \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_new_status','en','Your new status is:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_min_one_admin','en','There has to be at least one administrator assigned to this course.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_members','en','Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_members_print_title','en','Course members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_members_map','en','Course Members Map',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_members_deleted','en','Deleted members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_members_deleted','en','Deleted members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_member','en','Member',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_member_administration','en','Edit Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_mem_send_mail','en','Send Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_materials','en','Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_max_members_reached','en','The maximum number of members has been reached',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_map_settings','en','Map',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_map_location','en','Course Map Location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_mail_permanent_link','en','Click on the following link to find all of the information you need regarding the course:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_lim_assigned','en','Already assigned to associated group \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_lim_assigned','en','Already assigned to associated course \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_join_request','en','Send',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_item_presetting_info','en','Choose this option to offer the learners suggested editing times.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_info_start','en','Please work through all of the course items stated below.
After you have processed all marked objects new course items will be activated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_info_settings','en','Course Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_info_reg','en','Admittance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_info_reg_direct','en','You can join this course directly.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_info_reg_password','en','If a course administrator has given you the course password, you can join this course.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_info_reg_deactivated','en','Course admittance is closed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_info_download','en','Files for Download',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_info_agreement','en','The following data types are visible for course administrators:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_info_agree','en','I accept, that the above data types are visible for course administrators.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_html','en','HTML',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_important_info','en','Important Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_header_edit_members','en','Edit Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_header_delete_members','en','Would you like to remove the following members from this group?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_header_delete_members','en','Would you like to remove the following members from this course?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_grp_table_assigned_courses','en','Assigned courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_header_archives','en','Course Archives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_grp_no_courses_assigned','en','No assigned courses.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_grp_info_reg','en','You can only register to one of this courses:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_grp_matriculation_required','en','This course grouping requires an unique matriculation number.
Please insert this value in your settings on the personal desktop.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_grp_enter_title','en','Please enter a title.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_grp_assign_crs','en','Assign course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','grp_grp_already_assigned','en','You are already member of this grouping of groups.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_grp_already_assigned','en','You are already member of this grouping of courses.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_grp_added_grouping','en','Added new membership limitation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_groupings','en','Course groupings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_grouping_select_one','en','Please select a course grouping.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_grouping_deleted','en','Deleted course grouping.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_general_informations','en','General Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_grouping_delete_sure','en','Do you really want to delete the following membership limitations?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_from','en','From',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_general_info','en','General Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_file','en','File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_file_size_info','en','Filesize',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_file_name','en','File Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_file_download','en','Files for Download',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_enable_map','en','Enable Course Map',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_end','en','End',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_export','en','Course export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_dismiss_member','en','Membership terminated in \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_edit_timings','en','Edit Timings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_details','en','Course Details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_dismiss_member_body','en','your membership has been terminated in course \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_delete_objectve_sure','en','Are you sure, you want to delete the selected objectives?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_create_date','en','Create date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_dates','en','Dates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_content','en','Course Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_count_members','en','Number of members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_contact_responsibility','en','Responsibility',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_contact','en','Contact',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_contact_phone','en','Telephone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_contact_email','en','E-Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_contact_name','en','Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_contact_email_info','en','Enter one or more (comma separated) e-mail addresses.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_contact_consultation','en','Consultation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_cancel_subscription','en','User left course \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_cancel_subscription_body','en','%s has cancelled his/her membership for the course \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_blocked','en','Access Refused',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_cancel_subscr_request','en','Delete Membership Request',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_blocked_member','en','Membership blocked in course \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_blocked_member_body','en','your membership for course \"%s\" has been blocked.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_agreement_required','en','You have to accept the user agreement, if you want to register to this course.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_added','en','Added new course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_admin','en','Administrator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_administrators','en','Administrators',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_agree','en','Acceptance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_agreement_header','en','User Agreement',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_added_starters','en','Assigned start object(s).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_added_member','en','Your registration for course \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_added_new_archive','en','A new archive has been added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_added_objective','en','A new learning objective has been created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_added_member_body','en','we are pleased to announce your registration for the course \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_add_starter','en','Add Start Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_add_remove_from_desktop','en','Add to Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_add_remove_from_desktop_info','en','Allow the members to add course items to the personal desktop.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_add_objective','en','Add Objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_add_html_archive','en','Add HTML archive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_add_grouping','en','Add Membership Limitation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_add_archive_xml','en','Create a XML Archive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_activation','en','Activation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_add_archive_html','en','Create a HTML Archive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_access','en','Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_accept_subscriber','en','Registration confirmed for \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_accept_subscriber_body','en','we are pleased to confirm your registration for the course \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','contact_email_not_valid','en','the contact e-mail is not valid.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','assigned','en','Assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','activation_times_not_valid','en','The availability period is not valid.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','text_repr','en','Text Representation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','text_repr_info','en','Used for image ‘alt’ attribute.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','st','en','Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','set_public_mode','en','Set public access mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','seq_toc','en','From the Table Of Contents on the left, choose an activity to begin the course.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','seq_error','en','An internal error in the sequencer occurred.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','seq_endsession','en','The current course session has ended.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','seq_close','en','Please close the player-window.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','selectHeader','en','Select As Header',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','selectFooter','en','Select As Footer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','selected_pages_only','en','Only Selected Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','select_a_file','en','Please select a file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','scplayer_suspendall','en','Suspend All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','scplayer_start','en','Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','scplayer_showtree','en','Show Tree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','scplayer_next','en','Next',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','scplayer_previous','en','Previous',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','scplayer_phpmysqlcheck','en','You need enabled JSON-support to use the JavaScript-RTE',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','scplayer_expandtree','en','Expand All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','scplayer_hidetree','en','Hide Tree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','scplayer_exitall','en','Exit All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','scplayer_exit','en','Exit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','scplayer_debugger','en','Show test tool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','saved_media_object','en','Saved media object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','scplayer_collapsetree','en','Collapse All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','scplayer_continue','en','Continue',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','pg','en','Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','public_section','en','Public Area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','Pages','en','Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','par','en','Paragraph',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','msg_page_not_public','en','Page is not public',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','msg_entry_updated','en','Menu entry updated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','msg_entry_removed','en','Menu entry removed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','msg_entry_added','en','Menu entry added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','mep_folder_created','en','Added new folder.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','lm_menu_select_object_to_add','en','Please select the object you want to add to the menu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','lm_menu_select_internal_object','en','Select internal object >>',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','lm_menu_new_entry','en','Create a new menu entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','lm_menu_entry_title','en','Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','lm_menu_entry_target','en','Target',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','lm_menu_edit_entry','en','Edit menu entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','import_sco_object','en','Import SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_usages','en','Glossary is used in...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_term_used_in','en','The following resources linking to that term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_definition_abbr','en','Def.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','dgl_pagebreak','en','Pagebreak',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','copied_to_clipboard','en','Copied object(s) to clipboard.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','content_page_history','en','Page History',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_zip_file_invalid','en','File is not a valid import file.
It does not contain a file \'%s\'.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_xml_base','en','xml:base',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_width','en','Width',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_wiki_page_link','en','Wiki Page Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_versions','en','Versions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_version','en','version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_validate_file','en','Validate File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_users_have_mob_in_clip2','en','user(s).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_users_have_mob_in_clip1','en','This media object is in the clipboard of',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_use_same_resource_as_above','en','Use the same resource as above',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_usage','en','Usage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_uploaded_file','en','Existing File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_upload_dir','en','Upload directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_update_section','en','Update Section',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_update_resources','en','Update Resource List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_type','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_update_map','en','Edit Map',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tree_fixed','en','Tree structure has been fixed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tracking_items','en','Tracking Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_total_time','en','Total Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tracking_bysco','en','By Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tracking_byuser','en','By User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tracking_data','en','Tracking Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_top','en','Top',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_toc','en','Table of Contents',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_time','en','Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_toc_mode','en','Table of Contents Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_text_tex','en','LaTeX Code:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_text_xln','en','External Link:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_time_limit_action','en','adlcp:timelimitaction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_text_str','en','Strong Text:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_text_quot','en','Quotation:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_text_placehl','en','Text Placeholder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_text_placeh','en','Click and edit to insert text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_text_keyword','en','Keyword',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_text_imp','en','Important:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_text_iln','en','Internal Link, e.g.:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_text_fn','en','Footnote:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_text_emp','en','Emphatic Text:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_text_com','en','Comment:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_text_code','en','Code:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_text_acc','en','Accent:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_terms','en','Terms',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_term','en','Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_target_within_source','en','Target must not be within source object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_target_missing','en','Target Missing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tabs','en','Panels',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tabs_confirm_deletion','en','Are you sure that all panels and their content should be deleted?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tabs_acc_ver','en','Vertical Accordion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tabs_acc_hor','en','Horizontal Accordion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_table','en','Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_TableContent','en','Table Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_table_width','en','Table Width',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_table_cellpadding','en','Table Cell Padding',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_table_properties','en','Table Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_table_cell_properties','en','Table Cell Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_table_border','en','Table Border',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tab_cont_width','en','Content Width',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tab_cont_height','en','Content Height',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_syntax_help','en','Syntax Help',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_subchapters','en','Subchapters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_style','en','Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_structure','en','structure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_std_view','en','Standard View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_std_is_in_dir','en','Deletion not possible. Standard view file is in directory.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_status','en','Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_startfile','en','Start File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_start','en','Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_start_value','en','Start Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_start_value_info','en','Enter start value as decimal number. Default is 1.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_StandardTable','en','Standard Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_st_title','en','Chapter Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_src','en','Source code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_src_other','en','other',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_snippets_used','en','Used Content Snippets',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_span','en','Span',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Special','en','Special',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_spreadsheet_table','en','Spreadsheet Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_skip_chapter','en','Skip this chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_size','en','Size (Bytes)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_show_line_numbers','en','Show line numbers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_show_print_view','en','Show Print View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_show_info','en','Show Info',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_shape','en','Shape',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_set_tab_style_info','en','Activate checkboxes in table cells to set style.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_set_styles','en','Set Styles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_set_start_file','en','Set Start File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_set_link','en','Edit Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_selected_pg_chap','en','Selected Pages/Chapters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_select','en','Select',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_select_par_or_section','en','Please select at least one paragraph or section.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_select_item','en','Select at least one item.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_select_max_one_item','en','Please select one item only.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_select_media_pool','en','Select Media Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_scorm_type','en','adlcp:scormtype',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_select_from_upload_dir','en','-- Select from the upload directory --',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_score','en','Score',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_scheduled_activation','en','Scheduled Activation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_title','en','title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_usession','en','Prevent from Logging-Out Automatically',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_version','en','Version of Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_stat_running','en','Running',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_stat_passed','en','Passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_stat_not_attempted','en','Not attempted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_stat_incomplete','en','Incomplete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_stat_failed','en','Failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_stat_completed','en','Completed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_stat_browsed','en','Browsed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_preview','en','Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_new_version','en','Upload new version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_max_attempt_exceed','en','Max. number of attempts for this module has been reached.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_less_mode_browse','en','Browse',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_less_mode_normal','en','Normal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_saved_map_data','en','Saved map data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_saved_map_area','en','Saved map area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_save_widths','en','Save Widths',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_save_spans','en','Save Spans',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_save_positions','en','Save Positions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_save_positions_and_classes','en','Save Positions and Style Classes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_save_all_titles','en','Save Titles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_rowspan','en','Row Span',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_rvalue','en','Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_roman','en','Roman I, II, …',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_roman_s','en','Roman i, ii, …',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_rollback','en','Rollback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_rollback_confirmation','en','Do you really want to restore this old version of the page?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_right','en','Right',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_right_float','en','Right, Floating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_revision','en','Revision',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_resources','en','Resources',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_resource','en','Resource',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_resource_type','en','type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_resource_size','en','Original Resource Size / No Size Declaration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_repository_item','en','Repository Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_resize_img','en','Resize Image File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_replace_mob_feature','en','Replace Media Objects in Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_rename_dir','en','Rename Directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Remark','en','Remark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ref_images','en','Referenced Images',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_reference','en','Reference',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ref_helptext','en','(e.g. http://www.server.org/myimage.jpg)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Rect','en','Rectangle',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_question_type','en','Question Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_question_placeh','en','Click and edit to insert question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_question_placehl','en','Question Placeholder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_public_access','en','Public Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_purpose','en','Purpose',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_qtries','en','Number of Tries for Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_print_view','en','Print View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_print_view_pre_glo','en','Prevent Glossary Appendix in Print View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_print_selection','en','Print View Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_print_no_page_selected','en','Please select at least one page.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_previous_rev','en','Previous Revision',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_preview','en','Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_prerequisites','en','adlcp:prerequisites',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_prereq_type','en','adlcp:prerequisites.type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_please_select','en','please select',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Poly','en','Polygon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_position','en','Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pg_title','en','Page Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_please_enter_a_term','en','Please enter a term.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_personal_clipboard','en','Personal Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_vacc','en','Accordion (Vertical)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_sec','en','Section',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_tab','en','Advanced Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_res','en','Resource',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_new','en','New Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_par','en','Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_qst','en','Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_map','en','Map',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_mob','en','Media',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_modified','en','Modified Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_hacc','en','Accordion (Horizontal)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_incl','en','Content Snippet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_list','en','Advanced List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_deleted','en','Deleted Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_dtab','en','Data Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_flist','en','File List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_code','en','Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_paste_table','en','Paste Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_paste_from_clipboard','en','Paste from clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_parameter','en','Parameter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_parameters','en','parameters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pages','en','Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pages_and_subchapters','en','Subchapters and Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_page_layout','en','Page Layout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_page_header','en','Page Header',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_page_deactivated','en','Page is deactivated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_page_deactivated_elements','en','Page contains deactivated elements.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_page_currently_deactivated','en','Sorry, but this page is currently deactivated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_page_compare','en','Compare Selected Revisions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_page_activation','en','Page Activation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_organizations','en','Organizations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_orig_size','en','Original Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_organization','en','Organization',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_operation_not_allowed','en','This operation is not allowed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_online','en','Online',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_obj_removed','en','Objects removed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_number_type','en','Number Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_numbered_list','en','Numbered List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_number_std','en','Standard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_nr_row_header','en','Header Rows',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_nr_rows','en','Number of Rows',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_number_of_tabs','en','Number of Panels',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_nr_items','en','Number of Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_nr_row_footer','en','Footer Rows',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_nr_cols','en','Number of Columns',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_nr_col_footer','en','Footer Columns',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_nr_col_header','en','Header Columns',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_none','en','None',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_nomenu','en','Hide Top Navigation Bar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_no_text','en','No Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_no_subdir_in_zip','en','Zip command failed or import file invalid.
It does not contain a sub-folder \'%s\'.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_no_parameters','en','No Parameters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_no_page','en','No Page found.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_no_page_in_chapter','en','Sorry, but there is currently no activated content within this chapter.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_no_manifest','en','No imsmanifest.xml file found in main directory.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_no_glossary','en','No glossary assigned.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_no_caption','en','No Caption',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_new_tab','en','New Panel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_new_term','en','New Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_next_rev','en','Next Revision',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_no_access','en','No Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_new_module_added','en','New version of module uploaded successfully',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_new_mob','en','New Media Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_new_file','en','New File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_new_dir','en','New Directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_name','en','Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_new_area','en','New Link Area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_mob_usages','en','Usage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_mob_inst_prop','en','Instance Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_mob_from_media_pool','en','Choose From Media Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_mob_def_prop','en','Default Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Mnemonic','en','Mnemonic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_missing_preconditions','en','You need to fulfill the following preconditions to access the chapter \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_media_source','en','Media Source',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Media','en','Media (Standard)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_max_time_allowed','en','adlcp:maxtimeallowed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_media_placeh','en','Click and edit to insert media',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_media_placehl','en','Media Placeholder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_mastery_score','en','adlcp:masteryscore',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_map_file_not_generated','en','Sorry. Unable to generate map file for editing.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_manifest','en','Manifest',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lvalue','en','Data element',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lrs_settings','en','Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_location','en','Location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_localfile','en','Local File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lm_properties','en','Learning Module Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lm_menu','en','Menu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lk_term','en','Glossary Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lm_default_layout','en','Default Layout of Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lk_term_new','en','Glossary Term (New Frame)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lk_page_new','en','Page (New Frame)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lk_page','en','Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lk_page_faq','en','Page (FAQ Frame)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lk_media_media','en','Media (Media Frame)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lk_media_new','en','Media (New Frame)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lk_media_faq','en','Media (FAQ Frame)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lk_media_inline','en','Media (Inline)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lk_chapter_new','en','Chapter (New Frame)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lk_chapter','en','Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_list_properties','en','List Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_List','en','List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_list_files','en','List Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_linked_mobs','en','Linked media objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_links','en','Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Link','en','Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_link_select','en','Internal Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_link_type','en','Link Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_link_int','en','Link (internal)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_link_area','en','Link Area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_link_ext','en','Link (external)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_left','en','Left',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_layout','en','Layout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_left_float','en','Left, Floating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_layout_toc2windyn','en','Table of Contents Dynamic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_layout_toc2win','en','Table of Contents',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_layout_presentation','en','Presentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_layout_per_page','en','Layout per Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_layout_3window','en','Three Windows',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_layout_fullscreen','en','Full Screen',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_layout_2window','en','Two Windows',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_layout_1window','en','One Window',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_layout_2window_desc','en','Content in the left frame. FAQ, glossary and media links open in right frame.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_latest_rev','en','Latest Revision',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_layout_1window_desc','en','Content in the main frame. FAQ, glossary and media links open in separate window.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_item','en','Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_is_visible','en','isvisible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_invalid_new_module','en','Incompatible module! Please make sure imsmanifest.xml is not changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_internal_link','en','internal link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_internal_links','en','Internal Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_inst_map_areas','en','Instance Link Areas',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_table','en','Insert Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_subchapter','en','Insert Sub-chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_src','en','Insert source code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_subchapter_from_clip','en','Paste Sub-chapters from Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_resources','en','Insert Resource List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_section','en','Insert Section',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_par','en','Insert Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_page','en','Insert Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_page_from_clip','en','Paste Pages from Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_mob','en','Insert Media Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_map','en','Insert Map',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_list','en','Insert Advanced List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_file_item','en','Insert File Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_file_list','en','Insert File List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_chapter','en','Insert Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_chapter_from_clip','en','Paste Chapters from Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_as_chapter','en','Insert as Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_as_subchapter','en','Insert as Sub-chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_html_table','en','HTML Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_id_ref','en','identifierref',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_imagemap','en','Image Map',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_import_id','en','identifier',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_import_tracking','en','Import Tracking Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_href','en','href',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_hidenavig','en','Hide Navigation Tree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_height','en','Height in pixels',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Headline3','en','Headline 3',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Headline2','en','Headline 2',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Headline1','en','Headline 1',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_header','en','Header',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_glo_properties','en','Glossary Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_glo_detach','en','Detach Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_glo_create','en','Create Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_glo_assign','en','Assign Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_get_link','en','get link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_general_properties','en','General Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_fullscreen','en','Full Screen',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_full_is_in_dir','en','Deletion not possible. Full screen file is in directory.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_format','en','Format',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_free_pages','en','Free Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_force_all_open','en','Force All Opened',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_fix_tree','en','Fix structure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_footer','en','Footer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_first_row_style','en','First Row Style Class',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_first_open','en','First Panel Opened',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_files','en','Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_FileListItem','en','File List Item (Standard)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_file','en','File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_file_unzipped','en','File has been unzipped.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_file_renamed','en','File has been renamed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_file_deleted','en','File has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_file_from_repository','en','File From Repository',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_export_all','en','Export all',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_file_created','en','File has been created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_enter_a_file','en','Please select a file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Example','en','Example',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Excursus','en','Excursus',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_end','en','End',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_enter_a_dir_name','en','Please enter a directory name.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_enable_time_scheduled_page_activation','en','Time Scheduled Page Activation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_edit_term','en','Edit Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_empty_question','en','Question editing not finished. Please either click and edit or delete question.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_tabs','en','Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_src','en','Edit Source Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_style','en','Edit Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_shape_rectangle','en','Edit Shape (Rectangle)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_shape_polygon','en','Edit Shape (Polygon)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_shape_circle','en','Edit Shape (Circle)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_par','en','Edit Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_mob','en','Edit Media Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_mob_alias_prop','en','Edit Media Object Instance Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_lrs_settings','en','Edit Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_file_list_properties','en','Edit File List Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_width','en','Width',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_textitem','en',' Text Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_split_page','en','Split to New Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_split_page_next','en','Split to Next Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_select_pctext','en','Select Text Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_row_up','en','Move Row Up',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_row_down','en','Move Row Down',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_plachtext','en','Placeholder Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_plachquestion','en','Placeholder Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_plachprop','en','Placeholder Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_plachmedia','en','Placeholder Media',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_pglprop','en','Page Layout Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_paste_clip','en','Paste From Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_paste','en','Paste',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_par','en','Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_new_item_after','en','New Item After',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_new_item_before','en','New Item Before',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_new_row_after','en','New Row After',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_new_row_before','en','New Row Before',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_new_col_before','en','New Column Before',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_movebefore','en','Move Before',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_new_col_after','en','New Column After',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_moveafter','en','Move After',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_list','en',' Advanced List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_item_up','en','Move Item Up',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_item_down','en','Move Item Down',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_tabs','en','Insert Accordion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_plach','en','Insert Placeholder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_repobj','en','Insert Resource List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_section','en','Insert Section',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_pcqst','en','Insert Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_par','en','Insert Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_media','en','Insert Image/Media',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_enable','en','(De-)Activate Elements',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_flist','en',' File List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_go','en','Go',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_atable','en','Insert Advanced Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_code','en','Insert Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_dtable','en','Insert Data Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_filelist','en','Insert File List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_incl','en','Insert Content Snippet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_list','en','Insert Advanced List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_map','en','Insert Map',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_edit_prop','en','Edit Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_edit','en','Edit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_delete','en','Delete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_dtable','en','Data Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_edit_data','en','Edit Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_edit_files','en','Edit Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_delete_row','en','Delete Row',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_delete_item','en','Delete Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_copy_clip','en','Copy to Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_delete_col','en','Delete Column',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_col_right','en','Move Column Right',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_col_left','en','Move Column Left',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_atable','en','Advanced Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_class','en','Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_align_right','en','Align: Right',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_align_right_float','en','Align: Right Float',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_align_left','en','Align: Left',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_align_center','en','Align: Center',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_align_left_float','en','Align: Left Float',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_downloads_public_desc','en','Allow download even for anonymous users (in public area)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_downloads','en','Enable Download',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_drag_and_drop_elements','en','Drag and drop content elements on placeholders to move elements.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_downloads_desc','en','Offers all public export files for download (e.g. for offline use or import).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_download_title','en','Download Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_dir_deleted','en','Directory has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_dir_file','en','Directory/File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_dir_renamed','en','Directory has been renamed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_double_click_to_delete','en','Double-click on content elements to select them for (de-)activation or deletion.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_dir_created','en','Directory has been created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_delete_track_data','en','Delete Tracking Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_dependencies','en','Dependencies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_definition','en','Definition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_definitions','en','Definitions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_delete_selected','en','Delete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_delete_style','en','Delete Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_default','en','Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_debug','en','Enable Test Tool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_decimal','en','Decimal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_def_layout','en','Default Layout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_def_lesson_mode','en','Record Tracking Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_def_map_areas','en','Default Link Areas',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_def_organization','en','default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_de_activate','en','(De-)Activate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_deactivate_page','en','Deactivate Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_deactivated','en','Deactivated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_custom_size','en','Fixed Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_custom','en','Custom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_data_from_lms','en','adlcp:datafromlms',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_credits','en','Credits',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_current_chapter','en','Current Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_current_page','en','Current Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_current_style','en','Current Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_current_version','en','Current Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_credit_mode','en','Grading Tracking Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_credit_off','en','Tracking Status not Graded',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_credit_on','en','Grade Tracking Status (Passed or Failed)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_coords','en','Coordinates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_copy_to_clipboard','en','Copy to clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_could_not_determine_resource_size','en','ILIAS could not automatically determine the resource size.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_create_mob','en','Create Media Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_content','en','Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_constrain_proportions','en','Constrain Proportions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_confirm_delete','en','Do you really want to delete this item(s)?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_click_tl_corner','en','Please click on the top left corner of the desired area.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_colspan','en','Col. Span',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_click_next_point','en','Please click on the next point of the polygon.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_click_starting_point','en','Please click on the starting point of the polygon.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_click_circle','en','Please click on a circle point of the desired area.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Citation','en','Citation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_click_br_corner','en','Please click on the bottom right corner of the desired area.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_click_center','en','Please click on center of the desired area.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Circle','en','Circle',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_citation_selection_not_valid','en','You\'re selection is not valid',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_choose_pages_or_chapters_only','en','Please select either pages or chapters only.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_choose_lm','en','Choose Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_choose_glo','en','Choose Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_choose_mep','en','Choose Media Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_choose_characteristic','en','Choose Characteristic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_choose_characteristic_text','en','Text Elements',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_characteristic','en','Style Class',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_choose_characteristic_section','en','Sections',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_chapters_and_pages','en','Chapters and Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_chapters_only','en','Chapters only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_chapters','en','Chapters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_chapters_after_pages','en','Please note that pages have to precede all sub-chapters of the same level.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_chap_select_target_now','en','Chapter marked for moving. Select target now.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_chap_and_pages','en','Chapters and Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_center','en','Center',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_change_object_reference','en','Change Object Reference',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_change_type','en','Change Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_cant_del_std','en','Deletion of standard view file not possible.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_caption','en','Caption',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_cant_del_full','en','Deletion of full screen file not possible.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_cant_copy_folders','en','Folders cannot be copied to clipboard.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_bottom','en','Bottom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_bullet_list','en','Bullet List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_behavior','en','Behavior',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Block','en','Block',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_back','en','Back',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_bb_tip','en','Tip: Styles can be applied quickly to selected text.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_autostart','en','Autostart',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_autoindent','en','Auto Indent',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_assign_std','en','Assign Standard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_annex','en','Annex',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_areas_deleted','en','Map areas deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_assign_characteristic','en','Assign Characteristic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_assign_full','en','Assign Full Screen',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_alphabetic','en','Alphabetic A, B, …',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_anchor','en','Anchor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_alphabetic_s','en','Alphabetic a, b, …',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_adjust_size','en','Adjust Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_align','en','Alignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_all_closed','en','All Closed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_all_pages','en','All Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Additional','en','Additional Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_added_term','en','Term added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_added_comment','en','Comment has been added to history.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_add_tab','en','Add Panel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_add_file','en','Add File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_add_elements','en','Click on placeholders to add new elements.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_add_definition','en','Add Definition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_add_area','en','Add Area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_add_change_comment','en','Add change comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_activation','en','Activation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_active','en','Enable Menu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_activated','en','Activated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_activate_page','en','Activate Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','citate_from','en','Citate From ...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','citate_page','en','Citate this Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','citate_to','en','Citate To ...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','citate','en','Citate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_act_number','en','Chapter Numeration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','choose_public_pages','en','Choose public accessible pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','all','en','All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','choose_public_mode','en','Access for Users not logged-in',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','all_pages','en','Entire Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','add_menu_entry','en','Add Menu Entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','zipcode','en','Zip Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','zip','en','Zip Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','year','en','Year',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','years','en','Years',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','yes','en','Yes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','yesterday','en','Yesterday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','zip_structure_error','en','Archive contains same file names. Upload aborted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','zip_test_failed','en','Zip-Test failed. Please contact you ILIAS administrator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','write','en','Write',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','wrong_ip_detected','en','Your access is denied because of a wrong client ip.
You are currently using this IP address: %s
Please contact the system administrator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','with','en','with',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','wizard_search_list','en','Your search produced the following hits. Please select one of them.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','wiki','en','Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiki_write','en','User can edit settings of wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiki_visible','en','Wiki is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiki_read','en','User can read wiki content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','wiki_new','en','New Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiki_edit_content','en','User can create and edit wiki pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiki_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiki_copy','en','User can copy wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiki_delete','en','User can move or delete wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','wiki_add','en','Add Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','weeks','en','Weeks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','welcome','en','Welcome',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','width','en','Width',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','weekly','en','weekly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','week','en','Week',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webservices','en','SOAP',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webr','en','Weblink',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','webr_write','en','User can edit settings of weblinks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','webr_visible','en','Weblink is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','webr_read','en','User can read and use weblinks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webr_sure_delete_items','en','Do you really want to delete the following Weblink(s)?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webr_last_check_table','en','Last check:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webr_edit','en','Edit Weblink',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','webr_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webr_disable_check','en','Disable Validation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webr_deleted_items','en','Deleted Weblink(s).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','webr_delete','en','User can move or delete weblink',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','webr_copy','en','User can copy weblink',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webr_add','en','Add Weblink',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webr_active','en','Active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webfolder_mount_dir_with','en','Open this page as a Webfolder with Internet Explorer 6, Konqueror, Nautilus, other Browser.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webfolder_instructions','en','Webfolder instructions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webfolder_instructions_titletext','en','Open %1$s as webfolder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webfolder_instructions_text','en','[IF_WINDOWS]

Instructions for connecting with Windows

  1. Open Windows-Explorer (e.g. key combination Windows + E).
  2. Press the Alt-Key. The menu appears.
  3. Choose \"Add Network Place\" in the toolbar.
  4. Enter the following address as address (you may copy and paste the URL):

    [WEBFOLDER_URI]

  5. Click \"Finish\".
  6. Enter your login and password, and select \"OK\".
  7. You can now access the webfolder from the start menu \"Computer\".

Your login and password is identical to your local ILIAS login and can be changed via \"Personal Desktop - Settings\".[/IF_WINDOWS] [IF_MAC]

Instructions for Mac OS X

  1. Open the Finder.
  2. Choose the menu \'Goto to > Connect to server...\'.
    This opens the window \'connect to server\'.
  3. Enter this URL as server URL:
    [WEBFOLDER_URI]
    und click on \'Connect\'.
  4. Enter your login and password, and select \"OK\".

Your login and password is identical to your local ILIAS login and can be changed via \"Personal Desktop - Settings\".[/IF_MAC][IF_LINUX]

Instructions for Linux with Konqueror

  1. Open Konqueror Browser.
  2. Enter this URL as server URL:
    [WEBFOLDER_URI_KONQUEROR]
    and press enter.
  3. Enter your login and password, and select \"OK\".

Instructions for Linux with Nautilus

  1. Open Nautilus Browser.
  2. Enter this URL as server URL:
    [WEBFOLDER_URI_NAUTILUS]
    and press enter.
  3. Enter your login and password, and select \"OK\".

Your login and password is identical to your local ILIAS login and can be changed via \"Personal Desktop - Settings\".[/IF_LINUX]

Tips & Support

',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webfolder_instructions_info','en','The webfolder instructions are shown on browsers, which can not open a webfolder directly. You can use HTML code, and the following placeholders: [WEBFOLDER_TITLE], [WEBFOLDER_URI], [WEBFOLDER_URI_IE], [WEBFOLDER_URI_KONQUEROR], [WEBFOLDER_URI_NAUTILUS], [ADMIN_MAIL], [IF_WINDOWS]...[/IF_WINDOWS], [IF_MAC]...[/IF_MAC], [IF_LINUX]...[/IF_LINUX]. Clear the field to get the default instructions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webfolder_index_of','en','Index of %1$s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','visitors','en','Visitors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','visits','en','Visits',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','web_resources','en','Weblinks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webdav','en','WebDAV',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webfolder_dir_info','en','You got here, because your browser can\'t open webfolders. Read the instructions for opening webfolders.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','visible','en','Visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','visitor','en','Visitor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','version','en','Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','versions','en','Versions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','view_content','en','View Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','view','en','View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','visible_registration','en','Visible in Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','verification_failure_log','en','Verification failure log',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','verification_warning_log','en','Verification warning log',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','verification_failed','en','Verification failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','validate','en','Validate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','value','en','Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','vcard_download','en','Download Visiting Card',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','vcard','en','Visiting Card',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','valid','en','Valid',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrimport_xml_element_inapplicable','en','Element \"%1$s\" is inapplicable for \"%2$s\" action.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrimport_xml_element_for_action_required','en','Element \"%1$s\" must be specified for \"%2$s\" action.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrimport_xml_element_content_illegal','en','Content \"%2$s\" of element \"%1$s\" is illegal.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','usrimport_xml_attribute_value_illegal','en','Value \"%3$s\" of attribute \"%2$s\" in element \"%1$s\" is illegal.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrimport_xml_attribute_missing','en','Attribute \"%2$s\" in element \"%1$s\" is missing.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrimport_with_specified_role_not_permitted','en','Import with specified role not permitted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrimport_no_update_ext_account_exists','en','Can\'t perform ‘Update’ action. External account already exists.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrimport_no_insert_ext_account_exists','en','Can\'t perform ‘Insert’ action. External account already exists.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrimport_login_is_not_unique','en','Login is not unique.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrimport_ignore_role','en','Ignore role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrimport_global_role_for_action_required','en','At least one global role must be specified for \"%1$s\" action.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrimport_conflict_handling_info','en','When ‘Ignore on conflict’ is selected, ILIAS ignores an action, if it can not be performed (e. g. an ‘Insert’ action is not done, if there is already a user with the same login in the database.) When ‘Update on conflict’ is selected, ILIAS updates the database if an action can not be performed. (e. g. an ‘Insert’ action is replaced by an ‘Update’ action, if a user with the same login exists in the database).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrimport_cant_update','en','Can\'t perform ‘Update’ action. No such user in database.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrimport_cant_insert','en','Can\'t perform ‘Insert’ action. User is already in database.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrimport_cant_delete','en','Can\'t perform ‘Delete’ action. No such user in database.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrimport_action_replaced','en','Replaced action %1$s by %2$s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrimport_action_ignored','en','Ignored action %1$s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usrf','en','User accounts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','usrf_write','en','Edit settings in User administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','usrf_read','en','User has read access to User administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','usrf_visible','en','User administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','usrf_read_users','en','User has read access to local user accounts (local administrators)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','usrf_push_desktop_items','en','User is allowed to push items on the personal desktop.of role members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','usrf_edit_roleassignment','en','User can change role assignment of user account',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','usrf_edit_permission','en','User can change permission settings in User administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','usrf_delete','en','User can delete user accounts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr','en','User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_skin_style','en','Skin / Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_without_courses','en','Users without courses assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_settings_changeable_lua','en','Changeable in Local User Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_settings_visib_lua','en','Visible in Local User Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_settings_header_profile','en','Standard User Data Fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_settings_saved','en','Global user settings saved successfully!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_new','en','New User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_settings_explanation_profile','en','Check ‘Visible’ to show fields in the registration form and personal data on the personal desktop. Check ‘Changeable’ to allow the user to change the value in the personal data. Please note that visible fields can always be entered in the registration form. Required fields are required in the registration form and the personal data. All data can be changed in the user administration independent on these settings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_inactive_only','en','Inactive Users only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_limited_access_only','en','Users with limited access only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_filter_role','en','Assigned role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_filter_lastlogin','en','Last login of user',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_filter_groupmember','en','Member of group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_filter_coursemember','en','Member of course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_edit','en','Edit User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_agreement','en','Terms of Service',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_add','en','Add User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_active_only','en','Active Users only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','users','en','Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','users_online','en','Active Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','users_not_imported','en','The following users do not exist, their messages cannot become imported',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','userfolder_export_files','en','Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','userfolder_export_xml','en','XML',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','username','en','Username',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','userfolder_export_file','en','File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','userfolder_export_file_size','en','File size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','userfolder_export_excel_x86','en','Microsoft Excel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','userfolder_export_csv','en','Comma Separated Values',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_toggle_noti','en','Member is not allowed to deactivate notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user','en','User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','userdata','en','User Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_status','en','User Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_send_new_account_mail','en','Send new account e-mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_profile_other','en','Other Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_new_account_mail','en','New Account Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_not_known','en','Please insert a valid username.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_imported','en','User import complete.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_language','en','User Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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 enabled setting ‘Send mail to inform user about changes’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_imported_with_warnings','en','User import complete with warnings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_import_failed','en','User import failed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_image','en','User Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_ext_account','en','External Account',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_ext_account_desc','en','Account used for external authentication. (CAS, SOAP, LDAP or Radius authentication)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_detail','en','Detail Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_deleted','en','User deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_defined_list','en','Custom User Data Fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_defined_fields','en','Custom Fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_deactivated','en','User has been disapproved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_comment','en','User comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_assignment','en','User Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_cant_receive_mail','en','%1$s – user is not allowed to use mail system.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_added','en','User added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_activated','en','User has been approved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','use_default_instructions','en','Use default instructions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','use_customized_instructions','en','Use customized instructions:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','url','en','URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','url_to_latex','en','URL to LaTeX CGI script',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','url_not_found','en','File Not Found',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','uploaded_and_checked','en','The file has been uploaded and checked, you can now start to import it.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','uri','en','URI',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','upload','en','Upload',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','upload_error_file_not_found','en','Upload error: File not found.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','update','en','Edit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','update_on_conflict','en','Update on conflict',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','up','en','Up',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','update_applied','en','Update Applied',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','update_language','en','Update Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','unread','en','Unread',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','unsubscribe','en','Remove from Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','unzip','en','Unzip',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','unknown','en','UNKNOWN',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','uninstalled','en','uninstalled.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','unambiguousness','en','Distinguishing Mark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','uncheck_all','en','Uncheck all',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','unchecked','en','Unchecked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','uninstall','en','Uninstall',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','ums_explanation_4','en','If none of them is your account, please hit ‘Create New Account’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','ums_explanation_2','en','If this is not your account, please hit ‘Create New Account’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','uid','en','UID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ums_create_new_account','en','Create New Account',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','udf_update_wysiwyg_field','en','Edit Text Area (WYSIWYG) Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','udf_update_text_field','en','Edit Text Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','udf_update_select_field','en','Edit Select Box',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','udf_type_wysiwyg','en','Text Area (WYSIWYG)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','udf_type_text','en','Text Field (One Line)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','udf_type_select','en','Selection List (Single Choice)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','udf_type_datetime','en','Date and Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','udf_type_date','en','Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','udf_required_requires_visib_reg','en','When field is set to ‘required’, it must be set to ‘visible in registration’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','udf_name_already_exists','en','This field name already exists. Please choose a different name.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','udf_field_deleted','en','Deleted field.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','udf_delete_sure','en','Are you sure you want to delete this field and all assigned user data ?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','udf_duplicate_entries','en','The values have to be unique.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','udf_added_field','en','Added new field.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','type','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','typ','en','Object Type Definition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','txt_submitted','en','You successfully submitted an account request to ILIAS. Your account request will be reviewed by the system administrators, and should be activated within 48 hours. You will not be able to log in until your account is activated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','txt_registered','en','You successfully registered to ILIAS. Please click on the button below to login to ILIAS with your user account.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tst','en','Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tutors','en','Tutors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','txt_registered_passw_gen','en','You successfully registered to ILIAS. You should receive an e-Mail including your generated password shortly.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tst_write','en','User can edit content and settings of test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tst_visible','en','Test is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tst_warning_test_not_complete','en','The test is not complete!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tst_user_not_invited','en','You are not supposed to take this test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tst_tst_results','en','User has access to test results of others',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tst_results','en','Test Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tst_statistics','en','Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tst_run','en','Run',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tst_statistical_evaluation','en','Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tst_read','en','User can perform the test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tst_new','en','New test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tst_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tst_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tst_delete','en','User can move or delete test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tree','en','Tree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','treeview','en','Show Sidebar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tst_add','en','Add test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tst_copy','en','User can copy test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','trash','en','Trash',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tree_frame','en','Tree Frame',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','translation','en','Translation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','trac_visible','en','Statistics and Learning Progress administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tracking_settings','en','Learning Progress Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','trac_read','en','User has read access to Statistics and Learning Progress administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','trac_delete','en','User can delete tracking data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','trac_edit_permission','en','Change permission settings in Statistics and Learning Progress administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tomorrow','en','Tomorrow',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','total','en','Total',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','toggleGlobalFixed','en','Toggle Global Fixed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','toggleGlobalDefault','en','Toggle Global Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','title','en','Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','to_client_list','en','Client Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','to_desktop','en','Add to Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','to','en','To',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','today','en','Today',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','time_limit','en','Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','time','en','Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','title_required','en','Please insert a title.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','time_limit_until','en','Until (time limit)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','time_limit_reached','en','Your user account is not active.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','time_limit_unlimited','en','Unlimited (time limit)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','time_limit_owner','en','Owner (time limit)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','time_limit_not_valid','en','The period is not valid.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','time_limit_no_users_selected','en','Please select a user.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','time_limit_from','en','From (time limit)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','time_limit_message','en','Message (time limit)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','time_limit_add_time_limit_for_selected','en','Please enter a time period for the selected user(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','thumbnail','en','Thumbnail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','textbox','en','Textbox',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','thread','en','Thread',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','test','en','Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tests','en','Tests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tax_new','en','New Taxonomy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tax','en','Taxonomy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','term','en','Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','target','en','Target',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tax_add','en','Add Taxonomy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','take_over_structure','en','Adopt Structure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('rbac','tags_write','en','User can edit settings in Tagging administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tabs','en','Tabs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tagging_my_tags','en','My Tags',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tags_edit_permission','en','User can change permission settings in Tagging administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tags_read','en','User has read access to Tagging administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tags_visible','en','Tagging administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','table_mail_import','en','Mail import',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','systemcheck_cronform','en','Activation of System Check in Cron Job',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','system','en','System',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','systemcheck_cron','en','Process System Check in Cron Job',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','system_message','en','System Messages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','system_styles','en','System Styles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','system_information','en','System Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','system_language','en','System Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','system_check','en','System Check',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','svy','en','Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','svy_write','en','User can edit content and settings of survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','svy_warning_survey_not_complete','en','The survey is incomplete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','svy_visible','en','Survey is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','svy_read','en','User can participate at a survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','svy_run','en','Run',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','svy_not_started','en','You did not take part in this survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','svy_not_finished','en','The survey has not been completed yet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','svy_invite','en','User can invite others to a survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','svy_new','en','New survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','svy_finished','en','You have completed the survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','svy_delete','en','User can move or delete survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','svy_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','svy_copy','en','User can copy survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','svy_add','en','Add survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','survey_unlimited_invitation','en','Unlimited Invitation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','survey_unlimited_invitation_desc','en','Allows unlimited invitation in surveys. Unlimited invitation adds the survey to the personal desktop of every registered user.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','survey_defaults','en','Default Settings for Surveys',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','success_message','en','Success Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','summary','en','Summary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sure_delete_selected_users','en','Are you sure you want to delete the selected user(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','subtabs','en','SubTabs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','subscription','en','Subscription',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','submit','en','Submit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','subobjects','en','Sub-objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','subject','en','Subject',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sub_request_saved','en','Saved membership request',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sub_request_deleted','en','Deleted membership request',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','stys_visible','en','Layout and Styles administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','stys_read','en','User has read access to Layout and Styles administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','stys_edit_permission','en','User can change permission settings of Layout and Styles administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sty','en','Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','structure','en','Structure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','street','en','Street',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','step','en','Step',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','status','en','Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','status_no_permission','en','No permission granted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','statistics','en','Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','statistic','en','Statistic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','startpage','en','ILIAS Login Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','stat_selected','en','Selected',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','spl_write','en','User can edit survey questions and settings of question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','spl','en','Question Pool Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ssl','en','SSL (HTTPS)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','standard_fields','en','Standard Fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','spl_visible','en','Question pool is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','spl_read','en','User can read survey questions in pool and insert them in survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','spl_new','en','New Question Pool Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','spl_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','spl_delete','en','User can move or delete question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','spl_add','en','Add Question Pool Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','spl_copy','en','User can copy question pool for surveys',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','spacer','en','Spacer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sorting_title_header','en','Titles in Alphabetical Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sorting_save','en','Save Sorting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sorting_manual_header','en','Manually',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sorting_info_title','en','Content items are arranged automatically by title in alphabetical order.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sorting_info_manual','en','Content items can be arranged manually in a preferred order. Additionallyi, please define the standard sorting settings for new objects.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sorting_header','en','Content Item Sorting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','soap_wsdl_path','en','WSDL Path',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sort_by_this_column','en','Sort by this column',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','soap_user_administration','en','Administration via SOAP',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','soap_user_administration_desc','en','If enabled, ILIAS can be administrated via SOAP.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','smtp','en','SMTP',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','skin_style','en','Default Skin / Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','size','en','Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','simultaneous_login_detected','en','Your access is denied because of a simultaneous login with the same account.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','side_frame','en','Side Frame',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','signature','en','Signature',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','short_inst_name','en','Short Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','show_details','en','Show Details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','show_filter','en','Show Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','show_list','en','Show List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','show_members','en','Display Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','show_owner','en','Show Owner',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','show_users_online','en','Show active users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','show','en','Show',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_settings_saved','en','The Shibboleth settings were saved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_street','en','Attribute for street',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_title','en','Attribute for title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_update','en','Update this field on login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_user_default_role','en','Default role assigned to Shibboleth users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_zipcode','en','Attribute for zipcode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib','en','Shibboleth',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_phone_office','en','Attribute for office phone number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_select_home_organization','en','For authentication via %s, please select your organization from the drop down list.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_phone_home','en','Attribute for home phone number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_phone_mobile','en','Attribute for mobile phone number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_member_of','en','I am a member of ...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_login_type','en','Organization selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_login','en','Unique Shibboleth attribute',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_login_external_wayf','en','Use external WAYF service',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_login_internal_wayf','en','Use ILIAS WAYF service',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_login_embedded_wayf','en','Design custom login area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_login_embedded_wayf_description','en','If this option is chosen, you can provide any HTML code in the login instructions text area below. This can for example be used to embed an own JavaScript WAYF/Discovery Service or create a custom-tailored design of the login area.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','shib_invalid_home_organization','en','Please choose a valid organization!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_language','en','Attribute for language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_lastname','en','Attribute for lastname',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_institution','en','Attribute for institution',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_idp_list','en','Provide a list of Identity Providers to let the user choose from on the ILIAS login page.
On each line there must be a comma-separated tuple for providerID of IdP (see the Shibboleth metadata file) and Name of IdP as it shall be displayed in the drop-down list.
As an optional third parameter you can add the location of a Shibboleth session initiator that shall be used in case your ILIAS installation is part of a multi federation setup.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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.
If you have questions concerning this, please ask the',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_gender','en','Attribute for salutation (must be ‘n’, ‘m’ or ‘f’)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_email','en','Attribute for e-mail address',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_federation_name','en','Name of your Shibboleth federation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_firstname','en','Attribute for first name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_data_conv','en','Absolute path to data manipulation API',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_department','en','Attribute for department',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_data_conv_warning','en','The data manipulation API file you specified cannot be read',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_country','en','Attribute for country',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_city','en','Attribute for city',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_active','en','Enable Shibboleth support',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','settings','en','Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','setUserLanguage','en','Set User Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','settings_saved','en','Saved settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','set','en','Set',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','setSystemLanguage','en','Set System Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','session_reminder','en','Session-Reminder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','set_offline','en','Set Offline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','set_online','en','Set Online',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','session_reminder_session_duration','en','(Session Duration: %s).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','session_reminder_lead_time','en','Leadtime',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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)
The current length of a user session is %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','session_reminder_info','en','If enabled, you receive a reminder before the online-session of your browser expires.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','sess','en','Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sess_copy','en','User can copy session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','server','en','Server',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','server_software','en','Server Software',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sequences','en','Sequences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','server_data','en','Server Info',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sent','en','Sent',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sequence','en','Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','send','en','Send',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sender','en','Sender',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','selected','en','Selected',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','send_mail','en','Send Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','selected_languages_updated','en','The selected languages have been updated (if installed):',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','selected_items_back','en','Back to Personal Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','selected_items','en','Personal Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','select','en','Select',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','select_one','en','Please select one.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','select_questionpool','en','Insert questions into',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','select_object_to_link','en','Please select the object which you want to link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','select_max_one_item','en','Please select one item only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','select_file','en','Select File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','select_at_least_one_object','en','Please choose at least one object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','seconds','en','Seconds',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','select_all','en','Select All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','second','en','Second',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','seas_write','en','Edit settings in Search administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','seas_visible','en','Search administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','seas_settings','en','Search settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','seas_search','en','User can use the global search in ILIAS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','seas_read','en','User has read access to Search administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','seas_max_hits','en','Max hits',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','seas_edit_permission','en','User can change permission settings or Search administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','seas_max_hits_info','en','Please enter a number for the maximum number of search results.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','search_user','en','Search User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','search','en','Search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','search_result','en','Search Result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','search_results','en','Search Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','search_engine','en','Readable .html URLs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','search_for','en','Search For',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','search_in','en','Search in',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','search_inactive','en','Include inactive users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','search_new','en','New Search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','search_active','en','Include active users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','scorm_new','en','Create SCORM Learning Module (Authoring Mode)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','scorm_create_export_file_scrom2004','en','Create Export File (SCORM 2004 3rd Edition)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','scorm_create_export_file_scrom2004_4th','en','Create Export File (SCORM 2004 4th Edition)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','scorm_create_export_file_scrom12','en','Create Export File (SCORM 1.2)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','scorm_create_export_file_pdf','en','Create Export File (PDF)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','save','en','Save',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','saved_successfully','en','Saved Successfully',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','scorm_create_export_file_html','en','Create Export File (HTML)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','save_refresh','en','Save and Refresh',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','save_return','en','Save and Return',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','save_settings','en','Save Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','save_user_related_data','en','Save user related access data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','save_params_for_cron','en','Save Parameter for Cron Job',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','save_and_back','en','Save And Back',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','save_message','en','Save as Draft',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','salutation','en','Salutation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','salutation_m','en','Mr.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','salutation_n','en','No salutation desired',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','salutation_f','en','Ms./Mrs.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sahs_read','en','User can read SCORM learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sahs_visible','en','SCORM learning module is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sahs_write','en','User can edit content and settings of SCORM learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sahs','en','Learning Module SCORM',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sahs_insert_page_from_clip','en','Paste Pages from Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sahs_insert_sco_from_clip','en','Paste SCOs from Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sahs_insert_chap_from_clip','en','Paste Chapters from Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sahs_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sahs_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sahs_delete','en','User can move or delete SCORM learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sahs_copy','en','User can copy SCORM learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sahs_added','en','SCORM Learning Module added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','row','en','Row',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rows','en','Rows',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','root_visible','en','Repository - Home is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','root_write','en','User can edit settings of Repository - Home and manage content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','root_read','en','User has read access to Repository - Home',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','root_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rolt','en','Role Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_cat','en','Create Categories',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rolt_new','en','New Role Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rolt_edit','en','Edit Role Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rolf','en','Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rolt_added','en','Role template added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rolf_visible','en','Roles/role templates are visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rolf_write','en','Edit default permission settings of Roles/role templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rolf_read','en','Read access to Roles/role templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rolf_edit_userassignment','en','Change user assignment of Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rolf_edit_permission','en','Change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rolf_delete','en','Delete Roles/Role templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rolf_create_role','en','Create New Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rolf_create_rolt','en','Create New Role Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','roles','en','Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rolf_added','en','Role folder added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','roles_of_import_local','en','Local roles of import file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role','en','Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','roles_of_import_global','en','Global roles of import file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_templates_only','en','Role templates only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_sure_delete_desk_items','en','Are you sure you want to delete the following assignments?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_select_one_item','en','Please select one object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_select_desktop_item','en','Please select one object that will be assigned to this role.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_protect_permissions','en','Protect Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','role_no_users_no_desk_items','en','It is not possible to assign personal desktop items, since you cannot assign users to this role.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_new','en','New Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_no_roles_selected','en','Please select a role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_new_search','en','New search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_edit','en','Edit Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_mailto','en','Mail to all assigned Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_desk_add','en','Assign desktop item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_deleted_desktop_items','en','Deleted assignment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_assignment_updated','en','Role assignment has been updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_assignment','en','Role Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_assigned_desktop_item','en','Created new assignment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_added','en','Role added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_assigned_desk_items','en','Assigned desktop items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_add_user','en','Add User(s) to role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','resources','en','Resources',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','right','en','Right',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rights','en','Rights',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','reset','en','Reset',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','res_links','en','Repository Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','reset_filter','en','Reset Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','required_field','en','Required',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','res_links_short','en','Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','require_referral_comment','en','Require referral comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','require_matriculation','en','Require matriculation number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','require_gender','en','Require salutation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','require_hobby','en','Require hobby',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','require_email','en','Require e-mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','repository_admin','en','Repository Trash and Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','repository','en','Repository',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','reply','en','Reply',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','repository_admin_desc','en','Set permissions for repository items, restore or remove objects from system trash',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','repeat_scan','en','Repeating virus scan...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','replace_file','en','Replace File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','repeat_scan_succeded','en','Repeated scan succeeded.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','repeat_scan_failed','en','Repeated scan failed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rename_file','en','Rename File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rename','en','Rename',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','remove_translation','en','Remove translation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','remove','en','Remove',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','registration','en','New Account Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','related_to','en','Related to',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','registered_users','en','registered Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','registered_user','en','registered User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','registered_since','en','Registered since',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','register','en','Register',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','reg_passwd_via_mail','en','Your password will be sent to your e-mail address given below.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','reg_mail_subject','en','ILIAS eLearning - Your access data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','reg_mail_subject_confirmation','en','ILIAS eLearning - Your Confirmation Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','reg_mail_body_text3','en','Further personal information:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','reg_mail_body_text2','en','To access ILIAS use the following data:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','reg_mail_body_salutation','en','Hello',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','reg_mail_body_text1','en','Welcome to ILIAS eLearning!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','reg_mail_body_2_confirmation','en','The link will only be good for %s, after that you will have to try again from the beginning.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','refresh','en','Refresh',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','refuse','en','Refuse',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','reg_account_confirmation_successful','en','Your user account has been activated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','refresh_languages','en','Refresh All Languages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','referral_comment','en','How did you hear about ILIAS?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','reference_of','en','Reference of:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','reference_deleted','en','Destination not available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','recipient','en','Recipient',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','readcount_users','en','Number of non-anonymous read accesses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','question','en','Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','quit','en','Quit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','quote','en','Quote',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','read','en','Read',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','readcount_anonymous_users','en','Number of anonymous read accesses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','question_message','en','Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','qpl','en','Question Pool Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','query_data','en','Query data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','qpl_write','en','User can edit test questions and settings of question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','qpl_visible','en','Question pool is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','qpl_read','en','User can read test questions in pool and insert them in tests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','qpl_new','en','New Question Pool Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','qpl_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','qpl_delete','en','User can move or delete question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','qpl_copy','en','User can copy question pool for tests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','qpl_add','en','Add Question Pool Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','purpose','en','Purpose',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','public','en','public',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','public_profile','en','Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','public_notes','en','Public Notes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pub_section','en','Anonymous Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('rbac','ps_read','en','User has read access to Privacy/Security administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','ps_visible','en','Privacy/Security administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','ps_write','en','User can edit settings in Privacy/Security administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','ps_export_member_data','en','User can export member data in courses and groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','proxy_status','en','Proxy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','proxy','en','Proxy-Server',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','ps_edit_permission','en','User can change permission settings of Privacy/Security administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','proxy_port','en','Port',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','proxy_port_numeric','en','The entered port has to be a numeric value between 0 and 65535',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','proxy_host_info','en','Please enter a host.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','proxy_host','en','Host',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','proxy_not_connectable','en','ILIAS could not build a connection to the defined proxy.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','proxy_socket_error','en','Socket Error: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','proxy_port_info','en','Please enter a port between 0 and 65535, e.g.8080.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','proxy_connectable','en','Connection established.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','properties','en','Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','profile','en','Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','profile_of','en','Profile of',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','profile_incomplete','en','Your profile is incomplete. Please fill in all required data.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','profile_changed','en','ILIAS eLearning - Your profile has changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','proceed','en','Proceed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pro','en','Pro',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','print','en','Print',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','private_notes','en','Private Notes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','print_view','en','Print View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','previous','en','Previous',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','preferences','en','Preferences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','predefined_template','en','Predefined role template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','precondition','en','Precondition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','preconditions','en','Preconditions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','precondition_not_accessible','en','You do not have sufficient permission to view the precondition(s) of this item.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','position','en','Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pos_top','en','Top',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pos_right','en','Right',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','please_select','en','-- Please Select --',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','please_wait','en','Please wait...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','port','en','Port',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pos_bottom','en','Bottom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pos_left','en','Left',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','please_enter_title','en','Please enter a title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','please_select_a_delivered_file_to_delete','en','You must select at least one delivered file to delete it!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','please_select_a_delivered_file_to_download','en','You must select at least one delivered file to download it!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','please_enter_target','en','Please enter a target',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','phrase','en','Phrase',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','please_choose','en','-- Select --',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','phone','en','Phone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','phone_home','en','Phone, Home',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','phone_mobile','en','Phone, Mobile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','phone_office','en','Phone, Office',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','persons','en','Persons',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pg_add','en','Add page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pg_new','en','New page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','personal_profile','en','Personal Data and Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','personal_picture','en','Avatar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','personal_desktop','en','Personal Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','personal_data','en','Personal Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','permission','en','Permission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','person_title','en','Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','permission_denied','en','Permission Denied',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','permission_settings','en','Object Permission Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','perma_link','en','Permanent Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','perm_settings','en','Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pd_items_news','en','Include News of Personal Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pdf_export','en','PDF Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pd_enable_chatviewer','en','Enable Chat Viewer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pathes','en','Paths',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','path_to_zip','en','Path to Zip',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','path','en','Path',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','path_to_unzip','en','Path to Unzip',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','path_to_htmldoc','en','Path to HTMLdoc',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','path_to_java','en','Path to Java',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','path_to_convert','en','Path to Convert',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','path_not_set','en','Path not set',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pasteChapter','en','Paste',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pastePage','en','Paste',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','paste','en','Paste',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','password','en','Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','paste_clipboard_items','en','Paste',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','password_to_short','en','The password must have at least a size of %s characters.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','password_to_long','en','The password must have at most a size of %s characters.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','password_must_special_chars','en','The password must contain special characters.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','password_must_chars_and_numbers','en','The password must contain characters and numbers.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','password_expired','en','Your password is expired and has to be changed as the last change was %s day(s) ago.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','password_empty','en','The password field must not be empty.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','password_change_on_first_login_demand','en','You have to change your initial password before you can start using ILIAS services.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','passwd','en','Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','password_assistance_info','en','If password assistance is enabled, a link ‘Forgot Password?’ is shown on the login page of ILIAS. Users can use this link to define a new password for their user account without needing assistance from a system administrator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','passwd_wrong','en','The password you entered is wrong!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','passwd_not_match','en','Your entries for the new password don’t match! Please re-enter your new password.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','passwd_generation','en','Password Generation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','passed','en','Passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','parse','en','Parse',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','page','en','Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pages','en','Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','parameter','en','Parameter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','page_layouts','en','Page Layouts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','page_layout','en','Page Layout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','owner','en','Owner',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','owner_updated','en','Owner updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','overwrite','en','Overwrite',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','overview','en','Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','order_by','en','Order by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','organization','en','Provider',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','other','en','Other',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','options','en','Options',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','order_by_date','en','Order by Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','option','en','Option',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','optional_filters','en','Optional Filters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','optimize','en','Optimize',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','operation','en','Operation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','online','en','Online',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','online_time','en','Time online (DD:HH:MM:SS)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','omit','en','Omit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','on_waiting_list','en','You are on the waiting list',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','omit_all','en','Omit all',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ok','en','OK',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','old','en','Old',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','of','en','Of',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','offline','en','Offline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_wiki','en','Wikis',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_webr','en','Weblinks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_svy','en','Surveys',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_tst','en','Tests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_st','en','Chapters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_spl','en','Question Pools Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_sahs','en','SCORM Learning Modules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_sess','en','Sessions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_role','en','Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_qst','en','Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_rcrs','en','ECS Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_qpl','en','Question Pools Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_prg','en','Study Programmes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_mep','en','Media Pools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_mail','en','Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_mcst','en','Mediacasts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_lres','en','Learning Resources',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_lm','en','ILIAS Learning Modules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_htlm','en','HTML Learning Modules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_grp','en','Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_glo','en','Glossaries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_frm','en','Forums',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_feed','en','Web Feeds',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_file','en','Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_fold','en','Folders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_crsr','en','Course Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_exc','en','Exercises',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','object','en','Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objects','en','Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objf','en','Object definitions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_cat','en','Categories',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_catr','en','Category Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_crs','en','Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj','en','Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','object_added','en','Object added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','object_copy_in_progress','en','Started Copying.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','object_duplicated','en','Object copied',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','object_id','en','Object-Id',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','object_imported','en','Object imported',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_wiki','en','Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_usrf_desc','en','Manage user accounts here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_usrf','en','User Management',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_webr_duplicate','en','Copy Weblink list',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_webr','en','Weblink',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_usr','en','User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_user','en','User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_tst','en','Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_type','en','Object Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_tst_duplicate','en','Copy Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_trac','en','Statistics and Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_trac_desc','en','Statistics and Learning Progress Settings and Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_tax','en','Taxonomy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_taxf','en','Taxonomies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_tags_desc','en','Settings for tagging feature.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_tags','en','Tagging',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_svyf','en','Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_svy','en','Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_svyf_desc','en','Platform settings for the Survey Tool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_svy_duplicate','en','Copy Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_sty','en','Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_stys_desc','en','Manage system skin and style settings here',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_stys','en','Layout and Styles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_st','en','Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_spl','en','Question Pool Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_spl_select','en','-- Please select one question pool survey --',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_sess','en','Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_seas','en','Search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_sess_duplicate','en','Copy Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_sahs','en','Learning Module SCORM',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_sco','en','SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_seas_desc','en','Manage the search settings here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_root','en','Repository - Home',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_rolt','en','Role Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_rolf','en','Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_rolf_local','en','Local Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_rolf_local_desc','en','Contains local roles of object no.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_rolf_desc','en','Manage your roles here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_role','en','Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_recf','en','Restored Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_recf_desc','en','Contains restored objects from System Check.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_rcrs','en','ECS Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_qpl','en','Question Pool Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_qpl_select','en','-- Please select one question pool test --',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_qpl_duplicate','en','Copy Question Pool Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_ps','en','Privacy and Security',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_ps_desc','en','Configure global privacy and security settings here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_pg','en','Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_pdts','en','Personal Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_pdts_desc','en','Configure the Personal Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_page','en','Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_objf','en','Object Definitions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_objf_desc','en','Manage ILIAS object types and object permissions. (only for experts!)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_nwss','en','News and Web Feeds',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_nwss_desc','en','Settings for internal news and external web feeds.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_mobs','en','Media Objects and Pools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_not_found','en','Object Not Found',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_mob','en','Media Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_mobs_desc','en','Settings for media objects and media pools.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_mcts_desc','en','General settings for mediacast.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_mcts','en','Mediacast',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_mep','en','Media Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_mail','en','Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_mcst','en','Mediacast',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_lrss','en','Learning Modules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_mail_desc','en','Configure global mail settings here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_lrss_desc','en','Configure all types of learning modules.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_lngf','en','Languages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_lng','en','Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_lngf_desc','en','Manage your system languages here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_lm','en','Learning Module ILIAS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_ldap_desc','en','Configure global LDAP Settings here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_htlm','en','Learning Module HTML',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_grp_duplicate','en','Copy Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_grp','en','Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_frm','en','Forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_glo','en','Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_fold','en','Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_frm_duplicate','en','Copy Forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_file_duplicate','en','Duplicate File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_feed','en','Web Feed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_file_inline','en','Learning Module File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_file','en','File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_facs_desc','en','Settings for files and file handling',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_facs','en','Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_extt','en','Third Party Software',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_dbk','en','Digilib Book',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_exc','en','Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_extt_desc','en','Configure external software or services that are supported by ILIAS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_crsr','en','Course Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_crs','en','Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_crs_duplicate','en','Copy Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_chap','en','Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_cmps_desc','en','General settings for Plugins',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_cmps','en','Plugins',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_cert','en','Certificates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_wfe','en','Workflow Engine',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_cat','en','Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_catr','en','Category Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_cert_desc','en','Settings for certificates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_cals','en','Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_cat_duplicate','en','Copy Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_cals_desc','en','General Calendar settings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_auth','en','Authentication and Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_auth_desc','en','Configure your authentication mode (local, LDAP, ...) and new account registration settings here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_assf','en','Test and Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_assf_desc','en','Platform settings for the Test and Assessment tool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_adm','en','Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_adve_desc','en','Administration settings for ILIAS page editor and TinyMCE.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_adve','en','Editing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_accs_desc','en','Settings for accessibility features.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_accs','en','Accessibility',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_adm_desc','en','Main system settings folder containing all panels to administrate your ILIAS installation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','nwss_write','en','User can edit settings in News and Web Feeds administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','nwss_visible','en','News and Web Feeds administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','nwss_read','en','User has read access to ews and Web Feeds administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','edit_metadata','en','Edit Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','nwss_edit_permission','en','User can change permission settings in News and Web Feeds administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','num_users','en','Number of Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','notifications','en','Notifications',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','note','en','Note',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','notes_and_comments','en','Notes and Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','notes','en','Notes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','not_logged_in','en','You are not logged in',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','not_installed','en','Not Installed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','not_implemented_yet','en','Not implemented yet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','not_available','en','Not Available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','normal','en','Normal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','none','en','None',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','non_internal_local_roles_only','en','Local roles (only user defined)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_title','en','No Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_users_selected','en','Please select one user.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_xml_file_found_in_zip','en','XML file within zip file not found:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no','en','No',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_start_file','en','No Start File.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','no_permission','en','You do not have the necessary permission.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_parent_access','en','No access to a superordinated object!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_owner','en','No Owner',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_mkisofs_configured','en','You have to configure mkisofs utility in ILIAS setup to run ISO export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_limit','en','No limit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_items','en','This object is empty and contains no items.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_import_file_found','en','No import file found',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_not_found_to_delete','en','A user could not be found to delete.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_condition_selected','en','Please select one precondition.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_date','en','No date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_global_role_left','en','Every user has to be assigned to one role.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_checkbox','en','You did not select any item.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_agreement_description','en','There is currently no terms of service text provided with this installation. Please contact the system administrator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_access_item','en','You have no permission to access this item.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','next','en','Next',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_access_item_public','en','To access this item you need to be logged in and to have appropriate permissions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','newline','en','Newline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','news','en','News',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','new_pass_equals_old_pass','en','The new password equals the old one.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','new','en','New',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','never','en','never',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','new_language','en','New Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','my_courses','en','My Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','name','en','Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','my_bms','en','Bookmarks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_userassignment_changed','en','User assignment changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_wrong_format','en','The value you entered is not a valid format.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_user_last_role2','en','Please delete the users or assign them to another role in order to delete this role.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_user_last_role1','en','The following users are assigned to this role only:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_undeleted','en','Object(s) restored.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_unit_is_required','en','This input requires a unit. Please enter a correct value.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_trash_empty','en','There are no deleted objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','msg_roleassignment_changed','en','Role assignment changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_sysrole_not_deletable','en','The system role cannot be deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_role_reserved_prefix','en','The prefix ‘il_’ is reserved for automatically generated roles. Please choose another name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_removed','en','Object(s) removed from system.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_perm_adopted_from1','en','Permission settings adopted from',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_perm_adopted_from2','en','(Settings have been saved!)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_perm_adopted_from_itself','en','You cannot adopt permission settings from the current role/role template itself.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_paste_object_not_in_itself','en','It’s not possible to paste the Object \"%s\" in itself.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','msg_obj_modified','en','Modifications saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_obj_may_not_contain_objects_of_type','en','The object %s may not contain objects of type: %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_obj_exists','en','This object already exists in this folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_obj_exists_in_folder','en','The object %s already exists in the folder %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_obj_created','en','Object created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_not_in_itself','en','It’s not possible to paste the object in itself',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_not_available_for_anon','en','The page you have chosen is only accessible for registered users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_title','en','Please enter a title.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_search_string','en','Please enter your query',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_search_result','en','No entries found',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_write','en','You have no permission to write',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_read','en','You have no permission to access this item.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_read_lm','en','You have no permission to read this learning module.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_read_item','en','You have no permission to access item \'%s’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_perm','en','You have no permission to edit permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_paste','en','You have no permission to paste the following object(s):',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_paste_object_in_folder','en','You have no permission to paste the object %s in the folder %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_modify_user','en','You have no permission to modify user data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_modify_rolt','en','You have no permission to modify role templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_link','en','You have no permission to create a link from the following object(s):',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_delete','en','You have no permission to delete the following object(s):',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_cut','en','You have no permission to cut the following object(s):',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_create_rolt','en','You have no permission to add role templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_copy','en','You have no permission to create a copy of the following object(s):',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_assign_user_to_role','en','You have no permission to change the user assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_assign_role_to_user','en','You have no permission to change user\'s role assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_language_selected','en','No translation language specified! You must define a language for each translation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_file','en','You didn\'t choose a file or the selected file was too big.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_delete_yourself','en','You cannot delete your own user account.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_default_language','en','No default language specified! You must define one translation as default translation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_min_one_role','en','Each user must have at least one global role!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_multi_language_selected','en','You selected the same language for different translations!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_may_not_contain','en','This object may not contain objects of type:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_linked','en','Selected object(s) linked.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','msg_is_last_role','en','You removed the last global role from the following users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_input_does_not_match_regexp','en','Please provide a valid value.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_input_is_required','en','This input is required. Please enter a value.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_form_save_error','en','The form data could not be saved. Please check the input fields for any error messages.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_failed','en','Sorry, action failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_deleted_roles_rolts','en','Roles and Role Templates deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_deleted_role','en','Role deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_deleted_export_files','en','Export file(s) deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_cut_copied','en','Selected object(s) moved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','msg_copy_clipboard','en','Now, please select the desired location, where the selected objects should be pasted into and click the button ‘Paste’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_copy_clipboard_source','en','Now, please select the desired course or group, whose content should be copied and click the button ‘Continue’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_cloned','en','Selected object(s) copied',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_clear_clipboard','en','Clipboard cleared',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','movePage','en','Move',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_cancel','en','Action cancelled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','move','en','Move',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','moveChapter','en','Move',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','move_selected_items','en','Move',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','months','en','Months',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mount_webfolder','en','Open as webfolder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month','en','Month',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','monthly','en','monthly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_12_short','en','Dec',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_12_long','en','December',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_11_long','en','November',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_11_short','en','Nov',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_10_short','en','Oct',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_07_short','en','Jul',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_08_long','en','August',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_08_short','en','Aug',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_09_long','en','September',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_09_short','en','Sep',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_10_long','en','October',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_07_long','en','July',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_06_long','en','June',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_06_short','en','Jun',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_05_short','en','May',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_04_short','en','Apr',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_05_long','en','May',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_03_short','en','Mar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_04_long','en','April',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_03_long','en','March',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_02_short','en','Feb',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_01_short','en','Jan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_02_long','en','February',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','modules','en','Modules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_01_long','en','January',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','module','en','module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','moderators','en','Moderators',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mobs_write','en','User can edit settings in Media Objects/Pools administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mobs_visible','en','Media Objects/Pools administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mobs_read','en','User has read access to Media Objects/Pools administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mobs_edit_permission','en','User can change permission settings in Media Objects/Pools administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mob','en','Media Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','missing','en','Missing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','missing_precondition','en','Missing Precondition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','missing_perm','en','Missing Permission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','minutes','en','Minutes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','migrate','en','Migrate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','minute','en','Minute',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mgs_objects_linked_to_the_following_folders_s','en','The object was linked to the following folder(s).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mgs_objects_linked_to_the_following_folders_p','en','The objects were linked to the following folder(s).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','meta_data','en','Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','message','en','Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','message_no_delivered_files','en','You have not submitted any files.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','message_content','en','Message Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mep','en','Media Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mep_write','en','User can edit content and settings of media pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mep_visible','en','Media pool is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mep_read','en','User has read access to media pool and can reuse media objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mep_new','en','New Media Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mep_not_insert_already_exist','en','The following items have not been inserted because they are already in the media pool:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mep_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mep_edit','en','Edit Media Pool Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','membership_leave','en','Leave',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mep_add','en','Add Media Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mep_delete','en','User can move or delete media pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','members','en','Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','member','en','Member',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','member_status','en','Member Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_waiting_list','en','Users on Waiting List:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_waiting_list_position','en','Your Position on the Waiting List:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_view_long','en','Member View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_view_close','en','Close Member View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_view_activate','en','Show Member View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_reg_type','en','Registration Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_start','en','Registration Start:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_unlimited','en','Unlimited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_reg_period','en','Registration Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_reg_not_started','en','The registration has not started',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_participants','en','Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_reg_expired','en','The registration time is expired.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_max_users','en','Maximum of Users:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_free_places','en','Free Places',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_end','en','Registration End:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_alert_no_places','en','There are no free places available.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_add_to_wl','en','Add to Waiting List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mcst','en','Mediacast',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mcst_write','en','User can edit content and settings of mediacast',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mcst_visible','en','Mediacast is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mcst_new','en','New Mediacast',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mcst_read','en','User can read mediacast',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mcst_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mcst_delete','en','User can move or delete mediacast',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mcst_add','en','Add Mediacast',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mcst_copy','en','User can copy mediacast',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','matriculation','en','Matriculation number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','marked_entries','en','Marked Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','manage_members','en','Manage Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','only_active','en','Only Active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','only_inactive','en','Only Inactive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','entry_status','en','Entry status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','all','en','All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','add_remove_edit_entries_of_main_menu','en','Add, remove or edit entries of the main menu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','main_menu','en','Main Menu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mails_pl','en','Mail(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mails','en','Mails',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail','en','Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_z_local','en','User Folders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mail_write','en','User can edit settings in Mail administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mail_system_message','en','User can send internal system messages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mail_visible','en','Mail administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_settings','en','Mail Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mail_smtp_mail','en','User can send e-mails per SMTP to external addresses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_sent','en','Mail sent!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_send_error','en','Error sending mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_select_one','en','You must select one mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mail_read','en','User has read access to Mail administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_search_no','en','No entries found.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_not_sent','en','Mail not sent!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_no_recipient_found','en','Enter a different mail address. ILIAS couldn\'t find a recipient with this mail address.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_multiple_recipients_found','en','Enter a more specific mail address. ILIAS found multiple possible recipients for this address: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_members','en','Mail to Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_maxsize_attach','en','Max. attachment size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_mails_of','en','Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_import_file','en','Export file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_folders','en','Mail Folders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_edit_permission','en','User can change permission settings in Mail administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_e_sent','en','Sent',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_delete_error','en','Error while deleting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_d_drafts','en','Drafts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_c_trash','en','Trash',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_b_inbox','en','Inbox',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_attachment','en','Mail attachment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_addressbook','en','Contacts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lrss_write','en','User can edit settings of Learning Resources in administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lrss_visible','en','Administration of Learning Resources is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lrss_read','en','Read access to administration of Learning Resources',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lrss_edit_permission','en','User can change permission settings of Learning Resources administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lres','en','Learning Resources',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','logout','en','Logout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','logs','en','Log Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','logout_text','en','You logged off from ILIAS. Your session has been closed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','loginname_settings','en','Login Name Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','loginname_already_exists','en','This login name already exists.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','login','en','Login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','login_to_ilias_via_shibboleth','en','Login to ILIAS via',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','login_to_ilias','en','Login to ILIAS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','login_to_ilias_via_cas','en','Login to ILIAS via Central Authentication Service',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','login_information_settings_saved','en','The login information were saved successfully',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','login_information','en','Login Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','login_information_desc','en','Please enter a login information for the respective language.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','login_exists','en','There is already a user with this login name! Please choose another one.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','login_data','en','Login data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','logic_or','en','or',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','login_as','en','Logged in as',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','log_in','en','Login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','location','en','Location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','locator','en','Location:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','local','en','Local',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','local_languages_already_installed','en','Selected custom language file(s) are already installed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','local_language_file','en','custom language file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','local_language_files','en','custom language files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lo','en','Learning Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lngf','en','Languages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lngf_write','en','User can edit settings in Language administration and use extended language maintenance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lngf_visible','en','Language administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lngf_read','en','User has read access to Language administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lngf_edit_permission','en','User can change permission settings of Language administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lng','en','Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lm','en','Learning Module ILIAS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lm_write','en','User can edit content and settings of ILIAS learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lm_visible','en','ILIAS Learning Module is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lm_type_scorm2004','en','SCORM 2004 3rd/4th Edition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lm_type_scorm','en','SCORM 1.2',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lm_read','en','User can read ILIAS learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lm_new','en','New ILIAS Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lm_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lm_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lm_delete','en','User can move or delete ILIAS learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lm_copy','en','User can copy ILIAS learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lm_add','en','Add ILIAS Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lm_added','en','ILIAS Learning Module added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','list','en','List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','list_of_questions','en','List of Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','links_value','en','Parameter Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','links_user_name','en','ILIAS username',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','links_user_id','en','ILIAS user id',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','links_session_id','en','ILIAS session id',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','links_select_one','en','- Select one -',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','links_parameter_deleted','en','Parameter deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','links_no_value_given','en','Please choose a parameter value.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','links_existing_params','en','Existing Parameters:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','links_name','en','Parameter Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','links_no_name_given','en','Please choose a parameter name.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','links_dynamic','en','Dynamic Weblink Parameters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','links_dynamic_info','en','If enabled, it is possible to append dynamic parameters to Weblinks.
E.g. the ILIAS user ID or the username.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','links_add_param','en','Add Parameter:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','links_dyn_parameter','en','Dynamic Parameters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','link_selected_items','en','Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','link','en','Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','link_check','en','Weblink Check',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','link_checker_refreshed','en','Refreshed view',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','link_check_subject','en','[ILIAS] Weblink check',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','link_check_message_enabled','en','Messages enabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','link_check_message_b','en','If enabled, you will be informed about invalid links by mail.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','link_check_message_disabled','en','Messages disabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','link_all','en','Link all',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','leave_waiting_list','en','Leave Waiting List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','legend','en','Legend',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','level','en','Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','learning_progress','en','Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','learning module','en','Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ldap_tls','en','Use LDAP TLS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ldap_version','en','LDAP protokoll version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ldap','en','LDAP',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ldap_server','en','LDAP Server URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ldap_configure','en','Configure LDAP Authentication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ldap_port','en','LDAP Port',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ldap_read','en','Read access to LDAP settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ldap_basedn','en','LDAP BaseDN',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','launch','en','Launch',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lastname','en','Last Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','last_visited','en','Last Visited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','last_update','en','Updated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','last_reminder','en','Last reminder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','last_refresh','en','Last Refresh',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','last_edited_on','en','Last edited on',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','last_login','en','Last Login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','languages','en','Languages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','last_access','en','Last Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','last_change','en','Last Change',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','languages_updated','en','All installed languages have been updated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','languages_already_uninstalled','en','Selected language(s) are already uninstalled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','languages_already_installed','en','Selected language(s) are already installed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','language','en','Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','langfile_found','en','Language file found',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','language_not_installed','en','is not installed. Please install that language first',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lang_timeformat','en','H:i:s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lang_timeformat_no_sec','en','H:i',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lang_size_gb','en','GB',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lang_size_kb','en','KB',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lang_size_mb','en','MB',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lang_size_bytes','en','bytes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lang_sep_thousand','en',',',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lang_sep_decimal','en','.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','lang_uninstall_changes','en','Uninstall Local Changes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lang_uninstall_confirm','en','Do you really want to uninstall the selected languages?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lang_refresh_confirm','en','Do you really want to refresh all languages?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lang_refresh_confirm_selected','en','Do you really want to refresh the selected languages?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','lang_dateformat','en','Y-m-d',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lang_path','en','Language Path',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','join_session','en','Attend',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','join','en','Join',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','kb','en','KByte',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','keywords','en','Keywords',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','java_server','en','Java-Server',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','java_server_port','en','Port',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','java_server_readme','en','Setup information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','java_server_info','en','If activated, it is possible to search in PDF, HTML files and HTML-Learning modules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','is_already_your','en','is already your',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','item','en','Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','java_server_host','en','Host',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','invisible_block','en','Invisible Block',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ip_address','en','IP Address',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','invisible_block_mess','en','You do not have the permission to view this block.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','invalid_visible_required_options_selected','en','All fields set to required has to be set to visible in registration, too.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','institution','en','Institution',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','internal_local_roles_only','en','Local roles (only automatically generated)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','installed_local','en','Installed With Custom file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','installed','en','Installed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','instant_messengers','en','Instant Messengers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','inst_name','en','Installation Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','install_local','en','Install With Custom File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','install','en','Install',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','inst_info','en','Installation Info',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','insert','en','Insert',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','inst_id','en','Installation ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','insert_object_here','en','Insert at Current Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','inline_file_extensions','en','Web-enabled files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','inline_file_extensions_info','en','Files with these extensions are displayed in the browser window.
For example: gif jpg mp3 pdf png
All other files are offered for downloading.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info','en','Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','inform_user_mail','en','Send mail to inform user about changes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_view_of_user','en','User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_short','en','Info',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_status_info','en','Permissions of User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_permission_source','en','Effective From*',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','info_permission_origin','en','Original Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_owner_of_object','en','Owner of object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_message','en','Information Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_not_assigned','en','not assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_is_not_member','en','User is not a member',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_err_user_not_exist','en','User with that login name or user_id does not exists',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_from_role','en','Granted by Role / Ownership',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_is_member','en','User is member',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_deleted','en','Object(s) Deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_delete_warning_no_trash','en','(WARNING: Selected Objects will be removed irreversibly from System and may not be recovered anymore!)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_remove_sure','en','Are you sure that you want to remove the following item(s)?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_available_roles','en','Available Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_change_user_view','en','Change User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_deactivate_sure','en','Are you sure that you want to deactivate the following user(s)?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_delete_sure','en','Are you sure that you want to delete the following item(s)?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_assign_sure','en','Are you sure you want to assign the following user(s)?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_assigned','en','assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_access_permissions','en','Access Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_activate_sure','en','Are you sure that you want to approve the following user(s) as active user(s)?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_access_and_status_info','en','Access- and status information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','inbox','en','Inbox',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','include_local','en','include custom language file when updating language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','in_use_by','en','In use by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','in_use','en','User Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','in','en','in',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','inactive','en','Inactive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import','en','Import',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','important','en','Important',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','imported','en','imported',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_sahs','en','Import SCORM Package',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_svy','en','Import Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_tst','en','Import Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_users','en','Import Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_warning_log','en','Import warning log',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_lm','en','Import ILIAS Learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_qpl','en','Import Question Pool Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_questions_into_qpl','en','Import question(s) into question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_file_not_valid','en','The import file is not valid.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_file','en','Import File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_finished','en','Number of imported messages.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_failure_log','en','Import failure log',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_categories','en','Import Categories',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_cat_table','en','The following table is only meaningful if the checkbox is set',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','image','en','Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_cat_localrol','en','Create local role for every new category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ilias_version','en','ILIAS version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_grp_status_closed','en','Group closed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_grp_status_open','en','Group open',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_grp_member','en','Group Member',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_frm_moderator','en','Forum moderator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_grp_admin','en','Group Administrator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_crs_non_member','en','Course non-member',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_crs_tutor','en','Course Tutor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_crs_admin','en','Course Administrator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_crs_member','en','Course Member',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_chat_moderator','en','Chat Moderator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ignore_on_conflict','en','Ignore on conflict',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','if_no_title_then_filename','en','Leave blank to use file name as title.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','id','en','ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','identifier','en','identifier',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','icon','en','Icon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','i2passwd','en','ILIAS 2 password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','icon_settings','en','Custom Icons',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','https_not_possible','en','This server is not supporting HTTPS connections.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','http_path','en','HTTP Path',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','http','en','HTTP',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','htlm_visible','en','HTML learning module is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','htlm_write','en','User can edit content and settings of HTML learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','htlm','en','Learning Module HTML',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','http_not_possible','en','This server is not supporting http requests.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','htlm_new','en','New HTML Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','htlm_read','en','User can read HTML learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','htlm_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','htlm_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','htlm_delete','en','User can move or delete HTML learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','htlm_add','en','Add HTML Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','htlm_copy','en','User can copy HTML learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hour','en','Hour',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hours','en','Hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hobby','en','Interests/Hobbies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','home','en','Public Area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','host','en','Host',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hits_per_page','en','Hits/Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hist_webr_add','en','Added new Weblink with title: \"%1\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hist_webr_delete','en','Deleted Weblink with title: \"%1\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hist_webr_update','en','Modified Weblink with title: \"%1\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','history','en','History',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hist_lm_pg_create','en','Page created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hist_lm_st_create','en','Chapter created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hint','en','Hint',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hist_lm_delete_pg','en','Page \"%1\" [%2] has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hist_lm_delete_st','en','Chapter \"%1\" [%2] has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hide_filter','en','Hide Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hide_own_online_status','en','Hide My Online Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hide','en','Hide',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hide_details','en','Hide Details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','height','en','Height',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','help','en','Help',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','HH','en','HH:MM',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','dd_mm_yyyy','en','DD.MM.YYYY',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','header_zip','en','Upload Multiple Files as Zip-Archive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','header_visible_registration','en','Visible in Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','header_title','en','Header Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','header_searchable','en','Searchable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp','en','Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grp_write','en','User can edit group settings and manage content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grp_visible','en','Group is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_wizard_page','en','Copy Group (Step 2/2)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_registration','en','Join Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_removed_from_waiting_list','en','You have been detached from the waiting list of group \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_select_one_file','en','Please select one file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_new','en','New Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grp_read','en','User has read access to group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_registration_completed','en','You have joined the group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_msg_membership_annulled','en','Cancelled membership.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_msg_member_assigned','en','User(s) assigned as group member(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_members_gallery','en','Group Members Gallery',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_msg_applicants_assigned','en','Applicant(s) assigned as group member(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_mem_send_mail','en','Send Participants a Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_mem_change_status','en','Change Participant Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grp_leave','en','User can unsubscribe from group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_list_users','en','List users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grp_join','en','User can join group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_header_edit_members','en','Edit members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_edit','en','Edit Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_err_administrator_required','en','Member could not be removed, at least one administrator per group is required !',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grp_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grp_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_dismiss_myself','en','Are you sure you want to unsubscribe from this group?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_dismiss_member','en','Are you sure you want to unsubscribe the following member(s) from the group?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_deleted_export_files','en','Deleted selected files.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grp_delete','en','User can move or delete group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grp_copy','en','User can copy group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_copy_threads_info','en','Please decide which materials should be copied, linked or even omitted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_cancel_waiting_list','en','Do you really want to remove yourself from the waiting list of group \"%s\"?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_btn_unsubscribe','en','Unsubscribe from Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_added','en','Group added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_add','en','Add Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','groups','en','Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','groupings','en','Membership Limitations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','group_status','en','Group is',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','group','en','Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','groupings_assigned_obj_crs','en','Assigned Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','groupings_assigned_obj_grp','en','Assigned Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','group_registration_mode','en','Registration Procedure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','group_registration_time','en','Registration Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','group_registration','en','Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','group_req_direct','en','Join directly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','global_settings','en','Global settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','global_user','en','Global users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','global','en','Global',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','glossaries','en','Glossaries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','glossary','en','Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','go','en','Go',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','group_members','en','Group Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','group_name','en','Group Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','group_new_registrations','en','Join Requests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','global_fixed','en','Global Fixed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','global_default','en','Global Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','glo','en','Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','glo_visible','en','Glossary is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','glo_write','en','User can edit content and settings of glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','glo_read','en','User can read glossary content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','glo_mode','en','Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','glo_new','en','New Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','glo_mode_normal','en','normal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','glo_mode_subtree','en','virtual (entire subtree)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','glo_mode_level','en','virtual (this level only)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('rbac','glo_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','glo_delete','en','User can move or delete glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','glo_copy','en','User can copy glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','glo_added','en','Glossary added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','glo_add','en','Add Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','generate','en','Generate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','general_settings','en','General Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','gender','en','Salutation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','gender_n','en','No salutation desired',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','gender_m','en','Mr.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','gender_f','en','Ms.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','gdf_new','en','New Definition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','gdf_add','en','Add Definition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','functions','en','Functions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','further_informations','en','Further Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','frm','en','Forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','from','en','From',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','fullname','en','Full name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','frm_write','en','User can edit forum settings and moderators',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','frm_visible','en','Forum is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','frm_new','en','New Forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','frm_read','en','User can read forum content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','frm_statistics_ranking','en','Ranking',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','frm_moderate_frm','en','User can edit, censor and delete postings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','frm_latest_postings','en','Latest Articles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','frm_edit','en','Edit Forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','frm_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','frm_delete','en','User can move or delete forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','frm_copy','en','User can copy forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','frm_added','en','Forum added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','frm_add','en','Add Forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','frm_add_thread','en','User can add a new thread',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','frm_add_reply','en','Users can reply to a posting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forums','en','Forums',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forums_your_name','en','Your Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forums_use_alias','en','You may use a pseudonym for your posting. If you leave this field blank, your posting will be marked as written by ‘Anonymous’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forums_threads','en','Threads',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forums_notification_settings','en','Forums Notification Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forums_new_articles','en','New Articles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forums_last_post','en','Latest Article',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forums_forum_notification_enabled','en','You will be notified about new messages in this forum.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forums_enable_forum_notification','en','Enable Notification for this Forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forums_disable_forum_notification','en','Disable Notification for this Forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forums_articles','en','Articles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forums_anonymous','en','anonym',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forums_anonymized','en','Forum anonymized',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forum','en','Forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forum_post_replied','en','Your forum entry has been replied.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forum_notify_me','en','Notify me when a direct answer has been given to this posting. Notification about any posting in this thread or forum can be enabled in the upper right Actions menu.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forum_direct_notification','en','Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','form_input_not_valid','en','Some data is incomplete or not valid. Please correct the form input.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forgot_username','en','Forgot your username?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','forgot_password','en','Forgot your password?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','force_accept_usr_agreement','en','You must accept the terms of service!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','folder','en','Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','folders','en','Folders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','fold','en','Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','fold_write','en','User can edit settings of folder and manage content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','fold_visible','en','Folder is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','fold_read','en','User has read access to folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','fold_new','en','New Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','fold_edit','en','Edit Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','fold_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','fold_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','fold_delete','en','User can move or delete folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','fold_added','en','Folder added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','fold_copy','en','User can copy folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','fold_add','en','Add Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','flatview','en','Hide Sidebar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','firstname','en','First Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filter_users_without_disk_usage','en','Only users with no disk space used',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filter','en','Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filter_users_without_access','en','Only users without access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filter_users_with_disk_usage','en','Only users with disk space used',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filter_users_with_exceeded_disk_quota','en','Only users with disk quota exceeded',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filter_users_with_access','en','Only users with access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','fill_out_all_required_fields','en','Please fill out all required fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filetype','en','File Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filesize','en','File Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filename','en','File Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','files','en','Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filename_windows_webdav_issue','en','Due to the character # this object is not visible in Windows webfolders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filename_windows_special_characters','en','Due to one of the characters \\ / : * ? \" < > | this object is not visible in Windows webfolders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filename_visibility','en','Visibility',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filename_windows_empty_extension','en','Due to the character . at the end of the name this object is not visible in Windows webfolders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filename_special_filename','en','Objects with names . and .. are not visible in webfolders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filename_hidden_unix_file','en','Hidden Unix file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filename_interoperability','en','Interoperability',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filename_special_characters','en','Due to the character / this object is not visible in webfolders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filename_extension_missing','en','File name extension missing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','filename_hidden_backup_file','en','Hidden backup file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','file_write','en','User can edit file settings and upload new version of file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file','en','File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_version','en','Version Provided in File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','file_visible','en','File is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_valid','en','File is valid!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_updated','en','File has been updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_suffix_repl','en','File Upload Suffix Replacement',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','file_notice','en','Maximum upload size:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','file_read','en','User can download file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_not_found','en','File Not Found',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_not_valid','en','File not valid!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_is_infected','en','The file is infected by a virus.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_info','en','File Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_edit','en','Edit File Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','file_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','file_delete','en','User can move or delete file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','file_copy','en','User can copy file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_created','en','File has been added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_allowed_suffixes','en','Allowed file types:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_add','en','Upload File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_added','en','File uploaded',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_add_and_metadata','en','Upload File and Edit Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','field_type','en','Field Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','field_name','en','Field Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','feedback','en','Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','feedback_recipient','en','Feedback Recipient',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','feed_read','en','User can read content of web feed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','feed_write','en','User can edit web feed settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','feed','en','Web Feed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','feed_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','feed_delete','en','User can move or delete web feed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','extt_write','en','User can edit settings of Third Party Software',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','failure_message','en','Failure Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','fax','en','Fax',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','extt_read','en','User has read access to administration of Third Party Software',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','extt_visible','en','Administration of Third Party Software is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','extt_edit_permission','en','User can change permission settings of Third Party Software administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ext_cat_settings','en','Edit Advanced Category Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ext_link','en','Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','export','en','Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','export_html','en','Export as HTML File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','export_format','en','Export format',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','expand','en','Expand',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','expanded','en','Expanded',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','expand_all','en','Expand All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exp_html','en','Export HTML',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','execute','en','Execute',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exercise_time_over','en','The time allocated for completing this exercise is over. Files cannot be submitted anymore!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','excs','en','Exercises',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc','en','Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','exc_visible','en','Exercise is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','exc_write','en','User can edit settings and assignments of exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_upload_error','en','Error uploading file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_submission','en','Submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_time_over_short','en','Time is up.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_time_to_send','en','Remaining Working Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_status','en','Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_status_saved','en','Exercise updated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_sent','en','The exercise has been sent to the selected users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_sent_at','en','Sent on
%s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_select_one_file','en','Please select exactly one file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_schedule','en','Schedule',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_save_changes','en','Save',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','exc_read','en','User can participate at exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_obj','en','Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_new','en','New Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_members_comments_saved','en','The exercise comments for the selected user have been saved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_members_assigned','en','Members assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_last_submission','en','Last Submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_members_already_assigned','en','These users are already assigned to the assignment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_instruction','en','Work Instructions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_files','en','Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_files_returned','en','Submitted Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_exercise_sent','en','Exercise Sent',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_edit_until','en','Edit Until',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_edit','en','New exercise created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','exc_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','exc_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_edit_exercise','en','Edit exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_download_files','en','Download Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_deassign_members','en','Remove Participant(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','exc_delete','en','User can move or delete exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_date_not_valid','en','The date is not valid',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','exc_copy','en','User can copy exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_added','en','Exercise added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','exc_add','en','Add Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','event_assign_files','en','File Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','event_ass_materials_prop','en','Session Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','error_recipient','en','Error Recipient',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','error','en','Error',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','error_parser','en','Error starting the parser.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','err_wrong_password','en','Wrong Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','err_wrong_header','en','Reason: Wrong header.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','err_wrong_login','en','Wrong Login or Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','err_session_expired','en','Your session is expired!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','err_role_not_assignable','en','You cannot assign users to this role at this location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','err_over_3_param','en','More than 3 parameters!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','err_no_param','en','No parameter!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','err_no_langfile_found','en','No language file found!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','err_no_cookies','en','Please enable session cookies in your browser!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','err_invalid_port','en','Invalid port number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','err_inactive','en','This account has not been activated. Please contact the system administrator for access.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','err_count_param','en','Reason: Wrong parameter count',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','err_in_line','en','Error in line',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','err_check_input','en','The settings could not be saved. Please check your input.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','err_auth_radius_no_ilias_user','en','Login failed. Radius authentication successful, but no corresponding ILIAS user exists.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','err_auth_mode_inactive','en','Your authentication method is deactivated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','err_1_param','en','Only 1 parameter!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','err_2_param','en','Only 2 parameter!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enter_in_mb_desc','en','Enter a value in MB.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enabled','en','Enabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable','en','Enable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_webdav','en','Enable WebDAV access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_webdav_info','en','Allows WebDAV clients to access the repository as a webfolder. Users can open webfolders using the ‘Open as webfolder’ action in the repository, or by entering the following address in a WebDAV client: %1$s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_trash','en','Enable Trash',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','enable_search_engine','en','Open Public Area for Internet Search Engines (e.g Google).
The Apache module ‘mod_rewrite’ is required for this extension. Please take care that you have appropriate permissions to use .htaccess configurations.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_fora_statistics','en','Enable Statistics in Forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_hide_user_toggle','en','Member is not allowed to deactivate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_hist_user_comments_desc','en','Give authors the opportunity to add comments to the history log of pages.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_hist_user_comments','en','Enable user comments in history',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_password_assistance','en','Enable password assistance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_download_folder','en','\"Download Action for Folders\" enabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_fora_statistics_desc','en','If disabled, nobody is able to access the forum statistics.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_download_folder_info','en','Enables a download option inside the action drop-down of folders.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_disk_quota_reminder_mail','en','Send disk quota reminder mails',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_custom_icons','en','Enable custom icons',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','email','en','E-Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_calendar','en','Enable Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','email_not_valid','en','The e-mail address you entered is not valid!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','editor','en','Editor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','edit','en','Edit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','edit_stylesheet','en','Edit Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','edit_page','en','Edit Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','edit_properties','en','Edit Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','edit_roleassignment','en','Edit role assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','edit_page_content','en','Edit Page Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','edit_operations','en','Edit Operations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','edit_grouping','en','Edit Membership Limitation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','edit_content','en','Edit Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','edit_cat_settings','en','Advanced Category Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','drafts','en','Drafts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','downloading_settings','en','Download Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','download','en','Download',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','download_with_uploaded_filename','en','Download with uploaded filename',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','download_with_uploaded_filename_info','en','Select this option exclusively for backwards compatibility with ILIAS 3.9 and older versions: When this option is selected, the filename of a downloaded file is equal to the filename that was used for uploading the file into ILIAS. If this option is not selected, the filename of a downloaded file is equal to the title of the file object in ILIAS. This option does not affect WebDAV. For WebDAV the filename of a downloaded file is always equal to the title of the file object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','download_all_returned_files','en','Download all Submissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','down','en','Down',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','domain','en','Domain',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disk_usage_details','en','Disk Usage Details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disk_usage','en','Disk Usage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disk_quota','en','Disk Quota',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disk_quota_report','en','Disk Quota Report',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disk_quota_report_not_run_yet','en','No disk quota report available. The daily cron job which determines the disk usage needs to be executed first.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disk_quota_reminder_mail','en','Reminder mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disk_quota_reminder_mail_desc','en','The disk quota reminder mail is sent to active users who have exceeded their disk quota. This e-mail is sent once every day to the users when the daily ILIAS cron job is run. Users who already have received a reminder e-mail receive it again every 7 days as long as they exceed their disk quota.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disk_quota_on_role_desc','en','The disk quota specified on a role affects all user accounts which are assigned to this role.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disk_quota_last_reminder_sent','en','Last quota reminder sent',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disk_quota_last_reminder_sent_desc','en','Last date on which the user has received a reminder mail because of exceeding the disk quota.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disk_quota_is_unlimited_by_1','en','The effective disk quota is unlimited due to membership in role \"%1$s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disk_quota_is_1_instead_of_2_by_3','en','The effective disk quota is %1$s as defined in this user account. The disk quota by role membership would have been %2$s by role \"%3$s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disk_quota_is_1_by_2','en','The effective disk quota is %1$s due to membership in role \"%2$s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disabled','en','Disabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disable','en','disable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disable_hide_user_toggle','en','Member is allowed to deactivate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disable_ext_lang_maint','en','Disable Extended Maintenance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','disable_check','en','Disable check',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','details','en','Details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','desktop_items','en','Personal Desktop Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','desired_password','en','Desired Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','description','en','Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','desc','en','Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','descending_order','en','Latest postings at the top',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','deliver','en','Deliver',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','department','en','Department',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','deleted','en','Deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','deleted_users','en','Deleted users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','deleted_user','en','The user has been deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','delete','en','Delete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','delete_selected_items','en','Delete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','delete_parameter','en','Delete Parameter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','defaults','en','Defaults',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','delete_existing_file','en','Delete Existing File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','default','en','Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','default_style','en','Default Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','default_skin','en','Default Skin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','default_skin_style','en','Default Skin / Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','default_roles','en','Default Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','default_role','en','Default Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','default_perm_settings','en','Default Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','default_language','en','Default Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','default_auth_mode','en','Default Authentication Method',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','default_auth_mode_info','en','Please choose the authentication method that is preselected on the login page.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','def_repository_view','en','Default repository view',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','decrease_attempts','en','Attempts - 1',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','deactivate','en','Set Inactive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','db_user','en','Database User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','db_version','en','Database Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','db_type','en','Database Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','db_pass','en','Database Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','db_need_update','en','Database needs an update!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','db_name','en','Database Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','db_host','en','Database Host',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','days','en','Days',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','day','en','Day',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','dateplaner','en','Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','date','en','Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','dataset','en','Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','database','en','Database',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','database_version','en','Current Database Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cutPage','en','Cut',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','daily','en','daily',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cut','en','Cut',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','current_ip','en','Current IP:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','current_password','en','Current Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','csv_export','en','CSV-Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crsr','en','Course Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crsr_new','en','Create Course Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crsr_edit_info','en','Please choose one course for creating a new link.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs','en','Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crs_write','en','User can edit course settings and manage content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_wizard_page','en','Copy Course (Step 2/2)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crs_visible','en','Course is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_unsubscribe','en','Unsubscribe from Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_title','en','Course Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_subscribers_assigned','en','Assigned new user(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_status_pending','en','[Waiting for registration]',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_status_blocked','en','[Access refused]',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_removed_from_waiting_list','en','You have been detached from the waiting list of course \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crs_read','en','User has read access to course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_new','en','New Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_members_gallery','en','Course Members Gallery',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_member_passed','en','Passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_member_not_passed','en','Not passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crs_join','en','User can join course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crs_leave','en','User can unsubscribe from course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_edit','en','Edit Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crs_delete','en','User can move or delete course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crs_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crs_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_fold','en','Create Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crs_copy','en','User can copy course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_copy_threads_info','en','Please decide which course materials should be copied, linked or even omitted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_cancel_waiting_list','en','Do you really want to remove yourself from the waiting list of course \"%s\"?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_at_least_one_admin','en','There has to be at least one group administrator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_at_least_one_admin','en','There has to be at least one course administrator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_archives','en','Archives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_add','en','Add Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_added','en','Course added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','crs_activation_start_invalid','en','The start and the finish time is not valid.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cron_mail_notification','en','New Mail Notifications',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cron_mail_notification_never','en','never',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cron_mail_notification_desc','en','If enabled, all users, who want to be informed about new mail, will get notifications by external mail. Please enable the option ‘%s’ first to use this function.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cron_mail_notification_cron','en','regularly per cron job',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cron_lucene_index','en','Update Lucene search index',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cron_lucene_index_info','en','If enabled, the lucene search index will be updated. Please configure the lucene server at ’Administration -> Search’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cron_jobs','en','Cron Jobs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cron_forum_notification','en','Send Forum Notifications',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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 posting.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','create','en','Create',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','created','en','Creation Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','create_stylesheet','en','Create Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','create_export_file','en','Create export file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','courses','en','Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','create_date','en','Created on',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','country','en','Country',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','course','en','Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','copyPage','en','Copy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','count','en','Count',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','copy','en','Copy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','copyChapter','en','Copy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','copy_selected_items','en','Copy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','copy_of_suffix','en','- Copy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','copy_of','en','Copy of',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','copy_n_of_suffix','en','- Copy (%1$s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','contra','en','Contra',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','copy_all','en','Copy all',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','continue_work','en','Continue',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','content_styles','en','Content Styles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','content','en','Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','context','en','Context',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','content_frame','en','Content Frame',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','container','en','Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','contact_data','en','Contact Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','contact','en','Contact',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','container_no_items','en','No Materials Available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','conflict_handling','en','Conflict handling',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','confirm','en','Confirm',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','confirmation','en','Confirmation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','confirm_delete_parameter','en','Do you really want to delete the parameter?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','condition','en','Condition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','conditions_updated','en','Conditions saved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','condition_select_object','en','Please select one object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','condition_accredited_or_passed','en','Accredited or Passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','condition_passed','en','Passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','condition_not_finished','en','Not finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','condition_finished','en','Finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','condition_deleted','en','Condition deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','condition_circle_created','en','This association is not possible, since the objects would interdepend.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','condition_already_assigned','en','Object already assigned.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cond_ref_unique','en','Unique Preconditions for Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cond_ref_shared','en','Shared Preconditions for all Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cond_ref_handling','en','Link Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','compose','en','Compose',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','comment','en','Comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','comma_separated','en','Comma Separated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','columns','en','Columns',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','collapse','en','Collapse',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','collapsed','en','Collapsed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','client_id','en','Client ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','client_ip','en','Client IP',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','client','en','Client',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','clipboard','en','Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','close','en','Close',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cnt_new','en','(%s New)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','collapse_all','en','Collapse All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','clear','en','Clear',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cleaning_failed','en','Cleaning failed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','clear_clipboard','en','Clear Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','city','en','City, State',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cleaned_file','en','File has been cleaned.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','choose_language','en','Choose Your Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','choose_only_one_language','en','Please choose only one language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chown_warning','en','Attention, you may loose access permissions on this object after changing the owner.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chg_password','en','Change Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chg_ilias_password','en','Change ILIAS Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','checked','en','Checked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chg_ilias_and_webfolder_password','en','Change Webfolder Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','checked_files','en','Importable files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','check','en','Check',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','submit_and_check','en','Save and Check Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','check_web_resources','en','Check Weblinks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','check_web_resources_desc','en','If enabled all Weblinks will be checked if they are active.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','check_user_accounts','en','Check user accounts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','check_link','en','Weblink check',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','check_link_desc','en','If enabled all external links in ILIAS learning modules will be checked if they are active.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','check_languages','en','Check All Languages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chat_users_active','en','Active users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','check_all','en','Check all',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','check_langfile','en','Please check your language file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_settings','en','Chat Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chat_enter_public_room','en','Public Chat',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chat_invite_public_room_tooltip','en','Invite to public chat.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chat_invite_public_room','en','Public Chat',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chat_enter_public_room_tooltip','en','Enter public chat.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','characters','en','characters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chapter','en','Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','changeable','en','Changeable in Personal Data and Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','changed_to','en','changed to',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','change','en','Change',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','change_owner','en','Change owner',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','change_sort_direction','en','Change sort direction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','change_header_title','en','Edit Header Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','change_existing_suffix','en',' ',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','change_existing_prefix','en','Change Existing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','change_existing_suffix_single','en',' ',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','change_existing_prefix_single','en','Change',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','change_existing_objects','en','Change Existing Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('rbac','change_existing_object_type_desc','en','This will also change the permissions of already existing objects of that type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','certificate','en','Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','change_assignment','en','Change assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cert_write','en','User can edit settings in Certificates Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cert_visible','en','Certificates Administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cert_read','en','User has read access to Certificates Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cert_edit_permission','en','User can change permission settings of Certificates administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cc','en','CC',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','catr','en','Category Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','catr_new','en','Create Category Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','catr_edit_info','en','Please choose one category for creating a new link.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','categories','en','Categories',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cat','en','Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','categories_imported','en','Category import complete.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cat_write','en','User can edit settings of category and manage content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cat_wizard_page','en','Copy Category (Step 2/2)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cat_read','en','User has read access to category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cat_visible','en','Category is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cat_read_users','en','User can read local user accounts created in this category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cat_new','en','New Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cat_edit','en','Category Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cat_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cat_delete','en','User can move or delete category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cat_copy_threads_info','en','Please decide which category items should be copied, linked or even omitted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cat_copy','en','User can copy category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cat_cat_administrate_users','en','User can create and administrate local user accounts in this category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cat_add','en','Add Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cat_added','en','Category added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cant_deactivate_if_users_assigned','en','You cannot deactivate a style if there are still users assigned to it.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cannot_unzip_file','en','Cannot unpack file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cannot_uninstall_systemlanguage','en','You cannot uninstall the system language!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cannot_uninstall_language_in_use','en','You cannot uninstall the language currently in use!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cannot_find_xml','en','Cannot find any XML-file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cancel','en','Cancel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','calendar','en','Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cal_until','en','Until:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','cal_from','en','From:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','by','en','By',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','bytes','en','Bytes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_not_date','en','Not Dated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_ended','en','Ended',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_ongoing','en','Ongoing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_upcoming','en','Upcoming',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_my_memberships_sort_default','en','Default of Sort Option',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_sort_by_start_date','en','Sort by Start Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_sort_by_type','en','Sort by Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_sort_by_location','en','Sort by Location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','btn_undelete','en','Restore',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','btn_remove_system','en','Remove from System',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','btn_previous','en','Back',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','btn_back','en','Back',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','btn_next','en','Continue',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','btn_add','en','Add',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','breadcrumb_navigation','en','Breadcrumb Navigation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','bookmarks','en','Bookmarks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','bookmarks_of','en','Bookmarks of',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','bookmark_target','en','Target',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','bookmark_new','en','New Bookmark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','bookmark_folder_new','en','New Bookmark Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','bookmark_added','en','The Bookmark has been created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','bookings','en','Bookings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','bold','en','Bold',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','bm','en','Bookmark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','bmf','en','Bookmark Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','block','en','Block',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','bm_add_to_ilias','en','Add to ILIAS Bookmarks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','bkm_import','en','Import Bookmarks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','bkm_sendmail','en','Send as attachment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','bkm_import_ok','en','Successfully imported %d bookmarks and %d bookmark folders.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','birthday','en','Birthday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','bib_data','en','Bibliographical Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','benchmarks','en','Benchmarks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','benchmark','en','Benchmark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','before','en','before',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','basic_settings','en','Basic Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','back','en','Back',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','basedn','en','BaseDN',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','back_to_grp_content','en','Back to Group Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','back_to_fold_content','en','Back to Folder Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','back_to_crs_content','en','Back to Course Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','available','en','Available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','authors','en','Authors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','authoring_mode','en','Authoring Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','author','en','Author',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','authentication_settings','en','Authentication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','authenticate_ilias','en','ILIAS Native Authentication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','auth_write','en','User can edit settings for Authentication and Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','auth_visible','en','Administration of Authentication and Registration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_user_default_role','en','Default Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_soap','en','SOAP',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_soap_user_default_role_desc','en','This role is assigned to automatically created SOAP users.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_soap_use_dotnet','en','Use .NET SOAP Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_soap_use_https','en','Use HTTPS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','auth_soap_settings_saved','en','SOAP authentication settings saved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','auth_soap_namespace','en','Namespace',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','auth_soap_namespace_desc','en','As defined in WSDL. Must be specified, if .NET SOAP style is used.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_soap_auth','en','Configure SOAP Authentication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','auth_soap_auth_desc','en','This settings deal only with SOAP based user authentication, not with the ILIAS SOAP interface.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_shib_not_configured','en','Shibboleth is not configured yet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_shib','en','Shibboleth',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_shibboleth','en','Shibboleth',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_soap_allow_local_desc','en','This allows SOAP users to authenticate with their local ILIAS username and a local password.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_settings','en','Authentication Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_shib_instructions','en','Be sure to read the README for instructions on how to configure Shibboleth support for ILIAS.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_selection','en','Login Options',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_script','en','Custom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_select','en','Select authentication mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_role_auth_mode','en','Authentication mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_remark_non_local_auth','en','When selecting another authentication mode than ILIAS database, you may not change user\'s login name and password anymore.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','auth_read','en','User has read access to administration of Authentication and Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_radius_shared_secret','en','Shared secret',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_radius','en','RADIUS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_radius_server','en','Servers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_radius_server_desc','en','You may add multiple servers with commas separated. Servers are rotated in Round robin fashion when queried.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_radius_port','en','Port',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_radius_not_configured','en','RADIUS is not configured yet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_radius_enable','en','Enable RADIUS support',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_radius_configure','en','Configure RADIUS-Authentication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_per_default','en','Per Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','auth_mode','en','Authentication mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_mode_roles_changed','en','Changed authentication mode for this Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_mode_not_changed','en','(Nothing changed)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_login_instructions','en','Instructions shown on login page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_local','en','ILIAS Auth',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_ldap','en','LDAP',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_ldap_migration','en','Account Migration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','auth_ldap_enable','en','Enable LDAP support',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_ecs','en','ECS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','auth_edit_permission','en','User can change permission settings of Authentication and Registration administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_default','en','Default setting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_default_mode_changed_to','en','Default authentication mode changed to',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_create_users','en','Create non-existing users automatically',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_configure','en','configure...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_cas','en','CAS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','auth_cas_port_desc','en','E.g. 443 if the full CAS server URI is https://auth.yourserver.com:443/cas/',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_cas_auth','en','Configure CAS Authentication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_cas_auth_desc','en','CAS requires PHP 4.3.1 or higher with CURL support (7.5 or higher)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_cas_allow_local_desc','en','This allows CAS users to authenticate with their local ILIAS username and a local password.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_allow_local','en','Allow Local Authentication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','attempts','en','Attempts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_active_roles','en','Global roles available on registration form',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','attachments','en','Attachments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','attachment','en','Attachment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','at_least_one_style','en','At least one style must remain activated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','associated_user','en','associated User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','assigned_roles','en','Assigned Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','assigned_members','en','Assigned Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','assign','en','Assign',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','assign_local_role','en','Assign to Local Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','assign_global_role','en','Assign to Global Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','assf_write','en','User can edit settings of Test and Assessment Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','assf_visible','en','Test and Assessment administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','assf_read','en','User has read access Test and Assessment Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','assf_questiontypes','en','Question Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','assf_edit_permission','en','User can change permission settings of Test and Assessment administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','assf_allowed_questiontypes','en','Available Question Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','assessment_settings_reporting_language','en','Reporting language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','assessment_log_text','en','Log message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','assessment_log','en','Create a Test and Assessment log for a specific time period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','assessment_log_question','en','Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','assessment_log_manual_scoring_activate','en','Activate Manual Scoring for',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','assessment_log_for_test','en','For test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','assessment_log_log_entries','en','log entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','assessment_log_logging','en','Logging',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','assessment_log_datetime','en','Date/Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','assessment_log_deleted','en','The Test and Assessment log data has been deleted in the administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ass_log_output','en','Log Data Output',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','assessment_imap_line_color','en','Image Map Line Color',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ass_log_delete_no_selection','en','Please select at least one test to delete the Log Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ass_log_deleted','en','The Log Data for the selected tests has been deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ass_log_count_datasets','en','Log Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ass_log_delete_entries','en','Delete Log Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','ascending_order','en','Latest postings at the bottom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ass_log_admin','en','Log Data Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','are_you_sure','en','Are you sure?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','archive','en','Archive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','archive_broken','en','Archive seems to be broken or empty.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','apply','en','Apply',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','appointment','en','Appointment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','approve_date','en','Approved on',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','approve_recipient','en','Login ID of Approver',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','apply_filter','en','Apply Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','application_date','en','Application Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','applications','en','Applications',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','application_completed','en','Application is complete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','answers','en','Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','any_language','en','Any language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','anonymous','en','Anonymous',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','and','en','and',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','allow_assign_users','en','Allow user assignment for local administrators.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','allow_override_alert','en','Rules for .htaccess are not interpreted correctly.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','allow_register','en','Available in registration form for new users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','already_delivered_files','en','Submitted Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','all_topics','en','All Topics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','all_users','en','All Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','all_local_roles','en','Local roles (all)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','all_objects','en','All Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','all_roles','en','All Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','agree_date','en','Agreed on',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','all_global_roles','en','Global roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','adve_visible','en','Editing Administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','adve_write','en','User can edit settings of Editing Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','adve_survey_settings','en','Survey Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','adve_frm_post_settings','en','Forum Posts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','adve_general_settings','en','General Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','adve_read','en','User has read access to Editing Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','adve_assessment_settings','en','Test and Assessment Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','adve_edit_permission','en','User can change permission settings of Editing administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','advanced_editing_required_tags','en','The following HTML tags are required: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','advanced_editing_survey_settings','en','Allowed HTML Tags for the ILIAS survey tool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','advanced_editing_frm_post_settings','en','Forum Post Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','advanced_editing_rep_page_editing','en','Enable Content Editing in Repository',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','advanced_editing_allow_html_tags','en','Allow the selected HTML tags for text editing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','advanced_editing_assessment_settings','en','Allowed HTML Tags for the ILIAS Test and Assessment tool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','administrator','en','Administrator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','adopt_perm_from_template','en','Copy Permission Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','adopt','en','Adopt',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','administration','en','Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','adm_write','en','User can edit General Settings in Administration.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','admin_force_noti','en','Notification active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','administrate_users','en','Local User Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','adm_read','en','User has read access to General Settings in Administration.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','adm_visible','en','General Settings are visible in Administration.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','adm_edit_permission','en','User can change permissions of General Settings in Administration.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','added_new_condition','en','Created new condition.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','additional_info','en','Additional Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','address','en','Address',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','add_user','en','Add Local User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','add','en','Add',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','add_user_defined_field','en','Add New Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','add_member','en','Add Member',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','add_new_user_defined_field','en','Add New Custom Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','add_note','en','Add Note',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','add_parameter','en','New Parameter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','add_translation','en','Add translation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','activate_https','en','HTTPS handling by ILIAS
(Login)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','activate_tracking','en','Activation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','activate','en','Set Active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','activation','en','Edit Timings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','active','en','Active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','add_condition','en','Add Precondition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','action','en','Action',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','actions','en','Actions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','activate_assessment_logging','en','Activate Test and Assessment Logging',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','action_aborted','en','Action aborted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','accs_write','en','User can edit Accessibility Settings in Administration.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','accs_visible','en','Accessibility Settings are visible in Administration.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','accs_read','en','User has read access to Accessibility Settings in Administration.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','account_expires_body','en','Your account is limited, it will expire at:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','account_expires_subject','en','Your account expires',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','accs_edit_permission','en','User can change permissions of Accessibility Settings in Administration.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','accessRestrict','en','Set \'Valid Until\' Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','accesscount_registered_users','en','Read by number of distinct ILIAS users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','accessFree','en','Remove \'Valid Until\' Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','amend_grading','en','Amend finalized grading',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','access','en','Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','access_users','en','Logged in Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','access_unlimited','en','Unlimited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','access_until','en','Valid until',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','access_scope','en','Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','access_public','en','Public',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','access_restricted','en','Set the selected user(s) to limited access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','access_from','en','Access (from)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','access_free_granted','en','Set the selected user(s) to unlimited access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','access_expired','en','expired',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','absolute_path','en','Absolute Path',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','accept_usr_agreement','en','Accept terms of service?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_view_simple','en','Simple View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','3rd_party_software','en','3rd party software',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_view_sessions','en','Sessions View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_view_info_simple','en','This content presentation lists all items in one block.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_view_info_sessions','en','This content presentation groups all sessions first. After that the other course content is listed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_view_info_by_type','en','This content presentation groups all items by resource type.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_text_media_editor','en','Customize Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_view_by_type','en','Grouped-by-Type View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_switched_editor','en','Switched to new content.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_switch_to_new_editor_cmd','en','Switch to new content of this page. Old content will be removed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('cntr','cntr_saved_sorting','en','Saved Sorting.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_ordering','en','Sorting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_old_editor_warning','en','The maintenance of this editor will be discontinued in a future major releases of ILIAS. You may still use it to edit the content of this page now. But we recommend to switch to the standard page editor of ILIAS when possible.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_hide_title_and_icon','en','Hide Title and Icon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_manage','en','Manage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_old_editor_open_standard_editor','en','Open Standard Editor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_back_to_old_editor','en','Back to Old Editor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_add_new_item','en','Add New Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','database_is_uptodate','en','The database is up to date.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','no_changes','en','No changes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_version','en','Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_update','en','Update',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_status','en','Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_show_details','en','Show Details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_service','en','Service',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_save_options','en','Save',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_responsible','en','Responsible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_rep_object','en','Repository Object Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_refresh','en','Refresh Languages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_plugins','en','Plugins',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_plugin','en','Plugin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_plugin_slot','en','Plugin Slot',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_plugin_lang_prefixes','en','Plugin Language Prefixes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_plugin_file','en','Plugin File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_plugin_deactivated','en','The plugin has been deactivated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_plugin_db_prefixes','en','DB Table Prefixes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_plugin_activated','en','The plugin has been activated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_must_installed','en','The component must be installed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_no_language_file_available','en','No language file available.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_no_db_update_file_available','en','No DB update script available.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_needs_upgrade','en','The plugin version currently installed is older than a previously installed version. Please upgrade the plugin.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_needs_update','en','Needs update.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_needs_newer_plugin_version','en','This ILIAS version needs a newer plugin version. Please upgrade the plugin.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_needs_newer_ilias_version','en','This plugin version only runs on newer ILIAS versions. Please upgrade ILIAS.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_name','en','Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_module','en','Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_missing','en','Missing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_main_dir','en','Main Directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_languages','en','Languages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_lang_prefix','en','Language Variables Prefix',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_lang_files','en','Language Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_inactive','en','Inactive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_install','en','Install',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_ilias_min_version','en','Min. ILIAS Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_ilias_max_version','en','Max. ILIAS Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_group','en','Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_id','en','ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_file_version','en','Update File Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_deactivate','en','Deactivate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_dir','en','Directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_current_version','en','Current Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_database','en','Database',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_db_update','en','DB Update Script',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_component','en','Component',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_class_file','en','Class File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_available','en','Available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_basic_files','en','Basic Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_active','en','Active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_add_new_rank','en','Position in Add-New-Object List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_activate','en','Activate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_enable_autoscroll','en','Enable Autoscroll',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chat_chatviewer','en','Chat Viewer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','cert_form_sec_add_features','en','Additional Features',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','cert_form_sec_layout','en','Layout and Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','cert_form_sec_availability','en','Availability',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','download_certificate','en','Download Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_visibility','en','Visibility',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('certificate','certificate_visibility_passed','en','Only Visible if a User Passed the Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_visibility_never','en','Not Visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_visibility_introduction','en','Participants will be offered to download the certificate from the test results screen.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_visibility_always','en','Always Visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_user_zipcode','en','12345',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_user_title','en','Dr.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_user_street','en','100 Main Street',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_user_lastname','en','Doe',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_user_salutation','en','Mrs.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_user_institution','en','ILIAS Open Source',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_user_firstname','en','Jane',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_user_fullname','en','Dr. Jane Doe',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_user_department','en','Customer Support',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_user_country','en','USA',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_user_city','en','Anytown, NY',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_user_birthday','en','1977-05-08',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_result_points','en','38',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_result_percent','en','83%',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_result_passed','en','passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_result_mark_short','en','B',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_result_mark_long','en','Good',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_max_points','en','46',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('certificate','certificate_text','en','Certificate Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_short_name','en','Certificate file short title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('certificate','certificate_settings','en','Certificate Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_preview','en','Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_points_notavailable','en','This value cannot be calculated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_zipcode','en','ZIP code of the user\'s address',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_title','en','Title of the user',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_testtitle','en','Title of the test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_street','en','Street of the user\'s address',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_scormtitle','en','Title of the SCORM learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_scormpoints','en','Points of the SCORM learning module in percent',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_salutation','en','Salutation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_resultpoints','en','Score of user',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_resultpercent','en','Reached percentage of the user',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_passed','en','‘passed’ or ‘failed’, depending on the test results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_maxpoints','en','Maximum available points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_marklong','en','Users mark (official version)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_markshort','en','Users mark (short version)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_lastname','en','Last name of the user',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_lastaccess','en','Last access date and time of the user',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_introduction','en','The following placeholders may be used',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_institution','en','Institution of the user',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_fullname','en','Full name of the user (title, first name and last name)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_firstname','en','First name of the user',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_department','en','Department of the user',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_datetime','en','Actual date and time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_date','en','Actual date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_country','en','Country of the user\'s address',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_city','en','City of the user\'s address',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_birthday','en','Birthday of the user',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_passed','en','passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_pagewidth','en','Page Width',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_pageheight','en','Page Height',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_page_format','en','Page Format',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_page_format_info','en','Please select the default page format for new certificates.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_not_well_formed','en','The certificate text is not well formed. Please enter valid XHTML for the certificate text!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_margin_body','en','Body Margin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_letter','en','Letter (11 inch x 8.5 inch)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_letter_landscape','en','Letter Landscape (8.5 inch x 11 inch)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_error_upload_bgimage','en','An error occurred during the upload of the background image!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_export','en','Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_failed','en','failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_error_import','en','An error occurred during the import of a certificate!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_edit','en','Create/Edit a Certificate Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_confirm_deletion_text','en','Do you really want to delete the certificate and all its related data?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_custom','en','Custom...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_a5_landscape','en','A5 Landscape (148 mm x 210 mm)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_a5','en','A5 (210 mm x 148 mm)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_background_image','en','Background Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_a4','en','A4 (297 mm x 210 mm)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_radius_charset','en','Character Encoding',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_a4_landscape','en','A4 Landscape (210 mm x 297 mm)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_radius_charset_info','en','Please choose the character encoding for the communication with the radius server. If unsure, choose UTF-8.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_rad_migration','en','Account Migration:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_rad_migration_info','en','Activate this option to give new users the possibility to migrate their existing ILIAS accounts to Radius authentication.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('auth','auth_info_add','en','Choose this option if you have never registered to ILIAS. A new account will be created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_account_migration_name','en','Migration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_account_migration_new','en','Create New User Account',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_account_migration','en','New ILIAS Account',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_account_migration_keep','en','Migrate Existing User Account',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','autosavecontent','en','Autosave Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_qst_added_to_pool_p','en','Successfully added the questions to the selected pool.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_qst_added_to_pool_s','en','Successfully added the question to the selected pool.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','sign_submission_info','en','If this is activated and a signature plugin is installed and active, participants will be requested to digitally sign their submissions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','saved_adjustment','en','Changes saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','sign_submission','en','Digitally Sign Test Submissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_final_information','en','Finishing the Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_nr_of_tries_desc','en','Maximum number of passes a participant can take.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_settings_header_test_run','en','Administering the Test: Test Run',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_allowed_users_time_gap_desc','en','Participants that do not click in the test for the indicated amount of time will be categorized as ‚inactive‘ and removed from the test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_allowed_users_desc','en','ILIAS will monitor the number of participants taking the test at the same time. If more users than maximally allowed try to access ILIAS will prevent them from starting the test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_ending_time_desc','en','Point in time at which the test will be finished: Participants an no longer answer questions, the test is finished by ILIAS.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_starting_time_desc','en','Point in time after which the test can be started by clicking the button ‚Start‘, participants can provide answers to questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_settings_header_intro','en','Information Before Start of Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_settings_header_execution','en','Administering the Test: Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_btn_hide_best_solutions','en','Hide Best Solutions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_btn_show_best_solutions','en','Show Best Solutions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_details_overview_table_title','en','Detailed Overview for Pass %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_single_answer_details','en','Show Single Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_list_answer_details','en','Show in List Below',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answer_details','en','Answer Details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_back_to_pass_details','en','Back to Pass Details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_tax_filters','en','Result Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_back_to_question_list','en','Back to Question List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','misc','en','Misc Options',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_back_to_top','en','Back to Top',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_results','en','Summary Test Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_scoring','en','Scoring Options',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_trigger_result_refreshing','en','Results need to be recalculated. This may take a while.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','scoringadjust','en','Corrections',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','show_examview_pdf','en','PDF Download',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','show_examview_html','en','On screen',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','enable_examview_desc','en','Participants are presented with all questions and the answers they provided in an overview prior to submitting the test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_feedback_back_to_feedback_form','en','Back To Calling Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','enable_examview','en','Overview of Answers Given',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_feedback_edit_page','en','Edit Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_add_quest_cont_edit_mode_page_object','en','Use ILIAS page editor for editing feedback and hints',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_add_quest_cont_edit_mode_default','en','Use rich-text editor for editing feedback and hints',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_add_quest_cont_edit_mode','en','Editor for Feedback and Hints',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','feedback_all','en','Show answer specific feedback for all answers.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','feedback_checked','en','Show answer specific feedback for all chosen/selected answers.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','feedback_setting','en','Mode of answer specific feedback.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_gap_analysis','en','Gap Analysis',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_test_result','en','Test Result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_analysis','en','Analysis',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_all_test_competences','en','All Test Competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_show_comp_results','en','Competence Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_save_thresholds','en','Save Thresholds',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_threshold','en','Thresholds (in %)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_level','en','Competence Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_max_comp_points','en','Max. Competence Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_num_questions','en','Number of Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_comp_eval_mode','en','Evaluation by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_comp_points','en','Competence Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_cancel_skill_assigns_update','en','Cancel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_save_skill_assigns_update','en','Save Competence Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_qst_skl_assign_synced_to_orig','en','The competence assignments has been synchronised to the questions original.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','qpl_qst_skl_assigns_updated','en','The competence assignments has been updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_qst_skl_assign_properties_modified','en','The assignment\'s properties has been modified.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_view_competence_assign','en','View Assignment Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_edit_competence_assign','en','Edit Assignment Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_manage_competence_assigns','en','Manage Competence Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_msg_skl_lvl_thresholds_saved','en','The competence thresholds has been saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_competence','en','Competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_skl_sub_tab_usages','en','Assignment Frequency',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_skl_sub_tab_thresholds','en','Competence Thresholds',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_skl_sub_tab_quest_assign','en','Question/Competence Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_tab_competences','en','Competences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_tab_competences','en','Competences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_activate_skill_service','en','Competence Service',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_dyn_test_msg_currently_finished_selection','en','With the current question selection you have answered all questions successfully. Change the question selection to proceed the test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_dyn_test_msg_currently_finished_completely','en','Currently you have answered all questions from the selected question pool successfully. You can proceed the test when there are new or edited questions in the question pool.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_change_dyn_test_question_selection','en','Change Question Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_num_wrong_answered_questions','en',' Answered Wrongly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_num_correct_answered_questions','en','Answered Correctly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_num_non_answered_questions_notseen','en','Not Presented, Yet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_num_selected_questions','en','Number of Selected Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_num_non_answered_questions_skipped','en','Skipped',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_num_all_questions','en','Number of All Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_dynamic_question_set_complete','en','Total-Statistic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_dynamic_question_set_selection','en','Test Question Selection and Selection-Statistic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_resume_dyn_test_with_cur_quest_sel','en','Resume Test with Current Question Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_start_dyn_test_with_cur_quest_sel','en','Start Test with Current Question Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_input_dynamic_question_set_ordering_tax','en','Ordering Taxonomy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_input_dynamic_question_set_question_ordering_by_tax','en','Order Questions by Taxonomy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_input_dynamic_question_set_question_ordering_by_date','en','Order Questions by Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_input_dynamic_question_set_question_ordering','en','Question Ordering',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_answer_status_all_non_correct','en','All Questions Except those Answered Correctly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_answer_status_non_answered','en','Non Answered Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_answer_status_wrong_answered','en','Only wrongly answered questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_input_dynamic_question_set_taxonomie_filter_enabled','en','Provide Taxonomy Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_input_dyn_quest_set_answer_status_filter_enabled','en','Provide Answer Status Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_answer_status','en','Which questions should be presented?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_dyn_quest_set_src_qpl_summary_string_deleted','en','%s (Removed Permanently)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_dyn_quest_set_src_qpl_summary_string_trashed','en','%s (Removed) [%s Questions]',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_dynamic_question_set_source_questionpool_summary_string','en','%s (Path: %s) [%s Questions]',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_input_dynamic_question_set_source_questionpool','en','Source Question Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_form_dynamic_question_set_config','en','Continues Question Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_dyn_test_pass_deletion_button','en','Reset All Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_dyn_test_msg_pass_deletion_link','en','Remove Previous Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_delete_dyn_test_results_btn','en','Remove Test Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_msg_dynamic_question_set_config_modified','en','Continues question selection configuration has been modified.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_change_quest_set_type_from_old_to_new_with_conflict','en','You are about to change the test mode from %s to %s, although a questions/question pool configuration dependent on the current test mode already exists.
This already existing configuration will be lost.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_set_type_dynamic','en','Question Queue - All Questions from a Question Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_set_type_random','en','Random Set of Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_set_type_fixed_desc','en','All participants get the same set of questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_set_type_fixed','en','Fixed Set of Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_set_type','en','Selection of Test Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_rnd_quest_cfg_tab_pool','en','Selected Question Pools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_rnd_quest_cfg_tab_general','en','Configuration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_top_num_unit','en','entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_top_num_description','en','Specify how many ranks are to be included in the top ranking list.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_top_num','en','Length of Top Ranking',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_all_tables_description','en','Participants get information about the top ranking and their own position in the ranking.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_all_tables','en','Participant\'s Own Rank and Top Ranking',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_top_table_description','en','Participants are presented with a table containing the top rankings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_top_table','en','Top Ranking',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_own_table_description','en','Participants are advised of their own position in the ranking.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_mode','en','Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_own_table','en','Participant\'s Own Rank',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_wtime_description','en','A column containing the duration of the test will be included in the ranking.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_hints','en','Hints',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_hints_description','en','A column containing the requested hints will be included in the ranking.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_wtime','en','Duration of Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_percentage_description','en','A column containing the tests percentage will be included in the ranking.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_percentage','en','Percentage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_score','en','Score',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_score_description','en','A column containing the score will be included in the ranking.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_achieved_ts_description','en','A column containing the test date will be included in the ranking.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_achieved_ts','en','Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_anon','en','Without Names',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_highscore_enabled','en','Ranking',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','toplist_col_wtime','en','Working Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','toplist_col_hints','en','Hints',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','toplist_col_score','en','Score',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','toplist_col_percentage','en','Percentage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','toplist_col_achieved','en','Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','toplist_col_rank','en','Rank',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','toplist_col_participant','en','Participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','toplist_by_time','en','High score by working time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','without_solutions_participants','en','Participants without solutions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_show_toplist','en','Ranking',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','toplist_by_score','en','High score by score',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','with_solutions_participants','en','Participants with solutions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','you_received_a_of_b_points','en','You received %s of %s possible points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','all_participants','en','All participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','working_time','en','Working Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','width','en','Width',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','worked_through','en','Worked Through',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','answered','en','Answered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','values','en','Values',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','warning_question_not_complete','en','The question is not complete!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','value_between_x_and_y','en','The value should be between %s and %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','user_wrong_clientip','en','You don\'t have the right IP address to access this test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','user_not_invited','en','You are not supposed to take this test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','uploaded_material','en','Uploaded Material',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','unlock','en','Unlock',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','unlimited','en','unlimited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','cannot_export_archive','en','Archive-Export cannot be created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_enable_archiving','en','Enable Archiving',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_your_answers','en','These are your answers given to the following questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_your_answer_was','en','Your answer was',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_user_finished_test','en','User finished test (%s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_use_previous_answers','en','Use Previous Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','use_previous_solution','en','Use Previous Solution',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_use_previous_answers_user','en','Use my previous answers as default values in future test passes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_use_previous_answers_description','en','Participants will be presented with their answers from previous test passes. This option has to be activated by individual participants on the Info-tab before starting a test pass.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','examid_in_test_res_desc','en','The ILIAS test pass ID will be included in the test results.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','examid_in_test_res','en','ILIAS Test Pass ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','exam_id_label','en','Exam Id',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','examid_in_test_pass','en','Display Test Pass ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','examid_in_test_pass_desc','en','A test pass ID is displayed in the test. A new ID is generated for every test pass.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','exam_id','en','Testpass ID:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_type','en','Test Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_title_output','en','Show Question Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_title_output_hide_points','en','Only Question Titles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_title_output_no_title','en','Neither Question Titles nor Available Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_title_output_full','en','Question Titles and Available Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_time_already_spent','en','You started the test at: %s. Your maximum processing time is %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_stat_result_timeofwork','en','Time of Work',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_stat_result_total_participants','en','Total Number of Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_submit_results','en','Yes, I do confirm the submission.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_text_count_system','en','Scoring System',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_time_already_spent_left','en','You have %s left.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_stat_result_resultspoints','en','Test Results in Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_stat_result_resultsmarks','en','Test Results in Marks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_stat_result_rank_participant','en','Rank of Participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_stat_result_qworkedthrough','en','Questions already worked through',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_stat_result_rank_median','en','Rank of Median',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_stat_result_qmax','en','Total number of Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_stat_result_mark_median','en','Mark of Median',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_stat_result_median','en','Median of Test Result in Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_stat_result_pworkedthrough','en','Percent of total workload already worked through',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_stat_result_lastvisit','en','Last Visit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_stat_result_firstvisit','en','First Visit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_stat_result_atimeofwork','en','Average Time of Work',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_starting_time','en','Starting Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_started','en','Test Started',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_start_test','en','Start the Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_start_new_test_pass','en','Start New Test Pass',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_single_results','en','Results by Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_signature','en','Signature',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_shuffle_questions','en','Shuffle Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_shuffle_questions_description','en','Shuffles the sequence of questions for every participant and every test pass.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_show_summary','en','Show ‘List of Questions’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_show_summary_description','en','Participants can switch on a list of test questions on the left of the actual question. Additionally, they are presented with a button ‘List of Questions’. On that screen the overall status of all questions will be displayed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_show_solution_suggested','en','Content for Recapitulation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_show_solution_signature','en','Signature Placeholder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_show_solution_printview','en','Additional ‘List of Answers’ for Printing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_show_solution_details','en','Scored Answers of Participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_show_solution_feedback','en','Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_show_solution_answers_only','en','Print View of Results (Answers Only)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_dyn_keep_answ_freeze','en','Keep my current answers frozen',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_dyn_unfreeze_answers','en','Answer once more',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_dyn_unfreeze_answers_confirmation','en','There are questions to which your initial answers were fixed and you could not make any changes. Do you want to answer them one more time now and thus unfreeze your answers?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_show_side_list','en','Show List of Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','results_tab','en','Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','participants_results_subtab','en','All Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_show_results','en','Test Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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 pass.
Other than that the table will be displayed after the last test pass possible (setting in link ‘General’, option ‘Limit Number of Test Passes’) or after the test is officially finished (setting in link ‘General’, option ‘Finishing Time’).
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); +INSERT INTO `lng_data` VALUES ('assessment','tst_show_pass_details','en','Show ‘Table of Detailed Test Results’ for each Test Pass upon Selected Point in Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_show_cancel','en','Suspend Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_show_answer_sheet','en','Show Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_session_settings','en','Session Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_sequence','en','Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_sequence_properties','en','Administering the Test: Functionality Available to Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_sequence_postpone','en','Questions may be postponed to the end of a test pass',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_sequence_fixed','en','The Sequence of Questions is Fixed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_selected_user_data_deleted','en','The test data of the selected user(s) was removed successfully',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_select_questionpool','en','Please select a question pool to store the created question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_score_reporting','en','Score Reporting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_score_reporting_date','en','Score Reporting Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_score_mcmr_zero_points_when_unanswered_desc','en','Answers without any checked option are not saved. Participants get 0 points on these questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_score_mcmr_zero_points_when_unanswered','en','Don’t Save Empty Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_score_mcmr_use_scoring_system_desc','en','An additional option \"None of the above\" allows saving of empty answers. The unchecked options will be scored as defined in the question. This setting is only kept for existing tests and will be abandoned in a following ILIAS version.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_score_mcmr_use_scoring_system','en','Save and Score Empty Answers (Deprecated)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_score_mcmr_questions','en','Multiple Choice Questions with Empty Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_score_cutting','en','Negative Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_score_cut_test','en','For the Whole Test a Negative Result is set to ‘0 Points’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_resume_test','en','Resume the Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_score_cut_question','en','For Each Questions Negative Points are set to ‘0 Points’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_results','en','Test Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_show_solution_details_desc','en','As an add-on to the ‘Table of Detailed Test Results’, the participant get a link to a page for each question. This linked page contains the question, the answer provided by the participant, information on whether this was the correct answer and points scored by this answer.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_overview','en','Pass Overview of the Test Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_back_overview','en','Back to Results Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_aggregated','en','Aggregated Test Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_back_introduction','en','Back to Introductory Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_grading_opt_show_mark','en','Show Resulting Mark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_grading_opt_show_status','en','Show ‘Passed’ / ‘Failed’ Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_details_options','en','Further Details to be Included in Test Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_access_setting','en','Point in Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_access_enabled','en','Access to Test Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_access_passed','en','After Test has been Passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_access_finished_desc','en','ILIAS displays the test results after the test pass is finished. After finishing the test pass participants can access their test results within the ‘Results’-tab at any time.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_access_finished','en','After Test Pass is Finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_access_date','en','Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_access_date_desc','en','Participants get access to their test results within a \'Results\'-tab after the defined date.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_access_always_desc','en','Participants can access their results within the ‘Results’-tab immediately after starting the test pass and while still taking the test. Additionally ILIAS will redirect to the \'Results\'-tab after the test has been finished.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_result_user_name_pass','en','Results of Test Pass %s for %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_result_user_name','en','Test Results for %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_result_pass','en','Results of Test Pass',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_results_access_always','en','Immediately',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_reset_processing_time','en','Reset duration for every test pass',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_reset_processing_time_desc','en','The duration will be reset to the defined maximum for every test pass. This setting requires multiple test passes to become effective.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_res_tab_msg_res_after_date_no_res','en','When you take the test your results will be offered here on the following date: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_res_tab_msg_res_after_date','en','You test results will be offered here on the following date: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_res_tab_msg_res_after_test_passed','en','After passing the test your results will be offered here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_res_tab_msg_res_after_finish_test','en','After finishing the test your results will be offered here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_res_tab_msg_res_after_taking_test','en','After taking the test your results will be offered here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_report_never','en','No test results available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_report_after_passed','en','Offer test results when the test has been passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_report_after_test','en','Offer test results when the test is finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_report_after_first_question','en','Offer test results when the test has been started',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_report_after_date','en','After a fixed score reporting date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_remove_questions','en','Are you sure you want to remove the following questions from the test?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_reached_points','en','Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_remove_mark','en','Remove this mark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_nonpool_questions_get_lost_warning','en','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.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_random_select_questionpool','en','Select the question pool to choose the questions from',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_random_nr_of_questions','en','How many questions?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_questions_removed','en','Question(s) removed!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_questions_inserted','en','Question(s) inserted!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_type','en','Question Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_qbt_filter_question_title','en','Title of Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_title','en','Question Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_amount','en','Question Amount',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_inp_quest_amount_per_source_pool','en','Question Amount',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_inp_quest_amount_per_test','en','Number of Questions for the Whole Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_inp_quest_amount_cfg_mode_pool','en','Define the amount of questions per selected question pool and taxonomy node.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_inp_quest_amount_cfg_mode_test','en','Define the amount of questions per test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_inp_quest_amount_cfg_mode','en','Amount of Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_inp_all_quest_points_equal_per_pool','en','Use Only Pools with Equal Scored Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_offer','en','Do you accept this sample or do you want another one?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_marker','en','Flagged',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_no','en','Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_mark','en','Mark this question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_marked','en','You marked the question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_qst_order','en','No.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_processing_time','en','Limit Duration of Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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 passes is limited an additional feature for granting extra time to participants appears in the tab \'Dashboard\'.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_print','en','Test and Assessment - Print View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_postpone_off','en','Unanswered Questions Stay in Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_postpone_on','en','Unanswered questions will be enqueued',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_postpone','en','Unanswered Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_position_without_total','en','Question %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_position','en','Question %s of %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_percent_solved','en','Percent Solved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_password','en','Test Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_password_form','en','Enter Test Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_password_entered_wrong_password','en','You cannot start the test because you entered the wrong test password!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_password_enter','en','Enter Password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_allowed_users_max','en','Max. Number of Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_passes','en','Test Passes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_scoring','en','Scoring Multiple Passes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_last_pass_desc','en','The last pass of a participant will be scored.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_last_pass','en','Score the Last Pass',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_details','en','Detailed Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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 pass is possible.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_best_pass','en','Score the Best Pass',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_tbl_col_passed_status','en','Grading',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_tbl_col_final_mark','en','Mark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_tbl_col_percent_result','en','Percent Solved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_tbl_col_reached_points','en','Reached Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_tbl_col_answered_questions','en','Answered Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_tbl_col_pass_finished','en','Pass Finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_tbl_col_scored_pass','en','Scored Pass',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_failed','en','Failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_passed','en','Passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_reached_points_of_max','en','%s of %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_tbl_results_grades','en','Results and Grades',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answered_questions_of_total','en','%s of %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_tbl_participants','en','Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_tbl_invited_users','en','Manually Selected Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_participating_users','en','Participating Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_nr_of_tries','en','Max. Number of Passes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_nr_of_tries_of_user','en','Passes Already Completed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_nr_of_passes','en','Number of Test Passes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_no_tries','en','none',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_no_question_selected_for_removal','en','Please check at least one question to remove it!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_no_marks_defined','en','There are no marks defined, please create at least a simple mark schema!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_no_evaluation_data','en','There is no evaluation data available.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_maximum_points','en','Maximum Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_max_allowed_users_message','en','The maximum number of simultaneous active users in the test has been reached. Please try again later to start or resume the test. If one of the active users is inactive for more than %s seconds, you may be able to enter this test. Thank you for your understanding.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_max_allowed_users_heading','en','The maximum number of simultaneous users in this test has been reached',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_mark','en','Mark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_mark_short_form','en','Short Form',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_mark_passed','en','Passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_mark_official_form','en','Official Form',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_mark_create_simple_mark_schema','en','Reset to Simple Mark Schema',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_mark_minimum_level','en','Minimum Level (in %)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_mark_create_new_mark_step','en','Create New Mark Step',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_list_of_questions_with_description','en','Include question descriptions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_list_of_questions_start','en','Show prior to the first question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_list_of_answers','en','List of Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_list_of_questions_end','en','Show before a participant finishes the test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_list_of_answers_show','en','Review of Scored Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_invited_selected_users','en','The selected users have been added as fixed test participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_invited_nobody','en','No users, groups or roles have been added as fixed test participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_introduction','en','Introductory Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_introduction_desc','en','Shows an introductory message on the tab ‘Info’ of the test. This text is accessible already before the test can be started.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_instant_feedback_desc','en','When questions are configured with feedback it is provided to participants during the test pass.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_instant_feedback_contents','en','Included Contents',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_instant_feedback','en','Instant Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_instant_feedback_solution','en','Show Best Possible Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_instant_feedback_solution_desc','en','On clicking the ‘Check’-button ILIAS will display the best possible answer to the question.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_instant_feedback_forced','en','Force Instant Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_instant_feedback_results','en','Points Attained',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_instant_feedback_answer_specific','en','Specific Feedback for Each Answer provided',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_insert_questions','en','Are you sure you want to insert the following question(s) to the test?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_instant_feedback_answer_generic','en','Feedback on Fully Correct Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_insert_missing_question','en','Please select at least one question to insert it into the test!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_import_no_items','en','Error: The import file contains no questions!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_general_properties','en','General Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_heading_scoring','en','Scoring',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_hide_side_list','en','Hide List of Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','new_test_online','en','The Test was set online.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','finish_unfinished_passes_desc','en','Passes which have a Finishing time or a Duration limit configured will be closed by this cron job.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','finish_all_user_passes','en','Finish all test Passes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','finish_unfinished_passes','en','Finish open Passes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','finish_pass_for_all_users','en','Are you sure you want to finish the test passes for all Users?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','finish_pass_for_user_confirmation','en','Are you sure you want to finish this test pass for the participant \"%s\"?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','unfinished_passes','en','Unfinished Passes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_finished','en','Finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_finish_notification_no','en','No e-mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_finish_notification','en','Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_finish_notification_desc','en','Sends an e-mail to the test owner for every user that has completed the test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_finish_notification_simple','en','Send username and finish date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_finish_notification_content','en','Content of e-mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_finish_notification_advanced','en','Send complete test result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_finish_confirmation_question','en','You are going to finish this test and reach the maximum number of allowed test passes. You won’t be able to enter this test again to change your answers. Do you really want to finish the test?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_finish_confirm_button','en','Yes, I want to finish the test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_finish_confirm_cancel_button','en','No, go back to the previous question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','review_view','en','Review',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_eval_total_passed_average_time','en','Average processing time of all passed tests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_eval_total_passed','en','Total passed tests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_eval_total_persons','en','Total number of participants who started the test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_eval_total_passed_average_points','en','Average points of passed tests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_eval_total_finished_average_time','en','Average test processing time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_eval_total_finished','en','Total finished tests (Participants that used up all possible passes.)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_eval_results_lo','en','List of Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_eval_show_answer','en','Show Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_eval_results_by_pass','en','List of Answers for Pass %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_eval_results_by_pass_lo','en','List of Answers for Attempt %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_eval_question_points','en','Question Results for Pass %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_enter_questionpool','en','Please enter a question pool name where the new question will be stored',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_ending_time','en','Finishing Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_dont_use_previous_answers','en','Your previous answers will not be used as default values in future test passes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_delete_missing_mark','en','Please select at least one mark step to remove it',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_defaults_not_defined','en','You don’t have any test default settings defined yet.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_defaults_enter_name','en','Please enter a name for your test default settings!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_defaults_defaults_of_test','en','the settings of this test as',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_defaults_available','en','Available test defaults',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_defaults_apply_select_one','en','Please select exact one test defaults entry to apply the defaults to this test!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_defaults_applied','en','The selected test defaults have been applied.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_count_partial_solutions','en','Incomplete or Partly Wrong Answers Score Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_count_correct_solutions','en','Only Correct and Complete Answers Score Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_change_points_for_question','en','Points for the Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_browse_for_tst_questions','en','Add from Other Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_best_solution_is','en','The best solution is:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_browse_for_qpl_questions','en','Add from Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answered_questions','en','Answered Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answered_questions_test','en','Questions answered in this test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_anonymity','en','Privacy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_already_submitted','en','Test has already been finish and submitted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_allowed_users','en','Limit Number of Concurrent Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_allowed_users_time_gap','en','Idle Time for Active Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_all_user_data_deleted','en','All user data of this test has been removed!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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 write down this code use it for further actions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','true','en','True',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','too_many_targets_selected_for_move','en','You must select exactly one target position!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','time_format','en','HH MM SS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','thumb_size','en','Thumbnail Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','thumb_size_unit_pixel','en','Pixel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','thumb_size_info','en','If you enter a thumbnail size, a thumbnail of this size will be generated for uploaded images. Without a thumbnail size, the original image size will be used.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','thumb_geometry','en','Thumbnail Geometry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','thumb_geometry_info','en','The image thumbnails will be created with a maximum values of height and width given, aspect ratio preserved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','textsize','en','Text Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','textsize_info','en','Enter the text size of the ordering text in percent if you want another size than 100 percent.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','text_wrong','en','Wrong Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','text_rating','en','Text Matching Method',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','text_gap','en','Text Gap',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','term','en','Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','terms','en','Terms',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','text_correct','en','Correct Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','term_text','en','Term Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','term_image','en','Term Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','suggestedSolutionType','en','Refer to',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','suggested_solution_added_successfully','en','You successfully set a content for recapitulation!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','statistics','en','Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','statistical_data','en','Statistical Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','start_tag','en','Start Tag',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','solutionText','en','Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','solution_hint','en','Assigned Content for Recapitulation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','suggested_solution','en','Content for Recapitulation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','showSuggestedSolution','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','shuffle_answers','en','Shuffle Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','showinfo','en','Show all Test Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','showinfo_desc','en','Users will be presented with a complete list of test properties on tab ‘Info’, i.e. information on scoring and reporting.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','show_user_answers','en','Show User’s Marked Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','show_pass_overview','en','Show Marked Pass Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','show_detailed_results','en','Show User’s Detailed Results (Marked Pass)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','shape','en','Shape',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','set_manual_feedback','en','Manual Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','set_manscoring_done','en','Mark as ‘Scored Participant’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','set_filter','en','Set Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','set_edit_mode','en','Set Edit Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','selection','en','Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','select_one_user','en','Please select at least one user.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','select_max_one_item','en','Please select one item only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','select_gap','en','Select Gap',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_instant_feedback_trigger_forced','en','The Feedback is Triggered by Answering Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_instant_feedback_trigger_forced_desc','en','The presentation of feedback is forced to all participants with answering a question.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_instant_feedback_trigger_manual','en','Participants can Trigger the Feedback Manually',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_instant_feedback_trigger','en','Feedback Trigger',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answer_fixation_on_instantfb_or_followupqst_desc','en','Participant Answers for a question will be locked either with the presentation of the questions\'s feedback or when the follow-up question is shown.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answer_fixation_on_instantfb_or_followupqst','en','Lock Answers with the Presentation of Feedback or Follow-Up Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answer_fixation_on_followup_question_desc','en','Showing the follow-up question will lock participant answers for the previous question, participants cannot change these answers any longer.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answer_fixation_on_followup_question','en','Lock Answers with the Presentation of Follow-Up Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answer_fixation_on_instant_feedback_desc','en','After the feedback for a question is shown participant answers are locked, participants cannot change these answers any longer.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answer_fixation_on_instant_feedback','en','Lock Answers with the Presentation of Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answer_fixation_none_desc','en','As long as a test pass was not finished, participants can change their answers at any time.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answer_fixation_none','en','Do not Lock Participants Answers during Test Passes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answer_fixation_handling','en','Participant Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','search_term','en','Search Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','search_users','en','Search Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','search_roles','en','Search Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','search_groups','en','Search Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','search_results','en','Search Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','scoring','en','Scoring and Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','back_to_objective_container','en','Go to Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','scored_pass','en','Scored Pass',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','answer_question','en','Answer Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','edit_answer','en','Edit Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_nav_while_edit_modal_cancel_btn','en','Cancel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_nav_while_edit_modal_nosave_btn','en','Do Not Save',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_nav_while_edit_modal_text','en','What to do with the answers you possibly entered for this question?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_nav_while_edit_modal_save_btn','en','Save',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_nav_while_edit_modal_header','en','Decision about Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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.

Do you want to delete your answer?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','discard_answer','en','Delete Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','skip_question','en','Do not Answer and Next',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','submit_answer','en','Save Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','previous_question','en','Previous',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','next_question','en','Next',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','result','en','Result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','finish_test','en','Finish the Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','reset_terms','en','Reset Ordering',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','reset_pictures','en','Reset Picture Positions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','reset_filter','en','Reset Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','reset_definitions','en','Reset Ordering',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','remove_question','en','Remove',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','remove_solution','en','Remove Content for Recapitulation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','remove_as_participant','en','Remove as Fixed Participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','region','en','Region',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','rectangle','en','Rectangle',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','redirectAfterSave','en','The maximum working time has been reached and your last question has been saved automatically. In a few seconds you will be redirected...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','rectangle_click_tl_corner','en','Please click on the top left corner of the desired area.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','range_upper_limit','en','Upper Bound',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','range','en','Range',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','rectangle_click_br_corner','en','Please click on the bottom right corner of the desired area.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','range_lower_limit','en','Lower Bound',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_rnd_quest_set_cfg_general_form','en','Configure Random Set of Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','random_selection','en','Random Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','random_another_sample','en','Get another Sample',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','random_accept_sample','en','Accept Sample',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','questions_from','en','questions from',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','questionpool_not_entered','en','Please enter a name for a question pool!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','question_type','en','Question Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','question_title','en','Question Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','obligations_summary','en','List of Compulsory Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_you_have_to_answer_this_question','en','You have to answer this question to be able to finish the test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','question_summary','en','Dashboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','question_summary_btn','en','Dashboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','question_not_answered','en','The question was not answered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','question_marking','en','Flagging Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','question_marking_description','en','Participants get the option to flag a test question for some purpose. The flags are shown in ‘List of Questions’, provided that it is activated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','question_instances_title','en','This question is used in the following tests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','question_cumulated_statistics','en','Cumulated Question Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qst_nr_of_tries','en','Number of Tries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_qst_inp_matching_mode_all_on_all','en','One or More Terms match One or More Definitions (n:n)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_qst_inp_matching_mode_one_on_one','en','One Term Matches One Definition (1:1)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_qst_inp_matching_mode','en','Matching Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_questions_deleted','en','Question(s) removed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','qpl_paste_success','en','The question(s) have been pasted into the question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_paste_no_objects','en','There are no questions in the clipboard. Please copy or move a question into the clipboard.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_settings_general_form_property_show_taxonomies','en','Show Taxonomies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_settings_general_form_prop_show_tax_desc','en','Existing taxonomies in this pool are offered for question filtering.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_settings_general_form_property_online','en','Online',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_settings_general_form_property_online_description','en','Only online question pools could be used in tests.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_form_general_settings','en','General Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_settings_subtab_general','en','General Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_settings_subtab_taxonomies','en','Taxonomies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_move_select_none','en','Please check at least one question to select it for moving',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_move_insert_clipboard','en','The selected question(s) are marked for moving',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_import_non_ilias_zip','en','Error: The filename of the uploaded import file does not match the expected format.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','qpl_import_no_items','en','Error: The import file contains no questions!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_import_create_new_qpl','en','Import the questions in a new question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_deletion_allowed','en','The Deletion of Previous Passes is allowed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_deletion_not_allowed','en','The Deletion of Previous Passes is NOT allowed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_deletion','en','Previous Passes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_settings_general_form_property_opt_notax_selected','en','Use No Navigation Tree Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','qpl_settings_general_form_property_nav_taxonomy','en','Taxonomy Filter as Navigation Tree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_export_xml','en','QTI XML File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_export_select_none','en','Please check at least one question to export it',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_export_excel','en','Microsoft Excel File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_delete_select_none','en','Please check at least one question to remove it',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_delete_rbac_error','en','You have no rights to remove this question!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_copy_select_none','en','Please check at least one question to copy it to the clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_copy_insert_clipboard','en','The selected question(s) are copied to the clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_confirm_delete_questions','en','Are you sure you want to remove the following questions?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_assessment_total_of_right_answers','en','Total Percentage of Correct Answers (percentage of maximum points)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_assessment_total_of_answers','en','Total of Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','qpl_qst_edit_form_taxonomy','en','Taxonomy \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_qst_edit_form_taxonomy_section','en','Taxonomies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','previous_question_rows','en','<< Questions %d - %d of %d',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','preview','en','Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','postponed','en','postponed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','remove_gap','en','Remove Gap',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','polygon','en','Polygon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','polygon_click_starting_point','en','Please click on the starting point of the polygon.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','polygon_click_next_point','en','Please click on the next point of the polygon.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','points','en','Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','points_wrong','en','Wrong Selections',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','points_unchecked','en','Points when Unchecked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','points_short','en','Pt.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','points_checked','en','Points when Checked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','point','en','Point',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','please_select','en','-- please select --',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','picture','en','Picture',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','percentile','en','Percentile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','percentage','en','Percentage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','passes_finished','en','%s passes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','passed_short','en','passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','passed_only','en','Passed Tests Only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','passed_status','en','Passed Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','passed_official','en','passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_back_to_virtual_pass','en','Back to Question Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_attempt','en','Attempt',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','pass','en','Pass',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','pass_finished','en','%s pass',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','dashboard_tab','en','Dashboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','participants','en','Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','participants_invitation','en','Manually Selected Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','output_mode','en','Output Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','output','en','Output',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','participants_invitation_description','en','This test can only be accessed by users you have manually added in tab ‘Dashboard’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ordertext','en','Ordering Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','oq_btn_use_order_terms','en','Use answer terms',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','oq_btn_use_order_pictures','en','Use answer pictures',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','or','en','or',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','numeric_gap','en','Numeric Gap',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','number_of_answers','en','Number of Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','not_yet_accessed','en','Not yet accessed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','nr_of_correct_answers','en','Number of Requested Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','no_target_selected_for_move','en','You must select a target position!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','no_user_or_group_selected','en','Please check an option what are you searching for (users, groups, roles)!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','no_questions_available','en','There are no questions available!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','no_selection','en','--- No Selection ---',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','no_question_selected_for_move','en','Please check at least one question to move it!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','no_passed_mark','en','You must set at least one mark to PASSED! The mark schema was not saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','next_question_rows','en','Questions %d - %d of %d »',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','no_selection_for_move','en','No question selected for moving',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','msg_selected_for_move','en','Question(s) selected for moving',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','msg_rect_added','en','Rectangle added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','msg_questions_moved','en','Question(s) moved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','msg_poly_added','en','Polygon added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','msg_number_of_terms_too_low','en','The number of terms must be greater or equal to the number of definitions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','msg_deleted_export_files','en','Export file(s) removed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_limit_nr_of_tries','en','Limit Number of Test Passes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_inp_source_pool_filter_tax_x','en','Use Taxonomy \"%s\" as Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_inp_no_available_tax_hint','en','No Available Taxonomies for Selected Question Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_msg_source_pool_definitions_deleted','en','The rule has been removed successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_inp_source_pool_filter_tax','en','Taxonomy Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_inp_source_pool_no_tax_filter','en','Use No Taxonomy Based Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_inp_source_pool_label','en','Question Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_tab_results_pass_oriented','en','Test Results by Attempts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_tab_results_objective_oriented','en','Test Results by Learning Objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_rnd_quest_set_cfg_pool_form','en','Rule for Selection of Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_optional_questions_confirmation_non_fixed_test','en','Question related to already passed learning objectives are optional.

You want to navigate to a question, that relates to an already passed learning objective.
You can choose:

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.

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); +INSERT INTO `lng_data` VALUES ('assessment','tst_optional_questions_confirmation_fixed_test','en','Question related to already passed learning objectives were answered in previous passes.

You want to navigate to a question, that relates to an already passed learning objective.
You can choose:

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.

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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_wf_info_answer_adopted_from_prev_pass','en','Your answer from a previous attempt was adopted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_msg_rand_quest_set_change_quest_amount_here','en','You can change the question amount here: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_wf_info_optional_question','en','This question relates to an already passed learning objective.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_msg_rand_quest_set_lost_pools_link','en','Open Selected Question Pools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_msg_rand_quest_set_pass_not_buildable','en','A test with a random set of questions is not possible with the current selection of question pools and the amount of questions.
',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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.
%s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_msg_rand_quest_set_stage_pool_last_sync','en','Date of last synchronisation of selected question pools: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_msg_random_question_set_synced','en','The questions for the current configuration has been synchronized successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_btn_rebuild_random_question_stage','en','Synchronize Questions from Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_msg_random_question_set_config_modified','en','The configuration for the random set of questions has been modified successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_save_and_create_new_rule','en','Save and Add New Rule',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_introduction_text','en','Introductory Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_non_available_pool_newly_derived','en','The new question pool(s) has been derived successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_please_select_target_for_pool_derives','en','Please select a target conatainer.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_derive_new_pools','en','Derive New Question Pools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_derive_new_pool','en','Derive New Question Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_non_avail_pools_table','en','Non Available Questionpools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_filter_tax_node','en','Taxonomy Node',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_filter_taxonomy','en','Taxonomy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_source_question_pool','en','Question Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_src_quest_pool_def_list_table','en','Rules for Random Selection of Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_rnd_quest_set_tb_add_pool_btn','en','New Rule for Selection of Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','msg_circle_added','en','Circle added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','min_percentage_ne_0','en','You must define a minimum percentage of 0 percent! The mark schema wasn’t saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','maxsize','en','Maximum file upload size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','maximum_points','en','Maximum Available Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','maxchars','en','Maximum Number of Characters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','material','en','Material',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','material_file','en','Material File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','matching_shuffle_terms','en','Terms only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','matching_type','en','Matching Question Subtype',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','matching_shuffle_terms_definitions','en','Both (Terms and Definitions)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','matching_pairs','en','Matching Pairs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','matching_shuffle_definitions','en','Definitions only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_finished_on','en','Test pass finished on',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','matches','en','matches',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','mark_tst_ects','en','Your ECTS grade is \"[markects]\" (European Credit Transfer System)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','grading_mark_msg','en','Your mark is: "[mark]"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','grading_obligations_answered_listentry','en','Answered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','grading_obligations_missing_listentry','en','Open',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','grading_obligations_listlabel','en','Compulsory Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','grading_obligations_missing_msg','en','You didn‘t filled out all compulsory questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','grading_obligations_answered_msg','en','You filled out all compulsory questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','grading_status_failed_msg','en','Sorry, you failed the test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','mark_schema','en','Mark Schema',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','grading_status_passed_msg','en','Congratulations, you passed the test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','manscoring','en','Manual Scoring',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','manscoring_results_pass','en','Manual Scored Questions for Pass %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','manscoring_questions_not_found','en','This test pass does not contain question types which can be scored manually.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','manscoring_none','en','Unscored Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','manscoring_hint','en','You have added at least one question which may require manual scoring. To avoid that participants get already access to the test results before you finished manual scoring, please define a suitable date for the access to the test results.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','manscoring_done','en','Scored Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','maintenance','en','Maintenance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_user_solution_willingly_deleted','en','User deleted the answer.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_user_not_entered_values','en','User did not enter values',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_user_entered_values','en','User entered values',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_user_answered_question','en','User answered a question and received %s points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_question_removed','en','Question removed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_selected_user_data_removed','en','Removed test data of user %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_question_position_changed','en','Question position changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_question_added','en','Question added at position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_mark_removed','en','Mark removed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_modified_test','en','The test was modified',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_mark_changed','en','Mark changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_mark_added','en','Mark added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_create_new_test','en','Created new test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_manual_feedback','en','%s added manual feedback for test person %s and question %s: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_could_not_enter_test_due_to_simultaneous_users','en','The user could not enter the test because the maximum number of simultaneous users has been reached',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_wrong_test_password_entered','en','Participant entered wrong test password.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','log_answer_changed_points','en','Manual change of points of test person %s from %d to %d points by %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','locked','en','locked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_skl_level_thresholds_link','en','Configure Competence Thresholds',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_skl_level_thresholds_missing','en','There are missing thresholds for the relevant competences!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_msg_skl_qst_assign_points_not_saved','en','The competence points have not been saved. Please check your input.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_msg_skl_qst_assign_points_saved','en','The competence points have been saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_save_comp_points','en','Save Competence Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_qst_skl_selection_for_question_header','en','Compence Assignments for Question: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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:
%s

The configuration of threshold values is to be done here in the test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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):
%s

The configuration of threshold values is to be done here in the test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_qst_skl_usg_sklpnt_col','en','Total Sum of Competence-Points per Competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_qst_skl_usg_numq_col','en','Number of Questions in Pool adressing this competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_qst_skl_usg_skill_col','en','Competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','export_essay_qst_with_html_desc','en','If activated it is possible to export Essay Question with HTML to Excel.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','export_essay_qst_with_html','en','Export Essay Question with HTML code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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.
The required amount of questions: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_skill_triggerings_num_req_answers','en','Required Amount of Answers for Competence Triggers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_lac_expression','en','Expression',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_lac_unable_to_parse_condition','en','The condition \"%s\" can not be validated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_lac_validation_error','en','Errors occured while validating the conditional expression(s)!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_lac_show_legend_btn','en','Show Legend',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_lac_hide_legend_btn','en','Hide Legend',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_sol_comp_expressions','en','Comparison Expressions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_solution_compare_cfg','en','Configuration for Solution Compare',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_skill_point_eval_by_solution_compare','en','Evaluation of Competence Points by Solution Compare',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_skill_point_eval_by_quest_result','en','Evaluation of Competence Points by Question Result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_skill_point_eval_mode_solution_compare','en','Solution Compare',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_skill_point_eval_mode_quest_result','en','Question Result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assClozeTest_NumberOfResultExpression_d','en','The fourth answer option is a select gap and the second option was selected',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assClozeTest_NumberOfResultExpression_e','en','R[4] = +2+',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assClozeTest_StringResultExpression_2_e','en','R[4] = ~Green~',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assClozeTest_StringResultExpression_1_d','en','The first answer option is a text gap and was answered with „Monday“',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assClozeTest_StringResultExpression_1_e','en','R[1] = ~Monday~',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assClozeTest_NumericResultExpression_d','en','The second answer option is a numeric gap and was answered with the numeric value 5',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assClozeTest_NumericResultExpression_e','en','R[2] = #5#',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assFormulaQuestion_NumericResultExpression_e','en','R[1] = #3.14159#',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assFormulaQuestion_NumericResultExpression_d','en','The first answer option was answered with the numeric value 3.14159',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assTextSubset_StringResultExpression_e','en','R[2] = ~sodium chloride~',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assTextSubset_StringResultExpression_d','en','For the second answer option the answer „sodium chloride“ was entered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assMatchingQuestion_MatchingResultExpression_e','en','R = ;1:2; & R = ;2:3; & R = ;3:1;',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assMatchingQuestion_MatchingResultExpression_d','en','The question\'s terms were assigned to definitions as follows: 1 → 2 and 2 → 3 and 3 → 1',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assOrderingHorizontal_OrderingResultExpression_e','en','R = $2,5,1,4,3$',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assOrderingHorizontal_OrderingResultExpression_d','en','The question\'s elements were ordered as follows: 2, 5, 1, 4, 3',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assOrderingQuestion_OrderingResultExpression_e','en','R = $2,5,1,4,3$',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assOrderingQuestion_OrderingResultExpression_d','en','The question\'s elements were ordered as follows: 2, 5, 1, 4, 3',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assNumeric_NumericResultExpression_d','en','The question was answered with the numeric value 4.7',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assNumeric_NumericResultExpression_e','en','R = #4.7#',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assImagemapQuestion_ExclusiveResultExpression_d','en','Exactly the answer options 1, 3 and 4 were chosen while answering the question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assImagemapQuestion_ExclusiveResultExpression_e','en','R = *1,3,4*',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assImagemapQuestion_NumberOfResultExpression_d','en','While answering the question the second answer option was chosen',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assImagemapQuestion_NumberOfResultExpression_e','en','R = +2+',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assErrorText_ExclusiveResultExpression_d','en','Exactly the answer options 1, 3 and 4 were chosen while answering the question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assErrorText_ExclusiveResultExpression_e','en','R = *1,3,4*',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assErrorText_NumberOfResultExpression_d','en','While answering the question the second answer option was chosen',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assErrorText_NumberOfResultExpression_e','en','R = +2+',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assMultipleChoice_ExclusiveResultExpression_d','en','Exactly the answer options 1, 3 and 4 were chosen while answering the question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assMultipleChoice_ExclusiveResultExpression_e','en','R = *1,3,4*',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assMultipleChoice_NumberOfResultExpression_d','en','While answering the question the second answer option was chosen',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assMultipleChoice_NumberOfResultExpression_e','en','R = +2+',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assSingleChoice_NumberOfResultExpression_d','en','While answering the question the second answer option was chosen',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assQuestion_EmptyAnswerExpression_d','en','The question was not answered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assSingleChoice_NumberOfResultExpression_e','en','R = +2+',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assQuestion_EmptyAnswerExpression_e','en','R = ?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assQuestion_PercentageResultExpression_d','en','The questions answer result is equal to or greater than 75%',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_example_header','en','Examples',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','lacex_assQuestion_PercentageResultExpression_e','en','R >= %75%',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_lac_desc_compare_with_exact_sequence','en','Compare the Result with exactly the Given Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_lac_desc_compare_answer_exist','en','Compare if there is an Answer for a Question/Gap',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_lac_desc_compare_with_answer_n','en','Compare the Result with the n-th Answer of the Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_lac_desc_compare_with_sequence','en','Compare the Result with the Answer Sequence ($a,..,z$)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_lac_desc_compare_with_assignment','en','Compare the Result with the Matching n:m',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_lac_desc_compare_with_number','en','Compare the Result with the Number n',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_lac_desc_compare_with_text','en','Compare the Result with the text TEXT',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_lac_desc_compare_with_quest_res','en','Compare the Result with the Reached Points in Percent',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_lac_legend_label_operators','en','Operators',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_lac_desc_res_of_answ_m_of_cur_quest','en','Result of m-th Answer of Current Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_lac_legend_header_quest_specific','en','Question Specific Expressions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_lac_desc_res_of_cur_quest','en','Result of Current Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_lac_desc_brackets','en','Brackets',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_lac_desc_negation','en','Negation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_lac_desc_logical_and','en','Logical AND',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_lac_desc_logical_or','en','Logical OR',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_lac_legend_header_common','en','Expression Logic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','last_update','en','Updated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','legend','en','Legend',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','kiosk','en','Exam View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','kiosk_show_participant','en','Show Name of Participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','kiosk_show_title','en','Show Test Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','kiosk_options','en','Exam View Options',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','kiosk_options_desc','en','Information is displayed at the top section of the screen.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','kiosk_description','en','Exam view runs test in kiosk mode. This hides the browser bar and navigation and all other screen elements that are not part of the test. Participants are prevented from opening an other website.
Effectively preventing participants from opening other websites during tests additinally requires deploying a suitable browser enviroment (e.g. Safe Exam Browser).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','internal_links','en','Internal Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','javaapplet','en','Java Applet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','insert_before','en','Insert Before',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','insert_after','en','Insert After',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','imagemap','en','Image Map',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','import_question','en','Import Question(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','identical_scoring','en','Identical Scoring',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','height','en','Height',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','glossary_term','en','Glossary Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','general','en','General',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','gap','en','Gap',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_reporting_date','en','Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','form_msg_area_missing_points','en','Please enter points for all areas.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','forcejs','en','Force JavaScript output for test questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','flashfile','en','Flash File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_participant_fullname_pattern','en','%2$s, %1$s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_res_jump_to_participant_btn','en','Jump',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_res_jump_to_participant_hint_opt','en','--Jump to Participant--',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','final_statement','en','Concluding Remarks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','final_statement_show_desc','en','Shows concluding remarks after the test was submitted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','filter','en','Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','filter_show_questionpools','en','Show Question Pools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','filter_show_question_types','en','Show Question Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','filter_all_questionpools','en','All Question Pools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','filter_all_question_types','en','All Question Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','fill_out_all_required_fields_add_answer','en','Please fill out all required fields before you add answers!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','fileDownload','en','File download',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','feedback_answers','en','Feedback for Every Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','file_uploads','en','File Uploads',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','feedback_incomplete_solution','en','At least one answer is not correct',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','feedback_complete_solution','en','Correct solution',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','feedback_generic','en','Common Solution Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','false','en','False',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','failed_short','en','failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','failed_official','en','failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','export','en','Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','exp_type_spss','en','Comma Separated Value (CSV)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','exp_type_certificate','en','Certificate (PDF)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','exp_type_excel','en','Microsoft Excel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','exp_eval_data','en','Export evaluation data as',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','eval_legend_link','en','Please refer to the legend for the meaning of the column header symbols.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','eval_all_users','en','Evaluation for All Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','ass_process_lock_mode_db','en','Use Database Table Locks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','ass_process_lock_mode_file','en','Use Filesystem Locks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_process_lock_mode','en','Lock Mode during Test Pass',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','ass_process_lock','en','Use Locking During Test Passes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_feedback','en','Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','kprim_instruction_text','en','You have to decide on every statement: [%s] or [%s]',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','option_label_custom','en','Userdefined Labels',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','option_label_custom_true','en','Label for ‘TRUE’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','option_label_custom_false','en','Label for ‘FALSE’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','option_label_not_adequate','en','not adequate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','option_label_adequate','en','adequate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','option_label_adequate_or_not','en','adequate / not adequate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','option_label_not_applicable','en','not applicable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','option_label_applicable','en','applicable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','option_label_minus','en','-',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','option_label_applicable_or_not','en','applicable / not applicable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','option_label_plus','en','+',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','option_label_plus_minus','en','+ / -',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','option_label_wrong','en','wrong',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','option_label_right_wrong','en','right / wrong',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','option_label_right','en','right',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','option_label_info','en','The configured phrases will be used as label for the options selectable by the participant.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','option_label','en','Option Labels',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','errortext','en','Error Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','score_partsol_enabled','en','Activate Half-Point Scoring',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','errors_section','en','Error Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','errors','en','Errors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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 "Analyze Error Text" button, all marked words will be extracted for further processing.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','error_open_image_file','en','Error opening an image file!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','error_importing_question','en','There was an error importing the question(s) from the file you have selected!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','err_no_numeric_value','en','Please enter a numeric value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','enter_anonymous_code','en','Enter Anonymous Access Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_conflicting_setting','en','This setting does conflict with another setting.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','enlarge','en','Enlarge',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','element_height','en','Minimum Height',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','end_tag','en','End Tag',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_settings_conflict_message','en','The current configuration uses settings combinations that are not allowed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','element_height_info','en','This is the minimum height in pixels for term and definition/picture items during the test output.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','edit_test_questions','en','List View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','edit_question','en','Edit Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','edit_page','en','Edit Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ects_fx_threshold_info','en','Please enter the required percentile for granting the ‘FX’ grade.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ects_fx_threshold','en','Threshold',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','use_ects_fx','en','Use the ‘FX’ grade',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ects_output_of_ects_grades','en','Output of ECTS grades',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ects_allow_ects_grades','en','Show ECTS grade additional to received mark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ects_grade','en','ECTS Grade',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ects_grade_f_desc','en','considerable further work is required',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ects_grade_fx_desc','en','some more work required before the credit can be awarded',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ects_grade_e_desc','en','performance meets the minimum criteria',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ects_grade_d_desc','en','fair but with significant shortcomings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ects_grade_c_desc','en','generally sound work with a number of notable errors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ects_grade_b_desc','en','above the average standard but with some errors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ects_grade_a_desc','en','outstanding performance with only minor errors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ects_grade_desc_prefix','en','Meaning of grade:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','duplicate','en','Duplicate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','duplicate_order_values_entered','en','You have entered duplicate order values!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','duplicate_matching_values_selected','en','You have selected duplicate matching values!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','direct_feedback','en','Verify Your Solution',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','detailed_output_solutions','en','Detailed Output with Question Solutions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','detailed_output_printview','en','Detailed Output with Question Print Views',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','detailed_evaluation','en','Detailed Evaluation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','detailed_evaluation_show','en','Show Detailed Evaluation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','detailed_evaluation_missing_active_id','en','You must call the ‘Detailed Evaluation’ for a selected participant!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','detailed_evaluation_for','en','Detailed Evaluation for %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','detail_starting_time_not_reached','en','You have not reached the start time of the test. The test will be available on %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','detail_max_processing_time_reached','en','You have reached the maximum allowed processing time of the test!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','detail_ending_time_reached','en','The time allotted for this test is now over. The test had not been available since %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','description_maxchars','en','If nothing entered the maximum number of characters for this text answer is unlimited.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','deleteSuggestedSolution','en','Remove this content for recapitulation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','delete_user_data','en','Remove Test Data of Selected Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','delete_image_question','en','Do you really want to remove the image?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','delete_image_header','en','Remove image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','delete_all_user_data','en','Delete Test Data of all Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','definition_text','en','Definition Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','definition','en','Definition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','definitions','en','Definitions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','delete_all_user_data_confirmation','en','Do you really want to delete the test data of all users in this test?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','definition_image','en','Definition Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','customstyle','en','Custom Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','create_new','en','Create New',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','create_gaps','en','Create and Refresh Gaps',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','create_date','en','Created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','counter','en','Counter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','coordinates','en','Coordinates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','confirm_delete_single_user_data','en','Are you sure you want to remove the test data of the selected users?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','confirm_delete_all_user_data','en','Are you sure you want to delete all user data of the test?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','concatenation','en','Concatenation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','codebase','en','Codebase',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','code','en','Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_cloze_gap_fb_num_toohigh_label','en','Gap %s - Value too High',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_cloze_gap_fb_num_toolow_label','en','Gap %s - Value too Low',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_cloze_gap_fb_num_rangehit_label','en','Gap %s - Range Hit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_cloze_gap_fb_num_valuehit_label','en','Gap %s - Value Hit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_cloze_gap_fb_num_empty_label','en','Gap %s - No Input',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_cloze_gap_fb_sel_opt_label','en','Gap %s - Select Option: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_cloze_gap_fb_sel_empty_label','en','Gap %s - No Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_cloze_gap_fb_txt_match_label','en','Gap %s - Given Answer: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_cloze_gap_fb_txt_nomatch_label','en','Gap %s - Wrong Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_cloze_gap_fb_txt_empty_label','en','Gap %s - No Input',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_cloze_gap_fb_gap_label','en','Gap %s: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_cloze_fb_mode_gap_answ_info','en','For every gap separate feedbacks can be configured for different answers.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_cloze_fb_mode_gap_answ','en','Answer specific Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_cloze_fb_mode_gap_qst_info','en','For every gap a single feedback can be configured.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_cloze_fb_mode_gap_qst','en','Feedback per Gap',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_cloze_fb_mode','en','Feedback Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','out_of_range','en','Out of range',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','cloze_textgap_multiple_whitespace','en','Multiple Whitespaces',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','cloze_textgap_whitespace_after','en','Whitespace behind the value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','cloze_textgap_whitespace_before','en','Whitespace before the value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','cloze_textgap_levenshtein_of','en','Levenshtein Distance of %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','cloze_textgap_case_sensitive','en','Case Sensitive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','cloze_textgap_case_insensitive','en','Case Insensitive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','cloze_text','en','Cloze Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','cloze_fixed_textlength','en','Text Field Length',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','insert_gap','en','Insert Gap',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','circle','en','Circle',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','clientip','en','Client IP',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','circle_click_circle','en','Please click on a circle point of the desired area.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','circle_click_center','en','Please click on center of the desired area.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','checkbox_unchecked','en','Unchecked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','checkbox_checked','en','Checked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','changeSuggestedSolution','en','Select type of content for recapitulation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','cannot_save_metaobject','en','You do not possess sufficient permissions to save the metadata!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','cannot_read_questionpool','en','You do not possess sufficient permissions to read the question pool data!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','cannot_execute_test','en','You do not possess sufficient permissions to run the test!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','cannot_edit_test','en','You do not possess sufficient permissions to edit the test!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','cancel_test','en','Suspend the Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','cannot_edit_marks','en','There are already learners who ran the test. You can only change the marks if a score reporting date is enabled and the reporting date is not yet reached.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','add_answers','en','Add answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','by','en','by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','answer_options','en','Answer Options:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','correct_answers','en','Correct Answers:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','longmenu','en','Longmenu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','manual_editing','en','Manual Editing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','longmenu_text','en','Long Menu Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','info_text_upload','en','Choose an answer text (UTF-8) file to upload.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','answers_select','en','Select',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','min_auto_complete','en','Autocomplete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assLongMenu','en','Long Menu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','answers_text_box','en','Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','backtocallingtest','en','Back to the calling test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','average_reached_points','en','Average Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','autosave_success','en','Autosave successful...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','autosave_failed','en','Autosave failed!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assTextSubset','en','Text Subset Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assTextQuestion','en','Essay Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assSingleChoice','en','Multiple Choice Question (Single Answer)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assQuestions','en','Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assOrderingQuestion','en','Ordering Question (Vertical)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assOrderingHorizontal','en','Ordering Question (Horizontal)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assNumeric','en','Numeric Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assKprimChoice','en','Multiple Choice Question (Kprim Answers)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assMultipleChoice','en','Multiple Choice Question (Multiple Answers)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assMatchingQuestion','en','Matching Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assJavaApplet','en','Java Applet Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assImagemapQuestion','en','Hot Spot / Image Map Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assFlashQuestion','en','Flash Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assFileUpload','en','File Upload Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assErrorText','en','Error Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assClozeTest','en','Cloze Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_objective_progress_header','en','Learning Objective Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_objectives_progress_header','en','Learning Objectives Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_filter_question_type_enabled','en','Use Question Type as Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_filter_question_type','en','Question Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_nav_next_locks_current_answer_header','en','Navigation to Next Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_nav_next_locks_empty_answer_header','en','Navigation Without Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_proceed','en','Proceed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_dont_show_msg_again_in_current_session','en','Don\'t show this message again in my current session.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_commented_questions_only','en','Only Commented Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_comments','en','Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_size','en','Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_question','en','Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_create_export_test_archive','en','Create Test Archive File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_create_export_test_results','en','Create Test Results Export File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_create_export_file_with_results','en','Create Test Export File (incl. Participant Results)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_create_export_file','en','Create Test Export File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_virtual_pass_header_lo_qualifying','en','Qualifying Test Results for the Learning Objective
%s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_details_header_lo_qualifying','en','Qualifying Test Results for the Learning Objectives
%s - %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_virtual_pass_header_lo_initial','en','Initial Test Results for the Learning Objective
%s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_details_header_lo_initial','en','Initial Test Results for the Learning Objectives
%s - %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_overview_header_lo_qualifying_per_objective','en','Qualifying Test Results
for the Learning Objectives %s within the Course %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_overview_header_lo_qualifying_all_objectives','en','Qualifying Test Results
for the Learning Objectives within the Course %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_overview_header_lo_initial_per_objective','en','Initial Test Results
for the Learning Objectives %s within the Course %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_overview_header_lo_initial_all_objectives','en','Initial Test Results
for the Learning Objectives within the Course %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_res_lo_try_n','en','Attempt %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_res_lo_try_header','en','Attempt',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_res_lo_objectives_header','en','Relevant Learning Objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_msg_rand_quest_set_rule_not_satisfied_reserved','en','Rule %s requires %s questions and there are %s questions provided.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','applet_parameter','en','Parameter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','applet_parameters','en','Applet Parameters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','apply','en','Apply',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_msg_rand_quest_set_rule_label','en','Rule %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','applet_attributes','en','Applet Attributes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','answers_singleline','en','Single Line Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','answers_multiline','en','Multi Line Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_skl_import_fails_remove_btn','en','Remove this Hint',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','gap_combination','en','Gap Combination',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','answer','en','Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','answer_types','en','Editor for Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','answer_text','en','Answer Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','answer_characters','en',' characters allowed, entered number of characters:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','answer_is_wrong','en','Your solution is wrong',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','answer_is_right','en','Your solution is correct',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','answer_image','en','Answer Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','answer_is_not_correct_but_positive','en','You\'ve got points for your solution but it’s not the best solution',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','analyze_errortext','en','Analyze Error Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','allowedextensions','en','Allowed File Extensions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','allow_images','en','Image Support for Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','all_available_question_pools','en','All available question pools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answer_aggr_frequency_header','en','Frequency',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answer_aggr_answer_header','en','Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','addSuggestedSolution','en','Add Content for Recapitulation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','add_rect','en','Add rectangle area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','add_imagemap','en','Import Image Map',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','add_poly','en','Add polygon area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','add_circle','en','Add circle area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','add_gap','en','Add Gap Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','action','en','Action',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_not_from_pool_info','en','No Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_corr_add_as_answer_btn','en','Add as Correct Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qpl_reset_preview','en','Reset Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','qst_preview_reset_msg','en','The preview has been reset.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_corr_answ_stat_tbl_header_frequency','en','Frequency',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_corr_answ_stat_tbl_header_answer','en','Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_corrections_answers_tbl_subindex','en','Statistics for %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_corrections_answers_tbl','en','Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_corrections_qst_form','en','Correction of Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_corrections_tab_statistics','en','Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_corrections_tab_solution','en','Solution',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_corrections_tab_question','en','Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_corrections_qst_remove_confirmation','en','Do you really want to finally remove the question \"%s (ID: %s)\" from the test?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','assessment_log_scoring_adjustment_activate','en','Question types available in adjustment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assessment_scoring_adjust_desc','en','Enables the corrections feature to allow modifications to questions in a test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','assessment_scoring_adjust','en','Enable corrections',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','mark_schema_invalid','en','The mark schema does not validate. Please create a correct schema.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','essay_scoring_mode_keyword_relation_one_desc','en','The points are granted automatically, if at least one keyword is found.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','essay_scoring_mode_keyword_relation_one','en','Automatic Scoring with Keywords on Finding ONE',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','essay_scoring_mode_keyword_relation_all_desc','en','The points are granted automatically, if all keywords are found.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','essay_scoring_mode_keyword_relation_all','en','Automatic Scoring with Keywords on Finding ALL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','essay_scoring_mode_keyword_relation_any_desc','en','For any found keyword the corresponding points are granted automatically.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','essay_scoring_mode_keyword_relation_any','en','Automatic Scoring with Keywords on Finding ANY',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','essay_scoring_mode_without_keywords_desc','en','No points are granted unless the tutor\'s manual scoring.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','essay_scoring_mode_without_keywords','en','No Automatic Scoring',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','essay_scoring_mode','en','Scoring Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_mc_sel_lim_setting_desc','en','With this setting the number of answers choosable by the participants can be limited.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_mc_sel_lim_setting','en','Answering Limitation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_mc_sel_lim_exhausted_hint','en','Please do not select more than %s of %s answers!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_mc_sel_lim_hint','en','Please select %s of %s answers!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','solution_contain_keywords','en','Score is granted based on the occurrence of the following keywords:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_dyn_quest_set_pool_deleted','en','The currently configured question pool \"%s\" has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_objective_oriented_test_pass_without_questions','en','The started pass for test \"%s\" does not contain any questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','char_selector_btn_label','en',' Ω ',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_waiting_time','en','Waiting Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','tst_pass_waiting_enabled','en','Force Waiting Time between Passes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','wait_for_next_pass_hint_msg','en','Additional pass is possible on time: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','for','en','for',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_presentation_settings_section','en','Presentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','autosave_ival','en','Interval',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','autosave_info','en','Answers are automatically saved in specified intervals to avoid data loss.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','autosave','en','Automatic saving',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_text_content_features','en','Text Content Menu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_rte_settings','en','TinyMCE Editor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_page_editor_settings','en','ILIAS Page Editor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_grp_wiki','en','Wikis',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_grp_test','en','Test and Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_grp_scorm','en','SCORM Editing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_grp_rep','en','Repository Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_grp_lm','en','ILIAS Learning Modules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_grp_glo','en','Glossaries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','view_log','en','View details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','view_last_log','en','View last Scan log',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','usr_loginname_history_info','en','The user changed its login at last at %s. The former login was: %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','tree_corrupt','en','Tree is corrupted! See scan log for details.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','systemcheck','en','System check',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','start_scan','en','Start!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','skipped','en','skipped',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','searching_unbound_objs','en','Searching for unbound objects...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','searching_missing_objs','en','Searching for missing objects...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','searching_invalid_rolfs','en','Searching for invalid role folders...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','searching_invalid_refs','en','Searching for invalid references...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','searching_invalid_childs','en','Searching for invalid tree entries...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','searching_deleted_objs','en','Searching for deleted objects...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','scanning_system','en','Scanning system...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','scan_modes','en','Scan modes used',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','scan','en','Scan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','scan_details','en','Scan details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','scan_desc','en','Scan system for corrupted/invalid/missing/unbound objects.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','reuse_of_loginnames_contained_in_history','en','Reuse of Login Names',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','restoring','en','Restoring...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','restoring_unbound_objs','en','Restoring unbound objects and sub-objects...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','restoring_trash','en','Restoring trash...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','restoring_missing_objs','en','Restoring missing objects...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','restore_trash','en','Restore deleted objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','restore_trash_desc','en','Restore all objects in trash bin to RecoveryFolder.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','restore_missing','en','Restore missing objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','restore_missing_desc','en','Restore missing and unbound objects to RecoveryFolder.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','repair_options','en','Repair options',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','removing_invalid_rolfs','en','Removing invalid role folders...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','removing_invalid_refs','en','Removing invalid references...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','removing_invalid_childs','en','Removing invalid tree entries...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','purging','en','Purging...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','purging_unbound_objs','en','Purging unbound objects...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','purging_trash','en','Purging trash...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','purge_type_limit','en','Limit type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','purging_missing_objs','en','Purging missing objects...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','purge_type_limit_desc','en','If this field contains a value, only objects of the specified type will be purged.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','purge_trash','en','Purge deleted objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','purge_trash_desc','en','Remove all objects in trash bin from system.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','purge_missing','en','Purge missing objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','purge_missing_desc','en','Remove all missing and unbound objects found from system.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','purge_count_limit','en','Limit count',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','purge_count_limit_desc','en','If this field contains a value, only the specified number of objects will be purged.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','purge_age_limit','en','Limit age',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('administration','reuse_of_loginnames_contained_in_history_info','en','If activated, it is allowed to reuse any login name that is already saved in the history (even if it belongs to a deleted user).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','path_to_mkisofs','en','Path to mkisofs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','output_options','en','Output options',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','options','en','Options',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','obj_mds','en','Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','obj_mds_desc','en','Configure Metadata and Custom Metadata Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','nothing_to_restore','en','Nothing to restore...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','nothing_to_remove','en','Nothing to remove...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','nothing_to_purge','en','Nothing to purge...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','loginname_history_info','en','If activated, login name changes will be logged in database. This history is accessible in the database table ‘loginname_history’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','loginname_change_blocking_time','en','Blocking Time for Changing Login Names',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','loginname_change_blocking_time_invalidity_info','en','Please insert a numeric value.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','loginname_change_blocking_time_info','en','Insert a period in days that a user has to wait before changing again its login name. If you enter 0, user can change login names anytime.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','log_scan','en','Log scan results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','log_scan_desc','en','Write scan results to ‘scanlog.log’ in client data directory.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_translation_enabled','en','Page translation enabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_statistics','en','Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_settings','en','Language Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_scope_local','en','Local changes only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_scope_unchanged','en','Unchanged entries only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_scope_global','en','All entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_scope_different','en','Different from compare language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_scope_equal','en','Equal to compare language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_scope_dbremarks','en','Shows only entries with comments in database',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_scope_conflicts','en','Local and update changes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_scope_commented','en','Shows only entries with comments in language file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_save_local_changes','en','Save all changes to the custom language file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_process_maintenance','en','Process Maintenance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('administration','language_mode_existing','en','Existing Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_mode_existing_replace','en','Replace existing entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_mode_existing_keepnew','en','Keep all local changes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_mode_existing_delete','en','Delete existing entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_mode_existing_keepall','en','Keep all existing entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_maintenance','en','Language Maintenance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_maintain','en','Maintain',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_maintain_local_changes','en','Maintain local changes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_loaded_local','en','The custom language file was loaded into the database.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_load_local_changes','en','Load custom language file into the database',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_import_file','en','Import Language File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_former_file_missing','en','The file %s is missing.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_former_file_equal','en','The file %s is identical to the current language file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('administration','language_export_file','en','Export Language File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_file_imported','en','The language file %s was imported.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_file_scope','en','Language file scope',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_error_read_local','en','The custom language file does not exist or cannot be read!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_error_clear_local','en','The local changed could not be cleared in the database!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_compare','en','Compare',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_default_entries','en',' (default entries)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_cleared_local','en','The local changes were cleared in the database.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_clear_local_changes','en','Clear local changes in the database',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_change_settings','en','Change Language Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_all_modules','en','All modules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','initializing_gaps','en','Initializing gaps in tree...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','history_loginname','en','Login Name History',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','found','en','found.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','found_none','en','none found.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','dumping_tree','en','Dumping tree...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','dump_tree','en','Dump tree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','dump_tree_desc','en','Perform an analysis of the tree and print all tree nodes along with analysis data.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','disabled','en','Disabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','done','en','Done',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','course_export','en','Visible in Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','cleaning_final','en','Final cleaning...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','cleaning','en','Cleaning...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','clean','en','Clean up',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','clean_desc','en','Remove invalid references and tree entries. Initialize gaps in tree structure.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('administration','auth_kind_determination','en','Kind of Determination',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','auth_by_user','en','By the User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','auth_automatic','en','Fixed Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','auth_auth_mode_determination','en','Authentication Method Determination (for Login)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','analyzing_tree_structure','en','Analyzing tree structure...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','analyze_data','en','Analyze and repair data integrity',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','analysis_options','en','Analysis options',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_locale','en','Locale',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','allow_change_loginname','en','Permit Change of Login Names in ‘Personal Data’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('administration','adm_item_cmd_asynch','en','Load Resource Action Lists Asynchronously',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('administration','adm_pub_section_domain_filter_info','en','Domain filters granting anonymous access. Enter one ore more domains, which allow anonymous access.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_tree_on','en','Tree On',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_pub_section_domain_filter','en','Domain Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_reply','en','Reply',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_tree_off','en','Tree Off',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_mark_all_read','en','Mark All Read',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_next','en','Next',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_previous','en','Previous',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_forward_mail','en','Forward Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_function','en','Function',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_delete','en','Delete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_component','en','Component',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_comp_mail','en','Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_comp_global','en','Global',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_comp_frm','en','Forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_access_keys','en','Access Keys',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_access_key','en','Access Key',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_no_get_target','en','A valid target has not been sent.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_target_not_valid','en','Target requested is not valid or incomplete.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_submission_no_new_files','en','No new submissions available.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_submission_downloads_notification_link','en','Download new submissions: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_submission_and_grades_notification_link','en','Link to \"Submissions and Grades\" of exercise: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('itgr','itgr_expandable_open','en','Expandable (initially opened)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('itgr','itgr_expandable_closed','en','Expandable (initially closed)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('itgr','itgr_always_open','en','Always Open',NULL,NULL); +INSERT INTO `lng_data` VALUES ('itgr','itgr_behaviour_info','en','The system will store the opened/closed state for the current user until logout.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('itgr','itgr_behaviour','en','Block Behaviour',NULL,NULL); +INSERT INTO `lng_data` VALUES ('itgr','itgr_show_title','en','Show Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('itgr','itgr_show_title_info','en','Shows title of item group in presentation for learner.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pwsp_recalculate_disk_quota_desc','en','Recalculates all disk quota values for the personal workspace.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pwsp_recalculate_disk_quota','en','Personal Workspace: Recalculation of Disk Quota',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','adm_autosave_ival','en','Interval',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','adm_autosave_drafts_desc','en','If activated, drafts are saved automatically during editing.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','adm_autosave_drafts','en','Automatically save drafts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','adm_save_drafts_desc','en','If enabled, registered users are able to save forum postings as draft.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','adm_save_drafts','en','Save drafts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('forum','enable_send_attachments','en','Send attachments with forum notifications',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_posting_drafts','en','Drafts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_posting_draft','en','Draft',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_my_posting_drafts','en','My Posting Drafts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','publish','en','Publish',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_edit_draft','en','Edit draft',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','delete_draft_successfully','en','The draft was deleted successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_info_delete_draft','en','Are you sure, you want to delete this draft?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','save_draft_successfully','en','The draft was saved successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_threads_drafts_deleted','en','The selected threads including all postings and drafts have been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_thread_drafts_deleted','en','The selected thread including all postings and drafts have been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pd_enable_pdfrmpostdraft_info','en','If enabled, a block \'My Posting Drafts\' can be placed on the user\'s Personal Desktop. This block contains drafts of postings created in forums.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pd_enable_pdfrmpostdraft','en','Enabled \'My Posting Drafts\'',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','edit_thread_draft','en','Edit thread draft',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','autosave_post_draft_info','en','This post will be saved automatically as draft every %s seconds.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','autosave_draft_info','en','This draft will be saved automatically every %s seconds.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','restore_draft_from_autosave','en','Restore draft',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','restore','en','Restore',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','sure_delete_drafts','en','Are you sure, you want to delete the selected drafts?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','delete_drafts_successfully','en','The drafts were deleted successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mem','mmbr_gallery_user_actions','en','Member Gallery Actions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_show_member_export_info','en','Course Members may print a list of participants.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_show_member_export','en','Participants List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_show_member_export_settings','en','Participants List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_part_filter_participated','en','Only Attended',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_print_list','en','Generate List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_part_filter_registered','en','Only Registered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','objs_crs_role','en','Course Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','objs_grp_role','en','Group Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_mem_tbl_header','en','Session Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_scope_list_header','en','Limited to:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_scope_list_header','en','Limited to:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_scope','en','Scope',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_local','en','Local',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_scope','en','Scope',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','udf_type_internallink','en','Internal Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','udf_type_externallink','en','External Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','positions_override_operations','en','Override global Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','il_sess_status_closed','en','Non-Participant Closed Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','il_sess_participant','en','Session Participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_global_set_type_default_info','en','Define the default for unconfigured objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_global_set_type_default','en','Default Setting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_global_set_type_changeable_no','en','Setting is not changeable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_global_set_type_changeable_object','en','Setting is changeable on object level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_global_set_type_changeable','en','Changeable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_global_set_positions_type_active','en','Positions in',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_global_set_positions','en','Show User Data according to Organisational Unit Positions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','orgu_global_set_form','en','Global Organisational Unit Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_launch_url','en','Url',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_released_objects','en','Objekt-Freigaben',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_consumer','en','Freigabe für',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_provider','en','LTI-Freigaben',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_optional_off','en','Optional mode is not active.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_object_release_settings_form','en','LTI Freigaben bearbeiten',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_optional_on','en','Optional mode is active.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_optional_on_and_passed','en','Optional mode is active and cannot be changed because user is passed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_optional_checked','en','Optional mode was activated for this user',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_optional_unchecked','en','Optional mode was deactivated for this user',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_activate_optional_own','en','Optional mode for my course timings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_activate_optional','en','Optional mode for course timings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_short_limit_start_end_tt','en','Latest end',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_short_start_end_tt','en','Suggested start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_short_limit_start_end_tt_rel','en','Latest end in days after course subscription',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_time_frame_tt','en','Time frame in days',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_short_changeable_tt','en','Timings changeable by participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_days_after_subsription','en','Day(s) after course subscription',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_short_active_tt','en','Activate Timings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_short_start_end_tt_rel','en','Suggested start after course subscription',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','lti_consumer_inactive','en','LTI tool consumer is disabled.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_tutor','en','LTI Instructor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_member','en','LTI Member',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_admin','en','LTI Administrator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('lti','lti_obj_active','en','LTI-Tool Provider',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_edit_consumer','en','Edit LTI Consumer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','auth_lti','en','LTI Auth',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_auth_failed_invalid_key','en','Authentication failed, no valid consumer key given.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lm_only_one_download_per_type','en','Please note that you can only make one file per type (XML, HTML, SCORM) public accessible.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_consumer_set_inactive','en','Consumer deactivated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_consumer_set_active','en','Consumer activated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_consumer_deleted','en','Consumer deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_consumer_updated','en','Consumer updated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_consumer_created','en','Consumer created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_settings','en','LTI Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_create_consumer','en','Create Consumer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_object_consumer','en','LTI Consumers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','user_lng','en','User Languague',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_consumer_secret','en','Consumer Secret',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','prefix','en','Prefix',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_consumer_key','en','Consumer Key',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','consumers','en','Consumers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','act_lti_for_obj_type','en','Activate LTI for Type of Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','gbl_roles_to_users','en','Global Role assigned to LTI Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lti_outcome_info','en','Sendet den Lernfortschrittstatus von LTI-Benutzern an LTI Tool Consumer.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lti_outcome','en','LTI Lernfortschritt Benachrichtigung',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_ltis_desc','en','Learning Tools Interoperability',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_ltis','en','LTI',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_wrong_filetypes','en','Allowed Files-Types:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lpe_openid_connect_login','en','OpenId Connect Login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_update_role_info','en','Only Apply at first Login (Automatic Synchronisation)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_role_mapping_table','en','Assignment of ILIAS Roles to OpenId Connect Attributes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_update_field_info','en','Update automatically',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_roles','en','Role Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_profile','en','Assignment of Profile Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings','en','Server-Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_mapping_table','en','Assignment of ILIAS User Data to OpenId Connect Attributes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc','en','OpenId Connect',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_session_duration','en','Duration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_user_attr','en','Attribute name of User acounts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_default_role_info','en','Please choose a global role für newly created ILIAS users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_default_role','en','Role Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_user_sync_info','en','When activated, users that authenticated successfully with OpenId Connect, but do not have an ILIAS user account, get an automatically created user account.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_user_sync','en','Automatic Synchronisation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_section_user_sync','en','Settings for User Synchronisation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_custom_session_duration','en','Session Duration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_custom_session_duration_option','en','Custom Session Duration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_custom_session_duration_type','en','Settings for Session Duration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_logout_scope_local_info','en','When activated, only the ILIAS session will be terminated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_logout_scope_global_info','en','When activated, both the OpenId Connect and ILIAS session will be terminated on logout.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_logout_scope_local','en','Logout only from ILIAS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_logout_scope_global','en','Logout globally',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_logout_scope','en','Behaviour on Logout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_login_option_default_info','en','A Login on the OpenId Connect Server is not necessary, if there already is a valid session.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_login_option_default','en','Don\'t Force Login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_login_option_enforce_info','en','A Login on the OpenId Connect Server is necessary in any case - even if there already is a valid session.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_login_option_enforce','en','Force Login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_login_options','en','Login Options',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_img_file_info','en','Upload a picture that is supposed to be shown on the login page. The image will be automatically linked to the OpenId Connect login script.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_img','en','Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_txt','en','Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_txt_val_info','en','Enter a text that is supposed to be shown on the login page. The text will be automatically linked to the OpenId Connect login script.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_le','en','Login Page Presentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_provider','en','Provider-Url',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_client_id','en','Client-ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_secret','en','Client-Key',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_activation','en','Activate OpenID Connect',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_settings_title','en','Configure OpenID Connect Authentification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidconnect','en','OpenID Connect',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_login_element_info','en','Login to ILIAS via OpenID Connect',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_oidc_role_info','en','OpenID Connect Attribute::Value (e.g: \"roles::employee\").',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_copyright_change_info','en','You are going to change the licence assigned to this content. This should only be done in accordance with the copyright owner. Please continue only if the new licence is not more restrictive than the one used before.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_order','en','Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_copyright_change_warning_title','en','Modification of Copyright Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_copyright_status','en','Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_save_order','en','Save Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_copyright_outdated','en','Outdated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_copyright_in_use','en','In use',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_copyright_usage','en','Usage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_copyright_sub_items','en','Sub Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_copyright_show_usages','en','Show usages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_oer_blocked_info','en','Will not be listed automatically as Open Educational Ressource (OER)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_oer_target','en','Category for Release OER Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_oer_blocked','en','Ignored by OER Harvester',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_oer_copyright_selection_info','en','Only objects, that are released under the chosen License(s), are going to be linked in the OER-category.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_oer_copyright_selection','en','License Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_oer_harvester_desc','en','OER Harvester',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_oer_harvester','en','OER Harvester',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timings_reminder_notifications','en','Course Timings Notifications',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timings_reminder_notifications_info','en','If enabled, course participants will be notified about exceeded timing materials.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timings_cron_reminder_exceeded_subject','en','You exceeded the processing period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timings_cron_reminder_exceeded_start','en','The processing period is overdue at:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timings_cron_reminder_started_subject','en','The processing period has started',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timings_cron_reminder_freshly_start','en','The processing period has started at:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_ce_remove_no_info','en','Selected permissions are only removed from the default permissions of the target role. The permission settings of existing objects are not adjusted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_ce_remove_no','en','Reduce only default permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_ce_remove_yes_info','en','The selected permissions are removed from the permission defaults of the target role and from the permission settings of existing objects.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_ce_remove_yes','en','Reduce existing objects by selected permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_ce_clone_no_info','en','Existing default permissions of the target role are overwritten. But the permission settings of the already existing objects are not changed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_ce_clone_no','en','DO NOT adapt existing objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_ce_clone_yes_info','en','Existing permission settings are overwritten accordingly and are applied in their entirety to all existing objects with all selected and unselected permissions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_ce_clone_yes','en','Change existing objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_ce_add_no_info','en','Only the existing default permission of the target role are extended. Permissions of existing objects remain unaffected.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_ce_add_yes_info','en','Both the existing permission defaults of the target role and the permission settings of existing objects are extended accordingly.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_ce_add_no','en','Only adjust default permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_ce_add_yes','en','Add selected permissions to existing objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_adjust_button','en','Adapt Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_adjust_type_remove_info','en','Removes the SELECTED permissions of the selected role or role template from the default permissions of the target role.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_adjust_type_clone_info','en','All permissions of the selected role or role template overwrite all default permissions of the target role. This applies to selected and unselected permissions in the template or role.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_adjust_type_add_info','en','Adds SELECTED permissions of the selected role or role template to the default permissions of the target role. Unmarked permissions are ignored.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_adjust_type_remove','en','Remove permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_adjust_type','en','Kind of Adapting Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_adjust_type_add','en','Add permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_form_copy_roles_adjust_type_clone','en','Copy permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibl_translation_trans','en','Translation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibl_translation_desc','en','Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibl_msg_translations_saved','en','Translations were saved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibl_msg_translations_deleted','en','Translations were deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','bibl_filter','en','Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bibl','msg_confirm_delete_filter','en','Do you like to delete the following filter?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_filter','en','Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_filter_sender','en','Sender',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_filter_recipients','en','Recipients',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_filter_subject','en','Subject',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_filter_body','en','Body',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_filter_attach','en','Attachments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_filter_field_placeholder','en','Filter these messages ...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_filter_txt','en','Filter messages by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_filter_only_unread','en','Only Unread',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_filter_only_with_attachments','en','With Attachments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_filter_period','en','Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_filter_period_from','en','From',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_filter_period_until','en','Until',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_download_zip_no_attachments','en','Could not find any attachments.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_properties','en','Blog Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_style','en','Blog Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_properties','en','Portfolio Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_style','en','Portfolio Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtt','prtt_properties','en','Portfolio Template Properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtt','prtt_style','en','Portfolio Template Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_multilinguality','en','Multilingualism',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_save_all','en','Save All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_save_selected','en','Save Selected',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','search_content','en','Search Result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_reservation_available','en','%s available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_retype_email','en','Retype E-Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','email_not_match','en','Your entries for the e-mail address don\'t match! Please re-enter your e-mail address.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','captcha_code','en','User Verification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','save_new','en','Save and New',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cptch','captcha_code_info','en','Please type in the letters and characters of the image.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_captcha_anonymous_short','en','Captcha',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_voting_period_info','en','Deadline for Voting: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cptch','captcha_code_reload','en','Load new image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cptch','captcha_audio_title','en','Audio Captcha. Click to hear the letters and characters of the captcha.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cptch','captcha_alt_txt','en','This is a visual captcha. Click the tab to get to an audio captcha',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_features','en','Additional Features',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_tool_setting_info_tab','en','Info Tab',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_admin','en','Menu for Selecting Special Characters (Unicode) in Tests and Question Pools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_user','en','Menu for Selecting Special Characters (Unicode) in Tests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_test','en','Selector Special Characters (Unicode)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_inherit_info_test','en','Depending on the settings made in the platforms\' administration or those made by individual users on their personal desktop the Ω-button is displayed in the test or not.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_inherit_info_user','en','The settings that were made by the administrator of the platform as a whole will be used.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_inherit_test','en','Settings made either Globally by Administrators or Individually by Users are Applied',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_inherit_user','en','Use Standard-Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_disabled_admin','en','Ω-Button for Activating the Menu for Selecting Special Characters is displayed only if switched on',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_disabled_info_admin','en','The menu for selecting special characters (Unicode) in tests and question pools is activated but the Ω-Button has to be switched on by users on their Personal Desktop and or in individual tests or questions pools. Test Settings will override user settings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_disabled_info_test','en','Regardless of a user\'s individual setting the special character selector is switched off for taking this test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_disabled_info_user','en','In tests a menu for selecting special characters will be not displayed. However individual tests ‘force switch on’ the menu though your deactivated it here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_disabled_test','en','Special Character Selector is Off',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_disabled_user','en','Disable Menu for Selecting Special Characters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_inactive_admin','en','Globally Deactivate the Menu for Selecting Special Characters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_inactive_info_admin','en','The menu for selecting special characters is deactivated for the whole system. Users cannot make individual settings on their Personal Desktop nor can individual tests or questions pools switch on the setting.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_enabled_admin','en','Ω-Button for Activating the Menu for Selecting Special Characters is Displayed by Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_enabled_info_admin','en','The menu for selecting special characters (Unicode) is activated in tests and question pools. It will present users with the selection of Unicode blocks composed below. Users can make individual settings on their Personal Desktop and the setting can be switched on for individual tests or questions pools.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_enabled_info_test','en','Regardless of a user\'s individual setting the Ω-button for switching on the special character selector will be displayed in the test. Special characters can be entered.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_enabled_info_user','en','In tests a menu for selecting special characters will be displayed. However individual tests can prevent this setting from becoming effective and not display the special character menu despite your choice about activating it.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_enabled_test','en','Special Character Selector is On',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_enabled_user','en','Enable Menu for Selecting Special Characters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_blocks','en','Available Special Character Sets (Unicode)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_blocks_info','en','All characters of the selected blocks will be listed, but not all of them may be supported by the current browser font.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_custom_items','en','Custom Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_custom_items_info1','en','The custom selection will be listed before the selected blocks. Please add your characters in the following style:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_custom_items_info2a','en','A B C',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_custom_items_info2b','en','Characters are separated by space, generating separate selector buttons',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_custom_items_info3a','en','A BC D',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_custom_items_info3b','en','It is possible to put more characters on one button',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_custom_items_info4a','en','A-Z',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_custom_items_info4b','en','Ranges of characters can be defined with a ‘-’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_custom_items_info5a','en','U+00C0',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_custom_items_info5b','en','A character can also be defined in Unicode notation (case insensitive)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_custom_items_info6a','en','U+00C0-U+00CF',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_custom_items_info6b','en','Ranges are also possible in Unicode notation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_unicode_all','en','All Unicode Blocks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_char_selector_settings','en','Character Selector',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','scorm_login_as_learner_id','en','SCORM 2004: set ILIAS Username as cmi.learner_id',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_sc_auto_review_2004','en','Lock Tracking Status Once it is Established',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_auto_review_info_2004','en','After a user has acquired the tracking status set above for a chapter /SCO, this Status is locked. No further tracking data will recorded for these chapters / SCOs in later visits. Select \'always\' if the learning module makes use of Sequencing & Navigation according to SCORM 2004.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_auto_review_no','en','always (recommended)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_auto_review_completed_not_failed_or_passed','en','keep tracking data if achieved status is completed or passed, but not failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_auto_review_passed','en','keep tracking data if achieved status is passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_auto_review_passed_or_failed','en','keep tracking data if achieved status is passed or failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_auto_review_completed','en','keep tracking data if achieved status is completed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_auto_review_completed_and_passed','en','keep tracking data if achieved status is completed and passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_auto_review_completed_or_passed','en','keep tracking data if achieved status is completed or passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_store_if_previous_score_was_lower','en','keep tracking data if achieved score in previous attempt was higher or equal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_auto_suspend','en','Safeguard tracking data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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
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); +INSERT INTO `lng_data` VALUES ('administration','adm_captcha_anonymous_frm','en','Activate captcha for anonymous in forums. Please keep in mind that this may effect the accessibility of your installation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_captcha_anonymous_auth','en','Activate captcha for anonymous in login form. Please keep in mind that this may effect the accessibility of your installation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_captcha_anonymous_reg','en','Activate captcha for anonymous in registration form. Please keep in mind that this may effect the accessibility of your installation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_auth_reg','en','Authentication Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_auth_login','en','Authentication Login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_captcha_anonymous_wiki','en','Activate captcha for anonymous in wikis. Please keep in mind that this may effect the accessibility of your installation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_auth_settings','en','Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_reservation_failed_overbooked','en','The booking failed because the object is not available anymore.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_wiks','en','Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_wiks_desc','en','Global Wiki Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_edit_posting','en','Edit Posting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_check_system_requirements','en','Checking system requirements',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_system_check_error','en','Your Browser does not support the required HTML5 features.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_system_check_https','en','You should use https instead of http for the required HTML5 features.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_lm_not_exists','en','The Learning Module does not exist in the offline storage of this browser.
Please use use same device and browser as on Learning Module export.

If this is the right device and right browser maybe the Learning Module was removed by deleting the browser cache. Please contact your admininstrator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_already_exported','en','This Learning Module has already been exported. Please open it with the computer on which you have installed Firefox with the SCORM Offline Player addon.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_reload_page','en','Reload page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_text_export','en','Export SCORM Learning Module for offline use',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_export','en','SCORM Learning Module Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_desc_export','en','A learning module in offline mode can only be used offline. Once the tracking data has been imported back to ILIAS, the learning module will be online again.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_text_start_offline','en','Start Learning Module in offline mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_start_sop','en','Start Learning Module offline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_text_start_som','en','Start SCORM Offline Manager',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_start_som','en','Start SOM',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_text_push_tracking','en','Import offline tracking data to ILIAS and switch to online mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_purge_cache','en','Delete offline cache of Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_push_tracking','en','Import tracking data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','offline_mode','en','Use offline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_msg_lm_not_exists','en','The learning module does either not exist or is inactive in the SCORM Offline Manager.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_msg_close_lm','en','The learning module is still open. Please close the SCORM Offline Player.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_msg_export_failure','en','Transferring content or data to SCORM Offline Manager was not successful.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_msg_export_ok','en','Transferring content and tracking data was successful',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_msg_export_content','en','Transferring content to SCORM Offline Manager. This might need a moment. Please be patient.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_msg_export_tracking','en','Transferring tracking data to SCORM Offline Manager. Please wait some seconds',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_msg_push_tracking','en','Transferring tracking data to ILIAS. Please wait a moment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sop','sop_msg_push_tracking_ok','en','Transfer of tracking data was successful.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_hide_taxonomy','en','Hide Taxonomy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_no_team_yet','en','Not assigned to a team',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_no_feedback_dir_found_in_zip','en','The directory structure of the uploaded zip-archive could not be processed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_add_new_def_grp_organisation','en','Organisation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_add_new_def_grp_content','en','Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_add_new_def_grp_communication','en','Communication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_add_new_def_grp_assessment','en','Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_add_new_def_grp_feedback','en','Feedback and Evaluation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_col_ordering','en','Column Ordering',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','simple_xls','en','Simple Excel Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_add_category','en','Add Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','un_add_unit','en','Add Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ecs','ecs_cmap_delete_rule','en','Delete Mapping',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_list_excv','en','Exercise Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_list_tstv','en','Test Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('rep','rep_add_new_def_grp_templates','en','Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_repository_object_types','en','Repository Object Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_new_item_menu','en','‘Add New Item’-Menu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_create_team','en','Create Team',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_create_team_times_up_warning','en','You cannot create a team anymore - please contact your tutor.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_instruction_files','en','Instruction Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_mail_new_user_confirmation','en','Request for account confirmation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','inform_user_mail_info','en','If activated, an e-mail will be sent to the user. Its content can be defined in Administration > User Management > Settings > New Account Mail.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_mail_body_timelimit','en','Your account has a limited period of validity: %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_nacc_if_timelimit','en','This text is only included, if the user has a limited access period.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_nacc_timelimit','en','User access period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_obj_already_deleted','en','The object has already been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_no_comments','en','No comment has been posted yet.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_prtt','en','Create Portfolio Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','glo_edit_content','en','User can edit content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_rolt','en','Create new Role Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_role','en','Create new Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_activation_list_gui','en','Availability',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','lm_activate_rating','en','Activate Rating For Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_rate_overall','en','Rate Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','lm_rating','en','Rate Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_remove','en','Remove Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','lm_rate_page','en','Rate page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','il_orgu_employee','en','Organisational Unit Employee',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','il_orgu_superior','en','Organisational Unit Superior',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_tool_setting_info_tab_info','en','The ‘Info’ tab will be displayed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_tool_setting_news_info','en','The ‘News’ block will be displayed inside the ‘Content’ tab.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_tool_setting_calendar_info','en','A calendar is available and the ‘Calendar’ block is displayed in the ‘Contents’ tab.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_presentation','en','Presentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_webfeed','en','RSS Web Feed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_news_item_def_visibility_users_info','en','Only authenticated users have access to current news.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('chatroom','room_in_container','en','%s (in: %s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_crsv','en','Course Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_type_crsv','en','Certificate: Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_list_crsv','en','Course Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crsv','crsv_create','en','Create Course Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crsv','crsv_create_info','en','Select a completed course to generate a certificate for it',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_scov','en','SCORM Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_type_scov','en','Certificate: SCORM',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_list_scov','en','SCORM Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scov','crsv_create','en','Create SCORM Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scov','crsv_create_info','en','Select a completed learning module to generate a certificate for it',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_wiki_page','en','Wiki Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_choose_wiki','en','Choose Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_usage','en','Usage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_type','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_number','en','Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_usage_type_info_gen','en','General Use in Repository Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_usage_type_info_mat','en','Users assigned material from their personal workspace',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_usage_type_info_user','en','Assigned to Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_usage_type_info_pers','en','Selected by Users as Personal Skill',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_usage_type_info_seval','en','Self Evaluations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_usage_type_info_prof','en','Used in Skill Profiles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_usage_type_info_res','en','Repository Objects Assigned as Suggested Resource',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_usage_obj_objects','en','Object(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_usage_obj_users','en','User(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_usage_obj_profiles','en','Profile(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_bibl','en','Create Bibliography',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_cld','en','Create Cloud Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_template_import_new_skills','en','If activated, these items will be added to your personal competences.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_confirm_cancel','en','Are you sure you want to cancel the following reservations?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crss_visible','en','Course administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crss_read','en','User has read access to Course administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crss_write','en','Edit settings in Course administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crss_edit_permission','en','User can change permission settings in Course administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grps_visible','en','Group administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grps_read','en','User has read access to Group administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grps_write','en','Edit settings in Group administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grps_edit_permission','en','User can change permission settings in Group administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiks_visible','en','Wiki administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiks_read','en','User has read access to Wiki administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiks_write','en','Edit settings in Wiki administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiks_edit_permission','en','User can change permission settings in Wiki administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tos_visible','en','Terms of Service administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tos_read','en','User has read access to Terms of Service administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tos_write','en','Edit settings in Terms of Service administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tos_edit_permission','en','User can change permission settings in Terms of Service administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wbrs_visible','en','Weblink administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wbrs_read','en','User has read access to Weblink administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wbrs_write','en','Edit settings in Weblink administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wbrs_edit_permission','en','User can change permission settings in Weblink administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','reps_visible','en','Repository administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','reps_read','en','User has read access to Repository administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','reps_write','en','Edit settings in Repository administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','reps_edit_permission','en','User can change permission settings in Repository administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_posting_not_found','en','This blog posting is not available.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_cannot_delete_nodes_in_use','en','Some items cannot be deleted, because they are still in use.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_status_draft','en','Draft (Offline)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_status_draft_info','en','Item will be hidden.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_status_publish','en','Published',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_status_publish_info','en','Item can be used if all parents are published, too.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_status_outdated','en','Outdated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_status_outdated_info','en','Item cannot be newly selected by users as personal skill, or newly assigned to repository objects or skill profiles. However existing assignments and data are still presented.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_status','en','Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_choose_role','en','Choose Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_no_nodes_selectable','en','Currently there are no competences selectable.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_suggested_resources','en','Suggested Resources',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','exc_next_deadline_single','en','Deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','repository_disk_quota_info','en','If activated, the disk-quota of the magazine will be checked for each user and e-mails will be sent to administrators and users optionally.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_object_statistics_info','en','If activated, the basic data for the usage statistics will be gathered and processed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','survey_reminder_cron_info','en','If activated, users will be reminded to participate in surveys.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_activate_sure_multi','en','Are you sure you want to activate the following cron-jobs?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_deactivate_sure_multi','en','Are you sure you want to deactivate the following cron-jobs?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_action_reset_sure_multi','en','Are you sure you want to reset the following cron-jobs?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_no_selfreg','en','No Self-enrolment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_mail_tutors_only_info','en','Only administrators and tutors can use the feature ‘Mail to Members’ in the ‘Members’ tab.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_mail_all_info','en','Members, administrators and tutors can use the feature ‘Mail to Members’ in the ‘Members’ tab.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_tutors_only_info','en','Only administrators can use the feature ‘Mail to Members’ in the ‘Members’ tab.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mail_all_info','en','Members and administrators can use the feature ‘Mail to Members’ in the ‘Members’ tab.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_time_period','en','Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_registration_period','en','Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_registration_confirmation_info','en','Interested users can send a request/message to course administrator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_reg_no_selfreg','en','No Self-enrolment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_reg_password_info','en','Users need to type in this password when joining the course.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cat','cat_more_translations','en','More Translations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('obj','obj_cont_transl_deactivated','en','Translation for page editing has been deactivated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_languages','en','Languages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_language','en','Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_finish_editing','en','Finish Editing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_page_lock_released','en','Editing finished. Page lock has been released.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','note_content_removed','en','The content has been removed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_list_text_assignment','en','List All Submissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_show_peer_review','en','Show Peer-Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','ou_external_id_exists','en','A unit with the External ID already exists on this system.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','user_import_successful','en','The import terminated successfully. Assigned: %s, Removed: %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','no_orgunit','en','Please check your XML-File. There is no Organisational Unit.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','no_assignment','en','Please check your XML-File. There is no User Assignment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_insert_into_clipboard','en','Insert into Clipboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_inserted_clipboard','en','Objects have been moved to the clipboard.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','org_unit_not_found','en','Organisational Unit not found.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_fourth_edition','en','SCORM 2004 4th edition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','offline_mode_manager','en','Offline use',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','offline_mode_users','en','Users in offline mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_offline_mode_disable_not_allowed_info','en','Since the learning module is currently used in offline mode, the offline mode can not be disabled.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','stop_user_offline_mode','en','Stop offline mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','stop_user_offline_mode_for_user','en','Stop offline mode for',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','info_stop_offline_mode_sure','en','Note: The learning progress achieved in offline mode are lost. Are you sure?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_subtab_creation','en','Create',NULL,NULL); +INSERT INTO `lng_data` VALUES ('init','init_error_redirect_click','en','Please click to continue.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('init','init_error_redirect_info','en','Redirect not supported by context.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('init','init_error_maintenance','en','The server is not available due to maintenance. We apologise for any inconvenience.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('init','init_error_authentication_fail','en','Authentication failed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('obj','obj_activate_content_lang','en','Activate Translation for Page Editing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_add_languages','en','Add Languages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_activate_multilang','en','Activate Multilingualism',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_deactivate_multilang','en','Deactivate Multilingualism',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_deactivate_multilang_conf','en','Do you really want to deactivate multilingualism? Only contents of the master language will be kept.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_multilang_deactivated','en','Multilingualism has been deactivated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_container_only_on_their_own','en','Categories, courses, groups, folders or study programmes can only be copied as single objects. Please select one item only.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','objects_duplicated','en','Objects copied',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','msg_no_downloadable_objects','en','No downloadable objects found.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_max_number_of_answers','en','Maximum Number Of Answers per Participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_vote_error_single','en','Please select 1 answer.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_vote_error_multi','en','Please select no more than %s answers.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_result_sorting','en','Sorting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_result_sorting_answers','en','In the order of the answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_result_sorting_votes','en','By number of votes (descending)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_definitions','en','Edit Definitions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_definition','en','Edit Definition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_mode','en','Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_mode_anonymous','en','Anonymous',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_mode_anonymous_info','en','Votes cannot be traced back to participants.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_mode_personal','en','Personal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_mode_personal_info','en','A list of participants with their respective votes is available when having sufficient permission.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_non_anonymous_warning','en','Your name and vote are visible for administrators in the results.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_result_answers','en','Votes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_result_users','en','Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','usr_id','en','User ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_XK','en','Kosovo',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_var_user_matriculation','en','12345',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_matriculation','en','Matriculation number of the user',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','mailparticipantdata_placeholder','en','These placeholders are replaced by actual user data if ‘Privacy’ is ‘With Names’:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_notification_subscribe','en','Activate Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_notification_unsubscribe','en','Deactivate Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_vote_notification_subject','en','Poll \"%s\": new vote',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_vote_notification_body','en','the following poll has received a vote.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_vote_notification_link','en','Link to Poll',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_vote_notification_reason','en','You are receiving this e-mail because you activated notifications for the poll mentioned above.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_create_portfolio_no_template','en','Do not use template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','orgu_view_learning_progress','en','View Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','orgu_visible','en','Organisational Unit is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','orgu_read','en','User has read access to Organisational Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','orgu_write','en','User can edit settings of Organisational Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','orgu_read_users','en','User can read local user accounts created in this Organisational Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','orgu_cat_administrate_users','en','User can create and administrate local user accounts in this Organisational Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','orgu_delete','en','User can move or delete Organisational Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','orgu_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','orgu_copy','en','Copy Organisational Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','orgu_view_learning_progress_rec','en','View Learning Progress of Unit incl. Subunits',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_orgu','en','Create Organisational Units',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_post_booking_text_info','en','Use placeholders to communicate specifics on reservations.
[OBJECT] will be replaced by the respective Booking Object.
[PERIOD] will be replaced by the respective schedule.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_abstract_shorten','en','Shorten Abstract',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_abstract_shorten_length','en','Maximum Length',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_abstract_shorten_characters','en','Characters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_abstract_image','en','Add Image To Abstract',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_abstract_image_info','en','Images which are smaller will not be used.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_abstract_image_width','en','Width',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_abstract_image_height','en','Height',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_abstract_image_pixels','en','Px',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_my_courses','en','Insert My Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_my_courses','en','Insert My Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_update_my_courses','en','Edit My Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_page_element_teaser_my_courses','en','The portfolio will display a list of your current courses here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_page_element_my_courses_title','en','Course Memberships',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_page_element_teaser_skills','en','The portfolio will display your competence level here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_page_element_teaser_blog_template','en','The portfolio will display a blog of your personal workspace here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_page_element_teaser_consultation_hours','en','The portfolio will display a consultation hours calendar here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_page_element_teaser_settings','en','Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','interests','en','Interests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','interests_general','en','General Interests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','interests_help_offered','en','Offering Help',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','interests_help_looking','en','Looking For Help',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_remove_multi_confirm','en','The objects were removed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_online_info','en','Only if the glossary is online, users are able to use the glossary.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_mode_level_info','en','All terms of glossaries on the same level in the repository will be included.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_mode_normal_info','en','Only terms created within this glossary will be included.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_mode_subtree_info','en','All terms of glossaries on the same level and subsequent levels in the repository will be included.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_content_settings','en','Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_notification','en','Personal Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_passing_exc','en','Passing the Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_publishing','en','Publishing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_min_nr_info','en','This value must be equal or higher than the number of compulsory assignments.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_passed_status_determination','en','Determination of Status ‘Passed’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_completion_by_tutor','en','Only manual by tutor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_your_text','en','Your Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_def_feedb_activated','en','Default feedback texts are currently activated in the learning module settings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_def_feedb_deactivated','en','Default feedback texts are currently deactivated in the learning module settings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','advanced_editing_tst_editing','en','Page Editor for additional question content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_server_title','en','Name of ECS Configuration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','advanced_editing_tst_editing_desc','en','Activates ILIAS Page Editor for feedback and hint text editing.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','fq_precision_info','en','Enter the number of desired decimal places.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','fq_no_restriction_info','en','Both decimals and fractions are accepted as input.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('assessment','result_unit_info','en','Please note that the selected result unit must also be activated in ‘Available units’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_no_adv_md','en','No Custom Metadata Available.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_comments','en','Comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_show_results_as','en','Show Results as',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_barchart','en','Bar Chart',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_piechart','en','Pie Chart',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','merge_posts_into_thread','en','Merge Postings into other Thread',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','move_thread_to_forum','en','Move Thread to other Forum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('forum','post_reply_count','en','Re(%s):',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','spl_save_obligatory_state','en','Save Compulsory States',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_max_notification_age','en','Max. Notification Age',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_max_notification_age_unit','en','Day(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_max_notification_age_info','en','Please define the maximum age of postings to send notifications for. It is recommended to choose a higher value than the scheduled interval.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ical_url','en','iCal-URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_help_no_valid_tooltip_id','en','The tooltip ID you have entered was not valid.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_confirm_cancel_aggregation','en','Number of Cancellations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_not_available','en','n/a',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_change_notification_body_approve','en','the following blog posting needs approval.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_presentation','en','Presentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','udf_type_integer','en','Integer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_number_max','en','Maximum Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_number_min','en','Minimum Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','udf_type_float','en','Float',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','udf_type_location','en','Location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_number_decimals','en','Decimals',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_confirm_definition','en','Please confirm the new definition settings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_confirm_definition_select_option','en','Deleted Option',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_confirm_definition_select_option_remove','en','Remove value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_confirm_definition_select_option_overwrite','en','Set value to',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_confirm_definition_select_section','en','Migration of the deleted options',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_text_max_length','en','Maximum Length',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_text_multi','en','Multiline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_number_suffix','en','Suffix',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_results_finished','en','Survey finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_settings_navigation','en','Navigation Column',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_presentation_frame','en','Blog Presentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_presentation_overview','en','Initial Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_nav_mode','en','Postings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_nav_mode_month_list','en','Show List of Months',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_nav_mode_month_list_info','en','All months with postings are listed in the ‘Postings’ block.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_nav_mode_month_list_num_detail','en','Total number of postings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_nav_mode_month_list_num_detail_info','en','Latest postings are listed by date in reverse chronological order. Older postings are available via their month.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_nav_mode_month_list_num_month','en','Total Number of shown months',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_nav_mode_month_list_num_month_info','en','Additional months will be displayed with their total number of postings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_nav_mode_month_single','en','Show Selected Month',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_nav_mode_month_single_info','en','Only postings of the selected month are listed in the ‘Postings’ block. Month can be changed by drop-down.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_list_num_postings','en','Number of postings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_list_num_postings_info','en','This setting is only used if no specific month is selected.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_enable_keywords','en','Keywords',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_enable_keywords_info','en','Keywords can be set for postings. Clicking a keyword shows all postings tagged with this keyword.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_enable_nav_authors','en','Authors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_enable_nav_authors_info','en','List of blog authors is displayed. Clicking a username shows all postings of this author.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_nav_sortorder','en','Order of Blocks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_view_own_results','en','View given answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_mail_own_results','en','Mail given answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_mail_own_results_subject','en','Survey \"%s\" - Your Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_results_view_own','en','Participants can View Own Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exercise','exc_to_desktop_info','en','Add exercise to desktop of participant after hand-in',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_wpg','en','Wiki Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_advmd_block_title','en','Custom Metadata of Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_amd_page_list','en','Insert Page List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_amd_page_list','en','Insert Page List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_update_amd_page_list','en','Edit Page List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_tool_setting_taxonomies','en','Taxonomies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','obj_excs','en','Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','obj_excs_desc','en','Global Exercise Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exercise','exc_admin_settings','en','Exercise Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','obj_taxs','en','Taxonomy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','obj_taxs_desc','en','Global Taxonomy Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_admin_settings_repository','en','Repository Taxonomies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_cdf_edit_member','en','Edit Course Relevant User Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_cdf_edit_member','en','Edit Group Relevant User Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_overall_limit','en','Limit number of bookings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_overall_limit_info','en','Maximum number of bookings for each user in this booking pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_overall_limit_warning','en','You have reached the maximum number of bookings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_tax_none_available','en','There are no taxonomies available.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_taxonomy_sideblock_settings','en','Presentation Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_taxonomy_show_sideblock','en','Show taxonomy in side block',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_skipped_value','en','Results: ‘skipped’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_skipped_value_lng','en','Use language file entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_skipped_value_lng_info','en','Current value: \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_skipped_value_custom','en','Use custom value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_skipped_value_custom_info','en','Define any (or empty) value to use for skipped answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_skipped_value_custom_value','en','Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_import_codes','en','Import Codes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_import_codes_info','en','This import requires a \"%s\" export file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_num_pages','en','Number of Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_new_pages','en','Number of New Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_new_pages_avg','en','Average Number of New Pages per User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_edit_pages','en','Number of Edited Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_edit_pages_avg','en','Average Number of Edited Pages per User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_templates','en','Page Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_template_status_removed','en','Template status removed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_remove_template_status','en','Remove Template Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_template_added','en','Template page added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_templ_new_pages','en','Available on Page Creation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_templ_add_to_page','en','Available for Being Added to Existing Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_add_template','en','Set Template Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_empty_page_template','en','Empty Page Template on Page Creation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_not_exist_select_templ','en','This page does not exist yet. Please select a template for the new page.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_new_page','en','New Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_template','en','Page Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_empty_page','en','Empty Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_create_page','en','Create Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_templ','en','Insert Content Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_template','en','Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_scope','en','Timeframe',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_figure','en','Figure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_deleted_pages','en','Number of Deleted Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_read_pages','en','Number of Read Accesses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_user_edit_pages','en','Number of Users Who Edited Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_user_edit_pages_avg','en','Average Number of Users Who Edited Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_num_rating','en','Number of Ratings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_num_rating_avg','en','Average Number of Ratings per Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_rating_avg','en','Average Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_internal_links','en','Number of Internal Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_internal_links_avg','en','Average Number of Internal Links per Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_external_links','en','Number of External Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_external_links_avg','en','Average Number of External Links per Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_words','en','Number of Words',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_words_avg','en',' Average Number of Words per Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_chars','en','Number of Characters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_chars_avg','en','Average Number of Characters per Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_footnotes','en','Number of Footnotes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_footnotes_avg','en','Average Number of Footnotes per Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_page_changes','en','Number of Changes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_page_changes_avg','en','Average Number of Changes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_page_user_edit','en','Number of Users Who Edited Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_page_read','en','Number of Read Accesses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_page_internal_links','en','Number of Internal Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_page_external_links','en','Number of External Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_page_words','en','Number of Words',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_page_characters','en','Number of Characters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_page_footnotes','en','Number of Footnotes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_stat_page_ratings','en','Number of Ratings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','statistics_read','en','View Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiki_statistics_read','en','View Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_comments_del_user','en','Comments may be deleted by their authors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_comments_del_tutor','en','Any Comment may be deleted by tutors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_sort_asc','en','Sort Ascending',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_sort_desc','en','Sort Descending',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_tool_setting_tag_cloud','en','Tag Cloud',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_tool_setting_tag_cloud_info','en','The ‘Tag Cloud’ block will be displayed inside the ‘Content’ tab.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_show_comments_tagging_in_lists_tags','en','Display tags instead of number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tagging','tagging_other_users','en','Tags of Other Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','autocomplete_more','en','more',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_max_size_attachments_total','en','Please enter the maximum file size allowed as attachment per mail. This setting is not related to other resource limits, e.g. upload_max_filesize etc. (since you can attach multiple files).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_max_size_attachments_total_error','en','The allowed attachment size is:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_cdf_tbl_last_edit','en','Updated (Group-specific Data)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_cdf_tbl_last_edit','en','Updated (Course-specific Data)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','cdf_edited_by_self','en','by the User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','excs_visible','en','Exercise administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','excs_read','en','User has read access to Exercise administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','excs_write','en','Edit settings in Exercise administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','excs_edit_permission','en','User can change permission settings in Exercise administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','taxs_visible','en','Taxonomy administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','taxs_read','en','User has read access to Taxonomy administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','taxs_write','en','Edit settings in Taxonomy administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','taxs_edit_permission','en','User can change permission settings in Taxonomy administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_file','en','File Upload',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_file_info','en','Enable peers to upload 1 file per review',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_personal','en','Personalized Peer-Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_personal_info','en','Peers are shown with full name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_recipient','en','Feedback Recipient',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_giver','en','Feedback Giver',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_global_feedback_file_date','en','Availability',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_global_feedback_file_date_deadline','en','After deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_global_feedback_file_date_upload','en','After submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_note_for_tutor','en','Note for Tutors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_comment_for_learner_edit','en','Enter in Text Field as Comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','sorting_creation_header','en','By Creation Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sorting_creation_info','en','Content items are arranged automatically by their creation date.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sorting_direction','en','Sorting Direction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sorting_desc','en','Descendent',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sorting_asc','en','Ascending',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_anonymous_warning','en','Your name is not visible in the poll results.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_exc_deadline','en','Deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_exc_peer_review_deadline','en','Feedback Deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','read_learning_progress','en','View learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crs_read_learning_progress','en','User can view learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grp_read_learning_progress','en','User can view learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','fold_read_learning_progress','en','User can view learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lm_read_learning_progress','en','User can view learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','htlm_read_learning_progress','en','User can view learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sahs_read_learning_progress','en','User can view learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tst_read_learning_progress','en','User can view learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','exc_read_learning_progress','en','User can view learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sess_read_learning_progress','en','User can view learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','file_read_learning_progress','en','User can view learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mcst_read_learning_progress','en','User can view learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lso_read_learning_progress','en','User can view learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_progress_icons','en','Progress Icons',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_progress_icons_info','en','Show progress icons instead of chapter page icons in presentation mode. Please note that progress information is stored only with ILIAS 5.0 and higher.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_self_assessment','en','Self Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tries','en','Question Behaviour',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tries_reset_on_visit','en','Reset on Page Visit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tries_reset_on_visit_info','en','Questions start with 0 number of tries each time a learner visits a page. Learner has to answer questions on every page visit.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tries_store','en','Store Answer Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tries_store_info','en','Number of tries are accumulated and stored. Correctly answered questions must not be answered again. Learners may run out of tries for questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_restrict_forw_nav','en','Restrict Forward Navigation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_restrict_forw_nav_info','en','Learners cannot navigate to subsequent pages unless they answered all previous questions correctly.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('classification','clsfct_block_title','en','Selection by Topics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('classification','clsfct_block_info','en','Your Selection filters the objects.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('classification','clsfct_content_title','en','Objects matching your selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('classification','clsfct_content_no_match','en','No objects match your selected criteria.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','sorting_new_items_position','en','Position for New Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','sorting_new_items_at_top','en','Top',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','sorting_new_items_at_bottom','en','Bottom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','sorting_new_items_order','en','Order for New Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','sorting_new_items_direction','en','Sorting Direction for New Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_location_radius','en','Radius',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_location_radius_km','en','km',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_question_stats','en','Statistic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_blocked_users','en','Blocked Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_last_try','en','Last Try',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_unlocked','en','Unlocked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_reset_nr_of_tries','en','Reset Number of Tries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_unlock_allow_continue','en','Unlock / Allow to Continue',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_subscription_failed_limit','en','The maximum number of participants has been exceeded.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','send_mail_to_inactive_users','en','Warning Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('user','send_mail_to_inactive_users_suffix','en','Days before Deletion.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','send_mail_to_inactive_users_numbers_only','en','Only positive non decimal numbers are accepted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('user','del_mail_subject','en','(ILIAS) – Your account will be deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','del_mail_body','en','Hello %1$s, %2$s you haven\'t logged in for a long period of time, on %3$s. So your account will be probably deleted on %4$s. You have to login again to prevent the deletion of your account.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','delete_inactive_user_accounts_frequency','en','Frequency',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','delete_inactive_user_accounts_frequency_desc','en','Frequency, in which the deletion and e-mail distribution will be tested.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','send_mail_reminder_window_too_small','en','Your Frequency setting is too large for this reminder value.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_msg_new_feedback_text_uploaded','en','A new comment has been added to exercise \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_msg_new_feedback_text_uploaded2','en','a tutor has added a new comment for you.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_start_file_set_to','en','%s has been set as start file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_team_assignment_adopt','en','Adopt teams from existing assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_assignment_adopt_none','en','Do not adopt any teams',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_assignment_adopt_teams','en','Teams',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_assignment_adopt_user','en','Adopt team from assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_assignment_adopt_none_user','en','Create new team',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_assignment_adopt_already_assigned','en','already assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_blocked_users_mail_link','en','Click on the following link to open the learning module:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_show_print_view','en','Print View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_show_pdf_export','en','PDF Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_set_as_start_page','en','Set as Start Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_purpose','en','Purpose',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_select_one_item','en','Please select one item.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_questions','en','Answering All Questions Correctly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('wiki','wiki_add_link','en','Add Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_link_text','en','Link Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_target_page','en','Target Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mmbr','mmbr_selected_users','en','Selected Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mmbr','mmbr_btn_mail_selected_users','en','Send Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_mem_tbl_header','en','Course Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mem_tbl_header','en','Group Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_mail_permanent_link','en','Click on the following link to find all of the information you need regarding the session:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_reg_type','en',' Registration Procedure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_reg_direct','en','Declare Participation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_reg_direct_info','en','User has to click ‘Attend’ to participate in session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_reg_request','en','Apply for Participation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_reg_disabled','en','No Registration Necessary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_reg_request_info','en','An administrator has to decide upon each user\'s apply for participating in session.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_reg_disabled_info','en','Users do not need to register to participate in session.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_reg_max_members_short','en','Number of Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_reg_max_members','en','Limited Number of Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_reg_max_members_info','en','Define the maximum number of users that can participate in session.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_reg_waiting_list','en','Waiting List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_exists','en','Existing Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_section_reg','en','Registration Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','save_and_next','en','Save and Continue',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_users_added','en','Registered selected users for the session.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_users_already_assigned','en','The user is already registered for this session.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_users_removed_from_list','en','The selected users have been removed from the waiting list.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_msg_applicants_assigned','en','Applicant(s) registered for session.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_msg_applicants_removed','en','Applicant(s) removed from list.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_registered_confirm','en','Participation requires confirmation by an administrator. You will be notified when your application has been handled.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_switch','en','Switch',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_default','en','Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_media_queries','en','Media Queries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_add_media_query','en','Add Media Query',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('style','sty_order','en','Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_query','en','Query',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_save_order','en','Save Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_sure_del_mqueries','en','Do you really want to delete this media query and all related CSS rules?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_custom','en','Custom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_custom_par','en','Custom Parameters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_custom_par_info','en','Add custom CSS parameters using format ‘parameter: value’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_reg_max_users_exceeded','en','A registration is not possible, since the maximum number of users id exceeded.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_reg_max_users_exceeded_wl','en','The maximum number of users for this session appointment is exceeded.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_reg_added_to_wl','en','You have been added to the waiting list.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_transform','en','Transform',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_transform_origin','en','Transform-Origin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','condition_failed','en','Failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','condition_learning_progress','en','Derive from Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_precondition_hide','en','Hide Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('wsp','wsp_shared_table_title','en','Shares',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_out_of_focus_message','en','This page is not related to your current learning objective anymore.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_show_content_after_focus','en','Continue with the Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_to_focus_beginning','en','Back to Content related to the Learning Objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_to_focus_return_crs','en','Back to Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_learning_objective','en','Learning Objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_suggested','en','Please work through the following learning materials.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_itest_info','en','Initial Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_qtest_info','en','Final Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_tt_info','en','You have reached %1$d%%. The test is passed with %2$d%%.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_status_configure','en','Checklist for Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_status_settings','en','Course Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_status_materials','en','Create Course Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_status_itest','en','Assign Initial Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_status_qtest','en','Assign Final Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_status_objectives','en','Configure Learning Objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_action_materials','en','Assign Material',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_action_qtest','en','Assign Questions of Final Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_action_itest','en','Assign Questions of Initial Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_passes_info','en','Maximum Number of test passes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_err_stat_no_materials','en','No Course Materials available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_err_stat_no_qt','en','No final test available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_err_stat_no_it','en','No Initial test available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_status_objective_creation','en','Create Learning Objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_form_create_objectives','en','Create Learning Objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_err_no_active_mat','en','Learning objectives without assigned content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_err_no_active_it','en','Learning Objectives without Initial Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_err_no_active_qt','en','Learning Objectives without Qualifying Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_err_no_active_lo','en','No active Learning Objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_tbl','en','Settings for the Learning Objectives-Driven Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_tab_materials','en','Material',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_tab_itest','en','Initial Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_tab_qtest','en','Final Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_itest_tbl','en','Settings for the Initial Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_tab_objectives','en','Learning Objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_qtest_tbl','en','Settings for the Final Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_tab_start','en','Start Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_astpl_loc_initial','en','Initial Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_astpl_loc_qualified','en','Qualifying Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_astpl_loc_initial_desc','en','Settings template for initial tests of learning objective oriented courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_astpl_loc_qualified_desc','en','Settings template for qualifying tests of learning objective oriented courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_confirm_delete_tst','en','Do you really want to deassign the test of this learning objective oriented course?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_tbl_tst_type','en','Selection of Test Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_form_assign_it','en','Test Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_form_tst_new','en','Create New Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_form_assign','en','Use Existing Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_form_available_tsts','en','Available Tests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_tbl_tst_qst_qpl','en','Questions / Question Pools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_tst_num_qst','en','Number of Questions:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_tst_qpls','en','Available Question Pools:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_form_random_limits_it','en','Define Questions of Initial Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_form_random_limits_qt','en','Define Questions of Qualifying Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_rand_assign_qpl','en','Assignment form Question Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_rand_qpl','en','Available Question Pools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_num_qst','en','Number of Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_perc','en','Required Percentage of Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_delete_assignment','en','Deassign Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_err_no_active_qst','en','Objectives without questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_qtst_for_objective','en','Qualifying Test \"%1$s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_itst_for_objective','en','Initial Test \"%1$s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_progress_result_itest','en','Result of Initial Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_progress_result_qtest','en','Result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_progress_no_result_do_initial','en','Please take the initial test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_progress_objective_complete','en','You completed the learning objective.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_progress_do_qualifying','en','Please take the final test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_progress_do_qualifying_again','en','Please work through the learning objective materials again.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_passes_left','en','Remaining number of test passes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_passes_reached','en','No further test passes possible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_tst_new_run','en','Start New Test Pass',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_tst_resume','en','Continue Test Pass',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_reset','en','Test Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_reset_enable','en','Allow ‘Reset Test Results’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_progress_no_result_no_initial','en','Please work through the following learning materials and then take the qualifying test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('bibl','bibl_library_show_in_list','en','Show as link in the list',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ie_compatibility','en','Internet Explorer 7 Compatibility Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_ie_force_render','en','Force Internet Explorer to re-render',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ecs','ecs_token_mechanism','en','Authentication Token',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ecs','ecs_part_settings','en','Settings for Participant:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('help','help_topcis','en','Topics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_export_types','en','Exportable Object Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_import_types','en','Importable Object Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_tab_trash','en','Deleted Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_administrate_deleted','en','Administrate Deleted Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_trash_restore','en','Restore Deleted Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_trash_restore_info','en','Restore deleted objects from trash bin and move the to the ‘Recovery Folder’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_trash_action','en','Action',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_trash_remove','en','Remove deleted objects from system',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_trash_remove_info','en','Remove deleted objects (trash bin) from the system',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_trash_limit_num','en','Limit Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_trash_limit_age','en','Limit Age',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_trash_limit_type','en','Limit by Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_codes_type','en','Code Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_codes_type_reg','en','Registration Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_codes_type_reg_info','en','Code can be used for the registration if a new user account',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_codes_type_ext','en','Extension of limited user accounts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','registration_codes_type_ext_info','en','Code can be used for the extension of limited accounts.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','audio_captioning','en','learner_preference.audio_captioning',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','audio_level','en','learner_preference.audio_level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','c_entry','en','entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','c_exit','en','exit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','c_language','en','learner_preference.language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','c_location','en','location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','c_max','en','score.max',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','c_min','en','score.min',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','c_mode','en','mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','c_raw','en','score.raw: achieved score',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','c_timestamp','en','Last access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','c_type','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','completion_status','en','completion_status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','completion_threshold','en','completion_threshold',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','counter_all','en','All users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','counter_correct','en','Users with correct result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','counter_correct_percent','en','Percentage of users with correct result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','counter_incorrect','en','Users with incorrect result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','counter_incorrect_percent','en','Percentage of users with incorrect result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','counter_other','en','Users with other result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','counter_other_percent','en','Percentage of users with other result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','cp_node_id','en','ID of chapter / SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','credit','en','credit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','delivery_speed','en','learner_preference.delivery_speed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','exportselectedcore','en','Basic report for chapters (SCO)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','exportselectedinteractions','en','Basic report for interactions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','id','en','ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','interaction_description','en','Description of interaction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','interaction_id','en','ID of interaction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','interaction_value','en','Result of interaction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','latency','en','latency: time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','latency_seconds','en','latency: time in seconds',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','launch_data','en','launch_data: data at start of the SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','learner_response','en','learner_response: Response',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','lm_id','en','ID of the learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','lm_title','en','Title of the learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','progress_measure','en','progress_measure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','result','en','result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','scaled','en','score.scaled: score achieved as a decimal fraction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','scaled_passing_score','en','scaled_passing_score: score required to pass as a decimal fraction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','sco_marked_for_learning_progress','en','Relevant for learning progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','sco_title','en','Title of chapter / SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','session_time','en','session_time: time in the last session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','session_time_seconds','en','session_time: time in the last session in seconds',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','success_status','en','success_status: success',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','suspend_data','en','suspend_data: variable buffer of the SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','total_time','en','total_time: total time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','total_time_seconds','en','total_time: total time in seconds',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','tracinteractionitem','en','Evaluation per interaction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','tracinteractionuser','en','Evaluation per user',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','tracinteractionuseranswers','en','Responses of users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','user_id','en','User-ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','weighting','en','weighting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','report','en','Report',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ps_export_scorm','en','Personal Data in Protocol Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enable_export_scorm_desc','en','Display of Personal Data in the Protocol Data (SCORM)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_click_to_add_pg','en','Click here to add content.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('link','link_chapters','en','Chapters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('link','link_wpages','en','Wiki Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('link','link_terms','en','Terms',NULL,NULL); +INSERT INTO `lng_data` VALUES ('link','link_mobs','en','Media Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','link_check_introduction','en','the following weblinks are invalid:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','link_check_reason','en','You recife this mail because you enabled the notification for invalid links.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','link_check_affected_links','en','Affected Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','link_check_perma_link','en','Permanent Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','positive_numbers_required','en','Please enter only positive numbers.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_table_border_info','en','Keep this empty to make content style settings effective. Values must include unit (like px).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_table_cellpadding_info','en','Keep this empty to make content style settings effective. Values must include unit (like px).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','survey_360_self_evaluation_info','en','Appraisees are allowed to rate themselves using the questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_self_raters_info','en','Appraisees autonomously select and invite those persons that are supposed to provide feedback to them.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','survey_360_results_none_info','en','Appraisees can not access the feedback provided by raters.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_360_results_own_info','en','Appraisees can access only the feedback of their own raters.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','survey_execution_exit','en','Back to repository',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_inactive_private_feed_info','en','Your private news feed is deactivated. Please set a password in the settings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_notify_on_blocked_users','en','Notifications on Blocked Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_notify_on_blocked_users_info','en','You will be notified if users are blocked when they run out of tries.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_user_blocked','en','User out of tries in learning module \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_user_blocked3','en','Open the learning module in edit mode and enter the screen:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lm_mail_permanent_link','en','Click on the following link to access the learning module:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_mail_sub_dec_sub','en','Registration refused for session \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_mail_sub_dec_bod','en','we regret to say that your registration has been refused for session \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_mail_sub_acc_sub','en','Registration for Session \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_mail_sub_acc_bod','en','you have been registered for session \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_mode_existing_delete_info','en','Delete all entries in the database before importing the file.
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); +INSERT INTO `lng_data` VALUES ('administration','language_mode_existing_keepall_info','en','Import only new entries that do not yet exist in the database.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('administration','language_scope_global_info','en','Export all database entries of this language. This can be used for backup purposes.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_scope_local_info','en','Export all entries that are locally added or changed in the database.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('administration','language_delete_local_additions_info','en','Delete all entries that were locally added to the database.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('administration','language_save_dist','en','Backup the standard language file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('administration','language_saved_dist','en','The backup of the standard ILIAS language file is created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','language_save_dist_failed','en','The backup of the standard ILIAS language file could not be written.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('prtf','prtf_allow_my_courses','en','Page Element ‘My Courses’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_allow_my_courses_info','en','Enables to include a list of current course memberships in a portfolio.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_taxonomy_definitions','en','Taxonomy Definition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_tax_list_info','en','The following are all taxonomies that have been defined for this object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','scorm_lp_auto_activate','en','Default setting for learning progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('ecs','ecs_deprecated_token','en','Support for Deprecated Authentication Token',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_reviews_invalid_warning','en','Invalid Peer Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_overview','en','Show Peer Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_overview_invalid_users','en','Invalid Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_missing_users','en','Users with submissions who are not part of the peer-feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_not_returned_users','en','Users without submissions who are not part of the peer-feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_invalid_peer_ids','en','Peer recipients who are not exercise members anymore or do not have a submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_invalid_giver_ids','en','Peer givers who are not exercise members anymore or do not have a submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_reset','en','Delete and Reset Peer-Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_reset_sure','en','Are you sure you want to delete the complete peer-feedback for the assignment \"%s\"?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_reset_done','en','All Peer-Feedback-related data has been deleted for the assignment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_msg_blocks_or_custom_needed','en','When you activate the selector, please choose a character block or enter a special selection!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_form_tst_new_initial_info','en','Create a new test to serve as initial test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_form_tst_new_qualified_info','en','--',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_form_assign_initial_info','en','Select a test from this course to serve as Initial Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_form_assign_qualified_info','en','--',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_view_results_after_period_impossible','en','The voting period is not limited.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_download','en','Download',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_assignment_type','en','Type of Submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('sess','sess_lp_preset','en','Activate Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_lp_preset_info','en','Activates the learning progress for all session events to be created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('glo','glo_copy','en','Copy Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_open_answer','en','Open Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_access_codes','en','Authentication by Access Codes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','survey_results_anonymization','en','Privacy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_results_personalized','en','With Names',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_results_personalized_info','en','In the tab ‘Results’ the names of the participants and their respective answers are listed. Users having access to this tab can inspect who has provided which answer.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_results_anonymized','en','Without Names / Anonymous Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','material_added_empty','en','The object does not have any suitable material.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_refresh_participants','en','Refresh ECS-Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','survey_constraint_deleted','en','The routing rule has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('error','error_back_to_repository','en','Back to Repository',NULL,NULL); +INSERT INTO `lng_data` VALUES ('error','error_sry_error','en','Sorry, an error occurred.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_hier_click_to_add','en','Click here to add new elements.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','exportselectedsuccess','en','Basic report for success',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','LearningModuleId','en','ID of learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','LearningModuleTitle','en','Title of learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','LearningModuleVersion','en','Version of learning module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','Status','en','Total status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','Percentage','en','Percentage of completed SCOs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','Attempts','en','Attempts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','existingSCOs','en','Number of existing SCOs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','startedSCOs','en','Number of started SCOs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','completedSCOs','en','Number of fully completed SCOs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','passedSCOs','en','Number of passed SCOs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','roundedTotal_timeSeconds','en','Total time in seconds (rounded)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tracking_modify','en','Modify Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','counter_i_correct','en','Correctly answered interactions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','counter_i_correct_percent','en','Percentage of correctly answered interactions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','counter_i_incorrect','en','Incorrectly answered interactions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','counter_i_incorrect_percent','en','Percentage of incorrectly answered interactions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','counter_i_other','en','Neither correctly nor incorrectly answered interactions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','counter_i_other_percent','en','Percentage of neither correctly nor incorrectly answered interactions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','sco_id','en','ID of chapter / SCO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','lesson_status','en','lesson_status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_settings_section_before_start','en','Information before start of survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_settings_section_access','en','Administering the survey: Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_settings_section_question_behaviour','en','Administering the survey: Behaviour of question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_settings_section_finishing','en','Finishing the survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_settings_section_reminders','en','Reminders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','satisfied','en','Status: satisfied',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','measure','en','Status: measure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','exportobjglobaltosystem','en','Report for Objectives Global To System (used by Sequencing)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','exportselectedobjectives','en','Report for objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','scope','en','scope',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','counter','en','counter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','student_response','en','student_response: Response',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','ostatus','en','Status of the objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_blog_page_created','en','Blog has been added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_pc_amdpl','en','Page List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','udf_type_selectmulti','en','Selection List (Multiple Choice)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_no_page_found','en','No wiki page has been found for search term \'$1\'.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_pages_found','en','The following pages match your search term \'$1\'.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_no_search_term','en','No search term has been entered. All pages of the wiki are listed below.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('tagging','tag_remove_tags_of_obj_without_access','en','Remove Tag',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tagging','tag_tags_deleted','en','Tag has been removed from inaccessible objects.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_automatically_set_store_tries','en','Option \"$1\" has been activated automatically, because option \"$2\" has been enabled.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cont_custom_icon','en','Custom Icon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_cant_import_role_wrong_type','en','Can\'t import a role from item %s into item %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_license','en','License',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_license_info','en','Enables the license feature',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_biblio','en','Bibliographical Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_biblio_info','en','Enables the bibliographical data feature',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_tst_assignment','en','Test Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_minimum_info','en','Your search must be at least %s characters long',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_show_all_obj','en','Expand All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_hide_all_obj','en','Collapse All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_comment_deleted','en','The comment has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_comments_deleted','en','The comments have been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','ou_id_not_valid','en','Import-ID not found.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','ou_more_than_one_match_found','en','More then one match found.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_profile_picture_repository_info','en','Profile pictures of the authors are only shown on the postings pages, not on overview pages.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_confirm_delete_contributors','en','Are you sure you want to delete the following contributors?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_rss','en','RSS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mob','mob_object','en','Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_qtries_info','en','Default value for number of tries for newly created questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lm','lm_copy','en','Copy Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_settings','en','Settings for learning modules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_no_team_yet_notice','en','You are not assigned to a team yet!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_edit_embedded_blog','en','Edit Blog \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_manage_team','en','Manage Team',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','user_has_finished_a_test','en','A participant has finished a test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_attached_xls_file','en','You find the test result for this participant in the attached Excel file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_notification_explanation_admin','en','You receive this mail from ILIAS because you activated the notification.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_type_exc','en','Exercise Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_admission_link_failure_registration_period','en','Can\'t register: Group is out of registration period.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_admission_link_failure_registration_period','en','Can\'t register: Course is out of registration period.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_admission_link_failure_membership_limited','en','Can\'t register: Group membership is limited.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_admission_link_failure_membership_limited','en','Can\'t register: Course membership is limited.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_admission_link_success_registration','en','Successfully registered to group \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_admission_link_success_registration','en','Successfully registered to course \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_admission_link_failure_offline','en','Can\'t register: Course is offline.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_admission_link_failure_availability','en','Can\'t register: Course is not online.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','ilias_id','en','ILIAS-ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','exportselectedraw','en','CMI (RAW) data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','lvalue','en','Key',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','rvalue','en','Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormtrac','identifierref','en','SCO-Identifier',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_online_info','en','Only if the Data Collection is online, users are able to use the Data Collection.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_notification_info','en','Each user decides about notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_missing_entries','en','Missing Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_missing_entry_add_action','en','Add',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_missing_entry_add','en','Add New Entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_survey_finished','en','Survey Finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_survey_finished_info','en','The survey has to be finished by an user to receive the status \'Completed\'.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_usr_agreement','en','User Agreement',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_usr_agreement','en','User Agreement',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_confirm_definition_select_option_all','en','Handle all existing entries the same',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_confirm_definition_select_option_single','en','Decide for each existing entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_confirm_definition_select_option_all_action','en','New Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','file_import','en','Import File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_boolean_desc','en','Checkbox for \"True\" or \"False\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_text_desc','en','Textfield for text, links or e-mail addresses.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_text_selection_desc','en','Offer selection of text options.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_number_desc','en','Field for integer values (max. 9 digits). No decimals or fractions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_datetime_desc','en','Field for a date.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_date_selection_desc','en','Offer selection of date options.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dcl','dcl_fileupload_desc','en','Field to upload arbitrary files. They can be downloaded with a link.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_reference_desc','en','Field to reference options stored in a different field of a table.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_reference_title','en','Reference to table and field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_ilias_reference_desc','en','Searchfield to select an ILIAS object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_rating_desc','en','Users can rate entries with up to five stars.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_formula_desc','en','You can aggregate several entries in a record with a formula.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_additional_info_desc','en','The text will be displayed directly above the table.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_public_comments_desc','en','Users can comment on entries of the table.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_default_sort_field_desc','en','The table will be sorted by this field by default.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_visible_desc','en','Users can access this table.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dcl','dcl_import_enabled','en','Allow import function for all users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_import_enabled_desc','en','All users can import data to tables, as long as they have the required write access.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_add_perm_desc','en','Users can add entries in this table.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_limited_desc','en','Users can only edit entries in the given time span.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_unique_desc','en','The value in this field needs to be unique among all entires.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_formula_detail_desc','en','Entries are generated automatically, you are not able to edit the entry.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_text_email_detail_desc','en','Please enter a valid URL or E-Mail address.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_text_email_title','en','Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_text_email_title_info','en','A Title for the above URL or E-Mail address (optional).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_selection_options','en','Options',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_selection_type','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_selection_type_single','en','Single Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_selection_type_multi','en','Multiple Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_selection_type_combobox','en','Combobox (Dropdown)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dcl','dcl_title_standardview','en','Standard Views',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_auto_url_linking','en','URL Auto-Linking',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_auto_url_linking_info','en','Tries to identify URLs like \"http://..\" in text paragraphs and automatically creates links around them.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_auto_time','en','Auto Animation Waiting Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_rand_start','en','Random Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tabs_carousel','en','Carousel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_ca_cntr','en','Carousel Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_ca_icntr','en','Carousel Item Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_ca_icont','en','Carousel Item Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_ca_ihead','en','Carousel Item Header',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_link_md_values','en','Automatic Linking',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_link_md_values_info','en','Autmatically links properties presented in the side block to wiki pages with the same name.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cron','cron_result_status_fail','en','Failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_wiki_link_dialog','en','Link to Wiki Page (Dialog)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('link','link_link','en','Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','toggle_dropdown','en','Toggle Dropdown',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','reply_to_postings','en','Reply',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','add_new_answer','en','Add Posting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_orphaned_mails','en','Delete old or orphaned mails',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_threshold','en','Threshold',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_threshold_info','en','Internal messages that are older than the defined threshold value here, will be deleted (including possibly existing attachments).
Please keep in mind that on the first run of this cronjob a lot of messages will be deleted and because of this it is not possible to send a mail as a warning.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_orphaned_mails_desc','en','Delete old or orphaned mails',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','only_inbox_trash','en','Only consider inbox / trash',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','only_inbox_trash_info','en','If enabled, e-mails are only deleted if they are located in the Inbox and Trash of the respective user. Otherwise, all messages are deleted regardless of the folder.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_notify_orphaned','en','Notification Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_notify_orphaned_info','en','If you enter a value here is larger than or equal to 1, ILIAS will send an e-mail to the user before an internal mail is deleted. Please make sure that an external e-mail reception is possible.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','orphaned_mail_subject','en','Notification about orphaned mails',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','orphaned_mail_body','en','The following old or orphaned mails are in your mailbox. Please note, that these mails will be deleted automatically soon.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtt','prtt_portfolio_created','en','Portfolio Template added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_censorship','en','Censor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_revoke_censorship','en','Revoke Censorship',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_censorship_applied','en','The censorship has been successfully applied.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_censorship_revoked','en','The censorship has been successfully revoked.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_mark_as_read','en','Mark as read',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_mark_as_unread','en','Mark as unread',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','clientlist_clientlist','en','Client List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','clientlist_available_clients','en','Available Clients',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','clientlist_installation_name','en','Installation Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','clientlist_public_access','en','Public Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','clientlist_login','en','Login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','clientlist_start_page','en','Start page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','clientlist_login_page','en','Login page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','file_upload_allowed_fora_desc','en','If \"Allow Attachments in Selected Forums\" is selected, forum moderators can individually allow attaching files to postings in the settings of each forum. In new forums the upload of attachments will be disabled by default.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','file_upload_allowed_fora','en','Attachments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','file_upload_option_allow','en','Allow Attachments in All Forums',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','file_upload_option_disallow','en','Allow Attachments in Selected Forums',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','file_upload_allowed','en','Allow Attachments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','allow_file_upload_desc','en','If enabled, users are able to attach files to their postings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_overview','en','Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_groups','en','System Check Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_grp_tree','en','Repository Tree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_grp_tree_desc','en','Performs an analysis of the tree and prints all tree nodes along with analysis data.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_completed_num','en','Fulfilled Tasks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_failed_num','en','Not Fulfilled Tasks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_task_overview','en','Tasks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_action_validate','en','Validate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_action_repair','en','Repair',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_task_tree_duplicates','en','Duplicate Entries in Repository Tree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_task_tree_duplicates_desc','en','Search for duplicate entries in the repository tree structure.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_task_tree_dump','en','List Tree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_task_tree_dump_desc','en','Analyses and prints the repository tree structure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_action_list_tree','en','Create Repository Tree Dump',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_action_show_tree','en','Show Repository Tree Dump',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_tree_duplicate_failures','en','Found duplicate entries in tree structure. Number of duplicate entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_message_success','en','No errors found',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_tree_list_failures','en','A dump of the the repository tree has been created. Number of errors in tree structure:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_status_na','en','Not Executed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_status_running','en','Running',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_status_failed','en','Failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_status_completed','en','Completed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_task_tree_missing','en','Missing Entries in Repository Tree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_task_tree_missing_desc','en','Searches and repairs missing entries in the repository tree.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_message_tree_missing_confirm','en','Do you really want to restore missing entries in the repository tree structure?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_btn_tree_missing','en','Restore Missing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_tree_missing_failures','en','Found missing entries in the tree structure. Number of missing entries:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_cron_empty_trash','en','Delete Trash Bin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('sysc','sysc_task_tree_missing_tree','en','Missing Entries in Repository Tree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_task_tree_missing_tree_desc','en','Searches and repairs missing entries in the repository tree.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_task_tree_missing_reference','en','Missing Object References',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_task_tree_missing_reference_desc','en','Searches and repairs missing object references in the repository tree.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_task_structure','en','Tree structure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_task_structure_desc','en','Analyzes and corrects the repository tree structure.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','sel_threads_already_sticky','en','At least one of the selected threads is already sticky',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','sel_threads_already_unsticky','en','At least one of the selected threads is not marked as sticky',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','sel_threads_make_sticky','en','The selected threads has been marked as sticky',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','sel_threads_make_unsticky','en','The selected threads are not marked as sticky anymore',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','selected_threads_closed','en','The selected threads has been closed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','selected_threads_reopened','en','The selected threads has been reopened',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_keywords_other','en','Other Keywords',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_keywords_other_info','en','These keywords were set for other blog postings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_cc_sub','en','Subscript',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_cc_sup','en','Superscript',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_sub','en','Subscript',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_sup','en','Superscript',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_text_sub','en','Subscript',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_text_sup','en','Superscript',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_uninstall','en','Uninstall',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cmps','cmps_uninstall_confirm','en','Are you sure you want to uninstall the plugin \"%s\" and remove all related database entries?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_pc_carousel','en','Carousel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_carousel_templates','en','Carousel Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_ca_cntr_class','en','Carousel Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_ca_icntr_class','en','Carousel Item Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_ca_icont_class','en','Carousel Item Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_ca_ihead_class','en','Carousel Item Header',NULL,NULL); +INSERT INTO `lng_data` VALUES ('membership','mem_force_notification','en','Notification per Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('membership','mem_force_notification_mode_self','en','Members have to manually activate notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('membership','mem_force_notification_mode_blocked','en','Members will be notified automatically',NULL,NULL); +INSERT INTO `lng_data` VALUES ('membership','mem_force_notification_mode_all','en','Notification activated for all members (changeable)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('membership','mem_force_notification_mode_all_sub_blocked','en','Members can deactivate notifications',NULL,NULL); +INSERT INTO `lng_data` VALUES ('membership','mem_force_notification_mode_custom','en','Custom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','settings_for_all_members','en','Members will be notified automatically',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','settings_per_users','en','Members are notified automatically. Deactivating notifications can be allowed for each member individually.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','user_decides_notification','en','Members have to manually activate notifications',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('forum','post_deleted_by','en','following posting in forum \"%2$s\" was deleted by \"%1$s\":',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','content_deleted_post','en','Content of the deleted posting:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','post_updated_by','en','subsequently edited posting in forum by \"%1$s\": \"%2$s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','content_post_updated','en','Content of the edited posting:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','post_censored_by','en','censored posting in forum \"%2$s\" by \"%1$s\":',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','content_censored_post','en','Content of the censored posting:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_notification_show_frm','en','Show forum: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','thread_deleted_by','en','following thread in forum \"%2$s\"was deleted by \"%1$s\":',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','content_deleted_thread','en','Content of the deleted thread:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','post_uncensored_by','en','a posting was uncensored by \"%1$s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_noti_message','en','Message:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_noti_new_post','en','a new posting was created in forum \"%1$s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_noti_subject_new_post','en','New posting in forum \"%1$s\", thread \"%2$s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_noti_subject_del_thread','en','Thread \"%2$s\" deleted in forum \"%1$s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_noti_subject_act_post','en','Posting activated in forum \"%1$s\", thread \"%2$s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_noti_subject_answ_post','en','Posting answered in forum \"%1$s\", thread \"%2$s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_noti_subject_upt_post','en','Posting modified in forum \"%1$s\", thread \"%2$s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_noti_subject_cens_post','en','Posting censored in forum \"%1$s\", thread \"%2$s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_noti_subject_uncens_post','en','Posting uncensored in forum \"%1$s\", thread \"%2$s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_noti_subject_del_post','en','Posting deleted in forum \"%1$s\", thread \"%2$s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_show_inactive_user','en','Show Inactive Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_show_inactive_user_info','en','If enabled, the user search will show inactive users, too.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_show_limited_user','en','Show Users with Limited Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_visited_pages','en','Visiting All Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_given','en','Show Given Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_show_received_none','en','You received no feedback.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_min_chars_tgl','en','Mininum Length',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_min_chars','en','Mininum Number of Characters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_min_chars_info','en','The required number of characters for a valid feedback.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_chars_invalid','en','Your feedback does not have the required minimum length of %s characters.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_show_missing','en','You cannot view your received feedback as you gave not enough feedback.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_simple_unlock','en','Access to received feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_simple_unlock_active','en','After giving at least 1 valid feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_simple_unlock_inactive','en','After giving all required feedbacks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_completion','en','Determination of \"Passed\" Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_completion_none','en','Peer feedback is optional',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_completion_one','en','At least one feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_completion_all','en','All required feedbacks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_team_multi_create','en','Create Team',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_multi_dissolve','en','Dissolve Team(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_management_tutor','en','Team Management by Tutors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_management_tutor_info','en','If activated participants cannot organize teams themselves.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_no_team_yet_info_tutor','en','Teams are managed by the exercise tutors.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_max_file','en','Max Number of Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_max_file_tgl','en','Limit Uploads',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_max_file_reached','en','You cannot upload more than %s files.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_deadline_extended','en','Grace Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_deadline_extended_info','en','Late submission are possible between the deadline and the end of the grace period.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_late_submission_warning','en','Submissions after %s are marked as late.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_late_submission','en','Late Submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_adopt_group_teams','en','Adopt Teams from Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_adopt_group_teams_no_members','en','No members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_adopt_group_teams_conflict','en','User \"%1$s\" is already selected for group \"%2$s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_adopt_group_teams_added','en','%s Users were added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_adopt_group_teams_blocked','en','%s User were already assigned.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_deadline_ext_mismatch','en','The grace period has to end after the deadline.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_min_number','en','Required Number of Feedbacks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_criteria_catalogues','en','Criteria Catalogues',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_add_criteria_catalogue','en','Add Catalogue',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_criterias','en','Criteria',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_criteria_catalogue_create_form','en','Add New Criteria Catalogue',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_criteria_catalogue_update_form','en','Edit Criteria Catalogue',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_criteria_catalogue_deletion_confirmation','en','Are you sure you want to delete the following criteria catalogues?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_edit_criterias','en','Edit Criteria',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_add_criteria','en','Add Criteria',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_criteria_create_form','en','Add New Criterion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_criteria_update_form','en','Edit Criteria',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_criteria_deletion_confirmation','en','Are you sure you want to delete the following criteria?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_criteria_type_bool','en','Fulfilled Yes/No',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_criteria_type_rating','en','5-Star-Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_criteria_type_text','en','Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_criteria_type_file','en','File Upload',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_criteria_catalogue_default','en','No Catalogue',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_peer_review_text','en','Text Input',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_crit_cat_protected_assignment','en','Active Peer Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_crit_cat_protected_assignment_info','en','Criteria catalogues of assignments with active peer feedback cannot be edited anymore.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_mycourses_sortorder','en','Default Sorting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_mycourses_sortorder_alphabetical','en','Alphabetical',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_mycourses_sortorder_location','en','By Location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('rbac','redact','en','Redact',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_blog_editor','en','Blog Editor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','blog_redact','en','User can edit postings of other contributors, too',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_contributors','en','Blog-Contributors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_obj_type_inactive','en','Dataset not Used',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_obj_type_mandatory','en','Dataset always offered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_obj_type_optional','en','Dataset needs activation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_tool_setting_custom_metadata','en','Custom Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_tool_setting_custom_metadata_info','en','If activated metadata can be configured.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_section','en','Section',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_tab_lom','en','LOM',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_tab_advmd','en','Custom Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_tab_advmd_def','en','Custom Metadata Definition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_global','en','Global',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_unhide_meta_adv_records','en','Show additional properties',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_back_to_portfolio_owner','en','Edit Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_back_to_blog_owner','en','Edit Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_assign_to_parent','en','Assign to Parent',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_type_not_allowed','en','Content type not allowed at this position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','sahs_insert_st_from_clip','en','Import Chapters from ILIAS Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','sahs_insert_st_from_clip_inside_chap','en','Import Chapters from ILIAS Learning Module (inside chapter)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','sahs_insert_pg_from_clip','en','Import Pages from ILIAS Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_active_from','en','Activation Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_active_to','en','Activation End',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_comments_notification','en','General notification about all comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_comments_notification_info','en','Comma separated list of accounts that are notified for each comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('note','note_comment_notification_subject','en','A comment has been added to \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('note','note_comment_notification_subjectc','en','A comment has been changed in \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('note','note_comment_notification_salutation','en','Hello %s,',NULL,NULL); +INSERT INTO `lng_data` VALUES ('note','note_comment_notification_link','en','Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lng','lng_enable_language_detection','en','Enable Language Detection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lng','lng_disable_language_detection','en','Disable Language Detection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_content_visited','en','Visited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_content_visited_info','en','Learning progress status is set to \'completed\' when object has been presented to user.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_collection_mobs','en','Collection of Media Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_collection_mobs_info','en','The learning progress status will be determined by the viewing status of selected media objects.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_lp_determination_info_mob','en','Select the items that determine the overall learning progress status of the Mediacast',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_lp_settings_info_parent_container','en','Learning Progress of Atop Container Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_bobj','en','Booking Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_subscription_min_members','en','Minimum Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_waiting_list_no_autofill','en','Without Auto-Fill',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_waiting_list_autofill','en','With Auto-Fill',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_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); +INSERT INTO `lng_data` VALUES ('crs','crs_cancellation_end','en','Limit \'Unsubscribe from Course\'',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_period','en','Period of Event',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_course_period_not_valid','en','The period is not valid.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_max_and_min_members_needed','en','Set a minimum or maximum number of members - or both.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_max_members_needed','en','A maximum number of members is needed for the waiting list feature.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_max_and_min_members_invalid','en','The minimum number must be smaller than the maximum number of members.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_cron_min_members','en','Course/Group: Minimum Members Check',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_cron_min_members_info','en','The administrators will be notified if the minimum number is not met.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_cancellation_end_rbac_info','en','The cancellation deadline was met on %s, a cancellation is not possible anymore.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_min_users','en','Minimum of Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_wrong_min_max_members','en','Set a minimum or maximum number of members - or both.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','reg_grp_min_members','en','Minimum Number of Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_cancellation_end','en','Limit \'Unsubscribe from Group\'',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_cancellation_end_rbac_info','en','The cancellation deadline was met on %s, a cancellation is not possible anymore.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','mem_cron_min_members_subject','en','Course/Group: Minimum Members Check',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','mem_cron_min_members_intro','en','The following courses and groups do not meet the minimum number of members (yet).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_waiting_list_no_autofill','en','Without Auto-Fill',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_waiting_list_autofill','en','With Auto-Fill',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('sess','sess_reg_waiting_list_none','en','None',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_reg_waiting_list_no_autofill','en','Without Auto-Fill',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('sess','sess_reg_waiting_list_autofill','en','With Auto-Fill',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grp_cancellation_end_info','en','Until the date selected members can unsubscribe from the group.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_cancellation_end_info','en','Until the date selected members can unsubscribe from the course.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_period_info','en','Information about the start and end date of the event, which is supported by the course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_deleted_fields','en','The fields have been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','tab_back_to_repository','en','Back to Repository',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_target_location','en','Target Location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_copy_progress','en','Copy Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_copy_repo_tree','en','Repository Tree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cntr','cntr_copy_crs_grp','en','My Courses and Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_mail_context_tutor_title','en','Mail to Course Member',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_mail_context_member_title','en','Info Page Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_mail_context_lp','en','SCORM Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_templates','en','Text Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_new_template','en','New Text Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_template_set_as_default','en','Set as Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_template_unset_as_default','en','Unset as Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_template_default','en',' (Default)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_tpl_sure_delete_entry','en','Are you sure you want to delete the text template?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_tpl_sure_delete_entries','en','Are you sure you want to delete the following entries?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_template_title','en','Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_template_context','en','Context',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_template_no_context_available','en','There is no context provided by any ILIAS service or module. Thus it is not possible to create or edit a text template.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_template_orphaned_context','en','Orphaned Context',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_create_tpl','en','Create Text Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_edit_tpl','en','Edit Text Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_tpl_deleted_p','en','The text templates were successfully deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_tpl_deleted_s','en','The text template was successfully deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_template_missing_id','en','Can\'t execute the action because the text template id is missing.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_template_no_valid_context','en','The given context is not valid.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_template_client','en','Text Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_template_client_info','en','Choose one of the available text templates and make use of it\'s placeholders. If you choose a text template, body and subject of this form (if defined in the text template) will be replaced.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('itgr','itgr_hide_title','en','Hide Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('itgr','itgr_hide_title_info','en','Hides title of item group in presentation for learner.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_all_languages','en','All Languages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mob','mob_upload_multi_srt','en','Upload as ZIP',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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 \"_<lang code>.srt\" where lang code is e.g. \"en\", \"it\", \"de\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mob','mob_file_could_not_be_uploaded','en','File could not be uploaded.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mob','mob_multi_srt_files','en','SRT Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_subtitle_files','en','Media Subtitles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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 \"_<lang code>.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); +INSERT INTO `lng_data` VALUES ('content','cont_moved_srt_files','en','Moved subtitles files to media objects.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_subtitle_file','en','SRT ZIP File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_multi_srt_files','en','SRT Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_master_language_only','en','Master Language for Translation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_import','en','Import',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_import_trans','en','Import Translation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_import_lang','en','Target Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_master_language_only','en','Master Language for Translation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('mep','mep_import_trans','en','Import Translation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_import_lang','en','Target Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_snippet_from_another_installation','en','Snippet comes from another installation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','edit_wiki_navigation','en','Edit Navigation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','delete_wiki_pages','en','Delete Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','activate_wiki_protection','en','Set Read-Only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_permission_settings','en','Permission Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_permissions','en','Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiki_html_export','en','Export HTML',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_html_export','en','Export HTML',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiki_edit_wiki_navigation','en','Edit Wiki Navigation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiki_delete_wiki_pages','en','Delete Wiki Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiki_activate_wiki_protection','en','Set Wiki Pages to Read-Only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiki_wiki_html_export','en','Export Wiki as HTML',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_it_type','en','Initial Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_type_it_placement_all','en','Comprehensive Placement Test Covering all Objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_it_start_object','en','Initial Test is Start Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_type_it_placement_sel','en','Separate Placement Test for Each Objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_type_it_qualifying_all','en','Comprehensive Achievement Test Covering all Objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_type_it_qualifying_sel','en','Separate Achievement Test for Each Objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_type_it_none','en','No Initial Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_qt_all','en','Final Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_type_q_all','en','Comprehensive Final Test Covering all Objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_qt_start_object','en','Final Test is Start Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_type_q_selected','en','Separate Final Test for Each Objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_tab_qtests','en','Final Tests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_tab_itests','en','Initial Tests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_btn_new_assignment','en','New Test Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_tbl_col_final_tsts','en','Final Tests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_action_qtest_sep','en','Assign Final Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_tbl_its_q_all','en','Initial Qualifying Test (all Objecives)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_tbl_its_nq_all','en','Initial Placement Test (all Objectives)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_tbl_it_q','en','Initial Qualifying Test (per Objective)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_tbl_it_nq','en','Initial Placement Test (per Objective)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_tbl_qts_all','en','Final Test (all objectives)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_tbl_qt','en','Final Test (per objective)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_tst_start','en','Start Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_mem_show_res','en','Show Test Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_test_results_of','en','Test results of:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_btn_txt_unlinked_a','en','Request Contact',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_btn_txt_linked_a','en','Linked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_btn_txt_linked_p','en','Linked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_btn_txt_requested_a','en','Requested Contact',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_btn_txt_requested_p','en','Request',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_btn_txt_ignored_request_a','en','Requested Contact',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_btn_txt_ignored_request_p','en','Request Ignored',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_act_btn_txt_linked_to_unlinked','en','Unlink',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_act_btn_txt_requested_to_ignored_request','en','Ignore Contact',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_act_btn_txt_requested_to_unlinked','en','Cancel Request',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_act_btn_txt_requested_to_linked','en','Confirm Contact',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_act_btn_txt_ignored_request_to_unlinked','en','Cancel Request',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_act_btn_txt_ignored_request_to_linked','en','Confirm Request',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_action_not_possible','en','Action not possible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_action_already_linked','en','Action not possible. Already accepted the contact request from user \'%s\'.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_action_already_requested','en','Action not possible. Already requested user \'%s\'.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_action_already_ignored','en','Action not possible. Already ignored user \'%s\'.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_action_already_unlinked','en','Action not possible. The contact state for user \'%s\' is already unlinked.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_state_linked','en','Linked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_state_linked_a','en','Linked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_state_unlinked_a','en','Unlinked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_state_requested','en','Requested',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_state_requested_a','en','Requested',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_state_requested_p','en','Requested',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_state_ignoredrequest','en','Ignored',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_state_ignored_request_a','en','Requested',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_bs_state_ignored_request_p','en','Ignored',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','buddy_allow_to_contact_me_no','en','Doesn`t Receive Contact Requests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','buddy_allow_to_contact_me_yes','en','Receives Contact Requests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_use_osd','en','Popup Contact Requests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_use_osd_info','en','Display a popup to indicate a user wants to add you to his friends lists.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('contact','contact_awrn_ap_contacts','en','Approved Contacts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('contact','contact_awrn_ap_contacts_info','en','All contacts approved by the user are listed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('contact','contact_awrn_req_contacts','en','Contact Requests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('contact','contact_awrn_req_contacts_info','en','All contact requests are listed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','my_contacts','en','My Contacts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_view_gallery','en','Gallery',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_view_table','en','List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_tbl_title_relations','en','Relations to Other Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_tbl_filter_state','en','Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_notification_contact_request','en','Contact Request',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_notification_contact_request_short','en','The user \"[REQUESTING_USER]\" wants to add you to his friends list.[BR][BR][APPROVE_REQUEST][BR][IGNORE_REQUEST]',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_notification_contact_request_link','en','Approve Request:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_notification_contact_request_link_osd','en','Approve Request',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_notification_contact_request_ignore','en','Ignore Request:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_notification_contact_request_ignore_osd','en','Ignore Request',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_notification_contact_request_long','en','[SALUTATION][BR][BR]\"[REQUESTING_USER]\" wants to add you to his 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); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_noti_cr_profile_not_published','en','Profile not published',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_request_approved','en','You successfully approved the contact.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_request_ignored','en','You ignored the user.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_relation_requested','en','A request has been sent to the user.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_enable','en','Activate ‘Contacts’',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_allow_to_contact_me','en','Allow to contact me',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_allow_to_contact_me_info','en','If enabled, other users are able to send me request for getting into contact.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_cadm','en','Contacts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_cadm_desc','en','Contacts Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cadm_visible','en','User connection administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cadm_read','en','User has read access to user connection administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cadm_write','en','User has write access to user connection administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','cadm_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_gallery_users_available','en','There are currently no users in the gallery.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_mem_contact','en','Tutorial Support',NULL,NULL); +INSERT INTO `lng_data` VALUES ('awrn','awareness_now_online','en','Online Now',NULL,NULL); +INSERT INTO `lng_data` VALUES ('awrn','awareness_now_online_users','en','[ONLINE_USER_NAMES]',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_awra_desc','en','Manage ‘Who is online?’-Tool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_awra','en','‘Who is online?’-Tool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('awrn','awareness_settings','en','Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('awrn','awrn_enable','en','Enable ‘Who is online?’-Tool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_mem_contacts','en','Tutorial Support',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_awrn_all_users','en','All Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_awrn_support_contacts','en','Tutorial Support',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('awrn','awrn_inactive','en','Not Listed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('awrn','awrn_online_only','en','Online Only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('awrn','awrn_incl_offline','en','Online and Offline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adm','adm_support_contacts','en','Technical Support',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adm','adm_awrn_support_contacts_info','en','All technical support contacts are listed. Users are defined as technical support contacts in the section \"General Settings\" > \"Contact Information\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adm','adm_support_contacts_info','en','Support contacts used in the footer link and (if activated) in the ‘Who is online?’-Tool. Comma separated list of account logins.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mmbr','mmbr_awrn_my_groups_courses','en','My Groups and Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mmbr','mmbr_awrn_my_groups_courses_info','en','All members of groups or courses of the current user are listed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_awrn_current_course','en','Current Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('awrn','awrn_caching_period','en','Caching Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('awrn','awrn_seconds','en','sec',NULL,NULL); +INSERT INTO `lng_data` VALUES ('awrn','awrn_max_nr_entries','en','Max. Number of Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('awrn','awrn_hide_from_awareness','en','Hide Me From ‘Who is online?’-Tool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('awrn','awrn_hide_from_awareness_info','en','The ‘Who is online?’-Tool is in the top bar and listing selected users (e.g. contacts or members of your courses).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','contact_sysadmin','en','Contact Technical Support',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_servers','en','LDAP Server',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','add_ldap_server','en','Add Server',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_username_filter','en','Username Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ldap','ldap_username_filter_info','en','Use * as wildcard.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_filter_cd','en','Filter by Creation Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_created_before','en','Objects created before...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_created_after','en','Objects created after',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_created_on','en','Objects create on...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_newer_than','en','Objects newer than',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_cdate_filter','en','Filter by Creation Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_cdate_filter_info','en','If enabled, the object search can be filtered by an optional creation date filter.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_mastery_score_2004','en','overwrite scaled_passing_score',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_mastery_score_12','en','overwrite mastery_score',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('prtf','prtf_manage_portfolios','en','Manage Portfolios',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','block_show_pdportf','en','Show Portfolios',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_pd_block','en','Personal Desktop Block',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_pd_block_info','en','Aktivates a block on the personal desktop that lists all portfolios of the user.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_logs','en','Logging',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_logs_desc','en','General Logging Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','logs_edit_permission','en','User can edit permission settings of Logging administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','logs_read','en','User can read general Logging settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','logs_visible','en','Logging settings are visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','logs_write','en','User can edit Logging settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('logging','logs_settings','en','Logging Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_general_settings','en','Logging Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_components','en','Components',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_log_level','en','Log Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_level_debug','en','DEBUG',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_level_info','en','INFO',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_level_notice','en','NOTICE',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_level_warning','en','WARNING',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_level_error','en','ERROR',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_level_critical','en','CRITICAL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_level_emergency','en','EMERGENCY',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_level_alert','en','ALERT',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_cache_','en','Caching',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_cache_level','en','Caching-Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_memory','en','Log Memory Usage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_browser','en','Browser Console Log',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_browser_users','en','Usernames Using Console Log',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_component_col_component','en','Component',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_component_col_level','en','Log-Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_component_btn_reset','en','Reset Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_search','en','Search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_enable_crs_admin_notification','en','Notify Course Administrators',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_enable_grp_admin_notification','en','Notify Group Administrators',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_enable_crs_admin_notification_info','en','In new courses the setting \'Notification About New Members\' will be activated by default. It is set in the \'Member\'-tab of courses. Course administrators will receive an e-mail when a member joins the course or leaves it or if the minimally required number of participants is not met the course needs to take place.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_enable_grp_admin_notification_info','en','In new groups the setting \'Notification\' will be activated by default. It is set in the \'Member\'-tab of groups. Course administrators will receive an e-mail when a member joins the group or leaves it or if the minimally required number of participants is not met the group needs to take place.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_notification_membership_section','en','Membership',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','form_msg_file_wrong_file_type','en','Wrong file type.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_new','en','New Study Programme',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_add','en','Add Study Programme',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_edit','en','Edit Study Programme',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_type','en','Study Programme Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_assessment','en','Study Programme Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_points','en','Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_status','en','Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_status_draft','en','Draft',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_status_active','en','Active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_status_outdated','en','Outdated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_status_in_progress','en','In Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_status_completed','en','Completed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_status_accredited','en','Accredited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_status_not_relevant','en','Not Relevant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_possible','en','Possible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_completion_by','en','Completion by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_changed_by','en','Changed by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_manual_status','en','Manual Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_points_required','en','Points Required',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_points_current','en','Points Current',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_custom_plan','en','Custom Plan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_belongs_to','en','Belongs to',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_show_individual_plan','en','Show Individual Plan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_remove_user','en','Remove User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_mark_accredited','en','Mark Accredited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_unmark_accredited','en','Unmark Accredited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_mark_accredited_success','en','Accredited Program Node for User successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_unmark_accredited_success','en','Unaccredited Program Node for User successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_remove_user_success','en','Removed User successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_type_add','en','Study Programme Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_subtypes','en','Subtypes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_subtype_add','en','Add new subtype',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_adv_settings','en','Advanced Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_type_custom_icon','en','Custom Icons',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_type_custom_icon_info','en','Custom icon info',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_type_msg_error_custom_icon','en','Error while storing icon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_type_assign_amd_sets','en','Assign Custom Metadata Sets',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_type_available_amd_sets','en','Available Custom Metadata Sets',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_type_edit','en','Edit subtype',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_type_msg_deleted','en','Deleted subtype',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_type_msg_unable_delete','en','Unable to delete type because it is still assigned to the following Study Programmes: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('prg','prg_save_tree_order','en','Save tree order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_cancel_tree_order','en','Dismiss tree order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_saved_order_successful','en','Saved order successful',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_async_settings','en','Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_open_node','en','Switch to this node',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_async_create','en','Add new tree-child',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_create_new_node','en','Create new node',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_create_new_leaf','en','Create new leaf',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_please_select_a_course_for_creating_a_leaf','en','Please select a course for creating a course link leaf',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_deleted_safely','en','Node was deleted safely',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_not_allowed_node_to_delete','en','You are not allowed to delete this node',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_added_course_ref_successful','en','New course link was added successfully',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_manage','en','Manage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_view','en','View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_update_from_current_plan','en','Update from current Plan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_update_successful','en','Saved changes successfully!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_update_from_plan_successful','en','Updated from current plan successfully!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','warning','en','Warning!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_progress_info','en','You have %1$d points. The Study Programme is completed with %2$d points.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_progress_status','en',' %1$d of %2$d Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_progress_status_with_child_sp','en',' %1$d of possible %2$d Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_no_members_not_active','en','Can\'t add members, as this programme is not active.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_type_msg_missing_title','en','Title cannot be empty.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_added_member','en','The new member was added successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_added_members','en','The new members were added successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_acknowledge_completed_courses','en','Acknowledge Completed Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_multi_mark_accredited','en','Accredited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_multi_unmark_accredited','en','Unmark Accredited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_multi_remove_user','en','Remove User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_multi_mark_relevant','en','Mark Relevant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_multi_unmark_relevant','en','Unmark Relevant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_multi_update_from_current_plan','en','Update From Current Plan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_mark_accredited_multi_success','en','Mark Selected Users As Accredited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_unmark_accredited_multi_success','en','Unmark Selected Users As Accredited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_mark_relevant_multi_success','en','Mark Selected Users As Relevant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_mark_not_relevant_multi_success','en','Unmark Selected Users As Relevant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_remove_users_success','en','Remove Selected Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_remove_users_partitial_success','en','Remove Selected Users Particially',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_remove_users_not_possible','en','Remove Selected Users Not Possible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_update_from_current_plan_not_possible','en','Update From Current Plan Not Possible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_update_from_current_plan_partitial_success','en','Update From Current Plan Partically',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_update_from_current_plan_success','en','Update From Current Plan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_no_user_selected','en','No User Selected',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_prg_duplicate','en','Copy Study Programme',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_prg_select','en','-- Please select one study programme --',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_prg','en','Study Programme',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_prgs','en','Study Programmes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_prgs_desc','en','Study Programme Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_study_programme','en','Study Programme Completed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_thread_deleted','en','The selected thread including all postings have been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_threads_deleted','en','The selected threads including all postings have been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_action_not_possible_thr_deleted','en','Action not possible, the thread has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_action_not_possible_thr_closed','en','Action not possible, the thread has been closed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_action_not_possible_parent_deleted','en','Action not possible, the parent posting has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_settings_form_header','en','Forum Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_settings_presentation_header','en','Presentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_settings_user_functions_header','en','User Functions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_settings_mod_functions_header','en','Moderator Functions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','frm_settings_privacy_header','en','Privacy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_advmd_select_options','en','Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_lp_settings_info_parent_legend','en','The learning progress status of this object is influenced by \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','btn_search','en','Search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_prg_type','en','Study Programme Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prg_visible','en','Study Programme is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prg_copy','en','User can copy Study Programme',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prg_write','en','User can edit settings of Study Programme',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prg_delete','en','User can delete Study Programme',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prg_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_prg','en','Create Study Programme',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prgs_visible','en','Study Programme administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prgs_read','en','User has read access to Study Programme administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prgs_write','en','Edit settings in Study Programme administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prgs_edit_permission','en','Change permission settings in Study Programme administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','feedhash','en','Newsfeedhash',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_shared_filter_reset_button','en','Reset Search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_shared_filter_button','en','Search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_direct_submit','en','Submit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('membership','mem_error_preconditions','en','A registration is not possible, since minimum one setting prevents this.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('export','no_file','en','No file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','lm_no_download_files','en','There are currently no files for download available.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','feed_copy','en','User can copy webfeed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_level_off','en','Disabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('log','log_component_root_desc','en','Leg-Level for message which are not assigned to any component.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_user_starting_point_ref_id_info','en','Open the object that you would like to use as Personal Starting Point. Please copy the number directly following \"ref_id=\" in the browser bar into the text input field.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_sel_label','en','Choose the Recipients',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_crs_roles','en','Send Mail to Course Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_grp_roles','en','Send Mail to Group Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','send_mail_members','en','All Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','send_mail_tutors','en','All Tutors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','send_mail_admins','en','All Administrators',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_sel_users','en','Send Mail to Selected Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('awrn','awrn_max_inactivity','en','Maximum Inactivity Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('awrn','awrn_minutes','en','min',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bkm','bkm_fold_created','en','Bookmark folder has been created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_sc_version_info','en','The version number is provided automatically by the version management of the learning module.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_open_window','en','Enforced to Open in New Window , Without ILIAS Main Menu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_open_iframe','en','Opens in the Same Window Underneath the ILIAS Main Menu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_nomenu_info','en','The top navigation bar can be hidden, if the SCORM Learning module contains sufficient functionality to suspend, finish and navigate the content.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('meta','md_adv_field_filter_warning','en','The field types %s are currently not supported as table filters.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grp_max_and_min_members_invalid','en','The minimum number must be smaller than the maximum number of members.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','mem_cron_min_members_reason','en','You receive this message because you have activated the notification in the members-tab.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','prg_copy_threads_info','en','Please decide which Study Program elements should be copied, linked or even omitted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','prg_wizard_page','en','Copy Study Program (Step 2/2)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_passed_mode','en','Mastered Learning Objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_passed_mode_hide','en','Test questions for mastered learning objectives will be hidden',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_passed_mode_mark','en','Test questions for mastered learning objectives will be flagged',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_checklist_objective','en','Checklist Objective',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_set_default_publish_global','en','Share with unregistered users also',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_set_default_publish_registered','en','Share with registered users only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_type_q_all_info','en','Mastery of all learning objectives is examined in one single final test.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_settings_type_q_selected_info','en','Participants are presented with a separate mastery test for each learning objective.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_visibility_until_info','en','The course will be visible to it\'s members in a specific period of time.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_registration_limited_info','en','Members can only register for this course during a specific period of time.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_unsubscribe_member_explanation','en','You receive this message because you unsubscribed from the course mentioned above.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prg_read','en','User has read access to Study Programme',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_max_members_needed','en','A maximum number of members is needed for the waiting list feature.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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. The filename must not be modified after export. Error Message:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sqst','en','Survey Question (Assigned Material)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mmbr','info_refuse_sure','en','Are you sure you want to refuse the following user(s)?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_user_starting_point_inherit','en','Use Standard-Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_user_starting_point_inherit_info','en','The settings that were made by the administrator of the platform as a whole will be used.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_export_format','en','Export survey data as',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_fraction_of_selections','en','Fraction of selections',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_show_programmes_on_pd_always','en','Study Programmes are always visible on Personal Desktop.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_show_programmes_on_pd_only_read','en','Study Programmes are only visible on Personal Desktop with ‘read’ permissions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_more_objects_without_read_permission','en','Study Programme contains more objects you can\'t see because of less permissions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_comments_del_tutor_info','en','User with \"Edit Settings\" permission for an object can delete any comment made in this object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('wiki','wiki_copy','en','Copy Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_copy','en','Copy Mediacast',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_can_not_manage_in_repo','en','You\'re not allowed to manage this Study Programme, because of user assignments.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scov','scov_create','en','Create SCORM Certificate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scov','scov_create_info','en','Select a completed SCORM module to generate a certificate for it',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_container','en','Container Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_content_objects','en','Content Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_content_services','en','Content Services',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_learning_outcomes','en','Learning Outcomes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_maintenance','en','Maintenance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_user_administration','en','User Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_user_services','en','User Services',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','enter_new_name','en','Please enter a name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','awra_visible','en','‘Who is online?’ administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','awra_read','en','User has read access to ‘Who is online?’ administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','awra_write','en','Edit settings in ‘Who is online?’ administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','awra_edit_permission','en','User can change permission settings in ‘Who is online?’ administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','svy_read_learning_progress','en','User can view learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','svy_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','read_results','en','Survey Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','svy_read_results','en','User has access to survey results of others',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sess_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_user_selection_include_role','en',' Include all users with role \"%1$s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_user_selection_include_waiting_list','en','Include all users on \"Waiting List\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_user_selection_include_requests','en','Include all users on list \"Join Requests\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_user_selection_include_filter','en','Include \"%1$s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_user_selection','en','Selection of Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_tbl_admin','en','Administrator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_tbl_member','en','Member',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_tbl_tutor','en','Tutor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_sorry_not_accessible_anymore','en','Sorry, this item is not accessible anymore.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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 (Personal Desktop settings).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('note','note_comment_notification_user_has_written','en','%s has written:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_show_programmes','en','Visibility',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_error','en','An Error Occured',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_shared_offline_info','en','A portfolio has to be online to be accessible by shared users.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_mail_context_member_info','en','For the contact e-mails on the info screen of a course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_mail_context_tutor_info','en','For the participant e-mails on the member and learning progress screens of a course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_mail_context_lp_info','en','For the participant e-mails on the learning progress screens of a scorm module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_ha_iheada','en','Hor. Accordion Header (active)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_ha_ihcap','en','Hor. Accordion Caption',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_va_iheada','en','Vert. Accordion Header (active)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_va_ihcap','en','Vert. Accordion Caption',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_ha_iheada_class','en','Hor. Accordion Header (active)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_ha_ihcap_class','en','Hor. Accordion Caption',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_va_iheada_class','en','Vert. Accordion Header (active)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_va_ihcap_class','en','Vert. Accordion Caption',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_delete_team','en','Delete Team',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sysc','sysc_tree_structure_failures','en','Number of failures in the tree structure (parent-Relation):',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('sysc','sysc_btn_tree_structure','en','Recreate Tree Structure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_list_mode','en','Type of List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_list_mode_unordered','en','Not numbered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_list_mode_ordered','en','Numbered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_news_posting_updated','en','A blog posting has been updated by %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_news_posting_published','en','A blog posting has been published by %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_news_posting_authors','en','Contributing authors: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_reservation_filter_period','en','Period for the reservation list',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_reservation_filter_period_info','en','The default value for the period-filter in days from the current date.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_filter_past_reservations','en','Show past reservations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_deadline_options','en','Booking deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_deadline_hours','en','X hours prior to booking period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_deadline_slot_end','en','Until end of booking period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_deadline_slot_start','en','Until begin of booking period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chatroom_auth','en','Authentication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chatroom_auth_key','en','Authentication-Key',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chatroom_auth_secret','en','Authentication-Secret',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chatroom_auth_btn_txt','en','Generate Keys',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chatroom_client_name','en','Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('chatroom','key','en','Key',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','dhparam','en','Diffie-Hellman Parameter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','ilias_chatserver_connection','en','ILIAS to Server Connection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('chatroom','client_chatserver_connection','en','Client to Server Connection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('chatroom','connection_url_info','en','Please insert an URL for the Server connection.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','log','en','Chatserver Log',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','error_log','en','Chatserver Error-Log',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','delete_private_room_question','en','Confirm delete private room?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_tbl_admins','en','Administrators',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_tbl_members','en','Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_tbl_tutors','en','Tutors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_cron_info','en','Please activate the \"Object Statistics\" cron job to gather data.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_list_reg_limit_places','en','Free places',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_accept_request','en','Accept Participation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_new_registrations','en','Join Request',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_attachment_file_not_exist','en','At least one of the following attachments does not exist: %1$s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_recipient_not_found','en','%1$s (could not find a valid recipient)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_multiple_role_recipients_found','en','%1$s (found multiple roles for recipient: %2$s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_generic_rcp_error','en','An error occured while validating the recipients: %1$s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mep_copy','en','User can copy media pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_cannot_find_role','en','Can\'t find this role.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_admission_link_failure_invalid_code','en','Can\'t register: Link is invalid.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_admission_link_failure_invalid_code','en','Can\'t register: Link is invalid.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_date_aria_desc','en','The following input format is required:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_date_duration_start','en','Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_date_duration_end','en','End',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_ldap_server_ds','en','LDAP-Server',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_permission_object','en','Permission Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_err_invalid_user_account','en','Authentication failed due to an internal failure.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_err_expired','en','Your session has been deactivated due to inactivity.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_err_ldap_exception','en','Authentication failed due to an internal authentication failure (LDAP).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_location','en','Location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_imap_hint','en','Hint to be shown as Tooltip',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_imap_map_file_not_readable','en','The uploaded image map could not be read.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','ass_imap_no_map_found','en','Could not find any form in the uploaded image map.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sty_write_content','en','Edit Content Styles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','stys_sty_write_custom','en','Edit Content Styles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sty_write_system','en','Edit System Styles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','stys_sty_write_system','en','Edit System Styles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sty_write_page_layout','en','Edit Page Layouts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','stys_sty_write_page_layout','en','Edit Page Layouts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_import_skills','en','Import',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_input_file','en','Import File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_skill_in_use','en','This skill 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); +INSERT INTO `lng_data` VALUES ('form','form_no_link','en','No Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('copg','copg_sec_link_info','en','If you set a link on the whole section, please ensure that no other interactive elements are included within the section. Otherwise their behaviour may be erratically.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_sys_msg_own_block','en','Show system messages in an own block',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_sys_msg_mail_block','en','Show system messages in the \"Mail\" block',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_sys_msg_no_block','en','Don\'t show any system messages on the personal desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('logging','log_error_message','en','Sorry, an error occured. A logfile has been created which can be identified via the code \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('logging','log_error_message_send_mail','en','Please send a mail to %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('logging','log_error_folder','en','Path',NULL,NULL); +INSERT INTO `lng_data` VALUES ('logging','log_error_mail','en','Mail recipient',NULL,NULL); +INSERT INTO `lng_data` VALUES ('logging','log_error_settings','en','Error logging settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('logging','error_settings_saved','en','Saved settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('logging','log_error_file_cleanup_title','en','Delete old or orphaned error log files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('logging','log_error_file_cleanup_info','en','Deletes old or orphand files of error log.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('logging','log_error_path_not_configured_or_wrong','en','Path to errors (error_path) is not configured or unreachable.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('logging','frm_clear_older_then','en','Deletes files older then',NULL,NULL); +INSERT INTO `lng_data` VALUES ('logging','frm_clear_older_then_info','en','Please enter duration in days.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_show_latest','en','Show latest postings/drafts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_prtf','en','Portfolios',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_member_administration','en','Edit Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_results_mail_confirm','en','Participants can request participation confirmation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','svy_results_mail_own','en','Include given answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_results_mail_own_info','en','The given answers will be included in the confirmation of participation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_mail_send_confirmation','en','Send Participation Confirmation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_mail_confirmation_subject','en','Survey \"%s\" - Your participation confirmation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_anonymous_participants','en','List of Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_anonymous_participants_info','en','If activated a list of participants can be enabled in anonymous surveys.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_anonymous_participants_min','en','Minimum Number of Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('survey','svy_anonymous_participants_svy','en','List of Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_anonymous_participants_svy_info','en','If activated a list of participants is available after the end date.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_results_started','en','Survey started',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_results_not_started','en','Survey not started',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_mail_own_results_body','en','you participated in the following survey:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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 levels.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grpr_edit_info','en','Please choose one group for creating a new group link.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grpr_edit','en','Edit Group Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grpr_new','en','Create Group Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grpr','en','Group Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_grpr','en','Group Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_grpr','en','Group Links',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grpr_copy','en','User can copy group link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grpr_delete','en','User can move or delete group link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grpr_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grpr_visible','en','Group link is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grpr_write','en','User can edit settings of group link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_grpr','en','Create Group Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_bdga','en','Badges',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_bdga_desc','en','Administrate types, image templates and activity badges',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','bdga_visible','en','Badge administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','bdga_read','en','User can read badge administration content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','bdga_write','en','User can edit badge administration settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','bdga_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_settings','en','Badge Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_service_activate','en','Activate Service',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_service_activate_info','en','Activate the service to make badges available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_obi_activate','en','Activate Mozilla Open Badges Infrastructure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('badge','badge_obi_organisation','en','Organisation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_obi_organisation_info','en','This entry will be displayed as the Issuer of the Badge.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_obi_contact','en','Contact E-Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_obi_contact_info','en','This E-Mail adress will not be shown but baked into the Badge.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_obi_salt','en','Salt',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('badge','badge_types','en','Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_image_templates','en','Image Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_activity_badges','en','Activity Badges',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_crs_merit','en','Merit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_manual','en','Manual Awarding',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_user_profile','en','User Profil',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_badge','en','Badge',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_tool_setting_badges','en','Badges',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_tool_setting_badges_info','en','Activates badge management and badge assignments to members.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_add_template','en','Add Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_image_template_form','en','Image Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_image_from_upload','en','Upload Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_image_from_template','en','Use Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_award_badge','en','Award Badge',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_remove_badge','en','Revoke Badge',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_template_deletion_confirmation','en','Are you sure you want to delete the following image templates?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_assignment_deletion_confirmation','en','Are you sure you want to revoke the following badge assignments for \"%s\"?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_deletion_confirmation','en','Are you sure you want to delete the following badges and all their respective assignments?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_template_types','en','Valid Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_template_types_all','en','All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_template_types_specific','en','Specific',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_valid','en','Valid until',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_object_badges','en','Object Badges',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_backpack_connect_failed','en','The Mozilla Backpack could not be requested for %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_backpack_no_groups','en','The Mozilla Backpack is empty or non-public.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_backpack_list','en','My Backpack',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_personal_badges','en','My Badges',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_issued_on','en','Issued On',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_add_to_backpack','en','Add to Backpack',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_add_to_backpack_multi','en','Trying to add %s to Backpack',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_backpack_email','en','Mozilla Backpack Account (E-Mail)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_notification_subject','en','Badges received',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_notification_body','en','you just received new badges.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_notification_osd','en','You just received new badges: [BADGE_LIST]',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_notification_badges','en','New Badges',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_notification_badges_goto','en','To your badges',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_notification_parent_goto','en','To repository',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_notification_reason','en','You are receiving this message to be able to add the badges to your profile.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_in_profile','en','In Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_add_to_profile','en','Add to Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_remove_from_profile','en','Remove from Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_criteria','en','Criteria',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('badge','badge_course_lp','en','Course LP',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_profile_more','en','Show all',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_profile_less','en','Show less',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_backpack_gallery_info','en','These are your published badge collections in your Mozilla Backpack.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_profile_view','en','View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_profile_manage','en','Manage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_subtype_manual','en','manual',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_subtype_auto','en','automatic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_course_lp_invalid','en','The following objects have a LP mode which is not supported: %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_defaults','en','Completion Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_defaults_info','en','Set the completion status determination mode for supported object types. Used by certain badge types and certificates.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_defaults_inactive','en','Inactive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('copg','copg_snippet_cannot_be_edited','en','This is a predefined content snippet and cannot be edited here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_revert_changes','en','Undo Editing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','save_on_navigation','en','Save on Navigation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','save_on_navigation_confirmation','en','Your changed answers will be automatically saved when you navigate.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','save_on_navigation_locked_confirmation','en','Your changed answers will be automatically saved and locked when you navigate.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','save_on_navigation_forced_feedback_hint','en','Before you get feedback on your given answer.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answer_status_editing','en',' (editing)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answer_status_answered','en','Answered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_answer_status_not_answered','en','Not answered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_unchanged_answer_is_correct','en','The preset answer is correct',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_unchanged_order_is_correct','en','The preset order is correct',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_mc_label_none_above','en','None of the answers above',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','postpone_question','en','Move Question to the End',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_question_not_marked','en','Question is not Marked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_save_and_proceed','en','Save and Proceed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_menu_open','en','Open Special Character Selector',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','char_selector_menu_close','en','Close Special Character Selector',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','dashboard','en','Dashboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','definitions','en','Process Definitions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','instances','en','Process Instances',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','obj_wfe_desc','en','Process Automation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','upload_process','en','Upload Process Definition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','process_definition_file','en','Process Definition File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','process_definition_file_info','en','BPMN2-Models',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','upload_parse_success','en','Process Definition uploaded, parsed and stored.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','start_process','en','Start Process',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','process_started','en','Process started',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','input_variables_required','en','Input required',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','input_variables_desc','en','The process requires the following data to start:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','input_static_variables_desc','en','The process requires the following data for its starts:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','delete_definition','en','Delete Definition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','definition_deleted','en','Workflow-Definition deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','subject_type','en','Subject Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','subject_id','en','Subject ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','subject_by_id','en','Subject By ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','subject_by_mask','en','Masked Subject',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','context_type','en','Context Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','context_id','en','Context ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','context_by_id','en','Context By ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','context_by_mask','en','Masked Context',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','start_listening','en','Activate Listener',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','stop_listening','en','Deactivate Listener',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','static_input_form_header','en','Input Data for All Instances of the Workflow',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','start_event_form_header','en','Relevant Events for the Start of Workflows',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','wfe_sure_to_delete_process_def','en','Are you sure you want to delete the definition?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','wfe_request_missing_process_id','en','The process id is missing, cannot perform the desired action.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','wfe_started_listening','en','Process armed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wfe','wfe_stopped_listening','en','Process disarmed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('glo','glo_link_glo_in_glo','en','Should all glossary terms of the target glossary be linked in the current glossary now?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('glo','glo_add_from_other','en','Collect Terms',NULL,NULL); +INSERT INTO `lng_data` VALUES ('glo','glo_select_terms','en','Select Terms',NULL,NULL); +INSERT INTO `lng_data` VALUES ('glo','glo_copy_terms','en','Copy Terms',NULL,NULL); +INSERT INTO `lng_data` VALUES ('glo','glo_reference_terms','en','Reference Terms',NULL,NULL); +INSERT INTO `lng_data` VALUES ('glo','glo_select_source_glo','en','Please select a source glossary.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('glo','glo_referenced_term','en','Referenced Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('glo','glo_term_reference','en','Term Reference',NULL,NULL); +INSERT INTO `lng_data` VALUES ('glo','glo_reference','en','Reference',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('prg','prg_assign_date','en','Assignment date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_assigned_by','en','Assigned by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_mail_context_reminder_title','en','Survey Reminder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_mail_context_reminder_info','en','Reminds users to participate in survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_mail_context_reminder_survey_title','en','Survey Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_reminder_mail_template','en','Mail Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_reminder_mail_template_none','en','Do not use mail template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_view','en','View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_view_tables_charts','en','Table and chart',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_view_tables','en','Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_view_charts','en','Chart',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_captions','en','Figures',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_captions_abs_perc','en','Absolute and Percentage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_captions_abs','en','Absolute',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_eval_captions_perc','en','Percentage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','add_system_style','en','Add System Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','add_substyle','en','Add Sub Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','skin_id','en','Skin ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','skin_name','en','Skin Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','skin_version','en','Skin Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','skin','en','Skin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','style_id','en','Style ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','style','en','Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','style_name','en','Style Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','image_dir','en','Image Directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','font_dir','en','Font Directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sound_dir','en','Sound Directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','system_style_activation','en','System Style Activated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','personal','en','Personal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','less','en','Less',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','icons','en','Icons',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','documentation','en','Documentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','less_can_not_be_modified','en','Less cannot be modified',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','no_less_path_set','en','No Less Path set',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','less_less_installation_detected','en','Less installation detected at:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','grey_colors','en','Gray Colors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','grey_color','en','Gray Color',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','grey_colors_description','en','Gray Color Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','red_colors','en','Red Colors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','red_color','en','Red Color',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','red_colors_description','en','Red Color Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','green_colors','en','Green Colors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','green_color','en','Green Color',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','green_colors_description','en','Green Color Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','blue_colors','en','Blue Colors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','blue_color','en','Blue Color',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','blue_colors_description','en','Blue Color Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','reset_icons','en','Reset Icons',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','update_colors','en','Update Colors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','style_not_deleted','en','The style could not be deleted for the following reasons:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','styles_not_deleted','en','The styles could not have been deleted for the following reasons:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','cant_delete_activated_style','en','Active Styles cannot be deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','style_deleted','en','Deleted Style:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','dir_preserved_linked','en','Preserved Link:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','file_deleted','en','Following file has been deleted:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','skin_deleted','en','Following skin has been deleted:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','msg_sys_style_update','en','System Styles have been updated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('style','cant_deactivate_default_style','en','Default styles cannot be deactivated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','cant_delete_if_users_assigned','en','Styles can not be deleted if users are still assigned.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','default_style_set_to','en','The default system style has been set to:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','personal_style_set_to','en','Your personal style has been set to:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','refresh_entries','en','Refresh Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','entries_reloaded','en','All entries have been reloaded',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','msg_sub_style_created','en','The sub style has been created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','parent','en','Parent Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_substyle_of','en','Sub Style of',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','assignment','en','Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','remove_assignment','en','Remove Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','reset_variables','en','Reset Variables',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','update_variables','en','Update Variables',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','less_file_updated','en','The less 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); +INSERT INTO `lng_data` VALUES ('style','less_file_reset','en','The less 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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('style','settings_of_substyle','en','Manage sub style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','settings_of_style','en','Manage style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','of_parent','en','of parent:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','from_skin','en','of skin:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','dir_copied_from','en','The directory has been copied to from:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','to','en','to:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','dir_deleted','en','The following directory has been deleted:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_create_new_system_style','en','Create new System Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_create_new_system_sub_style','en','Create new Sub Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_import_system_style','en','Import System Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_copy_other_system_style','en','Copy System Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sub_style_id','en','Sub Style ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sub_style_name','en','Sub Style Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','less_variables_file_not_included','en','The less variables file:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','in_main_less_file','en','is not imported inside the system styles main less file:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','can_not_read_less_file','en','Cannot read less file. Path:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','msg_sys_style_created','en','The new system style has successfully been created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('style','skin_version_description','en','The skin version is used to re-cache the style after changes. It gets automatically updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','style_id_description','en','The style id is used as name for style specific files such as css and less 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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('style','sub_style','en','Sub Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('style','sub_style_id_description','en','The sub style id is used as name for sub style specific files such as css and less 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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('style','less_compile_failed','en','Something in the compilation of the less file went wrong. Is lessc installed and the path set correctly in ILIAS setup? Original error:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','less_variables_empty_might_have_changed','en','There are empty variables in your form. You might have changed your variables.less file since loading this form. The defaults from the variables.less file have been set for the empty fields. Please check those marked empty fields before compiling and saving the values to your variables.less file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','less_variable_empty','en','This variable was empty. The default from your variables.less file has been set. Please check if this is correct before compiling.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','zip_export_failed','en','The ZIP export failed. The following error occured:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','no_style_selected','en','No sub style has been selected.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','adapt_less','en','Adapt Less',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','adapt_less_description','en','This is a direct representation of all less variables from the variables.less file used in the selected skin. Variable names and descriptions are drawn directly from this file 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 exact copy of the default delos style.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('style','adapt_icons','en','Adapt Icon Colors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','invalid_less_path','en','The provided lessc path is not valid or the webserver does not have the proper permission to read and execute lessc. Lessc (or the file linked to by the file pointed to by the lessc path) has to be readabele and executable by your webserver.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','provided_less_path','en','Provided lessc path:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','used_colors','en','Used Colors:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','style_imported','en','Style has been successfully imported into:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','style_copied','en','Style has been successfully copied.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','directory_created','en','Directory created:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','color_changed_from','en','Color changed from:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','color_changed_to','en','to:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','edit_by_color','en','Edit by Color',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','edit_by_icon','en','Edit by Icon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','update_icon','en','Update Icon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','select_icon','en','Select Icon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','change_icon','en','Change Icon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','color','en','Color',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','adapt_icon','en','Adapt Icon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','adapt_icon_description','en','Adapt icon colors or change the icon itself.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','preview','en','Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','icons_gallery','en','Icons Gallery',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','cant_delete_style_with_substyles','en','Styles with sub styles cannot be deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','style_assignments_deleted','en','Style assignments of the following Sub Style have been deleted:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','skin_id_exists','en','There exists already a skin with this ID.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','usages','en','Usages:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_individual_deadline','en','Individual Deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_individual_deadline_action','en','Set Individual Deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_individual_deadline_before_global','en','The date has to be after the (last) deadline: %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_submission_date','en','Submitted on',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_status','en','Grade',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_status_time','en','Graded on',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_mark','en','Mark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_comment','en','Evaluation Statement',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_notice','en','Note for Tutors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_feedback_time','en','Evaluation on',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_sent_time','en','Assignment sent on',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_team','en','Team',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_individual_deadline','en','Individual Deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_action_download_files','en','Download Submissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_action_download_all_files','en','Download All Submissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_action_download_new_files','en','Download New Submissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_action_text_assignment_show','en','Show Submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_action_feedback_text','en','Write Evaluation Statement',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_action_feedback_mail','en','Send Evaluation Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_action_feedback_file','en','Evaluation by File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_action_team_log','en','Show Team Log',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_action_peer_review_given','en','Show Given Peer Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_action_peer_review_received','en','Show Received Peer Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_feedback','en','Evaluation by Tutor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_settings_feedback','en','Evaluation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_settings_feedback_text','en','Text Input',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_settings_feedback_mail','en','By Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_settings_feedback_file','en','By File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mem','mem_print_view_form','en','Default Settings for Print View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mem','mem_settings_tab_print_view','en','Print View Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mem','mem_settings_tab_settings','en','General Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','activate_local_didactic_template','en','Scope of Application',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','effective_form','en','Template Effective From',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','more_translations','en','More Translations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_template_update_import','en','Update Didactic Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grp_show_members_info','en','If activated, group members can access the members gallery.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_show_members','en','Show Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_cannot_delete_auto_generated','en','It is not allowed to delete automatic generated didactic templates.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('didactic','didactic_auto_generated','en','Automatic Generated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','activate_exclusive_template','en','Grey Out Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','activate_local_didactic_template_info','en','Usage of this didactical template will be limited to these sub-areas.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','activate_exclusive_template_info','en','The standard template won\'t be available wherever this template is active.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','dtpl_obj_type_info','en','This didactic template can be applied on this object type.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_news_timeline','en','News Timeline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_news_timeline_info','en','Activates News Timeline Tab',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_news_timeline_auto_entries','en','Include Automatic Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_news_timeline_auto_entries_info','en','Include all news that are created automatically, e.g. forum posts, new files, etc.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','news_add_news','en','Add News',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grp_news_add_news','en','Add and edit own news entries in group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_timline_add_entries_info','en','No news available yet. Click \"Add\" to create news entries.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_tool_setting_use_news','en','News',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_tool_setting_use_news_info','en','Activate the news block and/or timeline view.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_tool_setting_use_news_open_settings','en','Open Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_news_settings','en','News Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_news_timeline_landing_page','en','Landing Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_news_timeline_landing_page_info','en','Timeline page will be the landing page.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_news_timeline_tab','en','Timeline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_news_edited','en','Bearbeitet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_really_delete_news','en','Do you really want to delete this news item?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crs_news_add_news','en','Add and edit own news entries in course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_failure','en','Error',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_empty_folder','en','The current selection does not include any downloadable content.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_download_too_large','en','The download surpasses the size limit of %s.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_blocked','en','Concurrent download',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_blocked_info','en','There is already a download processed for you.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_blocked_cancel_old','en','Cancel existing download',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_blocked_cancel_new','en','Cancel new download',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_processing','en','Creating download',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_download_long','en','The processing of the download with %1$s files (%2$s) might take a while.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_setting','en','«Background download» enabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_setting_info','en','The creation of the ZIP archive is done asynchronously and can be cancelled anytime.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_setting_limit','en','Global Limit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_setting_limit_info','en','A download is only possible if the sum of the file sizes is below this value.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_setting_threshold_count','en','Minimum Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_setting_threshold_count_info','en','If the number of files exceeds this value the download will be asynchronously.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_setting_threshold_size','en','Minimum Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_setting_threshold_size_info','en','If the file sizes exceed this value the download will be asynchronously.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_cron_gc_title','en','Background Task Garbage Collection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('bgtask','bgtask_cron_gc_desc','en','Deletes obsolete files which were created by background tasks.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('awrn','awrn_use_osd','en','Popup Online Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('awrn','awrn_use_osd_info','en','Display a popup to indicate new online users in the ‘Who is online?’ list.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_filter_submission','en','Submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_filter_has_submission','en','Has submitted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_filter_has_no_submission','en','Has not submitted yet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_user_removed','en','Successfully remove participant.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_assessment_not_completed','en','Not completed yet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_changed_by','en','Changed after finalization',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_upload_file','en','Record file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_file_visible_examinee','en','File visible for participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','general','en','General Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_content','en','Assessment content description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_record_template','en','Record template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_graded_by','en','Graded by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_usr_remove','en','Remove Participant from Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_usr_edit','en','Edit Participant Record and Learning Progress',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_usr_view','en','Participant Record',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_edit_record','en','Participant Record',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_record','en','Record note',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_internal_note','en','Internal record note',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_status_completed','en','Completed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_status_failed','en','Failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_status_pending','en','Status pending',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_notify','en','Make Result available to Participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_finalize','en','Finalize',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','il_iass_member','en','Participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','il_iass_members','en','Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_may_not_finalize','en','Examinee may not be finalised.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_subj_notification_completed','en','%s: Individual Assessment completed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_subj_notification_failed','en','%s: Individual Assessment failed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_usr_download_attachment','en','Download Attachment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_mode_individual_assessment','en','Graded manually by tutor or trainer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_iass','en','Individual Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_iass','en','Individual Assessments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_iass_duplicate','en','Copy Individual Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_iass_select','en','-- Please select one individual assessment --',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','il_iass_member','en','Individual Assessment Examinee',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','iass_new','en','Create Individual Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','iass_import','en','Import Individual Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','iass_visible','en','Individual Assessment is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','iass_read','en','Read content of an Individual Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','iass_read_learning_progress','en','View learning progress information of an Individual Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','iass_edit_learning_progress','en','Edit learning progress information of an Individual Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','iass_copy','en','Copy an Individual Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','iass_write','en','Edit an Individual Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','iass_delete','en','Delete an Individual Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','iass_edit_members','en','Edit members of an Individual Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','iass_edit_permission','en','Edit permissions of an Individual Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','lp_inactive','en','Note: the learning progress for this object is inactive. Thus memberships may not be finalised.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_edit','en','Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_add','en','Create Individual Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_membership_finalized','en','Record finalised',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_membership_saved','en','Record saved, not yet finalised',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_return','en','Back to overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_remove_user_qst','en','Should the examinee really be removed?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_finalize_user_qst','en','Should the examinee\'s status really be finalised? No changes possible thereafter.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_settings_saved','en','Settings saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_add_user_failure','en','One or more user could not be added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_add_user_success','en','User added as examinee.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','grading','en','Grading',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','grading_info','en','Grading info',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','grading_record','en','Grading record',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_content_explanation','en','Contents of the assessment, e.g., relevant topics.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_record_template_explanation','en','Template for examinee grading record. Will be used automatically for any new examinee.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_notify_explanation','en','The examinee will be notified via e-mail after finalisation and will get access to her or his record on the Info screen.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_contact','en','Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_responsibility','en','Responsibility',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_phone','en','Phone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_mails','en','E-Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_place','en','Place of assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_event_time','en','Date of assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_usr_amend','en','Amend Grading',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_save_amend','en','Save Amended Record',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_info_emails_expl','en','You may provide several addresses separated by comma.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_consultation_hours','en','Consultation hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_edit_info','en','Info Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_mess_notification_completed','en','You passed the assessment %s. Please check the following grading record for details:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_mess_notification_failed','en','You failed the assessment %s. Please check the following grading record for details:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_contact_info','en','Contact information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_added','en','Individual Assessment added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_event_time_place_required','en','Date and place required',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_event_time_place_required_info','en','Date and place of assessment have to be added to each participant record.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_file_required','en','Record file required',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_file_required_info','en','A record file has to be uploaded to each participant record.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('registration','reg_mail_body_activation','en','to activate your account and confirm ownership of this e-mail address, click the link below:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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 id has to be unique.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('chatroom','chat_log_level','en','Log Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chatroom_enable_osc','en','Enable On-Screen-Chat',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_start_conversation','en','Start Conversation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_accept_msg','en','Allow On-Screen Chat Conversations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_accept_msg_info','en','If activated, other users are allowed start a conversation with me.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_accepts_messages_no','en','Doesn\'t Receive Chat Messages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_accepts_messages_yes','en','Receives Chat Messages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_conversations','en','Conversations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_send','en','Send',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_invite_to_conversation','en','Add to Conversation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_add_user','en','Add Further Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_user','en','User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_write_a_msg','en','Write a Message ...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_emoticons','en','Emoticons',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_no_usr_found','en','Could not find any user matching your search.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_section_head_other_rooms','en','Public Chatroom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_sure_to_leave_grp_conv','en','Are you sure you want to leave the group conversation?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_leave_grp_conv','en','Leave Conversation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_user_left_grp_conv','en','User \'%s\' has left the group conversation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_dont_accept_msg','en','You currently cannot be invited to conversations. If desired you can change this in your \'Personal Settings\'.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_doesnt_accept_msg','en','Conversations not possible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('chatroom','chtr_server_status','en','Server Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chtr_ban_actor_tbl_head','en','locked by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chtr_ban_ts_tbl_head','en','Timestamp',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_head_grp_x_persons','en','%s Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chtr_import','en','Import Chatroom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('usr','user_actions','en','User Actions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('usr','user_action','en','User Action',NULL,NULL); +INSERT INTO `lng_data` VALUES ('buddysystem','buddy_handle_contact_request','en','Contact Request',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('chatroom','chat_user_action_invite_public_room','en','Invite to Public Chatroom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_user_action_invite_osd','en','Invite to On-Screen Chat',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_no_conv','en','No conversations.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_osc_no_sub_directory','en','Sub-Directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('chatroom','chat_deletion_section_head','en','Deletion of old Messages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_deletion_disabled','en','Disabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_deletion_interval','en','Interval',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('chatroom','chat_deletion_interval_unit','en','Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_deletion_interval_value','en','Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_deletion_ival_max_val','en','The maximum value for the chose unit \'%s\' is: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_deletion_interval_run_at','en','Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('prg','prg_points_reachable','en','Points Obtainable',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_members_search_continue','en','Continue',NULL,NULL); +INSERT INTO `lng_data` VALUES ('copg','copg_confirm_el_deletion','en','Do you really want to delete the selected elements?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','msg_input_only_positive_numbers','en','Please enter positive numbers in scale values.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_loc_err_stat_tst_offline','en','Not all tests are online.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('itgr','itgr_desc_info','en','The description will not be a part of the item group\'s presentation in its container.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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 examinee by e-mail, too.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_internal_note_info','en','Internal notes are only visible for tutors but not for examinees.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sahs_export_file','en','ILIAS exported SCORM archive file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','lm_only_one_download_per_type','en','Please note that you can only make one file per type (XML, HTML, SCORM) public accessible.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','error_save_code','en','Value not saved properly. The E- mail: \'%s\' is not valid. First name: \'%s\', Last name: \'%s\'.
',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grp_err_registration_limited','en','please enter a valid start and end date for the registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_activation_code_success','en','Your account has been reactivated. You can now login to ILIAS.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lng','lng_download_deprecated','en','Download Deprecated List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','edit_members','en','Manage members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','prg_manage_members','en','Manage members of Study Programme',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_iass','en','Create Individual Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','cant_send_email_smtp_disabled','en','Sending external mails is not available. This option is deactivated globally.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','share_content','en','Share Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','share_with','en','Username',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','element_already_shared','en','This object is already shared with this user.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','search_no_match','en','Your search did not match any results.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','element_shared','en','Object shared.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','share','en','Share',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_pdfg','en','PDF Generation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_pdfg_desc','en','Options for generation PDF documents',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','building_export_file','en','Building Export File...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pdfg_read','en','User has read access to PDF Generation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pdfg_visible','en','PDF Generation is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pdfg_write','en','User can edit settings of PDF Generation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pdfg_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','phantomjs','en','PhantomJS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','page_settings','en','Page Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','page_size','en','Pagesize',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','margin','en','Margin 345',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','header_type','en','Header',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','text','en','Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','footer_type','en','Footer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','head_text','en','Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','orientation','en','Orientation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','header_height','en','Header Height',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','header_show_pages','en','Show Pagenumbers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','footer_text','en','Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','footer_height','en','Height Footer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','footer_show_pages','en','Show Pagenumbers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','preferred_renderer','en','Preferred Renderer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','selected_renderer','en','Selected Renderer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','configure','en','Configure Renderer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','config_saved','en','Saved successfully',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','config_not_saved','en','Saving failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','javascript_delay_info','en','If JavaScript is used to render page content, add a delay to make sure the content appears in the PDF. The standard delay of 200ms should suffice in most cases.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','pdf_export','en','PDF Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','print_media_type','en','Use print media type instead of screen',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','javascript_delay','en','Javascript delay',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','margin_left','en','Margin left',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','margin_top','en','Margin top',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','margin_right','en','Margin right',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','viewport','en','Viewport',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','viewport_info','en','Viewport in pixels e.g. \"1920*1080\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','margin_bottom','en','Margin bottom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','zoom','en','Zoom',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','image_scale','en','Image scale',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','reset_to_default','en','Reset settings to default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','problem_with_purposes','en','A problem in the configuration was detected, please use the button \"Cleanup\" to resolve this issue.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('copg','copg_questions_not_supported_here','en','Questions are not supported in this context.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_err_login_attempts_deactivation','en','The user account has been deactivated due wrong login attempts.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_edit_lo_introduction','en','Edit Introduction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grp_manage_members','en','Manage Members of Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crs_manage_members','en','Manage Members of Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_copy','en','Copy Individual Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','cannot_send_emails','en','You do not possess sufficient permissions to send e-mails.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','book_copy','en','User can copy booking pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mobs_black_list_file_types','en','Forbidden File Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mobs_black_list_file_types_info','en','Enter a comma separated list of file suffixes. This list will restrict the set of allowed file types. Usually you need this if the former list is empty (all file types are allowed).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_msg_file_type_is_not_allowed','en','This file type is not allowed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_no_valid_file_type','en','This file type is not allowed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','file_some_invalid_file_types_removed','en','Some file types are not allowed and have been removed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('background_tasks','background_tasks','en','Background Tasks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('background_tasks','background_tasks_running','en','Background Tasks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('background_tasks','scheduled','en','Scheduled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('background_tasks','remove','en','Remove',NULL,NULL); +INSERT INTO `lng_data` VALUES ('background_tasks','abort','en','Abort',NULL,NULL); +INSERT INTO `lng_data` VALUES ('background_tasks','completed','en','Completed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('background_tasks','waiting','en','Waiting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('background_tasks','proceed_job','en','Proceed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('background_tasks','task_might_be_failed','en','This Task has not responded for a while, you can quit it if needed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_period','en','Period of Event',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_period_info','en','Information about the start and end date of the event, which is supported by the group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_settings_feedback_mail_info','en','Tutors enter their evaluation into a mail form. The evaluation is sent to participants.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('rbac','file_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','stys_sty_write_content','en','Edit Content Styles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','manage_system_styles','en','Manage System Styles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','scope','en','Scope',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml','en','SAML',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','auth_saml','en','SAML',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','saml_log_in','en','Direct login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','saml_login_form_txt','en','Login to ILIAS via SAML',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','login_to_ilias_via_saml','en','Login to ILIAS via SAML Authentification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_configure','en','Configure SAML Authentication',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_add_idp_btn','en','Add new Identity Provider',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_deleted_idp','en','The Identity Provider has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_unknow_idp','en','The passed Identity Provider does not exist.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_add_idp_md_label','en','Identity Provider SAML Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_idp_selection_table_title','en','Identity Provider Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_idp_selection_table_desc','en','Bitte wählen Sie den Identity Provider mit dem Sie sich anmelden möchten.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_add_idp_md_info','en','Please enter the XML formatted metadata for the Identity Provider.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_enable','en','Enable SAML Support',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_migration','en','Account Migration:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_role_select','en','Role:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_sync','en','User Synchronization',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_uid_claim','en','Unique Attribute for User Account Matching',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_username_claim','en','Attribute for Username',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_username_claim_info','en','Define the attribute ILIAS uses to generate the username which will be visible in ILIAS.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_user_mapping','en','User Profile Mapping',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_update_field_info','en','Update automatically',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','err_auth_saml_failed','en','Authentication failed. Please contact your system administrator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','err_auth_saml_no_ilias_user','en','Authentication failed. Please contact your system administrator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_login_form','en','Button on Login Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_idps','en','SAML IDP List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_idps_info','en','Please check and edit the SimpleSAMLphp configuration in \'%s\' and \'%s\' (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.
Federation Metadata URL: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_idp','en','IDP',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_configure_idp','en','Configure SAML IDP: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','saml_tab_head_idp','en','IDP',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_saml_idp_settings','en','IDP Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_download_all_files','en','Download all Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_owner','en','Owner',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_contained_in','en','Contained in',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_app_info','en','Appointment Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_crs_info','en','Course Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_open','en','Open Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_grp_open','en','Open Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_grp_info','en','Group Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_exc_info','en','Assignment Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_sess_info','en','Session Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_agenda','en','Agenda',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_origin','en','Origin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_list','en','List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_grp_curr_crs_cons','en','Consultation Hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_grp_curr_crs','en','Current Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_grp_personal','en','Personal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_grp_others','en','Others',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_exc_inst_files','en','Instruction Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_exc_open','en','Open Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_open','en','Open Booking Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_booking_information','en','Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_open','en','Open Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_show_weeks','en','Show Weeks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_def_show_weeks','en','Show Weeks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_show_weeks_info','en','Activates weeks column in calendar side block.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_usr_show_weeks','en','Show Week Column',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_usr_show_weeks_info','en','Activates weeks column in calendar side block.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_repo_obj','en','Repository Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_grp_curr_grp','en','Current Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_subscription','en','Subscription',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_cal_shared_with','en','Users calendar is shared with',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_consultation_hours_for_user','en','Consultation Hours for %1',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_open_calendar','en','Open Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_delete_cal','en','Delete Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','sub_tab_dashboard','en','Dashboard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','first_email_missing_info','en','Selection not possible because no e-mail address has been entered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','second_email_missing_info','en','Selection not possible because no second e-mail address has been entered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_first_email','en','First E-Mail Address',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_second_email','en','Second E-Mail Address',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_both_email','en','Both E-Mail Addresses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','second_email','en','Second E-Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_print_show_labels','en','Show labels',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_print_hide_labels','en','Hide labels',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_assigned_profiles','en','Assigned Profiles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_selected_skills','en','Selected Skills',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_hide_profile_self_eval','en','Hide Profile without Self Evaluation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_hide_profile_self_eval_info','en','Profile target values will not be shown to a user, if no self evaluation has been done for a specific skill.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_suggested','en','Suggested Resource',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_lp_triggers_level','en','Triggered by Completion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_save_settings','en','Save Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_grid','en','Column Layout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_grid_nr_cells','en','Number of Columns',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_grid','en','Insert Column Layout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_grid_width_s','en','Small',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_grid_width_s_info','en','E.g. smartphone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_grid_width_m','en','Medium',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_grid_width_m_info','en','E.g. tablet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_grid_width_l','en','Large',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_grid_width_l_info','en','E.g. desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_grid_width_xl','en','Extra Large',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_grid_width_xl_info','en','E.g. wide desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_add_cell','en','Add Column',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_added_cell','en','Column added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_delete_cell','en','Delete Column',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_cell_left','en','Move Left',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_cell_right','en','Move Right',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_grid_info','en','Adds a responsive column layout based on a grid with 12 units per row.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_grid_col_width','en','Column Width',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_ed_grid_col_widths','en','Column Widths',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_grid_cell_confirm_deletion','en','Do you really want to delete the column(s)?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_grid_cell','en','Column',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','has_role','en','Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','criteria','en','Criteria',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','starting_point','en','Starting Point',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_role_starting_point','en','User - Starting Point',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','roles_without_starting_point','en','Roles without defined starting point:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','all_roles_has_starting_point','en','All the roles have starting points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','starting_page','en','Starting Point',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','starting_points','en','Starting Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_chooses_starting_page','en','User Chooses Starting Point',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','save_order','en','Save Order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','editing_this_role','en','Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','create_starting_point','en','Create Rule',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','starting_point_settings','en','Starting Point Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','confirm_delete_starting_point','en','Are you sure you want to delete this rule?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','back_to_starting_points_list','en','Back to Starting Points',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_work_instructions','en','Work instructions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_after_submission','en','After submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_schedule','en','Schedule',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_submit_convenience_no_deadline','en','Submit your at your convenience. There is no specific deadline.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_select_portfolio_unlink','en','Remove Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_sure_unlink_portfolio','en','Are you sure to remove this portfolio form this assignment?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_portfolio_unlinked_from_assignment','en','Portfolio removed from this assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_template','en','Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_portfolio_template','en','Portfolio Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_without_template','en','Without Portfolio - Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_with_template','en','With Portfolio - Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_without_template_info','en','Participants will create their Portfolio from scratch',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_with_template_info','en','An empty Portfolio will be automatically derived from a specific Portfolio Template.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_no_portfolio_templates','en','There are no Portfolio Templates available.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_go_to_exercise','en','Go to Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_limit_characters','en','Limit of characters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_min_char_limit','en','Minimum number of characters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_max_char_limit','en','Maximum number of characters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_chars_remaining','en','Characters remaining:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','msg_input_char_limit_min','en','You have to enter the minimum of characters specified.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','msg_input_char_limit_max','en','You have entered more characters than allowed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_direct_no_submit','en','Do not submit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_activation','en','Activation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_user_decides_notification','en','Members have to manually activate notifications',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_settings_for_all_members','en','Members will be notified automatically',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_user_not_disable_not','en','Member are not allowed to deactivate notifications',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_eval_type_1','en','Appraisal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_eval_type_2','en','Measurement',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_eval_type_3','en','Self-Evaluation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_profile_info','en','User Profile Info',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_profile_info_text_info','en','This text is presented on top of the form for entering personal data.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_make_profile_public','en','Publish Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_prtf_page','en','Portfolio Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_prtt_page','en','Portfolio Tempalte Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('svy','svy_user_added_360_appraisee','en','360° Survey \'%1\'',NULL,NULL); +INSERT INTO `lng_data` VALUES ('svy','svy_user_added_360_appraisee_mail','en','You have been added to the survey as an appraisee.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('svy','svy_user_added_360_rater','en','360° Survey \'%1\'',NULL,NULL); +INSERT INTO `lng_data` VALUES ('svy','svy_user_added_360_rater_mail','en','You have been added as a rater to the survey.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('svy','svy_user_added_360_appraisee_close_mail','en','The 360° survey has been closed for your raters.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('svy','survey_360_raters_remind_info','en','Raters that have not yet finished the survey will be reminded.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('svy','svy_user_added_360_rater_reminder_mail','en','Please finish to rate the following appraisees:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_add_new_blog','en','Add New Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_add_new_blog_info','en','The new blog will be added to your personal workspace.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_add_existing_blog','en','Use Existing Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_draft_text','en','Unpublished Post',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','usr_letter_avatars','en','Letter Avatars',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','usr_letter_avatars_info','en','Shows initial of user name or login as profile picture, if no public picture is being provided.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_master_language_only_no_media','en','Master Language without Media',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_master_language_only_no_media','en','Master Language without Media',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_content','en','Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_media_subtitles','en','Media Subtitles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_last_visited_page','en','Last Visited Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_first_page','en','First Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lm_starting_point','en','Starting Point for ILIAS Learning Modules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lm_starting_point_info','en','Page being opened when clicking a learning modules title.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_short_titles','en','Short Titles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_short_title','en','Short Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grp_add_to_group','en','Add to Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_add_user_to_group','en','Add user to group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grp_use_existing','en','Use Existing Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_create_new','en','Create New Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_sure_add_user_to_group','en','Do you really want to add this user to the group?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_add_user','en','Add User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_user_been_added','en','The user has been added to the group.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_sure_create_group_add_user','en','Do you really want to create the group and add the user?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_create_and_add_user','en','Create and Add User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_next','en','Next',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_created_and_user_been_added','en','Die Gruppe wurde erstellt und der Benutzer hinzugefügt.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_tool_setting_skills','en','Competences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_skill_assigned_comp','en','Competence Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_skill_members','en','Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_skill_show','en','Show',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_skill_publish','en','Publish',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_skill_publish_manual','en','Manual',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_skill_publish_manual_info','en','Competence assignments for members must be published before they become visible for members.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_skill_publish_auto_info','en','Competence assignments for members are immediately visible for members.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_skill_publish_auto','en','Automatic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_add_skill','en','Add Competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_cont_skills','en','Assigned Competences of Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_skill','en','Competence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_path','en','Path',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_really_remove_skill_from_course','en','Do you really want to remove these competences from the list?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_assign_skills','en','Assign Competences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_skill_do_not_set','en','Do not set',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_skill_no_skill','en','No value (Reset)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_mem_skills','en','Competences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_published','en','Published',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_assign_competence','en','Assign Competences to Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_deassign_competence','en','Deassign Competences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_publish_assignment','en','Publish Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_really_deassign_skills','en','Do you really want to deassign all competences from the users?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skll','skll_new_skill_achievements','en','You achieved new competence levels in the period of %1$s to %2$s:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skll','skll_intro_skill_notification_for','en','this is an overview of your latest competence achievements.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skll','skll_skill_notification','en','Competence Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skll','skll_skill_notification_desc','en','Informs user on newly set competence levels.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skll','skll_competence_achievements','en','New competence achievements and appraisals',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grade','en','Grade',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grp_grade','en','Grade Members of Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crs_grade','en','Grade Members of Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grp_create_new_grp_in','en','Create new group in \'%1\'.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_tool_setting_skills_info','en','Activates competence management and competences assignments to members.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','cont_skll_published','en','All assignments have been published.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('grp','grp_user_already_in_group','en','The selected user is already member of the group.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_deadline','en','Deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prg','prg_status_failed','en','failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','edit_page_meta','en','Edit Page Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiki_edit_page_meta','en','Edit Wiki Page Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_user','en','User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_user_search_did_not_match','en','Your search did not match any users.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_latest_posting','en','Latest Posting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_batch_file_downloads','en','Batch File Downloads in Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_batch_file_downloads_info','en','Activate button to download all files related to the current calendar/appointment view.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_download_files','en','Download Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_calendar_download','en','Calendar Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('classification','clsfct_selected_objects','en','Selected Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('classification','clsfct_back_to_cat','en','Back to Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_tax_assignment','en','Taxonomy Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tax','tax_tax_settings','en','Taxonomy Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_portfolio_created_from_template','en','This is the preview of your new portfolio. To add pages and manage the content of the portfolio click on \"Edit Portfolio\" on top of this page.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','open_documentation','en','Open Documentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','ks_documentation_of_style','en','Kitchen Sink documentation of style:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','ks_documentation_of_substyle','en','Kitchen Sink documentation of sub style:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_pdf','en','Export as PDF',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_print_selection','en','Page Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_all_pages','en','All Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_selected_pages','en','Selected Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_print_options','en','Options',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_author','en','Author',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_link','en','Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_date_of_print','en','Date of Print',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_signature','en','Signature Field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_signature_info','en','Adds a field to the print where the author can sign the portfolio.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_signature_date','en','Date, Signature',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_not_allowed','en','Access denied. Your request was redirected to the root LTI object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_navigation','en','Navigation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_session','en','LTI Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_exit','en','Close LTI Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_exited','en','LTI Session closed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_exited_info','en','LTI Session successfully closed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_nav_mode_month_list_num_month_with_post','en','Number of month with listed postings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_nav_mode_month_list_num_month_with_post_info','en','These months will be displayed with all their postings in the navigation block.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','org_op_access_enrolments','en','View Enrolments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','msg_position_updated','en','Position updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','msg_position_created','en','Position created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('orgu','msg_success_permission_saved','en','Permissions saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pdfgen','cleanup','en','Cleanup',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_order_nr_info','en','Positions competence in the list of competences.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','position_permission_settings','en','Orgunit-Specific Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','org_permission_settings','en','Permissions of Positions in Organisational Units',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','org_op_read_learning_progress','en','View Learning Progress of Subordinate Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','org_op_manage_members','en','Manage Subordinate Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','org_op_access_enrolments','en','View Enrolment-Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_down_no_files','en','Nothing to download, the events listed do not contain files.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_add','en','Create SCORM Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_copy','en','Copy SCORM Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sahs','sahs_glo_info','en','Please note that internal links in glossary terms are not supported.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lm','lm_save_titles','en','Titles saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','question_browse_area_info','en','Please select an object from which you want to import questions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_no_events_info','en','No events found for the selected time period.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_pg_list_no_search_fields','en','No searchable metadata fields found in the metadata sets of the wiki.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_amend_saved','en','Amended record has been saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','crs_cal_start','en','Course starts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','crs_cal_end','en','Course ends',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','grp_cal_start','en','Group starts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','grp_cal_end','en','Group ends',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('awrn','awrn_online','en','Online',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','edit_submissions_grades','en','Edit Submissions and Grades',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','exc_edit_submissions_grades','en','User can edit submissions and grades',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','release_objects','en','Release Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','ltis_release_objects','en','User can release Objects for LTI Consumer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','ltis_visible','en','LTI administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','ltis_read','en','User has read access to LTI administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','ltis_write','en','User can edit settings in LTI administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','ltis_edit_permission','en','User can change permission settings in LTI administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_id_setting','en','student_id according to SCORM 1.2',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_id_setting_2004','en','learner_id according to SCORM 2004',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_sc_id_setting_user_id','en','ILIAS User Id (Standard)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_id_setting_user_login','en','ILIAS Login Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_id_setting_user_id_plus_ref_id','en','ILIAS User Id plus RefId of the Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_id_setting_user_login_plus_ref_id','en','ILIAS Login Name plus RefId of the Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_id_setting_user_id_plus_obj_id','en','ILIAS User Id plus ObjId of the Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_id_setting_user_login_plus_obj_id','en','ILIAS Login Name plus ObjId of the Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_name_setting','en','student_name according to SCORM 1.2',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_name_setting_2004','en','learner_name according to SCORM 2004',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_sc_name_setting_last_firstname','en','Last name, First name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_name_setting_first_lastname','en','First name and Last name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_name_setting_fullname','en','Title, First name and Last name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_name_setting_salutation_lastname','en','Salutation and Last name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_name_setting_first_name','en','First name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_name_setting_no_name','en','no name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_download_files_started','en','ILIAS is generating a ZIP archive of all available files. You can download them by clicking on the bag icon in the top bar.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('poll','poll_voting_period_full_info','en','Voting period from %s to %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_name_undisclosed','en','Undisclosed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_exc_duplicate','en','Copy Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','adt_error_max_length','en','Please enter a shorter text.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('form','form_chars_remaining','en','Characters remaining:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_subscription_min_members_err','en','The minimum number is not allowed to be greater than the maximum number of participants.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lpe_login_form','en','Login Form',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lpe_cas_login_form','en','CAS Login Form',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lpe_shib_login_form','en','Shibboleth Login Form',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lpe_openid_login_form','en','OpenId Login Form',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lpe_registration_link','en','New Registration Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lpe_language_selection','en','Language Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lpe_user_agreement_link','en','User Agreement Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_fold_duplicate','en','Copy Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','fold_wizard_page','en','Copy Folder (Step 2/2)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','fold_copy_threads_info','en','Please decide which materials should be copied, linked or even omitted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','file_suffix_default_white','en','Default Suffix Whitelist',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','file_suffix_default_white_info','en','Default list of accepted file suffixes.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','file_suffix_custom_black','en','Custom Suffix Blacklist',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','file_suffix_custom_black_info','en','These suffixes will be removed from the default whitelist.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','file_suffix_custom_white','en','Custom Suffix Whitelist',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','file_suffix_custom_white_info','en','These suffixes will be added to the default whitelist.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','file_suffix_overall_white','en','Overal Suffix Whitelist',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','file_suffix_overall_white_info','en','Resulting overall list of accepted file suffixes.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('file','file_upload_info_file_with_critical_unknown_extension_later_renamed_when_downloading','en','The uploaded file contains a critical or unknown file ending. The file ending will be changed to .sec for every download.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_copa','en','Content Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_copa','en','Content Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','copa_visible','en','Content Page is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','copa_read','en','User can read Content Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','copa_copy','en','Copy Content Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','copa_write','en','User can edit Content Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','copa_delete','en','User can move or delete Content Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','copa_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_copa','en','Create Content Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','copa_read_learning_progress','en','User can view learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','copa_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('copa','copa_new','en','Create Content Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('copa','copa_import','en','Import Content Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('copa','copa_copy','en','Copy Content Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('copa','copa_add','en','Add Content Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('copa','copa_edit','en','Edit Content Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('copa','obj_copa_duplicate','en','Duplicate Content Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('copa','copa_btn_lp_toggle_state_completed','en','Set Not Completed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('copa','copa_btn_lp_toggle_state_not_completed','en','Set Completed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('adve','adve_grp_copa','en','Content Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_change_notification_body_new','en','the following wiki page was created',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','show_mail_settings','en','Show Mail Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','show_mail_settings_info','en','If enabled, the user\'s `Mail Settings` are accessible via the `Personal Settings` or `Mail` section.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','presentation_table_more','en','Show More',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ui','ui_chars_remaining','en','Characters remaining:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ui','ui_chars_min','en','Minimum:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ui','ui_chars_max','en','Maximum:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_global_feedback_file_after_date','en','After set Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','feedback_given','en','Feedback given',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','feedback','en','Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','feedback_received','en','Feedback received',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','feedback_from','en','Feedback from',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','text_assignment','en','Text Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','not_yet','en','not yet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','grade_evaluate','en','Grade and Evaluate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','submissions_feedback','en','Submissions and Peer Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','submissions_only','en','Submissions Only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','filter','en','Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','fiter_no_results','en','The current filter did not match any submission.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_submit_setting','en','Remind Users to Submit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_start','en','Start Reminders before Deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_start_info','en','All members of the parent course/group will be sent reminders.
No parent course/group given - no reminder will be sent!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_frequency','en','Frequency',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_grade_setting','en','Remind Tutors to Grade',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_feedback_setting','en','Remind Participants to Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_feedback_start','en','Start Reminders before Feedback Deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminders_cron','en','Reminders for Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_end','en','Reminder ends',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_mail_template','en','Mail Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_mail_no_tpl','en','Do not use mail template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_mail_context_submit_reminder_title','en','Exercise Submit Reminder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_mail_context_submit_reminder_info','en','Reminder Users to Submit an Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_mail_context_grade_reminder_title','en','Exercise Grade Reminder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_mail_context_grade_reminder_info','en','Reminder Tutors/Teachers to Grade an Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_mail_context_peer_reminder_title','en','Exercise Feedback/Peer Reminder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_mail_context_peer_reminder_info','en','Reminder Users to provide Feedback in an Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_mail_context_reminder_assignment_title','en','Assignment Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_mail_context_reminder_exercise_title','en','Exercise Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_salutation','en','Hello %s,',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_submit_subject','en','Assignment \"%s\" was not finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_grade_subject','en','Assignment \"%s\" was not graded',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_peer_subject','en','Assignment \"%s\" has no feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_submit_body','en','the following assignment has not been finished by you yet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_grade_body','en','the following assignment has not been graded by you yet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_peer_body','en','the following assignment has no feedback from you yet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_link','en','URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_reminder_cron_ok','en','Reminders sent:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_self_ev_mode','en','Self-Evaluation Only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_self_ev_info','en','Use for self evaluation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_self_ev_access_results_none','en','No Access to Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_self_ev_access_results_own','en','Access to Own Self-Evaluations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_self_ev_access_results_all','en','Access to Self-Evaluations of All Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_participant','en','Participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cond','cond_under_parent_control','en','Preconditions are under the control of the parent object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skll','skll_lhist_skill_achieved','en','Status $4$ of $3$ was assigned in $1$.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_lhist_badge_completed','en','Badge $3$ was awarded.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('badge','badge_lhist_badge_completed_in','en','Badge $3$ was awarded in $1$.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_lhist_objective_completed','en','Mastered $3$ in $1$.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_lhist_obj_completed_in','en','$1$ was completed in $2$.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_lhist_obj_completed','en','$1$ was completed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lhist','lhist_learning_history','en','Learning History',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','flush','en','Remove Lost Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','msg_subitem_flushed','en','Lost Items removed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','main','en','Main Menu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','subtab_topitems','en','Top Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','subtab_subitems','en','Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','tab_back','en','Back',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_add','en','Add Top Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_edit','en','Edit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_delete','en','Delete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_translate','en','Translate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_position','en','Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_title','en','Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_active','en','Active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_subentries','en','Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_provider','en','Provider',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_actions','en','Actions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_type_parent','en','Top Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_type_link','en','Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_title_default','en','Title (Default Language)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_title_default_byline','en','Other Translations can be added with the Translation Action after.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_active_byline','en','Activate this Top Item for all users.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_type','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_type_byline','en','Top Items can be links directly or can contain Items.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','subitem_add','en','Add Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','subitem_edit','en','Edit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','subitem_delete','en','Delete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','subitem_translate','en','Translate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','sub_parent','en','Top Item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','sub_position','en','Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','sub_title','en','Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','sub_type','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','sub_active','en','Active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','sub_status','en','Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','sub_provider','en','Provider',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','sub_actions','en','Actions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','button_save','en','Save',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','table_show_inactive','en','Show inactive',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','sub_title_default','en','Title (Default Language)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','sub_title_default_byline','en','Additional languages can be added via the action link \"Translate\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','sub_type_byline','en','Specific type for the Item additional configuration may be needed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','sub_active_byline','en','Activate this Item for all users.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','add_languages','en','Add Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','mm_translation_lang','en','Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','mm_translation_trans','en','Translation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','additional_langs','en','Additional Languages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','msg_languages_added','en','Added languages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','msg_translations_saved','en','Translations saved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','msg_translations_deleted','en','Translations deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_css_id','en','CSS-ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mme_lost_item_title','en','No assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mme_lost_item_reason','en','Item is no longer provided.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','type_lost','en','Lost',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','component_not_active','en','Component is not activated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','item_must_be_always_active','en','Item must be active.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','msg_subitem_deleted','en','Item deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','msg_topitem_deleted','en','Item deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','subitem_confirm_delete','en','Do you really want to delete the following Item?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','topitem_confirm_delete','en','Do you really want to delete the following Item?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','field_external','en','External Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','field_external_info','en','Link will be opnened in a separate Window.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','field_url','en','URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','field_url_info','en','Link to the desired website, lead by http(s)://',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','field_ref_id','en','ILIAS Reference-ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','obj_mme','en','Main Menu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','type_top_parent_item','en','Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','type_top_link_item','en','Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','type_separator','en','Separator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('mme','type_link','en','Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','type_link_list','en','Link List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','type_complex','en','Complex',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mme','type_repository_link','en','Repository-Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lhist','lhist_no_entries','en','Achieve your goals! Learn something today to further your learning history.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_learning_history','en','Learning History',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_learning_history_info','en','Enables an overview of all achievements of a user.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_keyword_enter','en','Write a keyword and press Enter.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_news_block','en','News Block',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_filter_all_types','en','All types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_filter_not_assigned','en','Not Assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_is_assigned','en','is Assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_more_translations','en','More Translations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_type_wiki_team','en','Team Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_without_wiki_template','en','Without Wiki Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_with_wiki_template','en','With Wiki Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_without_wiki_template_info','en','Participants will create their wiki from scratch.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_with_wiki_template_info','en','The template wiki will be copied to create the wikis of participants.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_wiki_container','en','Wiki Container',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_wiki_container_info','en','Location where wikis of participants will be created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_ass_team_wiki','en','Assignment Team Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_create_wiki','en','Create Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_exercise_info','en','This wiki is part of the assignment \"%s\" of exercise \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_finalize_wiki','en','Finalize and Submit Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_finalized','en','Wiki has been finalized and submitted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_exercise_submitted_info','en','Your last submission was on %s. Please check the export file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_team_members','en','Team Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_exc_wiki_created','en','Wiki has been created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_exc_template','en','Wiki Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_download_submission','en','Download Submission File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_new_reactions','en','New reactions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_new_comments','en','New comments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('like','reaction','en','Reaction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','like','en','Like',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','love','en','Love',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','dislike','en','Dislike',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','laugh','en','Laugh',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','astounded','en','Astounded',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sad','en','Sad',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','angry','en','Angry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('news','news_media','en','Media File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('like','like','en','Like',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_latest_comment','en','Latest Comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','notes_add_edit_comment','en','Add/Edit Comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_media_files','en','Media Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_bulk_upload','en','Bulk Upload',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_mob','en','Media Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_booking_reminders','en','Upcoming reservations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_rem_intro','en','This is an overview of upcoming reservations:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_your_reservations','en','Your Reservations',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_reservation_overview','en','Reservation Overviews',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_rem_reason','en','You are reciving these mails, because you are subscribed to notifications of the corresponding booking pools.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_reminder_setting','en','Reminder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_reminder_day','en','Before Reservation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_reminder_day_info','en','Send list of own reservations to users and full list of reservations to admins.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_reminder_days','en','Day(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('noti','noti_activate_notification','en','Activate Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('noti','noti_deactivate_notification','en','Deactivate Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('noti','noti_notification_activated','en','Notification Activated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('noti','noti_notification_deactivated','en','Notification Deactivated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_notification','en','Send Reservation Notifications',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_notification_info','en','Send a list of reservations of the next day to users (own reservations) and admins (if activated).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_type_of_formation','en','Type of Formation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_all','en','All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_refresh_view','en','Refresh',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_copy_tab','en','Copy Tab',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('prtf','prtf_edit_content','en','Edit Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_set_online','en','Set Online',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_set_offline','en','Set Offline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_no_submission','en','No Submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_submission_on','en','Submitted on $1',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_no_offline_share_info','en','A portfolio has to be online to be shared by other users.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_has_been_set_online','en','Portfolio has been set online.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_prompting_recurrence','en','Prompting Recurrence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_prompting_settings','en','Prompting Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_prompt_incomplete','en','Only if profile is incomplete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_prompt_incomplete_info','en','If the user has to enter required fields, the profile will be shown after login.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_prompt_once_after_login','en','Once after specific number of days after first login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('user','user_prompt_repeat','en','Repeat every specific number of days',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_prompt_repeat_info','en','The user will be prompted periodically with the profile, if the user did not publish the profile yet.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('lhist','lhist_first_login','en','First Login',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_decl_authorship','en','Declaration of Authorship',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_achievements','en','Achievements',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('prtf','prtf_download_submission','en','Download Submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_learning_history','en','Insert Learning History',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lhist','lhist_all','en','All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lhist','lhist_selected','en','Selected',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lhist','lhist_manual','en','Manual',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lhist','lhist_period','en','Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lhist','lhist_type_of_achievement','en','Type of Achievement',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lhist','cont_update_lhist','en','Edit Learning History Element',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lhist','cont_create_lhist','en','Create Learning History Element',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lhist','lhist_cont_placeholder_text','en','This element will show the learning history in the presentation mode of the portfolio.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lhist','lhist_lhist','en','Learning History',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_materials_ressources','en','Resources/Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','error_creating_certificate_pdf','en','The certificate could not be created. Please contact the administrator to check the certificate server.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('cert','certificate_migration_lastrun_failed','en','The migration of the certificates failed. Try again?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','certificate_migration_confirm_started','en','The migration was started.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','certificate_migration_go','en','Start Migration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','user_certificates','en','Certificates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','error_creating_certificate_pdf','en','The certificate could not be created. Please contact the administrator to check the certificate server.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','cert_error_no_access','en','You have no access to this certificate.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','certificate_same_not_saved','en','No new version of certificate template was saved, because the values didn\'t change.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','my_certificates','en','My Certificates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','certificate_achievement_sub_obj','en','Certificate for %1$s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','certificate_achievement','en','%1$s achieved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','certificate_no_object_title','en','No object title available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','certificate_no_object_desc','en','No object description available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','cert_sortable_by_title_asc','en','Title Ascending',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','cert_sortable_by_title_desc','en','Title Descending',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','cert_sortable_by_issue_date_asc','en','Issue Date Ascending',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','cert_sortable_by_issue_date_desc','en','Issue Date Descending',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','cert_issued_on_label','en','Issued On',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','cert_download_label','en','Download',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','cert_object_label','en','Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','cert_description_label','en','Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cert','cert_currently_no_certs','en','Currently you did not achieve any certificate, yet.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','cert_cron_task_title','en','Certificates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('certificate','certificate_card_thumbnail_image','en','Card Thumbnail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_change_active_status','en','The active state of the certificate has been changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_location','en','Location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_further_field_headline','en','Detailed Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_no_entries','en','No entries found.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_filter_all','en','All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_filter_not_started','en','Not started only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_filter_not_finalized','en','Not completed only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_filter_finalized','en','Completed only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_filter_failed','en','Failed only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_file','en','File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_download','en','Download',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_sort','en','Sortation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_sort_name_asc','en','Username ascending',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_sort_name_desc','en','Username descending',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_sort_examiner_login_asc','en','Examiner ascending',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_sort_examiner_login_desc','en','Examiner descending',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_sort_changetime_asc','en','Last Change ascending',NULL,NULL); +INSERT INTO `lng_data` VALUES ('iass','iass_sort_changetime_desc','en','Last Change descending',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_formation','en','Team Formation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_by_participants','en','Participants Self-Organise Forming Teams',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_by_participants_info','en','Participants opt for teams.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_by_tutors','en','Teams are formed by Tutors.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_by_tutors_info','en','Tutors allocate participants to teams, participants cannot self-organize.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_by_random','en','Teams are formed randomly and automatically.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_by_random_info','en','ILIAS will allocate participants to a set number of teams.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_by_assignment','en','Adopt Teams from Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_by_assignment_info','en','Teams formed in other Assignments will be used for this Assignment too.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_num_teams','en','Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_min_team_participants','en','Minimal Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_max_team_participants','en','Maximal Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_total_members','en','Total Exercise Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_value_can_not_set','en','This value can not be set.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_teams_assignment_adopted','en','Teams adopted from existing assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_minimal_too_big','en','Minimal number of team participants %s is too big, please decrease the value.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('exc','exc_participants','en','Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_by_tutors_manual_info','en','Tutors manually allocate participants to teams.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_by_tutors_manual','en','Manually',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_creation','en','Creation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_ass_submission_zip','en','Submissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_submission_file','en','Submission File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_submission_text','en','Submission Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','open','en','Open',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','participants','en','Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_assign_object','en','Assign Booking Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_assign','en','Assign',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_assign_participant','en','Assign to Participant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_deassign','en','Deassign',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_participant_assigned','en','Participant(s) assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_participant_already_assigned','en','Participant(s) already assigned.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_fixed_date','en','Fixed Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_fixed_date_info','en','Initially all users get the same fixed deadline.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_relative_date','en','Relative Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_relative_date_info','en','The deadline is set individually relative to the time when a user started the assignment.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_earliest_start_time','en','Earliest Start Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_rem_time_after_start','en','Remaining Time after Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_start_assignment','en','Start Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_needs_fixed_deadline','en','This feature only works with a fixed deadline.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_tbl_calculated_deadline','en','Calculated Deadline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sess_manage_members','en','Manage Participants of a Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','manage_materials','en','Manage Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sess_manage_materials','en','Manage Session Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_col_presentation_ordering','en','Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_show_members','en','Show Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_show_participants_info','en','If activated, session participants can access the participant gallery',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_member_administration','en','Edit Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_members_gallery','en','Session Gallery',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_mail_context_participant_title','en','Sitzung: Mail to Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_mail_context_participant_info','en','For the participant e-mails on the participants and learning progress screens of a session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','mail_sess_roles','en','Send Mail to Session Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','send_mail_participants','en','All Participants of Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','il_sess_participant','en','Session Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_mail_type','en','Mail to Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_mail_admins_only','en','For Administrators only',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_mail_admins_only_info','en','Only administrators can use the feature ‘Mail to Participants’ in the ‘Participants’ tab.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_mail_all','en','For all Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_mail_all_info','en','All participants can use the feature ‘Mail to Participants’ in the ‘Participants’ tab.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_contact','en','Contact',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_mem_contacts','en','Tutorial Support',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_calendar_subscription_modal_title','en','Calendar Subscription',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_members','en','Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_title','en','Title of Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_contact','en','Support',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_mem_contacts','en','Tutorial Support',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lso_new','en','New Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lso_add','en','Add Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lso_edit','en','Edit Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lso_import','en','Import Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lso_copy','en','Copy Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_lso','en','Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_lso','en','Learning Sequences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_lso_duplicate','en','Copy Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lso_copy_threads_info','en','Please decide which elements of the Learning Sequence should be copied, linked or omitted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lso_visible','en','Learning Sequence is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lso_copy','en','User can copy Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lso_write','en','User can edit settings of Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lso_delete','en','User can delete Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lso_lp_other_users','en','User can view learning progress of other users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','learner_view','en','Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','manage','en','Manage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','manage_content_maintab','en','Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','show_summary','en','Info',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','table_sequence_content','en','Content Management',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','table_position','en','Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','table_title','en','Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','table_online','en','Online',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','table_may_proceed','en','User may proceed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','table_actions','en','Actions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','delete_confirmation','en','Are you sure you want to delete this objects?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','entries_deleted','en','Successfuly delete entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','no_entries_selected_for_delete','en','There has to be at least one entry selected.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_member_administration','en','Edit Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_members_gallery','en','Learning Sequence Members Gallery',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_start_item','en','Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_search_users','en','Search Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_print_list','en','Generate list',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mem_tbl_header','en','Learning Sequence Member',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_users_already_assigned','en','The user is already assigned to this learning sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_msg_member_assigned','en','User(s) assigned as learning sequence member(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_notification','en','Notification',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_header_edit_members','en','Edit Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_members_print_title','en','Learning sequence members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_at_least_one_admin','en','There has to be at least one learning sequence administrator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_members_deleted','en','Deleted members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','mail_lso_roles','en','Send mails to roles of learning sequence.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_admission_new_bod','en','we are pleased to announce your registration for the learning sequence \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_admission_new_sub','en','Your registration for learning sequence \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_dismiss_bod','en','your membership in learning sequence \"%s\" has been terminated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_dismiss_sub','en','Membership terminated in learning sequence \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_notification_reg_bod','en','%s has registered for learning sequence \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_notification_reg_sub','en','User registered for learning sequence \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_min_one_admin','en','There has to be at least one administrator assigned to this learning sequence.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_header_delete_members','en','Would you like to remove the following members from this learning sequence?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','abstract','en','Abstract',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','abstract_img','en','Image for Abstract',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','extro','en','Exitpage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','extro_img','en','Image for Exitpage',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_player_start','en','Start Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_player_review','en','Review Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_player_resume','en','Resume Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_player_abstract','en','Show Abstract Info',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_player_extro','en','Show Final Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_player_finish','en','Finish',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_player_suspend','en','Suspend',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_player_previous','en','Previous',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_player_next','en','Next',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lso_wizard_page','en','Copy Learning Sequence (Step 2/2)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_read','en','User has read access to Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','condition_always','en','Always',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','finished','en','Finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','not_finished','en','Not Finished',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','failed','en','Failed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_create_lso','en','Create Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_settings_intro','en','Intropage Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_settings_extro','en','Exitpage Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_notify_on','en','Notification about new registrations enabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_notify_off','en','Notification about new registrations disabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_new_status','en','Your new status is:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_notification_explanation_admin','en','You receive mail from ILIAS because you are learning sequence administrator with notification enabled.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_unsubscribe_member_sub','en','Your cancellation of membership in learning sequence \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_notification_unsub_sub','en','User left learning sequence \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_notification_unsub_bod','en','%s has cancelled his/her membership for the learning sequence \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_subscribe_member_sub','en','Your registration for learning sequence \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_subscribe_member_bod','en','we are pleased to confirm your registration for the learning sequence \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_notification_reg_req_sub','en','Request to join learning sequence \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_notification_reg_req_bod','en','%s has requested membership for learning sequence \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_notification_reg_req_bod2','en','To confirm this registration, go to:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_sub_dec_sub','en','Registration refused for learning sequence \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_sub_dec_bod','en','we regret to say that your registration has been refused for learning sequence \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_sub_acc_sub','en','Registration confirmed for \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_sub_acc_bod','en','we are pleased to confirm your registration for the learning sequence \"%s\".',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_wl_sub','en','Your registration for learning sequence \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_status_sub','en','Changed status in learning sequence \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_mail_status_bod','en','your status in learning sequence \"%s\" has been changed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','first_access','en','First Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','last_access','en','Last Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_settings_availability','en','availability',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','avail_time_period','en','Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','completed_steps','en','Passed Steps',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','last_visited_step','en','Last visited Step',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','members_gallery','en','Member Gallery',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','lso_show_members_info','en','Member Gallery available for users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_shorten_breadcrumb','en','Breadcrumb',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_sys_default','en','System Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_breadcrumb_crs_only','en','Start with Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_breadcrumb_full_path','en','Full Path',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_breadcr_crs','en','Breadcrumb starts with course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_default','en','Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_breadcr_crs_overwrite','en','Setting is changeable on course level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_breadcr_crs_overwrite_not','en','Setting is not changeable on course level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_show_title_and_icon','en','Show Title and Icon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_show_header_actions','en','Show Header Actions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_list_presentation','en','Item Presentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_item_list','en','List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_tile_view','en','Tiles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_tile_image','en','Tile Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('obj','obj_tile_image_info','en','The tile image will be used, if the container (course, folder, group, ...) activates the tile view presentation.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('fold','fold_presentation','en','Folder Presentation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_tree_limit','en','Limit Items in Tree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_tree_limit_info','en','The number of objects in the repository tree will be limited to enhance performance.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_tree_limit_number','en','Maximum Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('cont','cont_show_more','en','Show More',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_block_limit','en','Limit Items per Block',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_block_limit_info','en','If a block contains more items, a \"Show more\" button will appear.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('validation','not_an_int','en','Value of type \'%s\' is not an integer.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('validation','not_a_string','en','Value of type \'%s\' is not a string.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('validation','not_a_null','en','Value of type \'%s\' is not a null.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('validation','not_greater_than','en','\'%s\' is not greater than \'%s\'.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('validation','not_less_than','en','\'%s\' is not less than \'%s\'.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('validation','not_min_length','en','Your input has a length of %d and falls below the minimum length %d.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('validation','not_numeric','en','\'%s\' is not numeric.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('validation','not_generic','en','It is not the case that: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('validation','not_max_length','en','The entered text has a length more than \'%s\'.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('validation','not_an_array','en','\'%s\' is not an array.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('validation','not_an_array_of','en','The elements of the array fail constraints: %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_lobj_pm_score','en','Your Result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_lobj_pm_min_goal','en','Required Score',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','back_to_crs','en','Go to Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','back_to_grp','en','Go to Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','back_to_pd','en','Back',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_lso_admin','en','Learning Sequence Admin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_lso_member','en','Learning Sequence Member',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','entries_updated','en','Entries saved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','curriculum','en','Curriculum',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','unparticipate','en','Unsubscribe',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lso','participate','en','Subscribe',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lhist','lhist_show_more','en','Show More',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_info_only_repository_objects','en','Only repository objects are listed below (and no media objects or LM pages).',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_objects_available','en','Objects available %s',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_limit_objects_available','en','You can not assign %s participants to \"%s\" because it has only %s items available.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','booking_multiple_succesfully','en','Bookings created successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_answer_too_long','en','Your current answer is too long (%s characters). Please shorten your answer.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sess_edit_metadata','en','Edit Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_appraisses_cannot_be_raters','en','User cannot be added as rater. Use self evaluation option in the survey settings instead.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_view_timings','en','Timings View Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_view_timing_absolute','en','Absolute Dates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_view_info_timing_absolute','en','Start and end date will be set absolute.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_view_timing_relative','en','Relative Dates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_view_info_timing_relative','en','Start and end date will be set relative to the subscription date.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','btn_ical','en','iCal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_code_block','en','Code (Block)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_code_inline','en','Code (Inline)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_material_assigned','en','Assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_material_not_assigned','en','Not Assigned',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','iass_amend_grading','en','Amend gradings in an Individual Assessment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lso_read','en','Users can access the Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lso_manage_members','en','Manage members of Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lso_edit_permission','en','User can change permission settings of Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','unparticipate','en','Unsubscribe',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','participate','en','Subscribe',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lso_participate','en','User can subscribe to a Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lso_unparticipate','en','User can unsubscribe from a Learning Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','lso_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','mcst_edit_learning_progress','en','User can edit learning progress settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','obj_ref_id_not_exist','en','The entered Reference-Id does not exist',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','msg_spoint_not_modified','en','Starting point not modified',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skll','skll_lhist_skill_self_eval','en','Status $4$ of $3$ was self-assigned.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skll','skll_lhist_skill_self_eval_in','en','Status $4$ of $3$ was self-assigned in $1$.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_download_submission','en','Download Submission',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_down_files_started_bg','en','Download of submission files has started. Please check your background tasks in the top right corner.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_profile_info_std','en','Default User Profile Info',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lti','lti_cron_title','en','LTI Outcome Service',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_short_end','en','End Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_crs_timing_start','en','Suggested Start',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_crs_timing_end','en','Suggested End',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_edit_personal','en','Edit Personal Timings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timings_short_start_end_rel','en','Suggested Start (in days)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_tile_and_session_limit_not_supported','en','You cannot activate both \"Tile Presentation\" and \"Session Limitation\" at the same time.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_choose_file_source','en','Source',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_choose_local','en','Local directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_choose_upload_dir','en','Upload directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sess','sess_assign','en','Assign',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','certificate_selection','en','Origin of Certificates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','certificate_persistent_option','en','Certificates of Achievements',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','certificate_workspace_option','en','Certificates of Workspace',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','certificate_file_already_exists_error','en','The certificate file already exists in the file system.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('certificate','persistent_certificate_mode','en','User Certificate Creation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','persistent_certificate_mode_cron','en','Cron Job',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','persistent_certificate_mode_cron_info','en','This option is recommended for systems with high user interaction.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','persistent_certificate_mode_instant','en','Instant',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','cont_Attention','en','Attention',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Confirmation','en','Confirmation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Information','en','Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Literature','en','Literature',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Separator','en','Separator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_StandardCenter','en','Standard Center',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Interaction','en','Interaction',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Background','en','Background',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_usr_info','en','Appointment Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('content','msg_no_page_access','en','You do not have the permission to access this page.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_result_summary_initial','en','Placement Test: %1$s (%2$s required)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_result_summary_qualifying','en','Achievement Test: %1$s (%2$s required)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_result_details','en','« Show Details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_text_saved','en','Text has been saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_team_by_random_add_info','en','Please note that you have to assign all participants first before using this mode.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_members_already_assigned_team','en','This user is already assigned to a team.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('common','msg_unknown_value','en','An unknown value has been passed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_deleted_user','en','Deleted User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('copg','copg_allow_html','en','Enable HTML/Javascript',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); +INSERT INTO `lng_data` VALUES ('dcl','dcl_page_type_dclf','en','Details View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_page_type_lobj','en','Learning Objective Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('copa','copa_page_type_copa','en','Content Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_page_type_mep','en','Content Snippet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_type_wpg','en','Wiki Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_page_type_blp','en','Blog Posting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_page_type_prtf','en','Portfolio Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_page_type_prtt','en','Portfolio Template Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('glo','glo_page_type_gdf','en','Term Definition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('lm','lm_page_type_lm','en','LM Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('qpl','qpl_page_type_qht','en','Hint',NULL,NULL); +INSERT INTO `lng_data` VALUES ('qpl','qpl_page_type_qpl','en','Question Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('qpl','qpl_page_type_qfbg','en','General Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('qpl','qpl_page_type_qfbs','en','Special Feedback',NULL,NULL); +INSERT INTO `lng_data` VALUES ('sc13','sc13_page_type_sahs','en','SCORM Editor Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('copg','copg_page_type_stys','en','Layout Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_page_type_cont','en','Repository Page (Cours, Group, ...)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('cont','cont_page_type_cstr','en','Course Start Page (Learning Objectives View)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('auth','auth_page_type_auth','en','Login Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('impr','impr_page_type_impr','en','Imprint',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_timing_err_start_end','en','The end date must be greater than or equals the start date.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('awrn','user_awrn_default','en','Default',NULL,NULL); +INSERT INTO `lng_data` VALUES ('awrn','user_awrn_hide','en','Hide my status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('awrn','user_awrn_show','en','Show my status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('awrn','awrn_user_show','en','Show your account in \"Who-is-online?\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('feed','feed_no_local_url','en','The URL could not be verified. Please enter a valid external Feed URL.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','logo','en','ILIAS Logo',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_lsos','en','Learning Sequences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_lsos_desc','en','Learning Sequence Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lso_admin_form_title','en','Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lso_admin_form_byline','en','General Settings for Learning Sequences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lso_admin_interval_label','en','Learning Progress Polling Interval (seconds)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('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); + +-- +-- Table structure for table `lng_log` +-- + +CREATE TABLE `lng_log` ( + `module` varchar(30) NOT NULL DEFAULT '', + `identifier` varchar(200) NOT NULL DEFAULT ' ', + PRIMARY KEY (`module`,`identifier`) +) ; + +-- +-- Dumping data for table `lng_log` +-- + + +-- +-- Table structure for table `lng_modules` +-- + +CREATE TABLE `lng_modules` ( + `module` varchar(30) NOT NULL DEFAULT ' ', + `lang_key` char(2) NOT NULL DEFAULT '', + `lang_array` longtext DEFAULT NULL, + PRIMARY KEY (`module`,`lang_key`) +) ; + +-- +-- Dumping data for table `lng_modules` +-- + +INSERT INTO `lng_modules` VALUES ('acc','en','a:17:{s:14:\"acc_access_key\";s:10:\"Access Key\";s:15:\"acc_access_keys\";s:11:\"Access Keys\";s:12:\"acc_comp_frm\";s:5:\"Forum\";s:15:\"acc_comp_global\";s:6:\"Global\";s:13:\"acc_comp_mail\";s:4:\"Mail\";s:13:\"acc_component\";s:9:\"Component\";s:10:\"acc_delete\";s:6:\"Delete\";s:16:\"acc_forward_mail\";s:12:\"Forward Mail\";s:12:\"acc_function\";s:8:\"Function\";s:17:\"acc_mark_all_read\";s:13:\"Mark All Read\";s:8:\"acc_next\";s:4:\"Next\";s:12:\"acc_previous\";s:8:\"Previous\";s:9:\"acc_reply\";s:5:\"Reply\";s:12:\"acc_tree_off\";s:8:\"Tree Off\";s:11:\"acc_tree_on\";s:7:\"Tree On\";s:20:\"acc_last_rep_visited\";s:23:\"Repository/Last Visited\";s:20:\"acc_personal_desktop\";s:16:\"Personal Desktop\";}'); +INSERT INTO `lng_modules` VALUES ('adm','en','a:3:{s:20:\"adm_support_contacts\";s:17:\"Technical Support\";s:30:\"adm_awrn_support_contacts_info\";s:149:\"All technical support contacts are listed. Users are defined as technical support contacts in the section \"General Settings\" > \"Contact Information\".\";s:25:\"adm_support_contacts_info\";s:133:\"Support contacts used in the footer link and (if activated) in the ‘Who is online?’-Tool. Comma separated list of account logins.\";}'); +INSERT INTO `lng_modules` VALUES ('administration','en','a:274:{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: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:19:\"adm_item_cmd_asynch\";s:41:\"Load Resource Action Lists Asynchronously\";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:10:\"adm_locale\";s:6:\"Locale\";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:\"Analyze and repair data integrity\";s:24:\"analyzing_tree_structure\";s:27:\"Analyzing tree structure...\";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:10:\"clean_desc\";s:78:\"Remove invalid references and tree entries. Initialize gaps in tree structure.\";s:5:\"clean\";s:8:\"Clean up\";s:14:\"cleaning_final\";s:17:\"Final cleaning...\";s:8:\"cleaning\";s:11:\"Cleaning...\";s:13:\"course_export\";s:18:\"Visible in Courses\";s:8:\"disabled\";s:8:\"Disabled\";s:4:\"done\";s:4:\"Done\";s:14:\"dump_tree_desc\";s:82:\"Perform an analysis of the tree and print all tree nodes along with analysis data.\";s:9:\"dump_tree\";s:9:\"Dump tree\";s:12:\"dumping_tree\";s:15:\"Dumping tree...\";s:10:\"found_none\";s:11:\"none found.\";s:5:\"found\";s:6:\"found.\";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: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:26:\"language_error_clear_local\";s:55:\"The local changed could not be cleared in the database!\";s:25:\"language_error_read_local\";s:58:\"The custom language file does not exist or cannot be read!\";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 %s is identical to the current language file.\";s:28:\"language_former_file_missing\";s:30:\"The file %s 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:21:\"language_loaded_local\";s:54:\"The custom language file was loaded into the database.\";s:31:\"language_maintain_local_changes\";s:22:\"Maintain local changes\";s:17:\"language_maintain\";s:8:\"Maintain\";s:20:\"language_maintenance\";s:20:\"Language Maintenance\";s:29:\"language_mode_existing_delete\";s:23:\"Delete existing entries\";s:30:\"language_mode_existing_keepall\";s:25:\"Keep all existing entries\";s:30:\"language_mode_existing_keepnew\";s:22:\"Keep all local changes\";s:30:\"language_mode_existing_replace\";s:24:\"Replace existing entries\";s:22:\"language_mode_existing\";s:16:\"Existing Entries\";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:27:\"language_save_local_changes\";s:44:\"Save all changes to the custom language file\";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:20:\"language_scope_local\";s:18:\"Local changes only\";s:24:\"language_scope_unchanged\";s:22:\"Unchanged entries only\";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:13:\"log_scan_desc\";s:65:\"Write scan results to ‘scanlog.log’ in client data directory.\";s:8:\"log_scan\";s:16:\"Log scan results\";s:35:\"loginname_change_blocking_time_info\";s:138:\"Insert a period in days that a user has to wait before changing again its login name. If you enter 0, user can change login names anytime.\";s:46:\"loginname_change_blocking_time_invalidity_info\";s:30:\"Please insert a numeric value.\";s:30:\"loginname_change_blocking_time\";s:38:\"Blocking Time for Changing Login Names\";s:22:\"loginname_history_info\";s:134:\"If activated, login name changes will be logged in 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:12:\"obj_mds_desc\";s:47:\"Configure Metadata and Custom Metadata Settings\";s:7:\"obj_mds\";s:8:\"Metadata\";s:7:\"options\";s:7:\"Options\";s:14:\"output_options\";s:14:\"Output options\";s:15:\"path_to_mkisofs\";s:15:\"Path to mkisofs\";s:45:\"reuse_of_loginnames_contained_in_history_info\";s:128:\"If activated, it is allowed to reuse any login name that is already saved in the history (even if it belongs to a deleted user).\";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:15:\"purge_age_limit\";s:9:\"Limit age\";s:22:\"purge_count_limit_desc\";s:84:\"If this field contains a value, only the specified number of objects will be purged.\";s:17:\"purge_count_limit\";s:11:\"Limit count\";s:18:\"purge_missing_desc\";s:57:\"Remove all missing and unbound objects found from system.\";s:13:\"purge_missing\";s:21:\"Purge missing objects\";s:16:\"purge_trash_desc\";s:44:\"Remove all objects in trash bin from system.\";s:11:\"purge_trash\";s:21:\"Purge deleted objects\";s:21:\"purge_type_limit_desc\";s:82:\"If this field contains a value, only objects of the specified type will be purged.\";s:16:\"purge_type_limit\";s:10:\"Limit type\";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:7:\"purging\";s:10:\"Purging...\";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:20:\"restore_missing_desc\";s:54:\"Restore missing and unbound objects to RecoveryFolder.\";s:15:\"restore_missing\";s:23:\"Restore missing objects\";s:18:\"restore_trash_desc\";s:51:\"Restore all objects in trash bin to RecoveryFolder.\";s:13:\"restore_trash\";s:23:\"Restore deleted objects\";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:9:\"restoring\";s:12:\"Restoring...\";s:40:\"reuse_of_loginnames_contained_in_history\";s:20:\"Reuse of Login Names\";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:4:\"scan\";s:4:\"Scan\";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:11:\"systemcheck\";s:12:\"System check\";s:12:\"tree_corrupt\";s:44:\"Tree is corrupted! See scan log for details.\";s:26:\"usr_loginname_history_info\";s:67:\"The user changed its login at last at %s. The former login was: %s.\";s:13:\"view_last_log\";s:18:\"View last Scan log\";s:8:\"view_log\";s:12:\"View details\";s:19:\"frm_displayed_infos\";s:21:\"Displayed Information\";s:18:\"frm_disp_info_desc\";s:71:\"Please select the attributes which should to be shown in the overviews.\";s:25:\"adm_rep_tree_presentation\";s:28:\"Repository Tree Presentation\";s:22:\"adm_rep_tree_only_cntr\";s:14:\"Container Only\";s:27:\"adm_rep_tree_only_cntr_info\";s:47:\"Only categories, courses and groups are listed.\";s:22:\"adm_rep_tree_all_types\";s:18:\"All Resource Types\";s:27:\"adm_rep_tree_all_types_info\";s:46:\"All types of resources are listed in the tree.\";s:26:\"adm_rep_tree_limit_grp_crs\";s:48:\"Show limited context tree in courses and groups.\";s:16:\"adm_db_benchmark\";s:12:\"DB Benchmark\";s:25:\"adm_activate_db_benchmark\";s:18:\"Activate Benchmark\";s:30:\"adm_activate_db_benchmark_desc\";s:62:\"Benchmarking will be automatically disabled after one request.\";s:21:\"adm_db_benchmark_user\";s:17:\"User Account Name\";s:26:\"adm_db_benchmark_user_desc\";s:45:\"Only measurements for this user will be made.\";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:7:\"adm_sql\";s:3:\"SQL\";s:8:\"adm_time\";s:4:\"Time\";s:27:\"adm_db_bench_by_first_table\";s:32:\"Aggregated by First Table in SQL\";s:17:\"adm_nr_statements\";s:20:\"Number of Statements\";s:9:\"adm_table\";s:5:\"Table\";s:12:\"group_export\";s:17:\"Visible in Groups\";s:31:\"adm_rep_tree_limit_grp_crs_info\";s:84:\"This relies on and automatically activates the ‘Synchronize Tree Frame’ feature.\";s:21:\"language_scope_merged\";s:52:\"Local changes merged into the standard language file\";s:20:\"language_scope_added\";s:20:\"Local additions only\";s:28:\"language_merge_local_changes\";s:51:\"Merge local changes into the standard language file\";s:31:\"language_delete_local_additions\";s:38:\"Delete local additions in the database\";s:27:\"language_error_write_global\";s:44:\"The standard language file can\'t be written!\";s:27:\"language_error_local_missed\";s:40:\"The custom language file does not exist!\";s:27:\"language_error_delete_local\";s:42:\"The custom language file can\'t be deleted!\";s:27:\"language_local_file_deleted\";s:37:\"The custom language file was deleted.\";s:26:\"language_remove_local_file\";s:31:\"Delete the custom language file\";s:22:\"language_merged_global\";s:62:\"The local changes were merged into the standard language file.\";s:20:\"apache_auth_settings\";s:6:\"Apache\";s:15:\"apache_settings\";s:29:\"Configure LDAP Authentication\";s:18:\"apache_enable_auth\";s:36:\"Enable Apache Authentication support\";s:17:\"apache_autocreate\";s:25:\"Enable account generation\";s:19:\"apache_default_role\";s:17:\"Default user role\";s:19:\"apache_enable_local\";s:28:\"Enable local user assignment\";s:18:\"apache_enable_ldap\";s:27:\"Enable LDAP user assignment\";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:33:\"apache_auth_enable_override_login\";s:27:\"Override default login page\";s:33:\"apache_auth_target_override_login\";s:32:\"Target url for custom login page\";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:37:\"apache_auth_username_extended_mapping\";s:19:\"Extended assignment\";s:32:\"apache_auth_username_by_function\";s:36:\"Assign user names by custom function\";s:40:\"apache_ldap_hint_ldap_must_be_configured\";s:41:\"LDAP must be configured in administration\";s:45:\"apache_auth_username_direct_mapping_fieldname\";s:20:\"Field for assignment\";s:11:\"auth_apache\";s:6:\"Apache\";s:31:\"apache_settings_changed_success\";s:19:\"Configuration saved\";s:38:\"apache_auth_authenticate_on_login_page\";s:54:\"Try Apache authentication when entering the login page\";s:22:\"adm_settings_templates\";s:18:\"Settings Templates\";s:25:\"adm_add_settings_template\";s:12:\"Add Template\";s:26:\"adm_edit_settings_template\";s:13:\"Edit Template\";s:13:\"adm_hide_tabs\";s:9:\"Hide Tabs\";s:23:\"adm_predefined_settings\";s:19:\"Predefined Settings\";s:9:\"adm_value\";s:16:\"Predefined Value\";s:8:\"adm_hide\";s:21:\"Hide in Settings Form\";s:33:\"adm_sure_delete_settings_template\";s:53:\"Do you really want to delete the following templates?\";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:20:\"apache_auth_security\";s:17:\"Security Settings\";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.
If ILIAS is reachable by more than one domain please enter all target you want to allow.
Example: example.com allows the redirection to http://example.com and http://www.example.com and all pages located there.\";s:8:\"obj_blga\";s:4:\"Blog\";s:13:\"obj_blga_desc\";s:20:\"Global Blog Settings\";s:8:\"obj_prfa\";s:9:\"Portfolio\";s:13:\"obj_prfa_desc\";s:25:\"Global Portfolio Settings\";s:13:\"obj_chta_desc\";s:19:\"Chat Administration\";s:9:\"adm_basic\";s:5:\"Basic\";s:34:\"adm_show_comments_tagging_in_lists\";s:55:\"Show number of notes, comments and tags in object lists\";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: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: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:23:\"adm_user_starting_point\";s:23:\"Personal Starting Point\";s:28:\"adm_user_starting_point_info\";s:53:\"Select the page or object which is shown after login.\";s:30:\"adm_user_starting_point_object\";s:17:\"Repository Object\";s:30:\"adm_user_starting_point_ref_id\";s:12:\"Reference-Id\";s:32:\"adm_user_starting_point_personal\";s:16:\"Personal Setting\";s:37:\"adm_user_starting_point_personal_info\";s:50:\"If activated users may select their starting page.\";s:20:\"adm_adm_role_protect\";s:26:\"Protect Administrator Role\";s:25:\"adm_adm_role_protect_info\";s:93:\"If enabled, only administrator are allowed to de/assign users from/to the administrator role.\";s:21:\"system_check_no_owner\";s:17:\"Ownerless Objects\";s:9:\"adm_https\";s:5:\"HTTPS\";s:25:\"adm_external_setting_edit\";s:13:\"Edit Settings\";s:36:\"adm_user_starting_point_invalid_info\";s:37:\"This feature is currently not active.\";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: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:8:\"svn_path\";s:8:\"Path: %s\";s:12:\"git_revision\";s:10:\"Number: %s\";s:14:\"git_hash_short\";s:23:\"Commit Hash (short): %s\";s:15:\"git_last_commit\";s:15:\"Last Commit: %s\";s:27:\"adm_captcha_anonymous_short\";s:7:\"Captcha\";s:25:\"adm_captcha_anonymous_frm\";s:122:\"Activate captcha for anonymous in forums. Please keep in mind that this may effect the accessibility of your installation.\";s:26:\"adm_captcha_anonymous_auth\";s:126:\"Activate captcha for anonymous in login form. Please keep in mind that this may effect the accessibility of your installation.\";s:25:\"adm_captcha_anonymous_reg\";s:133:\"Activate captcha for anonymous in registration form. Please keep in mind that this may effect the accessibility of your installation.\";s:12:\"adm_auth_reg\";s:27:\"Authentication Registration\";s:14:\"adm_auth_login\";s:20:\"Authentication Login\";s:26:\"adm_captcha_anonymous_wiki\";s:121:\"Activate captcha for anonymous in wikis. Please keep in mind that this may effect the accessibility of your installation.\";s:8:\"obj_excs\";s:8:\"Exercise\";s:13:\"obj_excs_desc\";s:24:\"Global Exercise Settings\";s:8:\"obj_taxs\";s:8:\"Taxonomy\";s:13:\"obj_taxs_desc\";s:24:\"Global Taxonomy Settings\";s:39:\"adm_show_comments_tagging_in_lists_tags\";s:30:\"Display tags instead of number\";s:34:\"language_mode_existing_delete_info\";s:281:\"Delete all entries in the database before importing the file.
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:35:\"language_mode_existing_keepall_info\";s:62:\"Import only new entries that do not yet exist in the database.\";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: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:26:\"language_scope_global_info\";s:83:\"Export all database entries of this language. This can be used for backup purposes.\";s:25:\"language_scope_local_info\";s:69:\"Export all entries that are locally added or changed in the database.\";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: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: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: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: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: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:36:\"language_delete_local_additions_info\";s:59:\"Delete all entries that were locally added to the database.\";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: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: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:19:\"language_saved_dist\";s:58:\"The backup of the standard ILIAS language file is created.\";s:25:\"language_save_dist_failed\";s:68:\"The backup of the standard ILIAS language file could not be written.\";s:19:\"adm_missing_entries\";s:15:\"Missing Entries\";s:28:\"adm_missing_entry_add_action\";s:3:\"Add\";s:21:\"adm_missing_entry_add\";s:13:\"Add New Entry\";s:35:\"adm_user_starting_point_ref_id_info\";s:168:\"Open the object that you would like to use as Personal Starting Point. Please copy the number directly following \"ref_id=\" in the browser bar into the text input field.\";s:31:\"adm_user_starting_point_inherit\";s:21:\"Use Standard-Settings\";s:36:\"adm_user_starting_point_inherit_info\";s:89:\"The settings that were made by the administrator of the platform as a whole will be used.\";s:13:\"adm_container\";s:17:\"Container Objects\";s:19:\"adm_content_objects\";s:15:\"Content Objects\";s:20:\"adm_content_services\";s:16:\"Content Services\";s:21:\"adm_learning_outcomes\";s:17:\"Learning Outcomes\";s:15:\"adm_maintenance\";s:11:\"Maintenance\";s:23:\"adm_user_administration\";s:19:\"User Administration\";s:17:\"adm_user_services\";s:13:\"User Services\";}'); +INSERT INTO `lng_modules` VALUES ('adve','en','a:64:{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:25:\"adve_page_editor_settings\";s:17:\"ILIAS Page Editor\";s:17:\"adve_rte_settings\";s:14:\"TinyMCE Editor\";s:26:\"adve_text_content_features\";s:17:\"Text Content Menu\";s:15:\"adve_pe_general\";s:7:\"General\";s:17:\"adve_use_physical\";s:32:\"Use b/i/u instead of str/emp/imp\";s:22:\"adve_use_physical_info\";s:334:\"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:15:\"adve_activation\";s:10:\"Activation\";s:17:\"adve_use_tiny_mce\";s:34:\"Enable TinyMCE for WYSIWYG Editing\";s:20:\"adve_excass_settings\";s:20:\"Exercise Assignments\";s:32:\"advanced_editing_excass_settings\";s:25:\"Exercise Text Assignments\";s:18:\"adve_blocking_mode\";s:9:\"Edit Lock\";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:19:\"char_selector_admin\";s:75:\"Menu for Selecting Special Characters (Unicode) in Tests and Question Pools\";s:18:\"char_selector_user\";s:56:\"Menu for Selecting Special Characters (Unicode) in Tests\";s:18:\"char_selector_test\";s:37:\"Selector Special Characters (Unicode)\";s:31:\"char_selector_inherit_info_test\";s:170:\"Depending on the settings made in the platforms\' administration or those made by individual users on their personal desktop the Ω-button is displayed in the test or not.\";s:31:\"char_selector_inherit_info_user\";s:89:\"The settings that were made by the administrator of the platform as a whole will be used.\";s:26:\"char_selector_inherit_test\";s:84:\"Settings made either Globally by Administrators or Individually by Users are Applied\";s:26:\"char_selector_inherit_user\";s:21:\"Use Standard-Settings\";s:28:\"char_selector_disabled_admin\";s:99:\"Ω-Button for Activating the Menu for Selecting Special Characters is displayed only if switched on\";s:33:\"char_selector_disabled_info_admin\";s:257:\"The menu for selecting special characters (Unicode) in tests and question pools is activated but the Ω-Button has to be switched on by users on their Personal Desktop and or in individual tests or questions pools. Test Settings will override user settings.\";s:32:\"char_selector_disabled_info_test\";s:110:\"Regardless of a user\'s individual setting the special character selector is switched off for taking this test.\";s:32:\"char_selector_disabled_info_user\";s:160:\"In tests a menu for selecting special characters will be not displayed. However individual tests ‘force switch on’ the menu though your deactivated it here.\";s:27:\"char_selector_disabled_test\";s:33:\"Special Character Selector is Off\";s:27:\"char_selector_disabled_user\";s:45:\"Disable Menu for Selecting Special Characters\";s:28:\"char_selector_inactive_admin\";s:61:\"Globally Deactivate the Menu for Selecting Special Characters\";s:33:\"char_selector_inactive_info_admin\";s:209:\"The menu for selecting special characters is deactivated for the whole system. Users cannot make individual settings on their Personal Desktop nor can individual tests or questions pools switch on the setting.\";s:27:\"char_selector_enabled_admin\";s:90:\"Ω-Button for Activating the Menu for Selecting Special Characters is Displayed by Default\";s:32:\"char_selector_enabled_info_admin\";s:305:\"The menu for selecting special characters (Unicode) is activated in tests and question pools. It will present users with the selection of Unicode blocks composed below. Users can make individual settings on their Personal Desktop and the setting can be switched on for individual tests or questions pools.\";s:31:\"char_selector_enabled_info_test\";s:169:\"Regardless of a user\'s individual setting the Ω-button for switching on the special character selector will be displayed in the test. Special characters can be entered.\";s:31:\"char_selector_enabled_info_user\";s:225:\"In tests a menu for selecting special characters will be displayed. However individual tests can prevent this setting from becoming effective and not display the special character menu despite your choice about activating it.\";s:26:\"char_selector_enabled_test\";s:32:\"Special Character Selector is On\";s:26:\"char_selector_enabled_user\";s:44:\"Enable Menu for Selecting Special Characters\";s:20:\"char_selector_blocks\";s:42:\"Available Special Character Sets (Unicode)\";s:25:\"char_selector_blocks_info\";s:119:\"All characters of the selected blocks will be listed, but not all of them may be supported by the current browser font.\";s:26:\"char_selector_custom_items\";s:16:\"Custom Selection\";s:32:\"char_selector_custom_items_info1\";s:114:\"The custom selection will be listed before the selected blocks. Please add your characters in the following style:\";s:33:\"char_selector_custom_items_info2a\";s:5:\"A B C\";s:33:\"char_selector_custom_items_info2b\";s:71:\"Characters are separated by space, generating separate selector buttons\";s:33:\"char_selector_custom_items_info3a\";s:6:\"A BC D\";s:33:\"char_selector_custom_items_info3b\";s:51:\"It is possible to put more characters on one button\";s:33:\"char_selector_custom_items_info4a\";s:3:\"A-Z\";s:33:\"char_selector_custom_items_info4b\";s:50:\"Ranges of characters can be defined with a ‘-’\";s:33:\"char_selector_custom_items_info5a\";s:6:\"U+00C0\";s:33:\"char_selector_custom_items_info5b\";s:70:\"A character can also be defined in Unicode notation (case insensitive)\";s:33:\"char_selector_custom_items_info6a\";s:13:\"U+00C0-U+00CF\";s:33:\"char_selector_custom_items_info6b\";s:44:\"Ranges are also possible in Unicode notation\";s:25:\"char_selector_unicode_all\";s:18:\"All Unicode Blocks\";s:27:\"adve_char_selector_settings\";s:18:\"Character Selector\";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:41:\"char_selector_msg_blocks_or_custom_needed\";s:93:\"When you activate the selector, please choose a character block or enter a special selection!\";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:23:\"char_selector_menu_open\";s:31:\"Open Special Character Selector\";s:24:\"char_selector_menu_close\";s:32:\"Close Special Character Selector\";s:13:\"adve_grp_copa\";s:13:\"Content Pages\";}'); +INSERT INTO `lng_modules` VALUES ('assessment','en','a:1495:{s:8:\"autosave\";s:16:\"Automatic saving\";s:13:\"autosave_info\";s:74:\"Answers are automatically saved in specified intervals to avoid data loss.\";s:13:\"autosave_ival\";s:8:\"Interval\";s:3:\"for\";s:3:\"for\";s:33:\"tst_presentation_settings_section\";s:12:\"Presentation\";s:27:\"wait_for_next_pass_hint_msg\";s:39:\"Additional pass is possible on time: %s\";s:24:\"tst_pass_waiting_enabled\";s:33:\"Force Waiting Time between Passes\";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:23:\"char_selector_btn_label\";s:14:\" Ω \";s:50:\"tst_objective_oriented_test_pass_without_questions\";s:62:\"The started pass for test \"%s\" does not contain any questions.\";s:30:\"tst_dyn_quest_set_pool_deleted\";s:61:\"The currently configured question pool \"%s\" has been deleted.\";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:25:\"solution_contain_keywords\";s:67:\"Score is granted based on the occurrence of the following keywords:\";s:19:\"ass_mc_sel_lim_hint\";s:31:\"Please select %s of %s answers!\";s:29:\"ass_mc_sel_lim_exhausted_hint\";s:48:\"Please do not select more than %s of %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:18:\"essay_scoring_mode\";s:12:\"Scoring Mode\";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: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_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_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:19:\"mark_schema_invalid\";s:66:\"The mark schema does not validate. Please create a correct schema.\";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: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: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:24:\"tst_corrections_qst_form\";s:20:\"Correction of Points\";s:27:\"tst_corrections_answers_tbl\";s:10:\"Statistics\";s:36:\"tst_corrections_answers_tbl_subindex\";s:17:\"Statistics for %s\";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:26:\"tst_corr_add_as_answer_btn\";s:21:\"Add as Correct Answer\";s:17:\"qpl_reset_preview\";s:13:\"Reset Preview\";s:21:\"qst_preview_reset_msg\";s:27:\"The preview has been reset.\";s:31:\"tst_question_not_from_pool_info\";s:7:\"No Pool\";s:6:\"action\";s:6:\"Action\";s:10:\"add_circle\";s:15:\"Add circle area\";s:7:\"add_gap\";s:12:\"Add Gap Text\";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: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:20:\"addSuggestedSolution\";s:30:\"Add Content for Recapitulation\";s:29:\"tst_answer_aggr_answer_header\";s:6:\"Answer\";s:32:\"tst_answer_aggr_frequency_header\";s:9:\"Frequency\";s:28:\"all_available_question_pools\";s:28:\"All available question pools\";s:12:\"allow_images\";s:25:\"Image Support for Answers\";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:\"allowedextensions\";s:23:\"Allowed File Extensions\";s:17:\"analyze_errortext\";s:18:\"Analyze Error Text\";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:17:\"answer_characters\";s:50:\" characters allowed, entered number of characters:\";s:11:\"answer_text\";s:11:\"Answer Text\";s:12:\"answer_types\";s:18:\"Editor for Answers\";s:15:\"gap_combination\";s:15:\"Gap Combination\";s:6:\"answer\";s:6:\"Answer\";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: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:31:\"ass_skl_import_fails_remove_btn\";s:16:\"Remove this Hint\";s:17:\"answers_multiline\";s:18:\"Multi Line Answers\";s:18:\"answers_singleline\";s:19:\"Single Line Answers\";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: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: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:50:\"tst_pass_overview_header_lo_initial_all_objectives\";s:74:\"Initial Test Results
for the Learning Objectives within the Course %s\";s:49:\"tst_pass_overview_header_lo_initial_per_objective\";s:77:\"Initial Test Results
for the Learning Objectives %s within the Course %s\";s:53:\"tst_pass_overview_header_lo_qualifying_all_objectives\";s:77:\"Qualifying Test Results
for the Learning Objectives within the Course %s\";s:52:\"tst_pass_overview_header_lo_qualifying_per_objective\";s:80:\"Qualifying Test Results
for the Learning Objectives %s within the Course %s\";s:34:\"tst_pass_details_header_lo_initial\";s:61:\"Initial Test Results for the Learning Objectives
%s - %s\";s:34:\"tst_virtual_pass_header_lo_initial\";s:55:\"Initial Test Results for the Learning Objective
%s\";s:37:\"tst_pass_details_header_lo_qualifying\";s:64:\"Qualifying Test Results for the Learning Objectives
%s - %s\";s:37:\"tst_virtual_pass_header_lo_qualifying\";s:58:\"Qualifying Test Results for the Learning Objective
%s\";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_results\";s:31:\"Create Test Results Export File\";s:30:\"ass_create_export_test_archive\";s:24:\"Create Test Archive File\";s:12:\"ass_question\";s:8:\"Question\";s:8:\"ass_size\";s:4:\"Size\";s:12:\"ass_comments\";s:8:\"Comments\";s:28:\"ass_commented_questions_only\";s:24:\"Only Commented Questions\";s:11:\"tst_proceed\";s:7:\"Proceed\";s:42:\"tst_dont_show_msg_again_in_current_session\";s:52:\"Don\'t show this message again in my current session.\";s:38:\"tst_nav_next_locks_empty_answer_header\";s:25:\"Navigation Without Answer\";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:40:\"tst_nav_next_locks_current_answer_header\";s:27:\"Navigation to Next Question\";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:24:\"tst_filter_question_type\";s:13:\"Question Type\";s:32:\"tst_filter_question_type_enabled\";s:27:\"Use Question Type as Filter\";s:30:\"tst_objectives_progress_header\";s:28:\"Learning Objectives Progress\";s:29:\"tst_objective_progress_header\";s:27:\"Learning Objective Progress\";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:19:\"assImagemapQuestion\";s:29:\"Hot Spot / Image Map Question\";s:13:\"assJavaApplet\";s:20:\"Java Applet Question\";s:19:\"assMatchingQuestion\";s:17:\"Matching Question\";s:17:\"assMultipleChoice\";s:43:\"Multiple Choice Question (Multiple Answers)\";s:14:\"assKprimChoice\";s:40:\"Multiple Choice Question (Kprim 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:15:\"autosave_failed\";s:16:\"Autosave failed!\";s:16:\"autosave_success\";s:22:\"Autosave successful...\";s:22:\"average_reached_points\";s:14:\"Average Points\";s:17:\"backtocallingtest\";s:24:\"Back to the calling test\";s:11:\"assLongMenu\";s:9:\"Long Menu\";s:16:\"answers_text_box\";s:4:\"Text\";s:17:\"min_auto_complete\";s:12:\"Autocomplete\";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:14:\"answers_select\";s:6:\"Select\";s:16:\"info_text_upload\";s:45:\"Choose an answer text (UTF-8) file to upload.\";s:14:\"manual_editing\";s:14:\"Manual Editing\";s:13:\"longmenu_text\";s:14:\"Long Menu Text\";s:8:\"longmenu\";s:8:\"Longmenu\";s:15:\"correct_answers\";s:16:\"Correct Answers:\";s:14:\"answer_options\";s:15:\"Answer Options:\";s:11:\"add_answers\";s:11:\"Add answers\";s:2:\"by\";s:2:\"by\";s:11:\"cancel_test\";s:16:\"Suspend the Test\";s:17:\"cannot_edit_marks\";s:154:\"There are already learners who ran the test. You can only change the marks if a score reporting date is enabled and the reporting date is not yet 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: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:23:\"changeSuggestedSolution\";s:41:\"Select type of content for recapitulation\";s:16:\"checkbox_checked\";s:7:\"Checked\";s:18:\"checkbox_unchecked\";s:9:\"Unchecked\";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:6:\"circle\";s:6:\"Circle\";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:10:\"insert_gap\";s:10:\"Insert Gap\";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: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: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:22:\"cloze_fixed_textlength\";s:17:\"Text Field 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:31:\"cloze_textgap_whitespace_before\";s:27:\"Whitespace before the value\";s:30:\"cloze_textgap_whitespace_after\";s:27:\"Whitespace behind the value\";s:33:\"cloze_textgap_multiple_whitespace\";s:20:\"Multiple Whitespaces\";s:12:\"out_of_range\";s:12:\"Out of range\";s:17:\"ass_cloze_fb_mode\";s:13:\"Feedback Mode\";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_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:26:\"ass_cloze_gap_fb_gap_label\";s:17:\"Gap %s: %s\";s:32:\"ass_cloze_gap_fb_txt_empty_label\";s:17:\"Gap %s - No Input\";s:34:\"ass_cloze_gap_fb_txt_nomatch_label\";s:21:\"Gap %s - Wrong Answer\";s:32:\"ass_cloze_gap_fb_txt_match_label\";s:32:\"Gap %s - Given Answer: %s\";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: %s\";s:32:\"ass_cloze_gap_fb_num_empty_label\";s:17:\"Gap %s - No Input\";s:35:\"ass_cloze_gap_fb_num_valuehit_label\";s:18:\"Gap %s - Value Hit\";s:35:\"ass_cloze_gap_fb_num_rangehit_label\";s:18:\"Gap %s - Range Hit\";s:33:\"ass_cloze_gap_fb_num_toolow_label\";s:22:\"Gap %s - Value too Low\";s:34:\"ass_cloze_gap_fb_num_toohigh_label\";s:23:\"Gap %s - Value too High\";s:4:\"code\";s:4:\"Code\";s:8:\"codebase\";s:8:\"Codebase\";s:13:\"concatenation\";s:13:\"Concatenation\";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: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:16:\"definition_image\";s:16:\"Definition Image\";s:15:\"definition_text\";s:15:\"Definition Text\";s:10:\"definition\";s:10:\"Definition\";s:11:\"definitions\";s:11:\"Definitions\";s:33:\"delete_all_user_data_confirmation\";s:69:\"Do you really want to delete the test data of all users in this test?\";s:20:\"delete_all_user_data\";s:29:\"Delete Test Data of all Users\";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:23:\"deleteSuggestedSolution\";s:38:\"Remove this content for recapitulation\";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:85:\"The time allotted for this test is now over. The test had not been available since %s\";s:34:\"detail_max_processing_time_reached\";s:65:\"You have reached the maximum allowed processing time of the test!\";s:32:\"detail_starting_time_not_reached\";s:81:\"You have not reached the start time of the test. The test will be available on %s\";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:19:\"detailed_evaluation\";s:19:\"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: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:9:\"duplicate\";s:9:\"Duplicate\";s:22:\"ects_grade_desc_prefix\";s:17:\"Meaning of grade:\";s:17:\"ects_grade_a_desc\";s:46:\"outstanding performance with only minor errors\";s:17:\"ects_grade_b_desc\";s:47:\"above the average standard but with some errors\";s:17:\"ects_grade_c_desc\";s:52:\"generally sound work with a number of notable errors\";s:17:\"ects_grade_d_desc\";s:38:\"fair but with significant shortcomings\";s:17:\"ects_grade_e_desc\";s:38:\"performance meets the minimum criteria\";s:18:\"ects_grade_fx_desc\";s:56:\"some more work required before the credit can be awarded\";s:17:\"ects_grade_f_desc\";s:37:\"considerable further work is required\";s:10:\"ects_grade\";s:10:\"ECTS Grade\";s:22:\"ects_allow_ects_grades\";s:43:\"Show ECTS grade additional to received mark\";s:26:\"ects_output_of_ects_grades\";s:21:\"Output of ECTS grades\";s:11:\"use_ects_fx\";s:22:\"Use the ‘FX’ grade\";s:17:\"ects_fx_threshold\";s:9:\"Threshold\";s:22:\"ects_fx_threshold_info\";s:69:\"Please enter the required percentile for granting the ‘FX’ grade.\";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:19:\"element_height_info\";s:98:\"This is the minimum height in pixels for term and definition/picture items during the test output.\";s:14:\"element_height\";s:14:\"Minimum Height\";s:7:\"end_tag\";s:7:\"End Tag\";s:29:\"tst_settings_conflict_message\";s:74:\"The current configuration uses settings combinations that are not allowed.\";s:23:\"tst_conflicting_setting\";s:48:\"This setting does conflict with another setting.\";s:7:\"enlarge\";s:7:\"Enlarge\";s:20:\"enter_anonymous_code\";s:27:\"Enter Anonymous Access Code\";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:20:\"err_no_numeric_value\";s:28:\"Please enter a numeric value\";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:14:\"errors_section\";s:10:\"Error Data\";s:6:\"errors\";s:6:\"Errors\";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 "Analyze Error Text" button, all marked words will be extracted for further processing.\";s:9:\"errortext\";s:10:\"Error Text\";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:12:\"option_label\";s:13:\"Option Labels\";s:17:\"option_label_info\";s:91:\"The configured phrases will be used as label for the options selectable by the participant.\";s:24:\"option_label_right_wrong\";s:13:\"right / wrong\";s:18:\"option_label_right\";s:5:\"right\";s:18:\"option_label_wrong\";s:5:\"wrong\";s:23:\"option_label_plus_minus\";s:5:\"+ / -\";s:17:\"option_label_plus\";s:1:\"+\";s:18:\"option_label_minus\";s:1:\"-\";s:30:\"option_label_applicable_or_not\";s:27:\"applicable / not applicable\";s:23:\"option_label_applicable\";s:10:\"applicable\";s:27:\"option_label_not_applicable\";s:14:\"not applicable\";s:28:\"option_label_adequate_or_not\";s:23:\"adequate / not adequate\";s:21:\"option_label_adequate\";s:8:\"adequate\";s:25:\"option_label_not_adequate\";s:12:\"not adequate\";s:19:\"option_label_custom\";s:18:\"Userdefined Labels\";s:24:\"option_label_custom_true\";s:20:\"Label for ‘TRUE’\";s:25:\"option_label_custom_false\";s:21:\"Label for ‘FALSE’\";s:22:\"kprim_instruction_text\";s:51:\"You have to decide on every statement: [%s] or [%s]\";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:12:\"tst_feedback\";s:8:\"Feedback\";s:16:\"ass_process_lock\";s:30:\"Use Locking During Test Passes\";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:26:\"Lock Mode during Test Pass\";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: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: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:13:\"exp_eval_data\";s:25:\"Export evaluation data as\";s:20:\"exp_type_certificate\";s:17:\"Certificate (PDF)\";s:14:\"exp_type_excel\";s:15:\"Microsoft Excel\";s:13:\"exp_type_spss\";s:27:\"Comma Separated Value (CSV)\";s:6:\"export\";s:6:\"Export\";s:15:\"failed_official\";s:6:\"failed\";s:12:\"failed_short\";s:6:\"failed\";s:5:\"false\";s:5:\"False\";s:16:\"feedback_generic\";s:24:\"Common Solution Feedback\";s:26:\"feedback_complete_solution\";s:16:\"Correct solution\";s:28:\"feedback_incomplete_solution\";s:34:\"At least one answer is not correct\";s:16:\"feedback_answers\";s:25:\"Feedback for Every Answer\";s:12:\"file_uploads\";s:12:\"File Uploads\";s:12:\"fileDownload\";s:13:\"File download\";s:39:\"fill_out_all_required_fields_add_answer\";s:59:\"Please fill out all required fields before you add answers!\";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:6:\"filter\";s:6:\"Filter\";s:25:\"final_statement_show_desc\";s:55:\"Shows concluding remarks after the test was submitted.\";s:15:\"final_statement\";s:18:\"Concluding Remarks\";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:36:\"tst_res_jump_to_participant_hint_opt\";s:23:\"--Jump to Participant--\";s:31:\"tst_res_jump_to_participant_btn\";s:4:\"Jump\";s:32:\"tst_participant_fullname_pattern\";s:10:\"%2$s, %1$s\";s:9:\"flashfile\";s:10:\"Flash File\";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:18:\"tst_reporting_date\";s:4:\"Date\";s:3:\"gap\";s:3:\"Gap\";s:7:\"general\";s:7:\"General\";s:13:\"glossary_term\";s:13:\"Glossary Term\";s:6:\"height\";s:6:\"Height\";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:17:\"identical_scoring\";s:17:\"Identical Scoring\";s:8:\"imagemap\";s:9:\"Image Map\";s:15:\"import_question\";s:18:\"Import Question(s)\";s:12:\"insert_after\";s:12:\"Insert After\";s:13:\"insert_before\";s:13:\"Insert Before\";s:14:\"internal_links\";s:14:\"Internal Links\";s:10:\"javaapplet\";s:11:\"Java Applet\";s:17:\"kiosk_description\";s:364:\"Exam view runs test in kiosk mode. This hides the browser bar and navigation and all other screen elements that are not part of the test. Participants are prevented from opening an other website.
Effectively preventing participants from opening other websites during tests additinally requires deploying a suitable browser enviroment (e.g. Safe Exam Browser).\";s:18:\"kiosk_options_desc\";s:58:\"Information is displayed at the top section of the screen.\";s:13:\"kiosk_options\";s:17:\"Exam View Options\";s:22:\"kiosk_show_participant\";s:24:\"Show Name of Participant\";s:16:\"kiosk_show_title\";s:15:\"Show Test Title\";s:5:\"kiosk\";s:9:\"Exam View\";s:11:\"last_update\";s:7:\"Updated\";s:6:\"legend\";s:6:\"Legend\";s:28:\"qpl_lac_legend_header_common\";s:16:\"Expression Logic\";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:21:\"qpl_lac_desc_brackets\";s:8:\"Brackets\";s:29:\"qpl_lac_desc_res_of_cur_quest\";s:26:\"Result of Current Question\";s:39:\"qpl_lac_desc_res_of_answ_m_of_cur_quest\";s:41:\"Result of m-th Answer of Current Question\";s:36:\"qpl_lac_legend_header_quest_specific\";s:29:\"Question Specific Expressions\";s:30:\"qpl_lac_legend_label_operators\";s:9:\"Operators\";s:35:\"qpl_lac_desc_compare_with_quest_res\";s:53:\"Compare the Result with the Reached Points in Percent\";s:32:\"qpl_lac_desc_compare_with_number\";s:36:\"Compare the Result with the Number n\";s:30:\"qpl_lac_desc_compare_with_text\";s:37:\"Compare the Result with the text TEXT\";s:36:\"qpl_lac_desc_compare_with_assignment\";s:40:\"Compare the Result with the Matching n:m\";s:34:\"qpl_lac_desc_compare_with_sequence\";s:54:\"Compare the Result with the Answer Sequence ($a,..,z$)\";s:34:\"qpl_lac_desc_compare_with_answer_n\";s:55:\"Compare the Result with the n-th Answer of the Question\";s:40:\"qpl_lac_desc_compare_with_exact_sequence\";s:50:\"Compare the Result with exactly the Given Sequence\";s:33:\"qpl_lac_desc_compare_answer_exist\";s:48:\"Compare if there is an Answer for a Question/Gap\";s:20:\"lacex_example_header\";s:8:\"Examples\";s:46:\"lacex_assQuestion_PercentageResultExpression_e\";s:9:\"R >= %75%\";s:46:\"lacex_assQuestion_PercentageResultExpression_d\";s:59:\"The questions answer result is equal to or greater than 75%\";s:41:\"lacex_assQuestion_EmptyAnswerExpression_e\";s:5:\"R = ?\";s:41:\"lacex_assQuestion_EmptyAnswerExpression_d\";s:29:\"The question was not answered\";s:48:\"lacex_assSingleChoice_NumberOfResultExpression_e\";s:7:\"R = +2+\";s:48:\"lacex_assSingleChoice_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:50:\"lacex_assMultipleChoice_NumberOfResultExpression_d\";s:64:\"While answering the question the second answer option was chosen\";s:51:\"lacex_assMultipleChoice_ExclusiveResultExpression_e\";s:11:\"R = *1,3,4*\";s:51:\"lacex_assMultipleChoice_ExclusiveResultExpression_d\";s:78:\"Exactly the answer options 1, 3 and 4 were chosen while answering the question\";s:45:\"lacex_assErrorText_NumberOfResultExpression_e\";s:7:\"R = +2+\";s:45:\"lacex_assErrorText_NumberOfResultExpression_d\";s:64:\"While answering the question the second answer option was chosen\";s:46:\"lacex_assErrorText_ExclusiveResultExpression_e\";s:11:\"R = *1,3,4*\";s:46:\"lacex_assErrorText_ExclusiveResultExpression_d\";s:78:\"Exactly the answer options 1, 3 and 4 were chosen while answering the question\";s:52:\"lacex_assImagemapQuestion_NumberOfResultExpression_e\";s:7:\"R = +2+\";s:52:\"lacex_assImagemapQuestion_NumberOfResultExpression_d\";s:64:\"While answering the question the second answer option was chosen\";s:53:\"lacex_assImagemapQuestion_ExclusiveResultExpression_e\";s:11:\"R = *1,3,4*\";s:53:\"lacex_assImagemapQuestion_ExclusiveResultExpression_d\";s:78:\"Exactly the answer options 1, 3 and 4 were chosen while answering the question\";s:42:\"lacex_assNumeric_NumericResultExpression_e\";s:9:\"R = #4.7#\";s:42:\"lacex_assNumeric_NumericResultExpression_d\";s:52:\"The question was answered with the numeric value 4.7\";s:52:\"lacex_assOrderingQuestion_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:54:\"lacex_assOrderingHorizontal_OrderingResultExpression_e\";s:15:\"R = $2,5,1,4,3$\";s:54:\"lacex_assOrderingHorizontal_OrderingResultExpression_d\";s:62:\"The question\'s elements were ordered as follows: 2, 5, 1, 4, 3\";s:52:\"lacex_assMatchingQuestion_MatchingResultExpression_e\";s:33:\"R = ;1:2; & R = ;2:3; & R = ;3:1;\";s:52:\"lacex_assMatchingQuestion_MatchingResultExpression_d\";s:102:\"The question\'s terms were assigned to definitions as follows: 1 → 2 and 2 → 3 and 3 → 1\";s:44:\"lacex_assTextSubset_StringResultExpression_e\";s:24:\"R[2] = ~sodium chloride~\";s:44:\"lacex_assTextSubset_StringResultExpression_d\";s:73:\"For the second answer option the answer „sodium chloride“ was entered\";s:50:\"lacex_assFormulaQuestion_NumericResultExpression_e\";s:16:\"R[1] = #3.14159#\";s:50:\"lacex_assFormulaQuestion_NumericResultExpression_d\";s:67:\"The first answer option was answered with the numeric value 3.14159\";s:44:\"lacex_assClozeTest_NumericResultExpression_e\";s:10:\"R[2] = #5#\";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:45:\"lacex_assClozeTest_StringResultExpression_1_e\";s:15:\"R[1] = ~Monday~\";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_2_e\";s:14:\"R[4] = ~Green~\";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_NumberOfResultExpression_e\";s:10:\"R[4] = +2+\";s:45:\"lacex_assClozeTest_NumberOfResultExpression_d\";s:75:\"The fourth answer option is a select gap and the second option was selected\";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: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:24:\"tst_solution_compare_cfg\";s:34:\"Configuration for Solution Compare\";s:24:\"tst_sol_comp_expressions\";s:22:\"Comparison Expressions\";s:23:\"ass_lac_hide_legend_btn\";s:11:\"Hide Legend\";s:23:\"ass_lac_show_legend_btn\";s:11:\"Show Legend\";s:24:\"ass_lac_validation_error\";s:62:\"Errors occured while validating the conditional expression(s)!\";s:18:\"ass_lac_expression\";s:10:\"Expression\";s:33:\"ass_lac_unable_to_parse_condition\";s:40:\"The condition \"%s\" can not be validated.\";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.
The required amount of questions: %s\";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:25:\"qpl_qst_skl_usg_skill_col\";s:10:\"Competence\";s:24:\"qpl_qst_skl_usg_numq_col\";s:53:\"Number of Questions in Pool adressing this competence\";s:26:\"qpl_qst_skl_usg_sklpnt_col\";s:45:\"Total Sum of Competence-Points per Competence\";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):
%s

The configuration of threshold values is to be done here in the test.\";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:
%s

The configuration of threshold values is to be done here in the test.\";s:41:\"qpl_qst_skl_selection_for_question_header\";s:37:\"Compence Assignments for Question: %s\";s:20:\"tst_save_comp_points\";s:22:\"Save Competence Points\";s:35:\"tst_msg_skl_qst_assign_points_saved\";s:38:\"The competence points have 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:32:\"tst_skl_level_thresholds_missing\";s:58:\"There are missing thresholds for the relevant competences!\";s:29:\"tst_skl_level_thresholds_link\";s:31:\"Configure Competence Thresholds\";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:6:\"locked\";s:6:\"locked\";s:25:\"log_answer_changed_points\";s:68:\"Manual change of points of test person %s from %d to %d points by %s\";s:31:\"log_wrong_test_password_entered\";s:40:\"Participant entered wrong test password.\";s:50:\"log_could_not_enter_test_due_to_simultaneous_users\";s:99:\"The user could not enter the test because the maximum number of simultaneous users has been reached\";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:11:\"maintenance\";s:11:\"Maintenance\";s:15:\"manscoring_done\";s:19:\"Scored Participants\";s:15:\"manscoring_hint\";s:238:\"You have added at least one question which may require manual scoring. To avoid that participants get already access to the test results before you finished manual scoring, please define a suitable date for the access to the test results.\";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:76:\"This test pass does not contain question types which can be scored manually.\";s:23:\"manscoring_results_pass\";s:35:\"Manual Scored Questions for Pass %s\";s:10:\"manscoring\";s:14:\"Manual Scoring\";s:11:\"mark_schema\";s:11:\"Mark Schema\";s:25:\"grading_status_passed_msg\";s:44:\"Congratulations, you passed the test.\";s:25:\"grading_status_failed_msg\";s:34:\"Sorry, you failed the test.\";s:32:\"grading_obligations_answered_msg\";s:40:\"You filled out all compulsory questions.\";s:31:\"grading_obligations_missing_msg\";s:49:\"You didn‘t filled out all compulsory questions.\";s:29:\"grading_obligations_listlabel\";s:20:\"Compulsory Questions\";s:38:\"grading_obligations_answered_listentry\";s:8:\"Answered\";s:37:\"grading_obligations_missing_listentry\";s:4:\"Open\";s:16:\"grading_mark_msg\";s:32:\"Your mark is: "[mark]"\";s:13:\"mark_tst_ects\";s:65:\"Your ECTS grade is \"[markects]\" (European Credit Transfer System)\";s:20:\"tst_pass_finished_on\";s:21:\"Test pass finished on\";s:7:\"matches\";s:7:\"matches\";s:14:\"matching_pairs\";s:14:\"Matching Pairs\";s:28:\"matching_shuffle_definitions\";s:16:\"Definitions only\";s:34:\"matching_shuffle_terms_definitions\";s:28:\"Both (Terms and Definitions)\";s:22:\"matching_shuffle_terms\";s:10:\"Terms only\";s:13:\"matching_type\";s:25:\"Matching Question Subtype\";s:13:\"material_file\";s:13:\"Material File\";s:8:\"material\";s:8:\"Material\";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: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:7:\"maxsize\";s:24:\"Maximum file upload size\";s:19:\"min_percentage_ne_0\";s:82:\"You must define a minimum percentage of 0 percent! The mark schema wasn’t saved.\";s:16:\"msg_circle_added\";s:12:\"Circle added\";s:33:\"tst_rnd_quest_set_tb_add_pool_btn\";s:35:\"New Rule for Selection of Questions\";s:33:\"tst_src_quest_pool_def_list_table\";s:39:\"Rules for Random Selection of Questions\";s:24:\"tst_source_question_pool\";s:13:\"Question Pool\";s:19:\"tst_filter_taxonomy\";s:8:\"Taxonomy\";s:19:\"tst_filter_tax_node\";s:13:\"Taxonomy Node\";s:25:\"tst_non_avail_pools_table\";s:27:\"Non Available Questionpools\";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: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:19:\"tst_derive_new_pool\";s:24:\"Derive New Question Pool\";s:20:\"tst_derive_new_pools\";s:25:\"Derive New Question Pools\";s:41:\"tst_please_select_target_for_pool_derives\";s:34:\"Please select a target conatainer.\";s:36:\"tst_non_available_pool_newly_derived\";s:55:\"The new question pool(s) has been derived successfully.\";s:21:\"tst_introduction_text\";s:20:\"Introductory Message\";s:28:\"tst_save_and_create_new_rule\";s:21:\"Save and Add New Rule\";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:37:\"tst_btn_rebuild_random_question_stage\";s:31:\"Synchronize Questions from Pool\";s:43:\"tst_msg_rand_quest_set_stage_pool_last_sync\";s:59:\"Date of last synchronisation of selected question pools: %s\";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:\"A test with a random set of questions is not possible with the current selection of question pools and the 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.
%s\";s:38:\"tst_msg_rand_quest_set_lost_pools_link\";s:28:\"Open Selected Question Pools\";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: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: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:47:\"tst_msg_rand_quest_set_change_quest_amount_here\";s:43:\"You can change the question amount here: %s\";s:29:\"tst_wf_info_optional_question\";s:62:\"This question relates to an already passed learning objective.\";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:46:\"tst_optional_questions_confirmation_fixed_test\";s:563:\"Question related to already passed learning objectives were answered in previous passes.

You want to navigate to a question, that relates to an already passed learning objective.
You can choose:

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.

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:\"Question related to already passed learning objectives are optional.

You want to navigate to a question, that relates to an already passed learning objective.
You can choose:

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.

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:29:\"tst_tab_results_pass_oriented\";s:24:\"Test Results by Attempts\";s:34:\"tst_tab_results_objective_oriented\";s:35:\"Test Results by Learning Objectives\";s:31:\"tst_rnd_quest_set_cfg_pool_form\";s:31:\"Rule for Selection of Questions\";s:25:\"tst_inp_source_pool_label\";s:13:\"Question Pool\";s:30:\"tst_inp_source_pool_filter_tax\";s:15:\"Taxonomy Filter\";s:33:\"tst_inp_source_pool_no_tax_filter\";s:28:\"Use No Taxonomy Based Filter\";s:32:\"tst_inp_source_pool_filter_tax_x\";s:27:\"Use Taxonomy \"%s\" as Filter\";s:29:\"tst_inp_no_available_tax_hint\";s:50:\"No Available Taxonomies for Selected Question Pool\";s:39:\"tst_msg_source_pool_definitions_deleted\";s:39:\"The rule has been removed successfully.\";s:21:\"tst_limit_nr_of_tries\";s:27:\"Limit Number of Test Passes\";s:24:\"msg_deleted_export_files\";s:22:\"Export file(s) removed\";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:21:\"msg_selected_for_move\";s:31:\"Question(s) selected for moving\";s:21:\"no_selection_for_move\";s:31:\"No question selected for moving\";s:18:\"next_question_rows\";s:26:\"Questions %d - %d of %d »\";s:14:\"no_passed_mark\";s:72:\"You must set at least one mark to PASSED! The mark schema was not saved.\";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:12:\"no_selection\";s:20:\"--- No Selection ---\";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: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:2:\"or\";s:2:\"or\";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: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:9:\"ordertext\";s:13:\"Ordering Text\";s:11:\"output_mode\";s:11:\"Output Mode\";s:6:\"output\";s:6:\"Output\";s:35:\"participants_invitation_description\";s:87:\"This test can only be accessed by users you have manually added in tab ‘Dashboard’.\";s:23:\"participants_invitation\";s:30:\"Manually Selected Participants\";s:12:\"participants\";s:12:\"Participants\";s:13:\"dashboard_tab\";s:9:\"Dashboard\";s:13:\"pass_finished\";s:7:\"%s pass\";s:4:\"pass\";s:4:\"Pass\";s:11:\"tst_attempt\";s:7:\"Attempt\";s:24:\"tst_back_to_virtual_pass\";s:25:\"Back to Question Overview\";s:13:\"passed_status\";s:13:\"Passed Status\";s:15:\"passed_official\";s:6:\"passed\";s:11:\"passed_only\";s:17:\"Passed Tests Only\";s:12:\"passed_short\";s:6:\"passed\";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:14:\"points_checked\";s:19:\"Points when Checked\";s:12:\"points_short\";s:3:\"Pt.\";s:16:\"points_unchecked\";s:21:\"Points when Unchecked\";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:12:\"points_wrong\";s:16:\"Wrong Selections\";s:6:\"points\";s:6:\"Points\";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:7:\"polygon\";s:7:\"Polygon\";s:10:\"remove_gap\";s:10:\"Remove Gap\";s:9:\"postponed\";s:9:\"postponed\";s:7:\"preview\";s:7:\"Preview\";s:22:\"previous_question_rows\";s:26:\"<< Questions %d - %d of %d\";s:34:\"qpl_qst_edit_form_taxonomy_section\";s:10:\"Taxonomies\";s:26:\"qpl_qst_edit_form_taxonomy\";s:13:\"Taxonomy \"%s\"\";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: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: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:17:\"tst_pass_deletion\";s:15:\"Previous Passes\";s:29:\"tst_pass_deletion_not_allowed\";s:46:\"The Deletion of Previous Passes is NOT allowed\";s:25:\"tst_pass_deletion_allowed\";s:42:\"The Deletion of Previous Passes is allowed\";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:24:\"tst_import_non_ilias_zip\";s:83:\"Error: The filename of the uploaded import file does not match the expected 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: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:27:\"qpl_settings_subtab_general\";s:16:\"General Settings\";s:30:\"qpl_settings_subtab_taxonomies\";s:10:\"Taxonomies\";s:25:\"qpl_form_general_settings\";s:16:\"General Settings\";s:53:\"qpl_settings_general_form_property_online_description\";s:50:\"Only online question pools could be used in tests.\";s:41:\"qpl_settings_general_form_property_online\";s:6:\"Online\";s:44:\"qpl_settings_general_form_prop_show_tax_desc\";s:68:\"Existing taxonomies in this pool are offered for question filtering.\";s:50:\"qpl_settings_general_form_property_show_taxonomies\";s:15:\"Show Taxonomies\";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: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: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:25:\"qpl_qst_inp_matching_mode\";s:13:\"Matching Mode\";s:36:\"qpl_qst_inp_matching_mode_one_on_one\";s:37:\"One Term Matches One Definition (1:1)\";s:36:\"qpl_qst_inp_matching_mode_all_on_all\";s:53:\"One or More Terms match One or More Definitions (n:n)\";s:15:\"qst_nr_of_tries\";s:15:\"Number of Tries\";s:29:\"question_cumulated_statistics\";s:29:\"Cumulated Question Statistics\";s:24:\"question_instances_title\";s:44:\"This question is used in the following tests\";s:28:\"question_marking_description\";s:148:\"Participants get the option to flag a test question for some purpose. The flags are shown in ‘List of Questions’, provided that it is activated.\";s:16:\"question_marking\";s:18:\"Flagging Questions\";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:9:\"Dashboard\";s:20:\"question_summary_btn\";s:9:\"Dashboard\";s:19:\"obligations_summary\";s:28:\"List of Compulsory Questions\";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: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:14:\"questions_from\";s:14:\"questions from\";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:34:\"tst_rnd_quest_set_cfg_general_form\";s:33:\"Configure Random Set of Questions\";s:17:\"range_lower_limit\";s:11:\"Lower Bound\";s:17:\"range_upper_limit\";s:11:\"Upper Bound\";s:5:\"range\";s:5:\"Range\";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:9:\"rectangle\";s:9:\"Rectangle\";s:17:\"redirectAfterSave\";s:137:\"The maximum working time has been reached and your last question has been saved automatically. In a few seconds you will be redirected...\";s:6:\"region\";s:6:\"Region\";s:21:\"remove_as_participant\";s:27:\"Remove as Fixed Participant\";s:15:\"remove_question\";s:6:\"Remove\";s:15:\"remove_solution\";s:33:\"Remove Content for Recapitulation\";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:11:\"finish_test\";s:15:\"Finish the Test\";s:13:\"next_question\";s:4:\"Next\";s:17:\"previous_question\";s:8:\"Previous\";s:13:\"submit_answer\";s:11:\"Save Answer\";s:13:\"skip_question\";s:22:\"Do not Answer and Next\";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.

Do you want to delete your answer?\";s:31:\"tst_nav_while_edit_modal_header\";s:22:\"Decision about Answers\";s:29:\"tst_nav_while_edit_modal_text\";s:67:\"What to do with the answers you possibly entered for this question?\";s:33:\"tst_nav_while_edit_modal_save_btn\";s:4:\"Save\";s:35:\"tst_nav_while_edit_modal_nosave_btn\";s:11:\"Do Not Save\";s:35:\"tst_nav_while_edit_modal_cancel_btn\";s:6:\"Cancel\";s:11:\"edit_answer\";s:11:\"Edit Answer\";s:15:\"answer_question\";s:15:\"Answer Question\";s:27:\"back_to_objective_container\";s:12:\"Go to Course\";s:11:\"scored_pass\";s:11:\"Scored Pass\";s:7:\"scoring\";s:19:\"Scoring and Results\";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:28:\"tst_answer_fixation_handling\";s:19:\"Participant Answers\";s:24:\"tst_answer_fixation_none\";s:51:\"Do not Lock Participants Answers during Test Passes\";s:29:\"tst_answer_fixation_none_desc\";s:91:\"As long as a test pass was not finished, participants can change their answers at any time.\";s:39:\"tst_answer_fixation_on_instant_feedback\";s:46:\"Lock Answers with the Presentation of Feedback\";s:44:\"tst_answer_fixation_on_instant_feedback_desc\";s:127:\"After the feedback for a question is shown participant answers are locked, participants cannot change these answers any longer.\";s:40:\"tst_answer_fixation_on_followup_question\";s:57:\"Lock Answers with the Presentation of Follow-Up Questions\";s:45:\"tst_answer_fixation_on_followup_question_desc\";s:140:\"Showing the follow-up question will lock participant answers for the previous question, participants cannot change these answers any longer.\";s:47:\"tst_answer_fixation_on_instantfb_or_followupqst\";s:69:\"Lock Answers with the Presentation of Feedback or Follow-Up Questions\";s:52:\"tst_answer_fixation_on_instantfb_or_followupqst_desc\";s:147:\"Participant Answers for a question will be locked either with the presentation of the questions\'s feedback or when the follow-up question is shown.\";s:28:\"tst_instant_feedback_trigger\";s:16:\"Feedback Trigger\";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: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: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: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:\"show_detailed_results\";s:44:\"Show User’s Detailed Results (Marked Pass)\";s:18:\"show_pass_overview\";s:25:\"Show Marked Pass Overview\";s:17:\"show_user_answers\";s:28:\"Show User’s Marked Answers\";s:13:\"showinfo_desc\";s:125:\"Users will be presented with a complete list of test properties on tab ‘Info’, i.e. information on scoring and reporting.\";s:8:\"showinfo\";s:24:\"Show all Test Properties\";s:21:\"showSuggestedSolution\";s:4:\"Type\";s:15:\"shuffle_answers\";s:15:\"Shuffle Answers\";s:18:\"suggested_solution\";s:26:\"Content for Recapitulation\";s:13:\"solution_hint\";s:35:\"Assigned Content for Recapitulation\";s:12:\"solutionText\";s:4:\"Text\";s:9:\"start_tag\";s:9:\"Start Tag\";s:16:\"statistical_data\";s:16:\"Statistical Data\";s:10:\"statistics\";s:10:\"Statistics\";s:37:\"suggested_solution_added_successfully\";s:50:\"You successfully set a content for recapitulation!\";s:21:\"suggestedSolutionType\";s:8:\"Refer to\";s:10:\"term_image\";s:10:\"Term Image\";s:9:\"term_text\";s:9:\"Term Text\";s:4:\"term\";s:4:\"Term\";s:5:\"terms\";s:5:\"Terms\";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: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:8:\"textsize\";s:9:\"Text Size\";s:19:\"thumb_geometry_info\";s:109:\"The image thumbnails will be created with a maximum values of height and width given, aspect ratio preserved.\";s:14:\"thumb_geometry\";s:18:\"Thumbnail Geometry\";s:15:\"thumb_size_info\";s:158:\"If you enter a thumbnail size, a thumbnail of this size will be generated for uploaded images. Without a thumbnail size, the original image size will be used.\";s:21:\"thumb_size_unit_pixel\";s:5:\"Pixel\";s:10:\"thumb_size\";s:14:\"Thumbnail Size\";s:11:\"time_format\";s:8:\"HH MM SS\";s:34:\"too_many_targets_selected_for_move\";s:44:\"You must select exactly one target position!\";s:4:\"true\";s:4:\"True\";s:23:\"tst_access_code_created\";s:204:\"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 write down this code use it for further actions.\";s:25:\"tst_all_user_data_deleted\";s:44:\"All user data of this test has been removed!\";s:26:\"tst_allowed_users_time_gap\";s:26:\"Idle Time for Active Users\";s:17:\"tst_allowed_users\";s:39:\"Limit Number of Concurrent Participants\";s:21:\"tst_already_submitted\";s:43:\"Test has already been finish and submitted.\";s:13:\"tst_anonymity\";s:7:\"Privacy\";s:27:\"tst_answered_questions_test\";s:31:\"Questions answered in this test\";s:22:\"tst_answered_questions\";s:18:\"Answered Questions\";s:20:\"tst_best_solution_is\";s:21:\"The best solution is:\";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:30:\"tst_change_points_for_question\";s:21:\"Points for the Answer\";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: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: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:23:\"tst_delete_missing_mark\";s:49:\"Please select at least one mark step to remove it\";s:29:\"tst_dont_use_previous_answers\";s:78:\"Your previous answers will not be used as default values in future test passes\";s:15:\"tst_ending_time\";s:14:\"Finishing Time\";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:36:\"tst_eval_total_finished_average_time\";s:28:\"Average test processing time\";s:23:\"tst_eval_total_finished\";s:69:\"Total finished tests (Participants that used up all possible passes.)\";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:21:\"tst_eval_total_passed\";s:18:\"Total passed tests\";s:22:\"tst_eval_total_persons\";s:49:\"Total number of participants who started the test\";s:11:\"review_view\";s:6:\"Review\";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:194:\"You are going to finish this test and reach the maximum number of allowed test passes. You won’t be able to enter this test again to change your answers. Do you really want to finish the test?\";s:32:\"tst_finish_notification_advanced\";s:25:\"Send complete test result\";s:31:\"tst_finish_notification_content\";s:17:\"Content of e-mail\";s:30:\"tst_finish_notification_simple\";s:29:\"Send username and finish date\";s:26:\"tst_finish_notification_no\";s:9:\"No e-mail\";s:23:\"tst_finish_notification\";s:12:\"Notification\";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:12:\"tst_finished\";s:8:\"Finished\";s:17:\"unfinished_passes\";s:17:\"Unfinished Passes\";s:33:\"finish_pass_for_user_confirmation\";s:72:\"Are you sure you want to finish this test pass for the participant \"%s\"?\";s:25:\"finish_pass_for_all_users\";s:62:\"Are you sure you want to finish the test passes for all Users?\";s:22:\"finish_all_user_passes\";s:22:\"Finish all test Passes\";s:24:\"finish_unfinished_passes\";s:18:\"Finish open Passes\";s:29:\"finish_unfinished_passes_desc\";s:98:\"Passes which have a Finishing time or a Duration limit configured will be closed by this cron job.\";s:22:\"tst_general_properties\";s:16:\"General Settings\";s:19:\"tst_heading_scoring\";s:7:\"Scoring\";s:18:\"tst_hide_side_list\";s:22:\"Hide List of Questions\";s:19:\"tst_import_no_items\";s:45:\"Error: The import file contains no questions!\";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:27:\"tst_insert_missing_question\";s:63:\"Please select at least one question to insert it into 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_insert_questions\";s:70:\"Are you sure you want to insert the following question(s) to the test?\";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: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:20:\"tst_instant_feedback\";s:16:\"Instant Feedback\";s:25:\"tst_instant_feedback_desc\";s:96:\"When questions are configured with feedback it is provided to participants during the test pass.\";s:29:\"tst_instant_feedback_contents\";s:17:\"Included Contents\";s:16:\"tst_introduction\";s:20:\"Introductory Message\";s:21:\"tst_introduction_desc\";s:128:\"Shows an introductory message on the tab ‘Info’ of the test. This text is accessible already before the test can be started.\";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:24:\"tst_list_of_answers_show\";s:24:\"Review of Scored Answers\";s:19:\"tst_list_of_answers\";s:15:\"List of 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:29:\"tst_mark_create_new_mark_step\";s:20:\"Create New Mark Step\";s:34:\"tst_mark_create_simple_mark_schema\";s:27:\"Reset to Simple Mark Schema\";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:19:\"tst_mark_short_form\";s:10:\"Short Form\";s:8:\"tst_mark\";s:4:\"Mark\";s:29:\"tst_max_allowed_users_heading\";s:70:\"The maximum number of simultaneous users in this test has been reached\";s:29:\"tst_max_allowed_users_message\";s:264:\"The maximum number of simultaneous active users in the test has been reached. Please try again later to start or resume the test. If one of the active users is inactive for more than %s seconds, you may be able to enter this test. Thank you for your understanding.\";s:18:\"tst_maximum_points\";s:14:\"Maximum Points\";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:36:\"tst_no_question_selected_for_removal\";s:48:\"Please check at least one question to remove it!\";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:12:\"tst_no_tries\";s:4:\"none\";s:16:\"tst_nr_of_passes\";s:21:\"Number of Test Passes\";s:23:\"tst_nr_of_tries_of_user\";s:24:\"Passes Already Completed\";s:15:\"tst_nr_of_tries\";s:21:\"Max. Number of Passes\";s:23:\"tst_participating_users\";s:19:\"Participating Users\";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:31:\"tst_answered_questions_of_total\";s:8:\"%s of %s\";s:25:\"tst_reached_points_of_max\";s:8:\"%s of %s\";s:10:\"tst_passed\";s:6:\"Passed\";s:10:\"tst_failed\";s:6:\"Failed\";s:23:\"tst_tbl_col_scored_pass\";s:11:\"Scored Pass\";s:25:\"tst_tbl_col_pass_finished\";s:13:\"Pass Finished\";s:30:\"tst_tbl_col_answered_questions\";s:18:\"Answered Questions\";s:26:\"tst_tbl_col_reached_points\";s:14:\"Reached Points\";s:26:\"tst_tbl_col_percent_result\";s:14:\"Percent Solved\";s:25:\"tst_tbl_col_passed_status\";s:7:\"Grading\";s:22:\"tst_tbl_col_final_mark\";s:4:\"Mark\";s:18:\"tst_pass_best_pass\";s:19:\"Score the Best Pass\";s:23:\"tst_pass_best_pass_desc\";s:133:\"The pass in which a participant performed best will be scored. This setting does only apply when more than one test pass is possible.\";s:16:\"tst_pass_details\";s:16:\"Detailed Results\";s:18:\"tst_pass_last_pass\";s:19:\"Score the Last Pass\";s:23:\"tst_pass_last_pass_desc\";s:46:\"The last pass of a participant will be scored.\";s:16:\"tst_pass_scoring\";s:23:\"Scoring Multiple Passes\";s:10:\"tst_passes\";s:11:\"Test Passes\";s:21:\"tst_allowed_users_max\";s:27:\"Max. Number of Participants\";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: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:17:\"tst_password_form\";s:19:\"Enter Test Password\";s:12:\"tst_password\";s:13:\"Test Password\";s:18:\"tst_percent_solved\";s:14:\"Percent Solved\";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: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: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:9:\"tst_print\";s:32:\"Test and Assessment - Print View\";s:24:\"tst_processing_time_desc\";s:342:\"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 passes is limited an additional feature for granting extra time to participants appears in the tab \'Dashboard\'.\";s:19:\"tst_processing_time\";s:22:\"Limit Duration of Test\";s:13:\"tst_qst_order\";s:3:\"No.\";s:17:\"tst_question_mark\";s:18:\"Mark this question\";s:19:\"tst_question_marked\";s:23:\"You marked the question\";s:19:\"tst_question_marker\";s:7:\"Flagged\";s:15:\"tst_question_no\";s:5:\"Order\";s:18:\"tst_question_offer\";s:53:\"Do you accept this sample or do you want another one?\";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:254:\"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.\";s:29:\"tst_inp_quest_amount_cfg_mode\";s:19:\"Amount of Questions\";s:34:\"tst_inp_quest_amount_cfg_mode_test\";s:39:\"Define the amount of questions per test\";s:34:\"tst_inp_quest_amount_cfg_mode_pool\";s:76:\"Define the amount of questions per selected question pool and taxonomy node.\";s:29:\"tst_inp_quest_amount_per_test\";s:38:\"Number of Questions for the Whole Test\";s:36:\"tst_inp_quest_amount_per_source_pool\";s:15:\"Question Amount\";s:19:\"tst_question_amount\";s:15:\"Question Amount\";s:18:\"tst_question_title\";s:14:\"Question Title\";s:29:\"tst_qbt_filter_question_title\";s:17:\"Title of Question\";s:17:\"tst_question_type\";s:13:\"Question Type\";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:30:\"tst_random_select_questionpool\";s:53:\"Select the question pool to choose the questions from\";s:38:\"tst_nonpool_questions_get_lost_warning\";s:183:\"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.\";s:18:\"tst_reached_points\";s:6:\"Points\";s:15:\"tst_remove_mark\";s:16:\"Remove this mark\";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:20:\"tst_remove_questions\";s:70:\"Are you sure you want to remove the following questions 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:21:\"tst_report_after_test\";s:44:\"Offer test results when the test is finished\";s:23:\"tst_report_after_passed\";s:48:\"Offer test results when the test has been passed\";s:16:\"tst_report_never\";s:25:\"No test results available\";s:37:\"tst_res_tab_msg_res_after_taking_test\";s:56:\"After taking the test your results will be offered here.\";s:37:\"tst_res_tab_msg_res_after_finish_test\";s:59:\"After finishing the test your results will be offered here.\";s:37:\"tst_res_tab_msg_res_after_test_passed\";s:57:\"After passing the test your results will be offered here.\";s:30:\"tst_res_tab_msg_res_after_date\";s:63:\"You test results will be offered here on the following date: %s\";s:37:\"tst_res_tab_msg_res_after_date_no_res\";s:82:\"When you take the test your results will be offered here on the following date: %s\";s:30:\"tst_reset_processing_time_desc\";s:134:\"The duration will be reset to the defined maximum for every test pass. This setting requires multiple test passes to become effective.\";s:25:\"tst_reset_processing_time\";s:34:\"Reset duration for every test pass\";s:25:\"tst_result_user_name_pass\";s:30:\"Results of Test Pass %s for %s\";s:20:\"tst_result_user_name\";s:19:\"Test Results for %s\";s:15:\"tst_result_pass\";s:20:\"Results of Test Pass\";s:25:\"tst_results_access_always\";s:11:\"Immediately\";s:30:\"tst_results_access_always_desc\";s:228:\"Participants can access their results within the ‘Results’-tab immediately after starting the test pass 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:27:\"tst_results_access_finished\";s:27:\"After Test Pass is Finished\";s:32:\"tst_results_access_finished_desc\";s:179:\"ILIAS displays the test results after the test pass is finished. After finishing the test pass 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_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:26:\"tst_results_access_setting\";s:13:\"Point in Time\";s:27:\"tst_results_details_options\";s:46:\"Further Details to be Included in Test Results\";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: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: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:20:\"tst_results_overview\";s:33:\"Pass Overview of the Test Results\";s:30:\"tst_show_solution_details_desc\";s:279:\"As an add-on to the ‘Table of Detailed Test Results’, the participant get a link to a page for each question. This linked page contains the question, the answer provided by the participant, information on whether this was the correct answer and points scored by this answer.\";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: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: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: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: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:11:\"tst_results\";s:12:\"Test Results\";s:15:\"tst_resume_test\";s:15:\"Resume the Test\";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:24:\"tst_score_mcmr_questions\";s:43:\"Multiple Choice Questions with Empty Answer\";s:33:\"tst_score_mcmr_use_scoring_system\";s:41:\"Save and Score Empty Answers (Deprecated)\";s:38:\"tst_score_mcmr_use_scoring_system_desc\";s:234:\"An additional option \"None of the above\" allows saving of empty answers. The unchecked options will be scored as defined in the question. This setting is only kept for existing tests and will be abandoned in a following ILIAS version.\";s:42:\"tst_score_mcmr_zero_points_when_unanswered\";s:26:\"Don’t Save Empty Answers\";s:47:\"tst_score_mcmr_zero_points_when_unanswered_desc\";s:95:\"Answers without any checked option are not saved. Participants get 0 points on these questions.\";s:24:\"tst_score_reporting_date\";s:20:\"Score Reporting Date\";s:19:\"tst_score_reporting\";s:15:\"Score Reporting\";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:18:\"tst_sequence_fixed\";s:34:\"The Sequence of Questions is Fixed\";s:21:\"tst_sequence_postpone\";s:52:\"Questions may be postponed to the end of a test pass\";s:23:\"tst_sequence_properties\";s:63:\"Administering the Test: Functionality Available to Participants\";s:12:\"tst_sequence\";s:8:\"Sequence\";s:20:\"tst_session_settings\";s:16:\"Session Settings\";s:21:\"tst_show_answer_sheet\";s:12:\"Show Answers\";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:15:\"tst_show_cancel\";s:12:\"Suspend Test\";s:21:\"tst_show_pass_details\";s:88:\"Show ‘Table of Detailed Test Results’ for each Test Pass upon Selected Point in Time\";s:26:\"tst_show_pass_details_desc\";s:655:\"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 pass.
Other than that the table will be displayed after the last test pass possible (setting in link ‘General’, option ‘Limit Number of Test Passes’) or after the test is officially finished (setting in link ‘General’, option ‘Finishing Time’).
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:27:\"participants_results_subtab\";s:16:\"All Participants\";s:11:\"results_tab\";s:7:\"Results\";s:18:\"tst_show_side_list\";s:22:\"Show List of Questions\";s:37:\"tst_dyn_unfreeze_answers_confirmation\";s:173:\"There are questions to which your initial answers were fixed and you could not make any changes. Do you want to answer them one more time now and thus unfreeze your answers?\";s:24:\"tst_dyn_unfreeze_answers\";s:16:\"Answer once more\";s:24:\"tst_dyn_keep_answ_freeze\";s:30:\"Keep my current answers frozen\";s:30:\"tst_show_solution_answers_only\";s:36:\"Print View of Results (Answers Only)\";s:25:\"tst_show_solution_details\";s:29:\"Scored Answers of Participant\";s:26:\"tst_show_solution_feedback\";s:8:\"Feedback\";s:27:\"tst_show_solution_printview\";s:45:\"Additional ‘List of Answers’ for Printing\";s:27:\"tst_show_solution_signature\";s:21:\"Signature Placeholder\";s:27:\"tst_show_solution_suggested\";s:26:\"Content for Recapitulation\";s:28:\"tst_show_summary_description\";s:229:\"Participants can switch on a list of test questions on the left of the actual question. Additionally, they are presented with a button ‘List of Questions’. On that screen the overall status of all questions will be displayed.\";s:16:\"tst_show_summary\";s:28:\"Show ‘List of Questions’\";s:33:\"tst_shuffle_questions_description\";s:77:\"Shuffles the sequence of questions for every participant and every test pass.\";s:21:\"tst_shuffle_questions\";s:17:\"Shuffle Questions\";s:13:\"tst_signature\";s:9:\"Signature\";s:18:\"tst_single_results\";s:19:\"Results by Question\";s:23:\"tst_start_new_test_pass\";s:19:\"Start New Test Pass\";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: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:21:\"tst_text_count_system\";s:14:\"Scoring System\";s:27:\"tst_time_already_spent_left\";s:17:\"You have %s left.\";s:22:\"tst_time_already_spent\";s:64:\"You started the test at: %s. Your maximum processing time is %s.\";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:16:\"tst_title_output\";s:19:\"Show Question Title\";s:8:\"tst_type\";s:9:\"Test Type\";s:7:\"exam_id\";s:12:\"Testpass ID:\";s:13:\"exam_id_label\";s:7:\"Exam Id\";s:19:\"examid_in_test_pass\";s:20:\"Display Test Pass ID\";s:24:\"examid_in_test_pass_desc\";s:83:\"A test pass ID is displayed in the test. A new ID is generated for every test pass.\";s:18:\"examid_in_test_res\";s:18:\"ILIAS Test Pass ID\";s:23:\"examid_in_test_res_desc\";s:60:\"The ILIAS test pass ID will be included in the test results.\";s:36:\"tst_use_previous_answers_description\";s:180:\"Participants will be presented with their answers from previous test passes. This option has to be activated by individual participants on the Info-tab before starting a test pass.\";s:29:\"tst_use_previous_answers_user\";s:63:\"Use my previous answers as default values in future test passes\";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:21:\"use_previous_solution\";s:21:\"Use Previous Solution\";s:24:\"tst_use_previous_answers\";s:20:\"Use Previous Answers\";s:22:\"tst_user_finished_test\";s:23:\"User finished test (%s)\";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:21:\"test_enable_archiving\";s:16:\"Enable Archiving\";s:21:\"cannot_export_archive\";s:33:\"Archive-Export cannot be created.\";s:9:\"unlimited\";s:9:\"unlimited\";s:6:\"unlock\";s:6:\"Unlock\";s:17:\"uploaded_material\";s:17:\"Uploaded Material\";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:29:\"warning_question_not_complete\";s:29:\"The question is not complete!\";s:5:\"width\";s:5:\"Width\";s:14:\"worked_through\";s:14:\"Worked Through\";s:8:\"answered\";s:8:\"Answered\";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\";s:16:\"all_participants\";s:16:\"All participants\";s:27:\"with_solutions_participants\";s:27:\"Participants with solutions\";s:30:\"without_solutions_participants\";s:30:\"Participants without solutions\";s:16:\"tst_show_toplist\";s:7:\"Ranking\";s:16:\"toplist_by_score\";s:19:\"High score by score\";s:15:\"toplist_by_time\";s:26:\"High score by working time\";s:16:\"toplist_col_rank\";s:4:\"Rank\";s:23:\"toplist_col_participant\";s:11:\"Participant\";s:20:\"toplist_col_achieved\";s:4:\"Date\";s:17:\"toplist_col_score\";s:5:\"Score\";s:22:\"toplist_col_percentage\";s:10:\"Percentage\";s:17:\"toplist_col_hints\";s:5:\"Hints\";s:17:\"toplist_col_wtime\";s:12:\"Working Time\";s:21:\"tst_highscore_enabled\";s:7:\"Ranking\";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: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_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: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: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_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: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: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: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: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: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:29:\"tst_rnd_quest_cfg_tab_general\";s:13:\"Configuration\";s:26:\"tst_rnd_quest_cfg_tab_pool\";s:23:\"Selected Question Pools\";s:21:\"tst_question_set_type\";s:27:\"Selection of Test Questions\";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: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:55:\"tst_change_quest_set_type_from_old_to_new_with_conflict\";s:221:\"You are about to change the test mode from %s to %s, although a questions/question pool configuration dependent on the current test mode already exists.
This already existing configuration will be lost.\";s:44:\"tst_msg_dynamic_question_set_config_modified\";s:61:\"Continues question selection configuration has been modified.\";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:31:\"tst_delete_dyn_test_results_btn\";s:19:\"Remove Test Results\";s:35:\"tst_dyn_test_msg_pass_deletion_link\";s:23:\"Remove Previous Answers\";s:33:\"tst_dyn_test_pass_deletion_button\";s:17:\"Reset All Answers\";s:36:\"tst_form_dynamic_question_set_config\";s:28:\"Continues Question Selection\";s:50:\"tst_input_dynamic_question_set_source_questionpool\";s:20:\"Source Question Pool\";s:59:\"tst_dynamic_question_set_source_questionpool_summary_string\";s:28:\"%s (Path: %s) [%s Questions]\";s:48:\"tst_dyn_quest_set_src_qpl_summary_string_trashed\";s:27:\"%s (Removed) [%s Questions]\";s:48:\"tst_dyn_quest_set_src_qpl_summary_string_deleted\";s:24:\"%s (Removed Permanently)\";s:55:\"tst_input_dynamic_question_set_taxonomie_filter_enabled\";s:23:\"Provide Taxonomy Filter\";s:52:\"tst_input_dyn_quest_set_answer_status_filter_enabled\";s:28:\"Provide Answer Status Filter\";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: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: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:55:\"tst_input_dynamic_question_set_question_ordering_by_tax\";s:27:\"Order Questions by Taxonomy\";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: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:37:\"tst_start_dyn_test_with_cur_quest_sel\";s:42:\"Start Test with Current Question Selection\";s:38:\"tst_resume_dyn_test_with_cur_quest_sel\";s:43:\"Resume Test with Current Question Selection\";s:34:\"tst_dynamic_question_set_selection\";s:47:\"Test Question Selection and Selection-Statistic\";s:33:\"tst_dynamic_question_set_complete\";s:15:\"Total-Statistic\";s:21:\"tst_num_all_questions\";s:23:\"Number of All Questions\";s:26:\"tst_num_selected_questions\";s:28:\"Number of Selected Questions\";s:38:\"tst_num_non_answered_questions_skipped\";s:7:\"Skipped\";s:38:\"tst_num_non_answered_questions_notseen\";s:18:\"Not Presented, Yet\";s:32:\"tst_num_wrong_answered_questions\";s:17:\" Answered Wrongly\";s:34:\"tst_num_correct_answered_questions\";s:18:\"Answered Correctly\";s:38:\"tst_change_dyn_test_question_selection\";s:25:\"Change Question Selection\";s:46:\"tst_dyn_test_msg_currently_finished_completely\";s:173:\"Currently you have answered all questions from the selected question pool successfully. You can proceed the test when there are new or edited questions in the question pool.\";s:45:\"tst_dyn_test_msg_currently_finished_selection\";s:132:\"With the current question selection you have answered all questions successfully. Change the question selection to proceed the test.\";s:26:\"tst_activate_skill_service\";s:18:\"Competence Service\";s:19:\"tst_tab_competences\";s:11:\"Competences\";s:19:\"qpl_tab_competences\";s:11:\"Competences\";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:26:\"tst_skl_sub_tab_thresholds\";s:21:\"Competence Thresholds\";s:32:\"tst_msg_skl_lvl_thresholds_saved\";s:41:\"The competence thresholds has been saved.\";s:14:\"tst_competence\";s:10:\"Competence\";s:29:\"tst_manage_competence_assigns\";s:29:\"Manage Competence Assignments\";s:26:\"tst_edit_competence_assign\";s:26:\"Edit Assignment Properties\";s:26:\"tst_view_competence_assign\";s:26:\"View Assignment Properties\";s:38:\"qpl_qst_skl_assign_properties_modified\";s:46:\"The assignment\'s properties has been modified.\";s:27:\"qpl_qst_skl_assigns_updated\";s:44:\"The competence assignments has been updated.\";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:33:\"qpl_qst_skl_assign_synced_to_orig\";s:75:\"The competence assignments has been synchronised to the questions original.\";s:29:\"qpl_save_skill_assigns_update\";s:27:\"Save Competence Assignments\";s:31:\"qpl_cancel_skill_assigns_update\";s:6:\"Cancel\";s:15:\"tst_comp_points\";s:17:\"Competence Points\";s:18:\"tst_comp_eval_mode\";s:13:\"Evaluation by\";s:17:\"tst_num_questions\";s:19:\"Number of Questions\";s:19:\"tst_max_comp_points\";s:22:\"Max. Competence Points\";s:9:\"tst_level\";s:16:\"Competence Level\";s:13:\"tst_threshold\";s:17:\"Thresholds (in %)\";s:19:\"tst_save_thresholds\";s:15:\"Save Thresholds\";s:21:\"tst_show_comp_results\";s:18:\"Competence Results\";s:12:\"tst_analysis\";s:8:\"Analysis\";s:24:\"tst_all_test_competences\";s:19:\"All Test Competence\";s:16:\"tst_gap_analysis\";s:12:\"Gap Analysis\";s:15:\"tst_test_result\";s:11:\"Test Result\";s:16:\"feedback_setting\";s:33:\"Mode of answer specific feedback.\";s:12:\"feedback_all\";s:46:\"Show answer specific feedback for all answers.\";s:16:\"feedback_checked\";s:62:\"Show answer specific feedback for all chosen/selected answers.\";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: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:28:\"tst_add_quest_cont_edit_mode\";s:29:\"Editor for Feedback and Hints\";s:36:\"tst_add_quest_cont_edit_mode_default\";s:51:\"Use rich-text editor for editing feedback and hints\";s:40:\"tst_add_quest_cont_edit_mode_page_object\";s:52:\"Use ILIAS page editor for editing feedback and hints\";s:31:\"tst_question_feedback_edit_page\";s:12:\"Edit Content\";s:43:\"tst_question_feedback_back_to_feedback_form\";s:24:\"Back To Calling Question\";s:15:\"enable_examview\";s:25:\"Overview of Answers Given\";s:20:\"enable_examview_desc\";s:120:\"Participants are presented with all questions and the answers they provided in an overview prior to submitting the test.\";s:18:\"show_examview_html\";s:9:\"On screen\";s:17:\"show_examview_pdf\";s:12:\"PDF Download\";s:13:\"scoringadjust\";s:11:\"Corrections\";s:29:\"tst_trigger_result_refreshing\";s:55:\"Results need to be recalculated. This may take a while.\";s:12:\"test_scoring\";s:15:\"Scoring Options\";s:12:\"test_results\";s:20:\"Summary Test Results\";s:4:\"misc\";s:12:\"Misc Options\";s:15:\"tst_back_to_top\";s:11:\"Back to Top\";s:25:\"tst_back_to_question_list\";s:21:\"Back to Question List\";s:23:\"tst_results_tax_filters\";s:13:\"Result Filter\";s:24:\"tst_back_to_pass_details\";s:20:\"Back to Pass Details\";s:18:\"tst_answer_details\";s:14:\"Answer Details\";s:23:\"tst_list_answer_details\";s:18:\"Show in List Below\";s:25:\"tst_single_answer_details\";s:18:\"Show Single Answer\";s:37:\"tst_pass_details_overview_table_title\";s:29:\"Detailed Overview for Pass %s\";s:27:\"tst_btn_show_best_solutions\";s:19:\"Show Best Solutions\";s:27:\"tst_btn_hide_best_solutions\";s:19:\"Hide Best Solutions\";s:25:\"tst_settings_header_intro\";s:32:\"Information Before Start of Test\";s:29:\"tst_settings_header_execution\";s:30:\"Administering the Test: Access\";s:22:\"tst_starting_time_desc\";s:132:\"Point in time after which the test can be started by clicking the button ‚Start‘, participants can provide answers to questions.\";s:20:\"tst_ending_time_desc\";s:124:\"Point in time at which the test will be finished: Participants an no longer answer questions, the test is finished by ILIAS.\";s:22:\"tst_allowed_users_desc\";s:178:\"ILIAS will monitor the number of participants taking the test at the same time. If more users than maximally allowed try to access ILIAS will prevent them from starting the test.\";s:31:\"tst_allowed_users_time_gap_desc\";s:140:\"Participants that do not click in the test for the indicated amount of time will be categorized as ‚inactive‘ and removed from the test.\";s:28:\"tst_settings_header_test_run\";s:32:\"Administering the Test: Test Run\";s:20:\"tst_nr_of_tries_desc\";s:48:\"Maximum number of passes a participant can take.\";s:21:\"tst_final_information\";s:18:\"Finishing the Test\";s:16:\"saved_adjustment\";s:14:\"Changes saved.\";s:15:\"sign_submission\";s:31:\"Digitally Sign Test Submissions\";s:20:\"sign_submission_info\";s:136:\"If this is activated and a signature plugin is installed and active, participants will be requested to digitally sign their submissions.\";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:23:\"tst_qst_added_to_pool_s\";s:53:\"Successfully added the question to the selected pool.\";s:23:\"tst_qst_added_to_pool_p\";s:54:\"Successfully added the questions to the selected pool.\";s:15:\"autosavecontent\";s:16:\"Autosave Content\";s:16:\"submit_and_check\";s:21:\"Save and Check Answer\";s:16:\"tst_search_users\";s:19:\"Search Participants\";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:11:\"mailnottype\";s:53:\"Send notification even if a user finishes a test pass\";s:21:\"dont_use_questionpool\";s:75:\"Don\'t insert the questions in a question pool (only available in this test)\";s:29:\"ordering_answer_sequence_info\";s:83:\"The answer sequence you define here will be taken as the correct solution sequence.\";s:16:\"tst_exp_sc_short\";s:49:\"Item Analysis Export for Pure Single Choice Tests\";s:21:\"tst_exp_sc_short_desc\";s:207:\"In the ‘Statistics’-tab an additional export option is offered. It generates a spreadsheet for item analysis outside of ILIAS. This option only works for tests purely composed of Single Choice Questions.\";s:23:\"questions_per_page_view\";s:9:\"Page View\";s:18:\"test_next_question\";s:13:\"Next Question\";s:18:\"test_prev_question\";s:17:\"Previous Question\";s:12:\"test_jump_to\";s:16:\"Jump to Question\";s:19:\"ass_create_question\";s:15:\"Create Question\";s:22:\"adm_settings_templates\";s:18:\"Settings Templates\";s:24:\"test_question_pool_usage\";s:21:\"Use of Question Pools\";s:33:\"test_question_pool_usage_optional\";s:52:\"Questions can be added optionally to a question pool\";s:38:\"test_question_pool_usage_optional_info\";s:44:\"The questions can be re-used in other tests.\";s:37:\"test_question_pool_usage_tst_directly\";s:42:\"Questions are created directly in the test\";s:42:\"test_question_pool_usage_tst_directly_info\";s:47:\"The questions cannot be re-used in other tests.\";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:30:\"tst_anonymity_no_anonymization\";s:18:\"Results with Names\";s:28:\"tst_anonymity_anonymous_test\";s:38:\"Results without Names / Anonymous Test\";s:27:\"tst_presentation_properties\";s:48:\"Administering the Test: Behavior of the Question\";s:16:\"test_delete_page\";s:15:\"Delete Question\";s:14:\"test_move_page\";s:13:\"Move Question\";s:25:\"assessment_pool_selection\";s:14:\"Pool Selection\";s:18:\"assessment_no_pool\";s:24:\"Do not use question pool\";s:24:\"assessment_existing_pool\";s:26:\"Use existing question pool\";s:19:\"assessment_new_pool\";s:24:\"Create new question pool\";s:27:\"test_confirm_template_reset\";s:62:\"Are you sure that you do not want to use the template anymore?\";s:19:\"test_template_reset\";s:30:\"The template has been removed.\";s:24:\"test_using_template_link\";s:27:\"Do not use template anymore\";s:9:\"saveOrder\";s:10:\"Save Order\";s:23:\"saveOrderAndObligations\";s:26:\"Save Order and Obligations\";s:10:\"obligatory\";s:10:\"Compulsory\";s:28:\"not_all_obligations_answered\";s:72:\"You must answer all compulsory questions before you can finish the test.\";s:36:\"tst_setting_enable_obligations_label\";s:20:\"Compulsory Questions\";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:38:\"tst_test_contains_obligatory_questions\";s:65:\"To end this test you have to answer all compulsory questions (*).\";s:29:\"copy_and_link_to_questionpool\";s:20:\"Add to question pool\";s:10:\"tst_result\";s:11:\"Test Result\";s:19:\"tst_remove_question\";s:69:\"Are you sure you want to remove the following question from the test?\";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: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:8:\"imported\";s:8:\"imported\";s:56:\"cannot_switch_to_online_no_questions_andor_no_mark_steps\";s:110:\"The status cannot be changed to "online" because there are no questions and/or no marks in the test!\";s:15:\"test_is_offline\";s:47:\"You cannot start the test! The test is offline.\";s:18:\"test_edit_settings\";s:13:\"Edit 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: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: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:20:\"tst_default_settings\";s:25:\"Personal Default Settings\";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: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:12:\"tst_question\";s:8:\"Question\";s:15:\"tst_participant\";s:11:\"Participant\";s:22:\"tst_participant_status\";s:18:\"Participant Status\";s:16:\"tst_edit_scoring\";s:12:\"Edit Scoring\";s:33:\"tst_pass_overview_for_participant\";s:31:\"Test Passes for Participant: %s\";s:38:\"tst_manscoring_question_section_header\";s:12:\"Question: %s\";s:32:\"tst_manscoring_user_notification\";s:17:\"Send Notification\";s:33:\"tst_saved_manscoring_successfully\";s:71:\"The manual scoring for test pass %s for %s has been saved successfully.\";s:45:\"tst_saved_manscoring_by_question_successfully\";s:84:\"The manual scoring for the question %s for test pass %s has been saved successfully.\";s:26:\"tst_save_manscoring_failed\";s:54:\"Saving the manual scoring for test pass %s has failed.\";s:45:\"tst_manscoring_maxpoints_exceeded_input_alert\";s:39:\"The maximum of %s point(s) is exceeded!\";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: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:42:\"tst_notify_manscoring_done_body_msg_reason\";s:75:\"You have received this notification, because you participated in this test.\";s:29:\"tst_setting_offer_hints_label\";s:5:\"Hints\";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:22:\"tst_question_hints_tab\";s:5:\"Hints\";s:31:\"tst_question_hints_table_header\";s:22:\"Hints for Question: %s\";s:33:\"tst_question_hints_table_no_items\";s:17:\"No Existing Hints\";s:42:\"tst_question_hints_table_column_hint_order\";s:5:\"Order\";s:41:\"tst_question_hints_table_column_hint_text\";s:4:\"Hint\";s:43:\"tst_question_hints_table_column_hint_points\";s:16:\"Points Deduction\";s:39:\"tst_question_hints_table_link_edit_hint\";s:9:\"Edit Hint\";s:41:\"tst_question_hints_table_link_delete_hint\";s:11:\"Delete Hint\";s:40:\"tst_questions_hints_table_cmd_save_order\";s:10:\"Save Order\";s:46:\"tst_questions_hints_table_multicmd_delete_hint\";s:14:\"Delete Hint(s)\";s:43:\"tst_questions_hints_table_multicmd_cut_hint\";s:30:\"Cut Hint to Ordering Clipboard\";s:52:\"tst_questions_hints_table_multicmd_paste_hint_before\";s:32:\"Prepend Hint to the Selected One\";s:51:\"tst_questions_hints_table_multicmd_paste_hint_after\";s:31:\"Append 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:53:\"tst_question_hints_delete_hints_missing_selection_msg\";s:33:\"No hint(s) selected for deletion.\";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:43:\"tst_question_hints_delete_hints_confirm_cmd\";s:14:\"Delete Hint(s)\";s:37:\"tst_question_hints_delete_success_msg\";s:51:\"The selected hint(s) has been deleted successfully.\";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:35:\"tst_question_hints_form_header_edit\";s:24:\"Hint %s for Question: %s\";s:37:\"tst_question_hints_form_header_create\";s:25:\"New Hint for Question: %s\";s:39:\"tst_question_hints_form_label_hint_text\";s:4:\"Hint\";s:41:\"tst_question_hints_form_label_hint_points\";s:15:\"Point Deduction\";s:32:\"tst_question_hints_form_cmd_save\";s:9:\"Save Hint\";s:33:\"tst_question_hints_form_saved_msg\";s:37:\"The hint has been saved successfully.\";s:35:\"tst_question_hints_form_invalid_msg\";s:56:\"The hint could not been saved. Please check your inputs.\";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:41:\"tst_question_hints_save_order_success_msg\";s:41:\"The order of hint was saved successfully.\";s:43:\"tst_question_hints_paste_before_success_msg\";s:56:\"The hint %s has been pasted before hint %s successfully.\";s:42:\"tst_question_hints_paste_after_success_msg\";s:55:\"The hint %s has been pasted after hint %s successfully.\";s:21:\"tst_median_mark_panel\";s:14:\"Mark of Median\";s:28:\"tst_processing_time_duration\";s:28:\"Maximum Duration of the Test\";s:33:\"tst_processing_time_duration_desc\";s:41:\"Maximum of time granted to take the test.\";s:28:\"button_request_question_hint\";s:12:\"Request Hint\";s:33:\"button_request_next_question_hint\";s:17:\"Request Next Hint\";s:36:\"button_show_requested_question_hints\";s:20:\"Show Requested Hints\";s:34:\"tst_question_hints_confirm_request\";s:12:\"Request Hint\";s:33:\"tst_question_hints_cancel_request\";s:16:\"Back to Question\";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:35:\"tst_question_hints_back_to_question\";s:16:\"Back to Question\";s:37:\"tst_question_hints_index_column_label\";s:7:\"Hint %s\";s:42:\"tst_question_hints_table_column_hint_index\";s:5:\"Index\";s:46:\"tst_question_hints_requested_hint_count_header\";s:15:\"Requested Hints\";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:46:\"tst_question_hints_table_link_edit_hint_points\";s:11:\"Edit Points\";s:44:\"tst_question_hints_table_link_edit_hint_page\";s:9:\"Edit Page\";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:36:\"tst_question_hints_back_to_hint_list\";s:18:\"Question Hint List\";s:20:\"conf_delete_pass_ctm\";s:55:\"Wollen Sie Ihre bisherigen Antworten wirklich löschen?\";s:16:\"conf_delete_pass\";s:54:\"Are you sure you want to delete your existing answers?\";s:26:\"tst_activation_online_info\";s:42:\"If online, participants can take the test.\";s:38:\"tst_activation_limited_visibility_info\";s:128:\"Before and after the indicated period it is only the test\'s title that will be displayed. The participants cannot take the test.\";s:8:\"tst_copy\";s:9:\"Copy Test\";s:17:\"oq_btn_nest_terms\";s:27:\"Switch to term nesting view\";s:20:\"oq_btn_nest_pictures\";s:30:\"Switch to picture nesting view\";s:19:\"oq_btn_define_terms\";s:30:\"Switch to term definition view\";s:22:\"oq_btn_define_pictures\";s:33:\"Switch to picture definition view\";s:27:\"oq_header_ordering_elements\";s:17:\"Ordering Elements\";s:19:\"tst_extratime_added\";s:69:\"The working time of the participant has been increased by %s minutes.\";s:26:\"tst_extratime_notavailable\";s:83:\"Extra time can be added only for tests with one pass and a maximum processing time.\";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:9:\"extratime\";s:10:\"Extra Time\";s:19:\"log_added_extratime\";s:44:\"Added extra %d minutes for participant id %d\";s:6:\"timing\";s:10:\"Extra Time\";s:22:\"tst_change_workingtime\";s:32:\"Add extra time for a participant\";s:17:\"tst_imap_qst_mode\";s:4:\"Mode\";s:20:\"tst_imap_qst_mode_sc\";s:13:\"Single Choice\";s:20:\"tst_imap_qst_mode_mc\";s:15:\"Multiple Choice\";s:24:\"fixedparticipants_subtab\";s:30:\"Manually Selected Participants\";s:23:\"autoparticipants_subtab\";s:12:\"Participants\";s:28:\"redirect_after_finishing_tst\";s:8:\"Redirect\";s:33:\"redirect_after_finishing_tst_desc\";s:168:\"After completion of test each participant is automatically redirected to a defined webpage. This is only valid if the participants have no access to their test results.\";s:29:\"redirect_after_finishing_rule\";s:8:\"Redirect\";s:22:\"redirect_in_kiosk_mode\";s:32:\"only when exam view is activated\";s:15:\"redirect_always\";s:25:\"always to defined webpage\";s:15:\"redirection_url\";s:14:\"URL of webpage\";s:16:\"exp_file_created\";s:20:\"Export file created.\";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_no_scorable_qst_available\";s:30:\"No question to score available\";s:27:\"part_received_a_of_b_points\";s:49:\"The participant received %s of %s possible points\";s:10:\"answers_of\";s:11:\"Answers of:\";s:11:\"question_id\";s:11:\"Question ID\";s:17:\"question_id_short\";s:2:\"ID\";s:25:\"apply_def_settings_to_tst\";s:14:\"Apply Settings\";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:22:\"tst_header_participant\";s:12:\"Your Answer:\";s:19:\"tst_header_solution\";s:14:\"Best Solution:\";s:18:\"assFormulaQuestion\";s:16:\"Formula Question\";s:13:\"parseQuestion\";s:14:\"Parse Question\";s:9:\"variables\";s:9:\"Variables\";s:7:\"results\";s:7:\"Results\";s:11:\"select_unit\";s:19:\"--- Select Unit ---\";s:7:\"formula\";s:7:\"Formula\";s:13:\"rating_simple\";s:13:\"Simple Rating\";s:4:\"unit\";s:4:\"Unit\";s:9:\"range_min\";s:15:\"Range (Minimum)\";s:9:\"range_max\";s:15:\"Range (Maximum)\";s:9:\"tolerance\";s:13:\"Tolerance (%)\";s:12:\"result_units\";s:15:\"Available Units\";s:9:\"precision\";s:9:\"Precision\";s:9:\"err_range\";s:56:\"The maximum range must be greater than the minimum range\";s:14:\"err_no_formula\";s:24:\"You must enter a formula\";s:25:\"err_wrong_rating_advanced\";s:88:\"Please make sure that the addition of the advanced rating settings equals to 100 percent\";s:11:\"rating_sign\";s:9:\"Rate Sign\";s:12:\"rating_value\";s:10:\"Rate Value\";s:11:\"rating_unit\";s:9:\"Rate Unit\";s:10:\"rated_sign\";s:4:\"Sign\";s:11:\"rated_value\";s:5:\"Value\";s:10:\"rated_unit\";s:4:\"Unit\";s:13:\"suggest_range\";s:13:\"Suggest Range\";s:5:\"units\";s:5:\"Units\";s:8:\"category\";s:8:\"Category\";s:10:\"categories\";s:10:\"Categories\";s:12:\"new_category\";s:17:\"New Unit Category\";s:8:\"new_unit\";s:8:\"New Unit\";s:6:\"factor\";s:6:\"Factor\";s:8:\"baseunit\";s:9:\"Base Unit\";s:16:\"unit_placeholder\";s:14:\"** New Unit **\";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:19:\"err_unit_in_results\";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: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:22:\"err_wrong_categoryname\";s:28:\"The category already exists.\";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:21:\"un_deleted_categories\";s:31:\"Deletion successfully processed\";s:23:\"un_deleted_categories_s\";s:31:\"Deletion successfully processed\";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: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: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:16:\"un_deleted_units\";s:31:\"Deletion successfully processed\";s:18:\"un_deleted_units_s\";s:31:\"Deletion successfully processed\";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:17:\"selected_category\";s:21:\"Selected Category: %s\";s:19:\"un_sel_cat_sel_unit\";s:40:\"Selected Category: %s, Selected Unit: %s\";s:11:\"un_sequence\";s:8:\"Sequence\";s:21:\"un_category_not_exist\";s:38:\"The requested category does not exist.\";s:13:\"un_save_order\";s:10:\"Save Order\";s:12:\"intprecision\";s:12:\"Divisible By\";s:20:\"errRecursionInResult\";s:43:\"The formula contains an infinite recursion.\";s:21:\"err_duplicate_results\";s:84:\"You used a result variable more than once. This is not allowed in the question text.\";s:21:\"result_type_selection\";s:21:\"Result Type Selection\";s:10:\"result_dec\";s:7:\"Decimal\";s:11:\"result_frac\";s:8:\"Fraction\";s:14:\"result_co_frac\";s:16:\"Coprime Fraction\";s:14:\"no_result_type\";s:15:\"No Restrictions\";s:15:\"result_dec_info\";s:35:\"Valid results are i.e.: 2,3 and 2.3\";s:16:\"result_frac_info\";s:35:\"i.e.: 1/3 and 2/6 are valid results\";s:19:\"result_co_frac_info\";s:54:\"Canceled out fraction i.e.: only 1/3 is a valid result\";s:33:\"change_adm_categories_not_allowed\";s:57:\"You do not have any permissions concerning this category.\";s:20:\"expected_result_type\";s:20:\"Expected result type\";s:18:\"enter_valid_values\";s:63:\"Please enter valid value. Chars will be evaluated as incorrect!\";s:22:\"res_contains_undef_var\";s:48:\"A result formula contains an undefined variable!\";s:23:\"que_contains_unused_var\";s:78:\"The question text contains a variable, that is not used in any result formula!\";s:22:\"res_contains_undef_res\";s:46:\"A result formula contains an undefined result!\";s:18:\"errFormulaQuestion\";s:51:\"A Formula Question contains incorrect information!!\";s:13:\"un_show_units\";s:10:\"Show Units\";s:14:\"un_local_units\";s:11:\"Local Units\";s:15:\"un_global_units\";s:12:\"Global Units\";s:22:\"un_units_of_category_x\";s:21:\"Units of Category: %s\";s:10:\"variable_x\";s:11:\"Variable %s\";s:8:\"result_x\";s:9:\"Result %s\";s:6:\"rating\";s:6:\"Rating\";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:20:\"show_answer_overview\";s:20:\"Show Answer Overview\";s:15:\"un_add_category\";s:12:\"Add Category\";s:11:\"un_add_unit\";s:8:\"Add Unit\";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: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:17:\"fq_precision_info\";s:43:\"Enter the number of desired decimal places.\";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:22:\"fq_no_restriction_info\";s:50:\"Both decimals and fractions are accepted as input.\";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: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: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:16:\"result_unit_info\";s:90:\"Please note that the selected result unit must also be activated in ‘Available units’.\";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:13:\"save_and_next\";s:17:\"Save and Continue\";s:25:\"positive_numbers_required\";s:35:\"Please enter only positive numbers.\";s:24:\"user_has_finished_a_test\";s:34:\"A participant has finished a test.\";s:21:\"tst_attached_xls_file\";s:73:\"You find the test result for this participant in the attached Excel file.\";s:34:\"tst_notification_explanation_admin\";s:72:\"You receive this mail from ILIAS because you activated the notification.\";s:12:\"ass_location\";s:8:\"Location\";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:37:\"ass_competence_respect_level_ordering\";s:118:\"Please note that the competence thresholds have to be defined in an ascending order according to the available levels.\";s:18:\"tst_revert_changes\";s:12:\"Undo Editing\";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:38:\"save_on_navigation_locked_confirmation\";s:78:\"Your changed answers will be automatically saved and locked when you navigate.\";s:39:\"save_on_navigation_forced_feedback_hint\";s:45:\"Before you get feedback on your given answer.\";s:25:\"tst_answer_status_editing\";s:10:\" (editing)\";s:26:\"tst_answer_status_answered\";s:8:\"Answered\";s:30:\"tst_answer_status_not_answered\";s:12:\"Not answered\";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:23:\"tst_mc_label_none_above\";s:25:\"None of the answers above\";s:17:\"postpone_question\";s:24:\"Move Question to the End\";s:23:\"tst_question_not_marked\";s:22:\"Question is not Marked\";s:20:\"tst_save_and_proceed\";s:16:\"Save and Proceed\";s:25:\"question_browse_area_info\";s:64:\"Please select an object from which you want to import questions.\";}'); +INSERT INTO `lng_modules` VALUES ('auth','en','a:110:{s:28:\"auth_oidc_login_element_info\";s:33:\"Login to ILIAS via OpenID Connect\";s:19:\"auth_oidc_role_info\";s:57:\"OpenID Connect Attribute::Value (e.g: \"roles::employee\").\";s:15:\"auth_oidconnect\";s:14:\"OpenID Connect\";s:24:\"auth_oidc_settings_title\";s:41:\"Configure OpenID Connect Authentification\";s:29:\"auth_oidc_settings_activation\";s:23:\"Activate OpenID Connect\";s:27:\"auth_oidc_settings_provider\";s:12:\"Provider-Url\";s:28:\"auth_oidc_settings_client_id\";s:9:\"Client-ID\";s:25:\"auth_oidc_settings_secret\";s:10:\"Client-Key\";s:21:\"auth_oidc_settings_le\";s:23:\"Login Page Presentation\";s:22:\"auth_oidc_settings_txt\";s:4:\"Text\";s:31:\"auth_oidc_settings_txt_val_info\";s:134:\"Enter a text that is supposed to be shown on the login page. The text will be automatically linked to the OpenId Connect login script.\";s:22:\"auth_oidc_settings_img\";s:5:\"Image\";s:32:\"auth_oidc_settings_img_file_info\";s:139:\"Upload a picture that is supposed to be shown on the login page. The image will be automatically linked to the OpenId Connect login script.\";s:32:\"auth_oidc_settings_login_options\";s:13:\"Login Options\";s:39:\"auth_oidc_settings_login_option_enforce\";s:11:\"Force Login\";s:44:\"auth_oidc_settings_login_option_enforce_info\";s:105:\"A Login on the OpenId Connect Server is necessary in any case - even if there already is a valid session.\";s:39:\"auth_oidc_settings_login_option_default\";s:17:\"Don\'t Force Login\";s:44:\"auth_oidc_settings_login_option_default_info\";s:91:\"A Login on the OpenId Connect Server is not necessary, if there already is a valid session.\";s:31:\"auth_oidc_settings_logout_scope\";s:19:\"Behaviour on Logout\";s:38:\"auth_oidc_settings_logout_scope_global\";s:15:\"Logout globally\";s:37:\"auth_oidc_settings_logout_scope_local\";s:22:\"Logout only from ILIAS\";s:43:\"auth_oidc_settings_logout_scope_global_info\";s:87:\"When activated, both the OpenId Connect and ILIAS session will be terminated on logout.\";s:42:\"auth_oidc_settings_logout_scope_local_info\";s:58:\"When activated, only the ILIAS session will be terminated.\";s:47:\"auth_oidc_settings_custom_session_duration_type\";s:29:\"Settings for Session Duration\";s:49:\"auth_oidc_settings_custom_session_duration_option\";s:23:\"Custom Session Duration\";s:42:\"auth_oidc_settings_custom_session_duration\";s:16:\"Session Duration\";s:36:\"auth_oidc_settings_section_user_sync\";s:33:\"Settings for User Synchronisation\";s:28:\"auth_oidc_settings_user_sync\";s:25:\"Automatic Synchronisation\";s:33:\"auth_oidc_settings_user_sync_info\";s:156:\"When activated, users that authenticated successfully with OpenId Connect, but do not have an ILIAS user account, get an automatically created user account.\";s:31:\"auth_oidc_settings_default_role\";s:15:\"Role Assignment\";s:36:\"auth_oidc_settings_default_role_info\";s:58:\"Please choose a global role für newly created ILIAS users\";s:28:\"auth_oidc_settings_user_attr\";s:30:\"Attribute name of User acounts\";s:35:\"auth_oidc_settings_session_duration\";s:8:\"Duration\";s:9:\"auth_oidc\";s:14:\"OpenId Connect\";s:23:\"auth_oidc_mapping_table\";s:58:\"Assignment of ILIAS User Data to OpenId Connect Attributes\";s:18:\"auth_oidc_settings\";s:15:\"Server-Settings\";s:17:\"auth_oidc_profile\";s:26:\"Assignment of Profile Data\";s:15:\"auth_oidc_roles\";s:15:\"Role Assignment\";s:27:\"auth_oidc_update_field_info\";s:20:\"Update automatically\";s:28:\"auth_oidc_role_mapping_table\";s:54:\"Assignment of ILIAS Roles to OpenId Connect Attributes\";s:26:\"auth_oidc_update_role_info\";s:53:\"Only Apply at first Login (Automatic Synchronisation)\";s:21:\"lti_consumer_inactive\";s:30:\"LTI tool consumer is disabled.\";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:22:\"auth_account_migration\";s:17:\"New ILIAS Account\";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:23:\"auth_rad_migration_info\";s:121:\"Activate this option to give new users the possibility to migrate their existing ILIAS accounts to Radius authentication.\";s:18:\"auth_rad_migration\";s:18:\"Account Migration:\";s:24:\"auth_radius_charset_info\";s:107:\"Please choose the character encoding for the communication with the radius server. If unsure, choose UTF-8.\";s:19:\"auth_radius_charset\";s:18:\"Character Encoding\";s:20:\"auth_radius_sync_rad\";s:37:\"Automatic generation of user accounts\";s:25:\"auth_radius_sync_rad_info\";s:137:\"Creates automatically ILIAS user accounts, for users that successfully authenticated against Radius, without having an ILIAS account yet.\";s:16:\"auth_radius_ldap\";s:26:\"Synchronization using LDAP\";s:21:\"auth_radius_ldap_info\";s:115:\"If enabled, the synchronization of user accounts and role assignments is done using an existing LDAP configuration.\";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:134:\"Creates automatically ILIAS user accounts, for users that successfully authenticated against CAS, without having an ILIAS account yet.\";s:21:\"login_page_switch_rte\";s:20:\"Use Rich-text editor\";s:21:\"login_page_switch_ipe\";s:21:\"Use ILIAS page editor\";s:26:\"login_page_editor_switched\";s:39:\"The active page editor has been changed\";s:19:\"login_page_activate\";s:38:\"Activate Editor for Selected Languages\";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:17:\"auth_login_editor\";s:18:\"Loginscreen Editor\";s:18:\"auth_auth_settings\";s:8:\"Settings\";s:19:\"auth_ldap_server_ds\";s:11:\"LDAP-Server\";s:29:\"auth_err_invalid_user_account\";s:49:\"Authentication failed due to an internal failure.\";s:16:\"auth_err_expired\";s:52:\"Your session has been deactivated due to inactivity.\";s:23:\"auth_err_ldap_exception\";s:71:\"Authentication failed due to an internal authentication failure (LDAP).\";s:28:\"auth_activation_code_success\";s:62:\"Your account has been reactivated. You can now login to ILIAS.\";s:36:\"auth_err_login_attempts_deactivation\";s:63:\"The user account has been deactivated due wrong login attempts.\";s:9:\"auth_saml\";s:4:\"SAML\";s:19:\"auth_saml_configure\";s:29:\"Configure SAML Authentication\";s:21:\"auth_saml_add_idp_btn\";s:25:\"Add new Identity Provider\";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:21:\"auth_saml_deleted_idp\";s:39:\"The Identity Provider has been deleted.\";s:20:\"auth_saml_unknow_idp\";s:44:\"The passed Identity Provider does not exist.\";s:26:\"auth_saml_add_idp_md_label\";s:31:\"Identity Provider SAML Metadata\";s:35:\"auth_saml_idp_selection_table_title\";s:27:\"Identity Provider Selection\";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: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_error\";s:96:\"The given value was not a valid XML document. Ensure the XML contains a valid Identity Provider.\";s:16:\"auth_saml_enable\";s:19:\"Enable SAML Support\";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:19:\"auth_saml_migration\";s:18:\"Account Migration:\";s:21:\"auth_saml_role_select\";s:5:\"Role:\";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: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:14:\"auth_saml_sync\";s:20:\"User Synchronization\";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: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:22:\"auth_saml_user_mapping\";s:20:\"User Profile Mapping\";s:27:\"auth_saml_update_field_info\";s:20:\"Update automatically\";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: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: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 \'%s\' and \'%s\' (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.
Federation Metadata URL: %s\";s:13:\"auth_saml_idp\";s:3:\"IDP\";s:23:\"auth_saml_configure_idp\";s:22:\"Configure SAML IDP: %s\";s:17:\"saml_tab_head_idp\";s:3:\"IDP\";s:22:\"auth_saml_idp_settings\";s:12:\"IDP Settings\";s:19:\"auth_page_type_auth\";s:10:\"Login Page\";}'); +INSERT INTO `lng_modules` VALUES ('awrn','en','a:24:{s:20:\"awareness_now_online\";s:10:\"Online Now\";s:26:\"awareness_now_online_users\";s:19:\"[ONLINE_USER_NAMES]\";s:18:\"awareness_settings\";s:8:\"Settings\";s:11:\"awrn_enable\";s:32:\"Enable ‘Who is online?’-Tool\";s:13:\"awrn_inactive\";s:10:\"Not Listed\";s:16:\"awrn_online_only\";s:11:\"Online Only\";s:17:\"awrn_incl_offline\";s:18:\"Online and Offline\";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:12:\"awrn_seconds\";s:3:\"sec\";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:24:\"awrn_hide_from_awareness\";s:38:\"Hide Me From ‘Who is online?’-Tool\";s:29:\"awrn_hide_from_awareness_info\";s:118:\"The ‘Who is online?’-Tool is in the top bar and listing selected users (e.g. contacts or members of your courses).\";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:12:\"awrn_minutes\";s:3:\"min\";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:11:\"awrn_online\";s:6:\"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\";s:14:\"awrn_user_show\";s:37:\"Show your account in \"Who-is-online?\"\";}'); +INSERT INTO `lng_modules` VALUES ('badge','en','a:64:{s:14:\"badge_settings\";s:14:\"Badge Settings\";s:22:\"badge_service_activate\";s:16:\"Activate Service\";s:27:\"badge_service_activate_info\";s:45:\"Activate the service to make badges available\";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: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:17:\"badge_obi_contact\";s:14:\"Contact E-Mail\";s:22:\"badge_obi_contact_info\";s:62:\"This E-Mail adress will not be shown but baked into 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:11:\"badge_types\";s:5:\"Types\";s:21:\"badge_image_templates\";s:15:\"Image Templates\";s:21:\"badge_activity_badges\";s:15:\"Activity Badges\";s:15:\"badge_crs_merit\";s:5:\"Merit\";s:12:\"badge_manual\";s:15:\"Manual Awarding\";s:18:\"badge_user_profile\";s:11:\"User Profil\";s:11:\"badge_badge\";s:5:\"Badge\";s:18:\"badge_add_template\";s:12:\"Add Template\";s:25:\"badge_image_template_form\";s:14:\"Image Template\";s:23:\"badge_image_from_upload\";s:12:\"Upload Image\";s:25:\"badge_image_from_template\";s:12:\"Use Template\";s:17:\"badge_award_badge\";s:11:\"Award Badge\";s:18:\"badge_remove_badge\";s:12:\"Revoke Badge\";s:36:\"badge_template_deletion_confirmation\";s:62:\"Are you sure you want to delete the following image templates?\";s:38:\"badge_assignment_deletion_confirmation\";s:73:\"Are you sure you want to revoke the following badge assignments for \"%s\"?\";s:27:\"badge_deletion_confirmation\";s:90:\"Are you sure you want to delete the following badges and all their respective assignments?\";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_valid\";s:11:\"Valid until\";s:19:\"badge_object_badges\";s:13:\"Object Badges\";s:29:\"badge_backpack_connect_failed\";s:51:\"The Mozilla Backpack could not be requested for %s.\";s:24:\"badge_backpack_no_groups\";s:44:\"The Mozilla Backpack is empty or non-public.\";s:19:\"badge_backpack_list\";s:11:\"My Backpack\";s:21:\"badge_personal_badges\";s:9:\"My Badges\";s:15:\"badge_issued_on\";s:9:\"Issued On\";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_backpack_email\";s:33:\"Mozilla Backpack Account (E-Mail)\";s:26:\"badge_notification_subject\";s:15:\"Badges received\";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:25:\"badge_notification_badges\";s:10:\"New Badges\";s:30:\"badge_notification_badges_goto\";s:14:\"To your badges\";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:16:\"badge_in_profile\";s:10:\"In Profile\";s:20:\"badge_add_to_profile\";s:14:\"Add to Profile\";s:25:\"badge_remove_from_profile\";s:19:\"Remove from Profile\";s:14:\"badge_criteria\";s:8:\"Criteria\";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: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:15:\"badge_course_lp\";s:9:\"Course LP\";s:18:\"badge_profile_more\";s:8:\"Show all\";s:18:\"badge_profile_less\";s:9:\"Show less\";s:27:\"badge_backpack_gallery_info\";s:68:\"These are your published badge collections in your Mozilla Backpack.\";s:18:\"badge_profile_view\";s:4:\"View\";s:20:\"badge_profile_manage\";s:6:\"Manage\";s:20:\"badge_subtype_manual\";s:6:\"manual\";s:18:\"badge_subtype_auto\";s:9:\"automatic\";s:23:\"badge_course_lp_invalid\";s:64:\"The following objects have a LP mode which is not supported: %s.\";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$.\";}'); +INSERT INTO `lng_modules` VALUES ('barometer','en','a:54:{s:9:\"anonymous\";s:9:\"Anonymous\";s:10:\"bar_create\";s:19:\"Create New Feedback\";s:13:\"barometer_add\";s:16:\"Add new Feedback\";s:27:\"barometer_conflict_anon_req\";s:95:\"Anonymization can not be combined with type ‘Required’. Please choose one of these options.\";s:15:\"barometer_title\";s:8:\"Feedback\";s:4:\"best\";s:4:\"Best\";s:13:\"change_course\";s:13:\"Change Course\";s:10:\"chart_type\";s:10:\"Chart type\";s:11:\"chart_users\";s:10:\"Chart user\";s:11:\"chart_votes\";s:11:\"Chart votes\";s:3:\"day\";s:3:\"Day\";s:4:\"days\";s:4:\"Days\";s:6:\"delete\";s:6:\"Delete\";s:8:\"duration\";s:8:\"Duration\";s:14:\"edit_barometer\";s:13:\"Edit feedback\";s:4:\"edit\";s:4:\"Edit\";s:5:\"every\";s:5:\"every\";s:19:\"feedb_edit_feedback\";s:13:\"Edit Feedback\";s:19:\"feedb_feedback_list\";s:13:\"Feedback List\";s:23:\"feedb_feedback_settings\";s:17:\"Feedback Settings\";s:10:\"feedb_time\";s:4:\"Time\";s:10:\"first_vote\";s:14:\"1. Vote is the\";s:4:\"from\";s:4:\"From\";s:5:\"hours\";s:5:\"Hours\";s:5:\"lines\";s:5:\"Lines\";s:5:\"login\";s:5:\"Login\";s:14:\"missing_fields\";s:39:\"Please fill in all required information\";s:5:\"month\";s:5:\"Month\";s:6:\"months\";s:6:\"Months\";s:8:\"new_vote\";s:8:\"New vote\";s:4:\"note\";s:7:\"Comment\";s:8:\"optional\";s:8:\"Optional\";s:7:\"options\";s:7:\"Options\";s:3:\"pie\";s:3:\"Pie\";s:6:\"repeat\";s:12:\"Repeat Every\";s:8:\"required\";s:8:\"Required\";s:9:\"save_vote\";s:11:\"Submit vote\";s:4:\"save\";s:4:\"Save\";s:4:\"skip\";s:4:\"Skip\";s:10:\"statistics\";s:10:\"Statistics\";s:6:\"status\";s:6:\"Status\";s:5:\"table\";s:5:\"Table\";s:11:\"text_answer\";s:11:\"Text answer\";s:4:\"text\";s:4:\"Text\";s:4:\"time\";s:7:\"Running\";s:5:\"title\";s:5:\"Title\";s:4:\"type\";s:4:\"Type\";s:5:\"until\";s:5:\"Until\";s:4:\"user\";s:4:\"User\";s:4:\"vote\";s:4:\"Vote\";s:5:\"votes\";s:5:\"Votes\";s:5:\"weeks\";s:5:\"Weeks\";s:5:\"worst\";s:5:\"Worst\";s:4:\"year\";s:4:\"Year\";}'); +INSERT INTO `lng_modules` VALUES ('bgtask','en','a:19:{s:14:\"bgtask_failure\";s:5:\"Error\";s:19:\"bgtask_empty_folder\";s:64:\"The current selection does not include any downloadable content.\";s:25:\"bgtask_download_too_large\";s:44:\"The download surpasses the size limit of %s.\";s:14:\"bgtask_blocked\";s:19:\"Concurrent download\";s:19:\"bgtask_blocked_info\";s:46:\"There is already a download processed for you.\";s:25:\"bgtask_blocked_cancel_old\";s:24:\"Cancel existing download\";s:25:\"bgtask_blocked_cancel_new\";s:19:\"Cancel new download\";s:17:\"bgtask_processing\";s:17:\"Creating download\";s:20:\"bgtask_download_long\";s:73:\"The processing of the download with %1$s files (%2$s) might take a while.\";s:14:\"bgtask_setting\";s:31:\"«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:77:\"A download is only possible if the sum of the file sizes is below this value.\";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.\";s:20:\"bgtask_cron_gc_title\";s:34:\"Background Task Garbage Collection\";s:19:\"bgtask_cron_gc_desc\";s:62:\"Deletes obsolete files which were created by background tasks.\";}'); +INSERT INTO `lng_modules` VALUES ('bibitem','en','a:58:{s:11:\"bibitem_add\";s:3:\"Add\";s:14:\"bibitem_author\";s:6:\"Author\";s:10:\"bibitem_av\";s:2:\"AV\";s:15:\"bibitem_bibitem\";s:27:\"Bibliographical information\";s:12:\"bibitem_book\";s:4:\"Book\";s:17:\"bibitem_booktitle\";s:10:\"Book title\";s:15:\"bibitem_catalog\";s:7:\"Catalog\";s:20:\"bibitem_choose_index\";s:44:\"Please select a bibliographical information:\";s:23:\"bibitem_cross_reference\";s:15:\"Cross reference\";s:14:\"bibitem_delete\";s:6:\"Delete\";s:20:\"bibitem_dissertation\";s:12:\"Dissertation\";s:15:\"bibitem_edition\";s:7:\"Edition\";s:14:\"bibitem_editor\";s:6:\"Editor\";s:13:\"bibitem_entry\";s:5:\"Entry\";s:18:\"bibitem_first_name\";s:10:\"First name\";s:23:\"bibitem_grey_literature\";s:15:\"Grey literature\";s:21:\"bibitem_how_published\";s:13:\"How published\";s:18:\"bibitem_identifier\";s:10:\"Identifier\";s:14:\"bibitem_inbook\";s:7:\"In book\";s:21:\"bibitem_inproceedings\";s:14:\"In proceedings\";s:19:\"bibitem_institution\";s:11:\"Institution\";s:16:\"bibitem_internet\";s:8:\"Internet\";s:12:\"bibitem_isbn\";s:4:\"ISBN\";s:12:\"bibitem_issn\";s:4:\"ISSN\";s:23:\"bibitem_journal_article\";s:15:\"Journal article\";s:15:\"bibitem_journal\";s:7:\"Journal\";s:15:\"bibitem_keyword\";s:7:\"Keyword\";s:13:\"bibitem_label\";s:5:\"Label\";s:16:\"bibitem_language\";s:8:\"Language\";s:17:\"bibitem_last_name\";s:9:\"Last name\";s:14:\"bibitem_manual\";s:6:\"Manual\";s:21:\"bibitem_master_thesis\";s:13:\"Master thesis\";s:19:\"bibitem_middle_name\";s:11:\"Middle name\";s:13:\"bibitem_month\";s:5:\"Month\";s:19:\"bibitem_new_element\";s:11:\"New element\";s:25:\"bibitem_newspaper_article\";s:17:\"Newspaper article\";s:17:\"bibitem_not_found\";s:41:\"No bibliographical information available.\";s:12:\"bibitem_note\";s:4:\"Note\";s:14:\"bibitem_number\";s:6:\"Number\";s:20:\"bibitem_organization\";s:12:\"Organization\";s:13:\"bibitem_pages\";s:5:\"Pages\";s:18:\"bibitem_phd_thesis\";s:10:\"PhD thesis\";s:21:\"bibitem_please_select\";s:13:\"Please select\";s:13:\"bibitem_print\";s:5:\"Print\";s:19:\"bibitem_proceedings\";s:11:\"Proceedings\";s:17:\"bibitem_publisher\";s:9:\"Publisher\";s:12:\"bibitem_save\";s:4:\"Save\";s:14:\"bibitem_school\";s:6:\"School\";s:21:\"bibitem_series_editor\";s:6:\"Editor\";s:20:\"bibitem_series_title\";s:12:\"Series title\";s:21:\"bibitem_series_volume\";s:6:\"Volume\";s:14:\"bibitem_series\";s:6:\"Series\";s:24:\"bibitem_technical_report\";s:16:\"Technical report\";s:12:\"bibitem_type\";s:4:\"Type\";s:19:\"bibitem_unpublished\";s:11:\"Unpublished\";s:11:\"bibitem_url\";s:3:\"URL\";s:23:\"bibitem_where_published\";s:15:\"Where published\";s:12:\"bibitem_year\";s:4:\"Year\";}'); +INSERT INTO `lng_modules` VALUES ('bibl','en','a:92:{s:8:\"bibl_new\";s:16:\"New Bibliography\";s:16:\"bibl_link_online\";s:16:\"Lookup inventory\";s:8:\"bibl_add\";s:16:\"Add Bibliography\";s:11:\"bibl_import\";s:19:\"Import Bibliography\";s:22:\"download_original_file\";s:22:\"Download Original File\";s:4:\"Type\";s:4:\"Type\";s:16:\"override_entries\";s:16:\"Override Entries\";s:9:\"bibl_edit\";s:17:\"Edit Bibliography\";s:17:\"bibliography_file\";s:17:\"Bibliography File\";s:18:\"obj_bibl_duplicate\";s:22:\"Duplicate Bibliography\";s:11:\"detail_view\";s:11:\"Detail View\";s:23:\"bibl_settings_libraries\";s:9:\"Libraries\";s:17:\"bibl_library_name\";s:4:\"Name\";s:16:\"bibl_library_url\";s:8:\"Base-URL\";s:16:\"bibl_library_img\";s:9:\"Image-URL\";s:17:\"bibl_settings_new\";s:11:\"Add Library\";s:18:\"bibl_settings_edit\";s:12:\"Edit Library\";s:18:\"news_title_created\";s:27:\"New bibliography list added\";s:18:\"news_title_updated\";s:25:\"Bibliography list updated\";s:10:\"add_filter\";s:10:\"Add Filter\";s:11:\"filter_type\";s:11:\"Filter Type\";s:5:\"field\";s:5:\"Field\";s:6:\"custom\";s:6:\"Custom\";s:6:\"fields\";s:6:\"Fields\";s:3:\"ris\";s:3:\"Ris\";s:6:\"bibtex\";s:6:\"Bibtex\";s:5:\"order\";s:5:\"Order\";s:8:\"standard\";s:8:\"Standard\";s:9:\"translate\";s:9:\"Translate\";s:10:\"identifier\";s:10:\"Identifier\";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:17:\"filter_field_info\";s:57:\"Please choose a field for which you want to add a filter.\";s:16:\"filter_type_info\";s:42:\"Please choose a filter type for the field.\";s:9:\"bibl_copy\";s:17:\"Copy Bibliography\";s:18:\"bib_default_author\";s:6:\"Author\";s:19:\"bib_default_journal\";s:7:\"Journal\";s:18:\"bib_default_number\";s:6:\"Number\";s:17:\"bib_default_pages\";s:5:\"Pages\";s:17:\"bib_default_title\";s:5:\"Title\";s:18:\"bib_default_volume\";s:6:\"Volume\";s:16:\"bib_default_year\";s:4:\"Year\";s:15:\"bib_default_url\";s:3:\"URL\";s:20:\"bib_default_keywords\";s:8:\"Keywords\";s:16:\"bib_default_isbn\";s:9:\"ISSN/ISBN\";s:16:\"bib_default_cite\";s:8:\"Bib Cite\";s:16:\"bib_default_note\";s:4:\"Note\";s:17:\"bib_default_month\";s:5:\"Month\";s:20:\"bib_default_abstract\";s:8:\"Abstract\";s:19:\"bib_default_address\";s:7:\"Address\";s:21:\"bib_default_publisher\";s:9:\"Publisher\";s:19:\"bib_default_edition\";s:7:\"Edition\";s:24:\"bib_default_howpublished\";s:12:\"Published as\";s:16:\"bib_default_type\";s:4:\"Type\";s:18:\"bib_default_series\";s:6:\"Series\";s:24:\"bib_default_organization\";s:11:\"Organizaton\";s:14:\"ris_default_ti\";s:10:\"Book title\";s:14:\"ris_default_au\";s:6:\"Author\";s:14:\"ris_default_py\";s:16:\"Publication year\";s:14:\"ris_default_ja\";s:41:\"Periodical in which article was published\";s:14:\"ris_default_vl\";s:6:\"Volume\";s:14:\"ris_default_pb\";s:9:\"Publisher\";s:14:\"ris_default_sn\";s:14:\"ISSN/ISBN/ASIN\";s:14:\"ris_default_m3\";s:7:\"Misc. 3\";s:14:\"ris_default_ur\";s:3:\"URL\";s:14:\"ris_default_l3\";s:15:\"Related records\";s:14:\"ris_default_a2\";s:20:\"Location in Archives\";s:14:\"ris_default_cy\";s:15:\"Place Published\";s:14:\"ris_default_id\";s:12:\"Reference ID\";s:14:\"ris_default_kw\";s:8:\"Keywords\";s:14:\"ris_default_m1\";s:6:\"Number\";s:14:\"ris_default_n1\";s:5:\"Notes\";s:14:\"ris_default_n2\";s:8:\"Abstract\";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_u2\";s:12:\"User Defined\";s:14:\"ris_default_y1\";s:4:\"Year\";s:14:\"ris_default_ty\";s:4:\"Type\";s:14:\"ris_default_ep\";s:18:\"Ending Page Number\";s:17:\"filter_form_title\";s:14:\"Add new filter\";s:13:\"changes_saved\";s:19:\"Changes were saved.\";s:14:\"filter_deleted\";s:23:\"The Filter was deleted.\";s:21:\"bibl_translation_lang\";s:8:\"Language\";s:22:\"bibl_translation_trans\";s:11:\"Translation\";s:21:\"bibl_translation_desc\";s:11:\"Description\";s:27:\"bibl_msg_translations_saved\";s:23:\"Translations were saved\";s:29:\"bibl_msg_translations_deleted\";s:25:\"Translations were deleted\";s:11:\"bibl_filter\";s:6:\"Filter\";s:25:\"msg_confirm_delete_filter\";s:43:\"Do you like to delete the following filter?\";s:25:\"bibl_library_show_in_list\";s:24:\"Show as link in the list\";}'); +INSERT INTO `lng_modules` VALUES ('bkm','en','a:1:{s:16:\"bkm_fold_created\";s:33:\"Bookmark folder has been created.\";}'); +INSERT INTO `lng_modules` VALUES ('block_html','en','a:3:{s:24:\"block_html_block_content\";s:7:\"Content\";s:21:\"block_html_block_head\";s:10:\"HTML Block\";s:22:\"block_html_block_title\";s:5:\"Title\";}'); +INSERT INTO `lng_modules` VALUES ('blog','en','a:115:{s:8:\"blog_new\";s:15:\"Create New Blog\";s:8:\"blog_add\";s:11:\"Create Blog\";s:16:\"blog_add_posting\";s:11:\"Add Posting\";s:19:\"blog_permanent_link\";s:9:\"Permalink\";s:13:\"blog_comments\";s:8:\"Comments\";s:14:\"blog_list_more\";s:4:\"more\";s:34:\"blog_posting_deletion_confirmation\";s:54:\"Are you sure you want to delete the following posting?\";s:35:\"blog_number_users_notes_or_comments\";s:63:\"Number of users that attached notes or comments to this posting\";s:20:\"blog_posting_deleted\";s:25:\"Posting has been deleted.\";s:17:\"blog_enable_notes\";s:15:\"Public Comments\";s:12:\"blog_preview\";s:7:\"Preview\";s:9:\"blog_edit\";s:9:\"Edit Blog\";s:11:\"blog_banner\";s:6:\"Banner\";s:18:\"blog_exercise_info\";s:58:\"This blog is part of the assignment \"%s\" of exercise \"%s\".\";s:18:\"blog_finalize_blog\";s:24:\"Finalize and Submit Blog\";s:14:\"blog_finalized\";s:28:\"The Blog has been submitted.\";s:13:\"blog_settings\";s:19:\"Blog Administration\";s:25:\"blog_preview_banner_width\";s:12:\"Banner Width\";s:26:\"blog_preview_banner_height\";s:13:\"Banner Height\";s:19:\"blog_preview_banner\";s:13:\"Custom Banner\";s:28:\"blog_exercise_submitted_info\";s:64:\"Your last submission was on %s. Please check the export file: %s\";s:22:\"blog_admin_toggle_info\";s:86:\"You can deactivate the blog feature completely in the Personal Desktop Administration.\";s:20:\"blog_profile_picture\";s:23:\"Display Profile Picture\";s:19:\"blog_rename_posting\";s:14:\"Rename Posting\";s:15:\"blog_navigation\";s:8:\"Postings\";s:24:\"blog_preview_banner_info\";s:32:\"Default size is 1370x100 pixels.\";s:24:\"blog_admin_inactive_info\";s:73:\"You can activate the blog feature in the Personal Desktop Administration.\";s:21:\"blog_new_posting_info\";s:25:\"The posting is published.\";s:12:\"blog_posting\";s:12:\"Blog Posting\";s:32:\"blog_change_notification_subject\";s:26:\"Blog \"%s\" has been updated\";s:33:\"blog_change_notification_body_new\";s:39:\"the following blog posting was created.\";s:36:\"blog_change_notification_body_update\";s:44:\"the following blog posting has been updated.\";s:37:\"blog_change_notification_body_comment\";s:46:\"the following blog posting has been commented.\";s:29:\"blog_change_notification_link\";s:20:\"Link to Blog Posting\";s:27:\"blog_notification_toggle_on\";s:21:\"Activate Notification\";s:28:\"blog_notification_toggle_off\";s:23:\"Deactivate Notification\";s:27:\"blog_notification_activated\";s:22:\"Notification Activated\";s:29:\"blog_notification_deactivated\";s:24:\"Notification Deactivated\";s:10:\"blog_draft\";s:5:\"Draft\";s:15:\"blog_draft_info\";s:49:\"The posting is withdrawn and no longer published.\";s:17:\"blog_toggle_draft\";s:20:\"Withdraw Publication\";s:17:\"blog_toggle_final\";s:15:\"Publish Posting\";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: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:9:\"blog_copy\";s:9:\"Copy Blog\";s:13:\"blog_keywords\";s:8:\"Keywords\";s:16:\"blog_no_keywords\";s:34:\"No keywords have been entered yet.\";s:18:\"blog_edit_keywords\";s:13:\"Edit Keywords\";s:12:\"blog_keyword\";s:7:\"Keyword\";s:12:\"blog_authors\";s:7:\"Authors\";s:11:\"blog_author\";s:10:\"Written by\";s:20:\"blog_enable_approval\";s:16:\"Approve Postings\";s:25:\"blog_enable_approval_info\";s:109:\"Postings are published only after being approved by a user with permission ‘Edit Settings’ for this blog.\";s:12:\"blog_approve\";s:15:\"Approve Posting\";s:19:\"blog_needs_approval\";s:27:\"Posting is not yet approved\";s:20:\"blog_add_contributor\";s:15:\"Add Contributor\";s:27:\"blog_contribute_other_roles\";s:110:\"In addition to the list of ‘Contributors’, users with one of the following roles can also add postings: %s\";s:11:\"blog_import\";s:11:\"Import Blog\";s:23:\"blog_toggle_draft_admin\";s:23:\"Deactivate Blog Posting\";s:31:\"blog_posting_edit_approval_info\";s:65:\"Posting remains to be approved by a tutor before being published.\";s:28:\"blog_draft_info_contributors\";s:56:\"This posting draft is only visible for the contributors.\";s:15:\"blog_allow_html\";s:21:\"Allow HTML/Javascript\";s:20:\"blog_allow_html_info\";s:105:\"Enables users to include HTML and/or Javascript in their blog postings. This can lead to security issues.\";s:31:\"blog_change_notification_reason\";s:95:\"You are receiving this e-mail because you activated notifications for the blog mentioned above.\";s:15:\"blog_properties\";s:15:\"Blog Properties\";s:10:\"blog_style\";s:10:\"Blog Style\";s:17:\"blog_edit_posting\";s:12:\"Edit Posting\";s:22:\"blog_posting_not_found\";s:35:\"This blog posting is not available.\";s:21:\"blog_abstract_shorten\";s:16:\"Shorten Abstract\";s:28:\"blog_abstract_shorten_length\";s:14:\"Maximum Length\";s:32:\"blog_abstract_shorten_characters\";s:10:\"Characters\";s:19:\"blog_abstract_image\";s:21:\"Add Image To Abstract\";s:24:\"blog_abstract_image_info\";s:42:\"Images which are smaller will not be used.\";s:25:\"blog_abstract_image_width\";s:5:\"Width\";s:26:\"blog_abstract_image_height\";s:6:\"Height\";s:26:\"blog_abstract_image_pixels\";s:2:\"Px\";s:37:\"blog_change_notification_body_approve\";s:42:\"the following blog posting needs approval.\";s:24:\"blog_settings_navigation\";s:17:\"Navigation Column\";s:23:\"blog_presentation_frame\";s:17:\"Blog Presentation\";s:26:\"blog_presentation_overview\";s:16:\"Initial Overview\";s:13:\"blog_nav_mode\";s:8:\"Postings\";s:24:\"blog_nav_mode_month_list\";s:19:\"Show List of Months\";s:29:\"blog_nav_mode_month_list_info\";s:64:\"All months with postings are listed in the ‘Postings’ block.\";s:35:\"blog_nav_mode_month_list_num_detail\";s:24:\"Total number of postings\";s:40:\"blog_nav_mode_month_list_num_detail_info\";s:112:\"Latest postings are listed by date in reverse chronological order. Older postings are available via their month.\";s:34:\"blog_nav_mode_month_list_num_month\";s:28:\"Total Number of shown months\";s:39:\"blog_nav_mode_month_list_num_month_info\";s:72:\"Additional months will be displayed with their total number of postings.\";s:26:\"blog_nav_mode_month_single\";s:19:\"Show Selected Month\";s:31:\"blog_nav_mode_month_single_info\";s:110:\"Only postings of the selected month are listed in the ‘Postings’ block. Month can be changed by drop-down.\";s:22:\"blog_list_num_postings\";s:18:\"Number of postings\";s:27:\"blog_list_num_postings_info\";s:59:\"This setting is only used if no specific month is selected.\";s:20:\"blog_enable_keywords\";s:8:\"Keywords\";s:25:\"blog_enable_keywords_info\";s:97:\"Keywords can be set for postings. Clicking a keyword shows all postings tagged with this keyword.\";s:23:\"blog_enable_nav_authors\";s:7:\"Authors\";s:28:\"blog_enable_nav_authors_info\";s:89:\"List of blog authors is displayed. Clicking a username shows all postings of this author.\";s:18:\"blog_nav_sortorder\";s:15:\"Order of Blocks\";s:36:\"blog_profile_picture_repository_info\";s:92:\"Profile pictures of the authors are only shown on the postings pages, not on overview pages.\";s:32:\"blog_confirm_delete_contributors\";s:59:\"Are you sure you want to delete the following contributors?\";s:19:\"blog_keywords_other\";s:14:\"Other Keywords\";s:24:\"blog_keywords_other_info\";s:48:\"These keywords were set for other blog postings.\";s:17:\"blog_contributors\";s:17:\"Blog-Contributors\";s:23:\"blog_back_to_blog_owner\";s:9:\"Edit Blog\";s:25:\"blog_news_posting_updated\";s:38:\"A blog posting has been updated by %s.\";s:27:\"blog_news_posting_published\";s:40:\"A blog posting has been published by %s.\";s:25:\"blog_news_posting_authors\";s:24:\"Contributing authors: %s\";s:16:\"blog_show_latest\";s:27:\"Show latest postings/drafts\";s:15:\"blog_draft_text\";s:16:\"Unpublished Post\";s:19:\"blog_latest_posting\";s:14:\"Latest Posting\";s:44:\"blog_nav_mode_month_list_num_month_with_post\";s:36:\"Number of month with listed postings\";s:49:\"blog_nav_mode_month_list_num_month_with_post_info\";s:79:\"These months will be displayed with all their postings in the navigation block.\";s:18:\"blog_keyword_enter\";s:32:\"Write a keyword and press Enter.\";s:24:\"blog_download_submission\";s:19:\"Download Submission\";s:18:\"blog_page_type_blp\";s:12:\"Blog Posting\";}'); +INSERT INTO `lng_modules` VALUES ('book','en','a:105:{s:18:\"book_booking_types\";s:15:\"Booking Objects\";s:14:\"book_schedules\";s:9:\"Schedules\";s:18:\"book_no_of_objects\";s:14:\"No. of Objects\";s:9:\"book_book\";s:4:\"Book\";s:17:\"book_back_to_list\";s:12:\"Back to List\";s:13:\"book_schedule\";s:8:\"Schedule\";s:17:\"book_objects_list\";s:15:\"Booking Objects\";s:15:\"book_add_object\";s:10:\"Add Object\";s:16:\"book_edit_object\";s:11:\"Edit Object\";s:12:\"book_is_used\";s:7:\"Is Used\";s:17:\"book_add_schedule\";s:12:\"Add Schedule\";s:18:\"book_edit_schedule\";s:13:\"Edit Schedule\";s:18:\"book_schedule_type\";s:4:\"Type\";s:18:\"book_schedule_days\";s:8:\"Weekdays\";s:23:\"book_schedule_days_info\";s:46:\"Valid booking times for each day (HH:MM-HH:MM)\";s:18:\"book_schedule_slot\";s:4:\"Slot\";s:13:\"book_deadline\";s:8:\"Deadline\";s:18:\"book_deadline_info\";s:46:\"Minimum time between booking and booked period\";s:17:\"book_object_added\";s:32:\"A booking object has been added.\";s:19:\"book_object_updated\";s:36:\"The booking object has been updated.\";s:19:\"book_object_deleted\";s:36:\"The booking object has been deleted.\";s:19:\"book_schedule_added\";s:34:\"A booking schedule has been added.\";s:21:\"book_schedule_updated\";s:38:\"The booking schedule has been updated.\";s:21:\"book_schedule_deleted\";s:38:\"The booking schedule has been deleted.\";s:19:\"book_confirm_delete\";s:49:\"Do you really want to delete the following items?\";s:15:\"book_pool_added\";s:30:\"A booking pool has been added.\";s:10:\"book_hours\";s:5:\"Hours\";s:25:\"book_reservation_fix_info\";s:49:\"The reservation can only be done for fixed hours.\";s:22:\"book_reservation_title\";s:23:\"Booking Reservation for\";s:20:\"book_confirm_booking\";s:15:\"Confirm Booking\";s:26:\"book_reservation_confirmed\";s:32:\"Your booking has been confirmed.\";s:23:\"book_reservation_failed\";s:24:\"Your booking has failed.\";s:25:\"book_reservation_status_5\";s:9:\"Cancelled\";s:11:\"book_period\";s:6:\"Period\";s:8:\"book_log\";s:12:\"Reservations\";s:22:\"book_reservations_list\";s:12:\"Reservations\";s:14:\"book_cal_entry\";s:11:\"Booking of:\";s:15:\"book_public_log\";s:19:\"Public Reservations\";s:20:\"book_public_log_info\";s:82:\"Users having the \"read\" permission only will also see reservations of other users.\";s:11:\"book_fromto\";s:10:\"Date Range\";s:8:\"book_all\";s:8:\"Show all\";s:15:\"book_set_cancel\";s:18:\"Cancel Reservation\";s:19:\"reservation_deleted\";s:19:\"Reservation deleted\";s:17:\"X_reservations_of\";s:18:\"%s reservations of\";s:15:\"book_set_delete\";s:6:\"Delete\";s:8:\"book_not\";s:3:\"Not\";s:8:\"book_new\";s:16:\"New Booking Pool\";s:8:\"book_add\";s:16:\"Add Booking Pool\";s:9:\"book_edit\";s:17:\"Edit Booking Pool\";s:26:\"book_schedule_warning_edit\";s:149:\"Currently, there is no schedule available. To use the booking pool you need to create a schedule for booking (or switch to a different type of pool).\";s:17:\"book_type_warning\";s:110:\"Currently, there are no booking objects available. To use the booking pool you need to create booking objects.\";s:19:\"booking_nr_of_items\";s:11:\"Nr of Items\";s:24:\"book_schedule_type_fixed\";s:14:\"Fixed Schedule\";s:29:\"book_schedule_type_fixed_info\";s:59:\"This type can be used for rooms, video projectors and such.\";s:23:\"book_schedule_type_none\";s:11:\"No Schedule\";s:28:\"book_schedule_type_none_info\";s:66:\"This type can be used for seminar papers, seminar places and such.\";s:32:\"book_confirm_booking_no_schedule\";s:51:\"Are you sure you want to book the following object?\";s:25:\"book_additional_info_file\";s:22:\"Additional Description\";s:29:\"book_post_booking_information\";s:24:\"Post Booking Information\";s:22:\"book_post_booking_text\";s:4:\"Text\";s:22:\"book_post_booking_file\";s:4:\"File\";s:18:\"book_download_info\";s:31:\"Download Additional Description\";s:47:\"book_confirm_booking_schedule_number_of_objects\";s:20:\"Booking Confirmation\";s:52:\"book_confirm_booking_schedule_number_of_objects_info\";s:44:\"Please state the numbers of objects to book.\";s:9:\"book_copy\";s:17:\"Copy Booking Pool\";s:18:\"obj_book_duplicate\";s:17:\"Copy Booking Pool\";s:26:\"book_reservation_available\";s:12:\"%s available\";s:34:\"book_reservation_failed_overbooked\";s:63:\"The booking failed because the object is not available anymore.\";s:19:\"book_confirm_cancel\";s:59:\"Are you sure you want to cancel the following reservations?\";s:27:\"book_post_booking_text_info\";s:184:\"Use placeholders to communicate specifics on reservations.
[OBJECT] will be replaced by the respective Booking Object.
[PERIOD] will be replaced by the respective schedule.\";s:31:\"book_confirm_cancel_aggregation\";s:23:\"Number of Cancellations\";s:18:\"book_overall_limit\";s:24:\"Limit number of bookings\";s:23:\"book_overall_limit_info\";s:61:\"Maximum number of bookings for each user in this booking pool\";s:26:\"book_overall_limit_warning\";s:48:\"You have reached the maximum number of bookings.\";s:9:\"book_bobj\";s:14:\"Booking Object\";s:30:\"book_reservation_filter_period\";s:31:\"Period for the reservation list\";s:35:\"book_reservation_filter_period_info\";s:70:\"The default value for the period-filter in days from the current date.\";s:29:\"book_filter_past_reservations\";s:22:\"Show past reservations\";s:21:\"book_deadline_options\";s:16:\"Booking deadline\";s:19:\"book_deadline_hours\";s:31:\"X hours prior to booking period\";s:22:\"book_deadline_slot_end\";s:27:\"Until end of booking period\";s:24:\"book_deadline_slot_start\";s:29:\"Until begin of booking period\";s:9:\"book_open\";s:17:\"Open Booking Pool\";s:24:\"book_booking_information\";s:11:\"Information\";s:22:\"book_booking_reminders\";s:21:\"Upcoming reservations\";s:14:\"book_rem_intro\";s:45:\"This is an overview of upcoming reservations:\";s:22:\"book_your_reservations\";s:17:\"Your Reservations\";s:25:\"book_reservation_overview\";s:21:\"Reservation Overviews\";s:15:\"book_rem_reason\";s:109:\"You are reciving these mails, because you are subscribed to notifications of the corresponding booking pools.\";s:21:\"book_reminder_setting\";s:8:\"Reminder\";s:17:\"book_reminder_day\";s:18:\"Before Reservation\";s:22:\"book_reminder_day_info\";s:79:\"Send list of own reservations to users and full list of reservations to admins.\";s:18:\"book_reminder_days\";s:6:\"Day(s)\";s:17:\"book_notification\";s:30:\"Send Reservation Notifications\";s:22:\"book_notification_info\";s:98:\"Send a list of reservations of the next day to users (own reservations) and admins (if activated).\";s:12:\"participants\";s:12:\"Participants\";s:18:\"book_assign_object\";s:21:\"Assign Booking Object\";s:11:\"book_assign\";s:6:\"Assign\";s:23:\"book_assign_participant\";s:21:\"Assign to Participant\";s:13:\"book_deassign\";s:8:\"Deassign\";s:25:\"book_participant_assigned\";s:23:\"Participant(s) assigned\";s:33:\"book_participant_already_assigned\";s:32:\"Participant(s) already assigned.\";s:22:\"book_objects_available\";s:20:\"Objects available %s\";s:28:\"book_limit_objects_available\";s:82:\"You can not assign %s participants to \"%s\" because it has only %s items available.\";s:28:\"booking_multiple_succesfully\";s:30:\"Bookings created successfully.\";}'); +INSERT INTO `lng_modules` VALUES ('background_tasks','en','a:9:{s:16:\"background_tasks\";s:16:\"Background Tasks\";s:24:\"background_tasks_running\";s:16:\"Background Tasks\";s:9:\"scheduled\";s:9:\"Scheduled\";s:6:\"remove\";s:6:\"Remove\";s:5:\"abort\";s:5:\"Abort\";s:9:\"completed\";s:9:\"Completed\";s:7:\"waiting\";s:7:\"Waiting\";s:11:\"proceed_job\";s:7:\"Proceed\";s:20:\"task_might_be_failed\";s:67:\"This Task has not responded for a while, you can quit it if needed.\";}'); +INSERT INTO `lng_modules` VALUES ('svy','en','a:8:{s:28:\"svy_user_added_360_appraisee\";s:17:\"360° Survey \'%1\'\";s:33:\"svy_user_added_360_appraisee_mail\";s:50:\"You have been added to the survey as an appraisee.\";s:24:\"svy_user_added_360_rater\";s:17:\"360° Survey \'%1\'\";s:29:\"svy_user_added_360_rater_mail\";s:45:\"You have been added as a rater to the survey.\";s:39:\"svy_user_added_360_appraisee_close_mail\";s:49:\"The 360° survey has been closed for your raters.\";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:38:\"svy_user_added_360_rater_reminder_mail\";s:47:\"Please finish to rate the following appraisees:\";}'); +INSERT INTO `lng_modules` VALUES ('buddysystem','en','a:49:{s:27:\"buddy_bs_btn_txt_unlinked_a\";s:15:\"Request Contact\";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: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: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:42:\"buddy_bs_act_btn_txt_requested_to_unlinked\";s:14:\"Cancel Request\";s:40:\"buddy_bs_act_btn_txt_requested_to_linked\";s:15:\"Confirm Contact\";s:48:\"buddy_bs_act_btn_txt_ignored_request_to_unlinked\";s:14:\"Cancel Request\";s:46:\"buddy_bs_act_btn_txt_ignored_request_to_linked\";s:15:\"Confirm Request\";s:28:\"buddy_bs_action_not_possible\";s:19:\"Action not possible\";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:31:\"buddy_bs_action_already_ignored\";s:47:\"Action not possible. Already ignored user \'%s\'.\";s:32:\"buddy_bs_action_already_unlinked\";s:73:\"Action not possible. The contact state for user \'%s\' is already unlinked.\";s:21:\"buddy_bs_state_linked\";s:6:\"Linked\";s:23:\"buddy_bs_state_linked_a\";s:6:\"Linked\";s:25:\"buddy_bs_state_unlinked_a\";s:8:\"Unlinked\";s:24:\"buddy_bs_state_requested\";s:9:\"Requested\";s:26:\"buddy_bs_state_requested_a\";s:9:\"Requested\";s:26:\"buddy_bs_state_requested_p\";s:9:\"Requested\";s:29:\"buddy_bs_state_ignoredrequest\";s:7:\"Ignored\";s:32:\"buddy_bs_state_ignored_request_a\";s:9:\"Requested\";s:32:\"buddy_bs_state_ignored_request_p\";s:7:\"Ignored\";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\";s:25:\"buddy_tbl_title_relations\";s:24:\"Relations to Other Users\";s:22:\"buddy_tbl_filter_state\";s:6:\"Status\";s:34:\"buddy_notification_contact_request\";s:15:\"Contact Request\";s:40:\"buddy_notification_contact_request_short\";s:111:\"The user \"[REQUESTING_USER]\" wants to add you to his friends list.[BR][BR][APPROVE_REQUEST][BR][IGNORE_REQUEST]\";s:39:\"buddy_notification_contact_request_link\";s:16:\"Approve Request:\";s:43:\"buddy_notification_contact_request_link_osd\";s:15:\"Approve Request\";s:41:\"buddy_notification_contact_request_ignore\";s:15:\"Ignore Request:\";s:45:\"buddy_notification_contact_request_ignore_osd\";s:14:\"Ignore Request\";s:39:\"buddy_notification_contact_request_long\";s:219:\"[SALUTATION][BR][BR]\"[REQUESTING_USER]\" wants to add you to his friends list.[BR][BR]Personal Profile Link: [PERSONAL_PROFILE_LINK][BR][BR][APPROVE_REQUEST_TXT] [APPROVE_REQUEST][BR][IGNORE_REQUEST_TXT] [IGNORE_REQUEST]\";s:35:\"buddy_noti_cr_profile_not_published\";s:21:\"Profile not published\";s:22:\"buddy_request_approved\";s:38:\"You successfully approved the contact.\";s:21:\"buddy_request_ignored\";s:21:\"You ignored the user.\";s:24:\"buddy_relation_requested\";s:36:\"A request has been sent to the user.\";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:25:\"buddy_allow_to_contact_me\";s:19:\"Allow to contact me\";s:30:\"buddy_allow_to_contact_me_info\";s:77:\"If enabled, other users are able to send me request for getting into contact.\";s:28:\"buddy_handle_contact_request\";s:15:\"Contact Request\";}'); +INSERT INTO `lng_modules` VALUES ('cat','en','a:3:{s:10:\"cat_import\";s:15:\"Import Category\";s:8:\"cat_copy\";s:13:\"Copy Category\";s:21:\"cat_more_translations\";s:17:\"More Translations\";}'); +INSERT INTO `lng_modules` VALUES ('certificate','en','a:112:{s:24:\"certificate_a4_landscape\";s:30:\"A4 Landscape (210 mm x 297 mm)\";s:14:\"certificate_a4\";s:20:\"A4 (297 mm x 210 mm)\";s:24:\"certificate_a5_landscape\";s:30:\"A5 Landscape (148 mm x 210 mm)\";s:14:\"certificate_a5\";s:20:\"A5 (210 mm x 148 mm)\";s:28:\"certificate_background_image\";s:16:\"Background Image\";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:28:\"certificate_letter_landscape\";s:37:\"Letter Landscape (8.5 inch x 11 inch)\";s:18:\"certificate_letter\";s:27:\"Letter (11 inch x 8.5 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:28:\"certificate_page_format_info\";s:59:\"Please select the default page format for new certificates.\";s:23:\"certificate_page_format\";s:11:\"Page Format\";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:23:\"certificate_ph_datetime\";s:20:\"Actual date and time\";s:25:\"certificate_ph_department\";s:22:\"Department of the user\";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:23:\"certificate_ph_marklong\";s:29:\"Users mark (official version)\";s:24:\"certificate_ph_markshort\";s:26:\"Users mark (short version)\";s:24:\"certificate_ph_maxpoints\";s:24:\"Maximum available points\";s:21:\"certificate_ph_passed\";s:59:\"‘passed’ or ‘failed’, depending on the test results\";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: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: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:22:\"certificate_ph_zipcode\";s:30:\"ZIP 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: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:22:\"certificate_short_name\";s:28:\"Certificate file short title\";s:16:\"certificate_text\";s:16:\"Certificate Text\";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: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: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:22:\"certificate_visibility\";s:10:\"Visibility\";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:26:\"cert_form_sec_availability\";s:12:\"Availability\";s:20:\"cert_form_sec_layout\";s:15:\"Layout and Text\";s:26:\"cert_form_sec_add_features\";s:19:\"Additional Features\";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:20:\"certificate_ph_login\";s:5:\"Login\";s:26:\"certificate_var_user_login\";s:4:\"jdoe\";s:29:\"certificate_ph_date_completed\";s:18:\"Date of completion\";s:33:\"certificate_ph_datetime_completed\";s:27:\"Date and time of completion\";s:30:\"certificate_ph_passed_exercise\";s:28:\"‘Passed’ or ‘Failed’\";s:19:\"certificate_ph_mark\";s:10:\"Users mark\";s:28:\"certificate_ph_exercisetitle\";s:14:\"Exercise Title\";s:38:\"certificate_visibility_passed_exercise\";s:42:\"Only Visible if a User Passed the Exercise\";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: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:24:\"certificate_ph_title_sco\";s:5:\"title\";s:24:\"certificate_ph_sco_title\";s:25:\"placeholder
for title\";s:32:\"certificate_ph_sco_points_scaled\";s:41:\"placeholder
for points
in percent\";s:29:\"certificate_ph_sco_points_raw\";s:26:\"placeholder
for points\";s:29:\"certificate_ph_sco_points_max\";s:34:\"placeholder
for points
max\";s:25:\"certificate_file_basename\";s:11:\"Certificate\";s:34:\"certificate_var_user_matriculation\";s:5:\"12345\";s:28:\"certificate_ph_matriculation\";s:32:\"Matriculation number of the user\";s:20:\"cert_cron_task_title\";s:12:\"Certificates\";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: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: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.\";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: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.\";}'); +INSERT INTO `lng_modules` VALUES ('chat','en','a:211:{s:11:\"cancel_talk\";s:14:\"Cancel address\";s:14:\"cancel_whisper\";s:14:\"Cancel whisper\";s:19:\"chat_access_blocked\";s:38:\"You are excluded from these chat rooms\";s:17:\"chat_active_users\";s:26:\"Present Users in Chat Room\";s:11:\"chat_active\";s:6:\"Active\";s:22:\"chat_add_allowed_hosts\";s:82:\"Please add the address of the host(s) which are allowed to access the chat server.\";s:17:\"chat_add_blocking\";s:10:\"Block user\";s:20:\"chat_add_external_ip\";s:36:\"Please add the server\'s external IP.\";s:20:\"chat_add_internal_ip\";s:36:\"Please add the server\'s internal IP.\";s:27:\"chat_add_moderator_password\";s:32:\"Please add a moderator password.\";s:13:\"chat_add_port\";s:27:\"Please add the server port.\";s:25:\"chat_add_private_chatroom\";s:21:\"Add Private Chat Room\";s:15:\"chat_add_smiley\";s:10:\"Add Smiley\";s:17:\"chat_add_ssl_port\";s:31:\"Please add the server SSL port.\";s:23:\"chat_add_to_addressbook\";s:15:\"Add to Contacts\";s:20:\"chat_add_to_bookmark\";s:16:\"Add to Bookmarks\";s:25:\"chat_added_to_addressbook\";s:48:\"The User \' %s \' has been added to your Contacts.\";s:23:\"chat_added_to_bookmarks\";s:66:\"The Room \' %s \' has been added to the top folder of your Bookmarks\";s:17:\"chat_address_user\";s:7:\"Address\";s:12:\"chat_address\";s:7:\"Address\";s:9:\"chat_aqua\";s:4:\"aqua\";s:10:\"chat_arial\";s:5:\"Arial\";s:22:\"chat_available_smilies\";s:17:\"Available Smileys\";s:10:\"chat_black\";s:5:\"black\";s:15:\"chat_block_user\";s:5:\"Block\";s:21:\"chat_blocked_unlocked\";s:6:\"Unlock\";s:18:\"chat_blocked_users\";s:13:\"Blocked users\";s:12:\"chat_blocked\";s:17:\"Restricted access\";s:9:\"chat_blue\";s:4:\"blue\";s:9:\"chat_bold\";s:4:\"Bold\";s:29:\"chat_cannot_connect_to_server\";s:58:\"ILIAS cannot build a socket connection to the chat server.\";s:20:\"chat_chat_invitation\";s:16:\"Chat Invitations\";s:18:\"chat_chatroom_body\";s:10:\"Chat room:\";s:20:\"chat_chatroom_rename\";s:14:\"Edit chat room\";s:14:\"chat_chatrooms\";s:10:\"Chat Rooms\";s:15:\"chat_chatviewer\";s:11:\"Chat Viewer\";s:10:\"chat_color\";s:10:\"Font color\";s:32:\"chat_confirm_delete_private_room\";s:41:\"Are you sure to delete this private room?\";s:26:\"chat_confirm_delete_smiley\";s:57:\"Are you sure that all selected Smileys should be deleted?\";s:19:\"chat_confirm_delete\";s:48:\"Are you sure that you want to delete this rooms?\";s:22:\"chat_confirm_kick_user\";s:31:\"Are you sure to kick this user?\";s:24:\"chat_confirm_user_invite\";s:42:\"The User will be invited to this Chat Room\";s:23:\"chat_current_image_path\";s:18:\"Current Image Path\";s:33:\"chat_default_bookmark_description\";s:24:\"Link to Chat Room \' %s \'\";s:27:\"chat_default_bookmark_title\";s:13:\"Chat Link: %s\";s:20:\"chat_delete_selected\";s:23:\"Delete selected Smileys\";s:16:\"chat_delete_sure\";s:47:\"Are you sure, you want to delete this chat room\";s:19:\"chat_disinvite_user\";s:44:\"Disinvite/remove user from private chat room\";s:14:\"chat_disinvite\";s:9:\"Disinvite\";s:14:\"chat_drop_user\";s:11:\"User kicked\";s:16:\"chat_edit_smiley\";s:11:\"Edit Smiley\";s:9:\"chat_edit\";s:9:\"Edit chat\";s:10:\"chat_empty\";s:5:\"Empty\";s:22:\"chat_enable_autoscroll\";s:17:\"Enable Autoscroll\";s:25:\"chat_enter_valid_username\";s:30:\"Please enter a valid username.\";s:15:\"chat_export_all\";s:50:\"No restrictions (all users with access may export)\";s:16:\"chat_export_info\";s:86:\"Displays an export button for the current room. The messages will be exported to html.\";s:21:\"chat_export_moderator\";s:15:\"Moderators only\";s:23:\"chat_export_period_info\";s:31:\"Export the given number of days\";s:18:\"chat_export_period\";s:13:\"Export period\";s:18:\"chat_export_status\";s:27:\"Required export permissions\";s:9:\"chat_face\";s:9:\"Font type\";s:12:\"chat_fuchsia\";s:7:\"fuchsia\";s:21:\"chat_general_settings\";s:16:\"General Settings\";s:9:\"chat_gray\";s:4:\"gray\";s:10:\"chat_green\";s:5:\"green\";s:17:\"chat_hide_details\";s:12:\"Hide details\";s:17:\"chat_hide_smilies\";s:12:\"Hide smileys\";s:20:\"chat_hide_textformat\";s:15:\"Hide Textformat\";s:16:\"chat_html_export\";s:11:\"HTML export\";s:10:\"chat_ilias\";s:17:\"ILIAS Chat module\";s:15:\"chat_image_path\";s:10:\"Image Path\";s:13:\"chat_inactive\";s:8:\"Inactive\";s:10:\"chat_input\";s:5:\"Input\";s:19:\"chat_insert_message\";s:23:\"Please insert a message\";s:20:\"chat_invitation_body\";s:24:\"Invitation to chat from:\";s:23:\"chat_invitation_subject\";s:15:\"Chat invitation\";s:16:\"chat_invite_user\";s:11:\"Invite user\";s:11:\"chat_invite\";s:6:\"Invite\";s:15:\"chat_invited_by\";s:10:\"Invited by\";s:11:\"chat_italic\";s:6:\"Italic\";s:22:\"chat_kick_user_session\";s:9:\"Kick user\";s:9:\"chat_kick\";s:4:\"Kick\";s:21:\"chat_kicked_from_room\";s:68:\"You have been kicked from this chat room, you cannot write messages.\";s:14:\"chat_level_all\";s:3:\"All\";s:16:\"chat_level_debug\";s:5:\"Debug\";s:16:\"chat_level_error\";s:5:\"Error\";s:16:\"chat_level_fatal\";s:5:\"Fatal\";s:15:\"chat_level_info\";s:4:\"Info\";s:9:\"chat_lime\";s:4:\"lime\";s:11:\"chat_maroon\";s:6:\"maroon\";s:28:\"chat_message_notify_activate\";s:18:\"Chat Notifications\";s:30:\"chat_message_notify_deactivate\";s:25:\"Deactivate Message Notify\";s:19:\"chat_message_notify\";s:16:\"Message Notifier\";s:21:\"chat_messages_deleted\";s:27:\"Messages have been deleted.\";s:23:\"chat_moderator_password\";s:18:\"Moderator password\";s:9:\"chat_navy\";s:4:\"navy\";s:32:\"chat_new_invitation_sound_status\";s:57:\"Play a sound when user receives an invitation to the chat\";s:29:\"chat_new_message_sound_status\";s:59:\"Play a sound when a new message has been posted to the chat\";s:16:\"chat_new_message\";s:11:\"New message\";s:20:\"chat_no_active_users\";s:25:\"No further users present.\";s:15:\"chat_no_blocked\";s:26:\"No blocked users available\";s:18:\"chat_no_connection\";s:27:\"Cannot contact chat server.\";s:21:\"chat_no_delete_public\";s:38:\"The public chat room cannot be deleted\";s:20:\"chat_no_online_users\";s:24:\"No further users online.\";s:28:\"chat_no_recordings_available\";s:42:\"No recordings are available at the moment.\";s:22:\"chat_no_refresh_public\";s:41:\"The public chat room cannot be refreshed.\";s:21:\"chat_no_rename_public\";s:33:\"The public room cannot be renamed\";s:21:\"chat_no_room_selected\";s:26:\"No room has been selected.\";s:22:\"chat_no_users_selected\";s:28:\"You have to select one user.\";s:18:\"chat_no_write_perm\";s:22:\"No permission to write\";s:23:\"chat_notification_intro\";s:72:\"This mail was automatically sent to you by the ILIAS installation %s, %s\";s:10:\"chat_olive\";s:5:\"olive\";s:17:\"chat_online_users\";s:18:\"Other Users Online\";s:9:\"chat_open\";s:10:\"Enter Room\";s:20:\"chat_private_message\";s:15:\"Private Message\";s:12:\"chat_profile\";s:7:\"Profile\";s:16:\"chat_public_room\";s:16:\"Public chat room\";s:11:\"chat_purple\";s:6:\"purple\";s:20:\"chat_recent_postings\";s:20:\"Recent Chat Postings\";s:21:\"chat_recording_action\";s:6:\"Action\";s:26:\"chat_recording_description\";s:11:\"Description\";s:24:\"chat_recording_moderator\";s:9:\"Moderator\";s:24:\"chat_recording_not_found\";s:25:\"Could not find recording.\";s:22:\"chat_recording_running\";s:17:\"Recording running\";s:22:\"chat_recording_started\";s:17:\"Recording started\";s:22:\"chat_recording_stopped\";s:17:\"Recording stopped\";s:25:\"chat_recording_time_frame\";s:10:\"Time frame\";s:20:\"chat_recording_title\";s:18:\"Title of recording\";s:27:\"chat_recordings_delete_sure\";s:32:\"Deleting records - are you sure?\";s:23:\"chat_recordings_deleted\";s:24:\"Recordings were deleted.\";s:26:\"chat_recordings_select_one\";s:50:\"Please choose recordings you would like to delete.\";s:15:\"chat_recordings\";s:10:\"Recordings\";s:8:\"chat_red\";s:3:\"red\";s:12:\"chat_refresh\";s:7:\"Refresh\";s:14:\"chat_refreshed\";s:48:\"Deleted all messages of the selected chat rooms.\";s:15:\"chat_room_added\";s:19:\"Added new chat room\";s:24:\"chat_room_does_not_exist\";s:84:\"The Chat Room does not exist. Maybe it has been removed or you used an invalid link.\";s:14:\"chat_room_name\";s:17:\"Name of chat room\";s:17:\"chat_room_renamed\";s:18:\"Chat room renamed.\";s:16:\"chat_room_select\";s:17:\"Private chat room\";s:18:\"chat_rooms_deleted\";s:21:\"Chat room(s) deleted.\";s:10:\"chat_rooms\";s:10:\"Chat Rooms\";s:20:\"chat_select_one_room\";s:27:\"Please select one chat room\";s:21:\"chat_server_allowed_b\";s:30:\"(e.g. 192.168.1.1,192.168.1.2)\";s:19:\"chat_server_allowed\";s:13:\"Allowed hosts\";s:23:\"chat_server_external_ip\";s:14:\"Server Address\";s:23:\"chat_server_internal_ip\";s:18:\"Server internal IP\";s:19:\"chat_server_logfile\";s:13:\"Log file path\";s:20:\"chat_server_loglevel\";s:9:\"Log level\";s:22:\"chat_server_not_active\";s:29:\"The chat server is not active\";s:16:\"chat_server_port\";s:11:\"Server Port\";s:20:\"chat_server_settings\";s:20:\"Chat server settings\";s:22:\"chat_server_ssl_active\";s:10:\"SSL active\";s:20:\"chat_server_ssl_port\";s:15:\"Server SSL Port\";s:24:\"chat_server_ssl_settings\";s:12:\"SSL Settings\";s:19:\"chat_settings_saved\";s:14:\"Settings saved\";s:17:\"chat_show_details\";s:12:\"Show details\";s:17:\"chat_show_smilies\";s:12:\"Show smileys\";s:20:\"chat_show_textformat\";s:11:\"Format text\";s:11:\"chat_silver\";s:6:\"silver\";s:33:\"chat_smiley_image_only_if_changed\";s:122:\"Please enter a new Image only if you want to change the existing. If no new Image is given, the existing won\'t be changed.\";s:17:\"chat_smiley_image\";s:12:\"Smiley Image\";s:19:\"chat_smiley_keyword\";s:15:\"Smiley Shortcut\";s:38:\"chat_smiley_keywords_one_per_line_note\";s:94:\"You can enter multiple Keywords for each Smiley. Each line will be used as a seperate Keyword.\";s:20:\"chat_smiley_keywords\";s:16:\"Smiley Shortcuts\";s:21:\"chat_smilies_activate\";s:16:\"Activate Smileys\";s:23:\"chat_smilies_deactivate\";s:18:\"Deactivate Smileys\";s:30:\"chat_smilies_dir_not_available\";s:126:\"The smiley data directory could not be created. This ILIAS will not be able to use chat smileys as further actions are needed.\";s:27:\"chat_smilies_dir_not_exists\";s:79:\"The smiley data directory does not exist. Trying to setup folders and database.\";s:29:\"chat_smilies_dir_not_writable\";s:90:\"Your smiley data directory exists but is not writable. You will not be able to add smiles.\";s:24:\"chat_smilies_initialized\";s:57:\"The smiley data has been initialized and is ready to use.\";s:19:\"chat_smilies_status\";s:12:\"Chat Smileys\";s:26:\"chat_sound_status_activate\";s:15:\"Activate Sounds\";s:28:\"chat_sound_status_deactivate\";s:17:\"Deactivate Sounds\";s:11:\"chat_sounds\";s:6:\"Sounds\";s:20:\"chat_start_recording\";s:15:\"Start recording\";s:17:\"chat_status_saved\";s:27:\"The status has been changed\";s:11:\"chat_status\";s:6:\"Status\";s:19:\"chat_stop_recording\";s:14:\"Stop recording\";s:11:\"chat_tahoma\";s:6:\"Tahoma\";s:9:\"chat_teal\";s:4:\"teal\";s:15:\"chat_textformat\";s:11:\"Format text\";s:10:\"chat_times\";s:5:\"Times\";s:18:\"chat_title_missing\";s:21:\"Please insert a name.\";s:17:\"chat_to_chat_body\";s:11:\"To the chat\";s:9:\"chat_type\";s:9:\"Font face\";s:19:\"chat_unblocked_user\";s:37:\"The selected user have been unlocked.\";s:15:\"chat_underlined\";s:10:\"Underlined\";s:24:\"chat_unkick_user_session\";s:11:\"Unkick user\";s:11:\"chat_unkick\";s:6:\"Unkick\";s:18:\"chat_upload_smiley\";s:13:\"Upload Smiley\";s:25:\"chat_user_already_blocked\";s:52:\"The access for the selected user is already blocked.\";s:32:\"chat_user_already_in_addressbook\";s:37:\"The User is already in your Contacts.\";s:17:\"chat_user_blocked\";s:37:\"Blocked access for the selected user.\";s:25:\"chat_user_dropped_private\";s:59:\"The user was disinvited/removed from the private chat room.\";s:17:\"chat_user_dropped\";s:11:\"User kicked\";s:16:\"chat_user_hidden\";s:6:\"hidden\";s:25:\"chat_user_invited_private\";s:51:\"The user was invited to the private chat room \'%s\'.\";s:24:\"chat_user_invited_public\";s:38:\"The user was invited to the chat \'%s\'.\";s:17:\"chat_user_invited\";s:21:\"Invited user to chat.\";s:14:\"chat_user_name\";s:8:\"Username\";s:18:\"chat_user_unkicked\";s:27:\"The user has been unkicked.\";s:17:\"chat_user_visible\";s:7:\"visible\";s:12:\"chat_whisper\";s:7:\"Whisper\";s:11:\"chat_yellow\";s:6:\"yellow\";s:5:\"chats\";s:5:\"Chats\";s:19:\"check_configuration\";s:40:\"Please check the chat server\'s settings.\";s:12:\"edit_smilies\";s:12:\"Edit Smileys\";s:8:\"my_chats\";s:8:\"My Chats\";s:33:\"chat_activate_status_notification\";s:74:\"Show notification about new chat invitations and messages in main menu bar\";}'); +INSERT INTO `lng_modules` VALUES ('chatroom','en','a:169:{s:22:\"chat_enable_autoscroll\";s:17:\"Enable Autoscroll\";s:13:\"chat_settings\";s:13:\"Chat Settings\";s:16:\"chat_select_room\";s:16:\"Select Chat Room\";s:19:\"chatviewer_no_rooms\";s:28:\"No Chat Room available, yet.\";s:14:\"history_by_day\";s:13:\"Daily History\";s:17:\"no_username_given\";s:24:\"Please choose a username\";s:18:\"history_by_session\";s:15:\"Session History\";s:6:\"period\";s:6:\"Period\";s:15:\"allow_anonymous\";s:21:\"Allow Anonymous Login\";s:17:\"autogen_usernames\";s:25:\"Auto Generated User Names\";s:22:\"allow_custom_usernames\";s:23:\"Allow Custom User Names\";s:14:\"enable_history\";s:14:\"Enable History\";s:16:\"settings_general\";s:7:\"General\";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:4:\"bans\";s:4:\"Bans\";s:11:\"permissions\";s:11:\"Permissions\";s:7:\"session\";s:7:\"Session\";s:22:\"select_custom_username\";s:22:\"Select Custom Username\";s:15:\"custom_username\";s:15:\"Custom Username\";s:5:\"enter\";s:15:\"Enter Chat Room\";s:13:\"duration_from\";s:4:\"From\";s:11:\"duration_to\";s:2:\"To\";s:8:\"obj_chtr\";s:9:\"Chat Room\";s:12:\"chat_message\";s:7:\"Message\";s:19:\"chat_message_to_all\";s:6:\"To All\";s:20:\"chat_message_options\";s:7:\"Display\";s:20:\"chat_message_display\";s:7:\"Options\";s:13:\"chat_mainroom\";s:9:\"Main Room\";s:9:\"chat_join\";s:4:\"Join\";s:11:\"chat_invite\";s:6:\"Invite\";s:9:\"chat_kick\";s:4:\"Kick\";s:8:\"chat_ban\";s:3:\"Ban\";s:12:\"chat_address\";s:7:\"Address\";s:12:\"chat_whisper\";s:7:\"Whisper\";s:27:\"chat_connection_established\";s:47:\"+++ #username# has entered chat room +++\";s:28:\"chat_connection_disconnected\";s:44:\"--- #username# left the chat room ---\";s:16:\"chat_to_mainroom\";s:12:\"To Main Room\";s:31:\"chat_create_private_room_button\";s:19:\"Create Private Room\";s:23:\"chatroom_smiley_keyword\";s:7:\"Keyword\";s:15:\"chat_invitation\";s:57:\"\"[INVITER_NAME]\" invites you into chat room \"[ROOM_NAME]\"\";s:20:\"chat_invitation_long\";s:172:\"[SALUTATION] You have been invited to a chat room: Chat Room Title: [ROOM_NAME] Invited by: [INVITER_NAME] URL: [LINK] To join the chat room, please follow the given URL.\";s:21:\"chat_invitation_short\";s:51:\"Please click the title link to enter the chat room.\";s:14:\"settings_title\";s:8:\"Settings\";s:19:\"history_byday_title\";s:25:\"Show Conversation per Day\";s:23:\"history_bysession_title\";s:29:\"Show Conversation per Session\";s:15:\"ban_table_title\";s:12:\"Banned Users\";s:4:\"main\";s:9:\"Main Room\";s:11:\"auto_scroll\";s:16:\"Scroll to Bottom\";s:19:\"public_chat_created\";s:54:\"The public chat room has been added to the repository.\";s:15:\"lost_connection\";s:50:\"The connection to the chat server was interrupted.\";s:6:\"banned\";s:40:\"You have been banned from this chat room\";s:6:\"kicked\";s:40:\"You have been kicked from this chat room\";s:5:\"unban\";s:5:\"Unban\";s:17:\"unable_to_connect\";s:59:\"The connection to the chat server could not be established.\";s:26:\"server_further_information\";s:118:\"You can find further information about the server configuration in the readme file.\";s:8:\"chtr_new\";s:13:\"New Chat Room\";s:8:\"chtr_add\";s:13:\"Add Chat Room\";s:15:\"welcome_to_chat\";s:24:\"Welcome to the chat room\";s:12:\"user_invited\";s:26:\"The user has been invited.\";s:11:\"user_kicked\";s:39:\"The user #user# has been kicked.\";s:17:\"user_invited_self\";s:57:\"#user# invited you to the chat room #room#.\";s:19:\"private_room_closed\";s:45:\"The chat room #title# has been closed.\";s:20:\"private_room_entered\";s:43:\"Welcome to the private room #title#.\";s:17:\"private_room_left\";s:64:\"The user #user# has left the private room #title#.\";s:25:\"private_room_entered_user\";s:71:\"The user #username# has entered the private room #title#.\";s:24:\"kicked_from_private_room\";s:58:\"You have been kicked from the private room #title#.\";s:18:\"chatserver_address\";s:29:\"IP-Address/FQN of Chat Server\";s:15:\"chatserver_port\";s:19:\"Port of Chat Server\";s:8:\"hint_osd\";s:85:\"If enabled, users are notified by a popup about new invitations for repository chats.\";s:17:\"hint_osd_interval\";s:165:\"Polling interval for checking of new notifications. A lower number will notify the user more quickly but increases the number of requests the web server must handle.\";s:14:\"enable_smilies\";s:14:\"Enable Smileys\";s:19:\"hint_enable_smilies\";s:101:\"If activated, configured text sequences are replaced with an icon. See Smileys tab for configuration.\";s:17:\"display_past_msgs\";s:23:\"Number of Past Messages\";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:8:\"speak_to\";s:22:\"Speak to #user#\";s:10:\"whisper_to\";s:24:\"Whisper to #user#\";s:26:\"chat_anonymous_not_allowed\";s:29:\"Please login to use the chat.\";s:18:\"leave_private_room\";s:18:\"Leave Private Room\";s:17:\"left_private_room\";s:17:\"Left private room\";s:19:\"delete_private_room\";s:19:\"Delete Private Room\";s:22:\"invite_to_private_room\";s:22:\"Invite to Current Room\";s:5:\"scope\";s:17:\"Room/Private Room\";s:12:\"user_in_room\";s:34:\"Invite user from current chat room\";s:13:\"user_in_ilias\";s:33:\"Search and invite user from ILIAS\";s:13:\"kick_question\";s:54:\"Do you really want to kick the user from current room?\";s:12:\"ban_question\";s:53:\"Do you really want to ban the user from current room?\";s:15:\"history_cleared\";s:47:\"The message history was deleted by a moderator.\";s:18:\"clear_room_history\";s:22:\"Delete Message History\";s:27:\"clear_room_history_question\";s:62:\"Do you really want to delete all messages of the current room?\";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:24:\"create_private_room_text\";s:17:\"Private room name\";s:15:\"invite_username\";s:8:\"Username\";s:21:\"private_rooms_enabled\";s:19:\"Allow Private Rooms\";s:26:\"private_rooms_enabled_info\";s:91:\"If activated, users can create private rooms. Only invited users have access to this rooms.\";s:16:\"no_further_users\";s:22:\"No other users present\";s:5:\"users\";s:5:\"Users\";s:11:\"no_messages\";s:49:\"There are no saved messages for the given period.\";s:21:\"history_title_general\";s:30:\"Conversation in Chat Room \"%s\"\";s:26:\"history_title_private_room\";s:33:\"Conversation in Private Room \"%s\"\";s:11:\"end_whisper\";s:6:\"Cancel\";s:17:\"room_in_container\";s:11:\"%s (in: %s)\";s:13:\"chatroom_auth\";s:14:\"Authentication\";s:17:\"chatroom_auth_key\";s:18:\"Authentication-Key\";s:20:\"chatroom_auth_secret\";s:21:\"Authentication-Secret\";s:21:\"chatroom_auth_btn_txt\";s:13:\"Generate Keys\";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:3:\"key\";s:3:\"Key\";s:7:\"dhparam\";s:24:\"Diffie-Hellman Parameter\";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: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:3:\"log\";s:14:\"Chatserver Log\";s:9:\"error_log\";s:20:\"Chatserver Error-Log\";s:28:\"delete_private_room_question\";s:28:\"Confirm delete private room?\";s:20:\"chat_auth_token_info\";s:322:\"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 id has to be unique.\";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: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: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: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: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_log_level\";s:9:\"Log Level\";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:27:\"chat_osc_start_conversation\";s:18:\"Start Conversation\";s:19:\"chat_osc_accept_msg\";s:34:\"Allow On-Screen Chat Conversations\";s:24:\"chat_osc_accept_msg_info\";s:67:\"If activated, other users are allowed start a conversation with me.\";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:22:\"chat_osc_conversations\";s:13:\"Conversations\";s:13:\"chat_osc_send\";s:4:\"Send\";s:31:\"chat_osc_invite_to_conversation\";s:19:\"Add to Conversation\";s:17:\"chat_osc_add_user\";s:17:\"Add Further Users\";s:13:\"chat_osc_user\";s:4:\"User\";s:20:\"chat_osc_write_a_msg\";s:19:\"Write a Message ...\";s:18:\"chat_osc_emoticons\";s:9:\"Emoticons\";s:21:\"chat_osc_no_usr_found\";s:45:\"Could not find any user matching your search.\";s:33:\"chat_osc_section_head_other_rooms\";s:15:\"Public Chatroom\";s:31:\"chat_osc_sure_to_leave_grp_conv\";s:54:\"Are you sure you want to leave the group conversation?\";s:23:\"chat_osc_leave_grp_conv\";s:18:\"Leave Conversation\";s:27:\"chat_osc_user_left_grp_conv\";s:42:\"User \'%s\' has left the group conversation.\";s:24:\"chat_osc_dont_accept_msg\";s:126:\"You currently cannot be invited to conversations. If desired you can change this in your \'Personal Settings\'.\";s:26:\"chat_osc_doesnt_accept_msg\";s:26:\"Conversations not possible\";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: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: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: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: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:18:\"chtr_server_status\";s:13:\"Server Status\";s:23:\"chtr_ban_actor_tbl_head\";s:9:\"locked by\";s:20:\"chtr_ban_ts_tbl_head\";s:9:\"Timestamp\";s:27:\"chat_osc_head_grp_x_persons\";s:8:\"%s Users\";s:35:\"chat_user_action_invite_public_room\";s:25:\"Invite to Public Chatroom\";s:27:\"chat_user_action_invite_osd\";s:24:\"Invite to On-Screen Chat\";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:26:\"chat_deletion_section_head\";s:24:\"Deletion of old Messages\";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: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: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.\";}'); +INSERT INTO `lng_modules` VALUES ('chatroom_adm','en','a:32:{s:26:\"chatroom_available_smilies\";s:17:\"Available Smileys\";s:24:\"chatroom_delete_selected\";s:23:\"Delete Selected Smileys\";s:21:\"chatroom_smiley_image\";s:6:\"Smiley\";s:19:\"chatroom_add_smiley\";s:10:\"Add Smiley\";s:19:\"chatroom_image_path\";s:14:\"Path to Smiley\";s:24:\"chatroom_smiley_keywords\";s:8:\"Keywords\";s:42:\"chatroom_smiley_keywords_one_per_line_note\";s:20:\"One Keyword per Line\";s:22:\"chatroom_upload_smiley\";s:13:\"Upload Smiley\";s:8:\"protocol\";s:8:\"Protocol\";s:6:\"smiley\";s:7:\"Smilies\";s:20:\"chatroom_edit_smiley\";s:11:\"Edit Smiley\";s:34:\"chatroom_current_smiley_image_path\";s:14:\"Current Smiley\";s:29:\"chatroom_current_smiley_image\";s:19:\"Current Smiley Icon\";s:37:\"chatroom_smiley_image_only_if_changed\";s:67:\"Choose a new smiley icon only if the current one is to be replaced.\";s:15:\"server_settings\";s:19:\"Chatserver Settings\";s:15:\"client_settings\";s:16:\"General Settings\";s:5:\"https\";s:5:\"HTTPS\";s:12:\"chat_enabled\";s:11:\"Enable Chat\";s:10:\"enable_osd\";s:47:\"Repository Chat: Enable On-Screen Notifications\";s:22:\"general_settings_title\";s:21:\"General Chat Settings\";s:13:\"osd_intervall\";s:25:\"Refreshinterval (seconds)\";s:25:\"chatserver_settings_title\";s:19:\"Chatserver Settings\";s:30:\"chatroom_confirm_delete_smiley\";s:52:\"Are you sure you want to delete the selected smiley?\";s:27:\"chat_smilies_dir_not_exists\";s:33:\"Smilies directory does not exist.\";s:24:\"chat_smilies_initialized\";s:24:\"Chat smileys initialized\";s:23:\"settings_has_been_saved\";s:23:\"Settings has been saved\";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:29:\"chat_cannot_connect_to_server\";s:58:\"ILIAS cannot build a socket connection to the chat server.\";s:20:\"public_chat_settings\";s:25:\"Public Chat Room Settings\";s:23:\"public_chat_permissions\";s:28:\"Public Chat Room Permissions\";s:21:\"play_invitation_sound\";s:12:\"Play a sound\";s:26:\"play_invitation_sound_info\";s:66:\"Play a sound when receiving a new invitation for repository chats.\";}'); +INSERT INTO `lng_modules` VALUES ('classification','en','a:6:{s:18:\"clsfct_block_title\";s:19:\"Selection by Topics\";s:17:\"clsfct_block_info\";s:35:\"Your Selection filters the objects.\";s:20:\"clsfct_content_title\";s:31:\"Objects matching your selection\";s:23:\"clsfct_content_no_match\";s:40:\"No objects match your selected criteria.\";s:23:\"clsfct_selected_objects\";s:16:\"Selected Objects\";s:18:\"clsfct_back_to_cat\";s:16:\"Back to Category\";}'); +INSERT INTO `lng_modules` VALUES ('cld','en','a:50:{s:7:\"cld_add\";s:16:\"Add Cloud Object\";s:23:\"cld_add_download_failed\";s:15:\"Download Failed\";s:12:\"cld_add_file\";s:4:\"File\";s:14:\"cld_add_folder\";s:6:\"Folder\";s:33:\"cld_add_items_from_service_failed\";s:29:\"Add Items from Service Failed\";s:16:\"cld_add_new_item\";s:12:\"Add New Item\";s:15:\"cld_auth_failed\";s:21:\"Authentication Failed\";s:25:\"cld_authentication_failed\";s:23:\":#Authentication Failed\";s:31:\"cld_config_entry_does_not_exist\";s:27:\"Config entry does not exist\";s:39:\"cld_config_no_valid_get_or_set_function\";s:45:\"No valid get or set function for config value\";s:31:\"cld_config_table_does_not_exist\";s:27:\"Config table does not exist\";s:28:\"cld_config_unknown_exception\";s:17:\"Unknown Exception\";s:23:\"cld_confirm_delete_file\";s:55:\"Are you sure, that the following file is to be deleted:\";s:25:\"cld_confirm_delete_folder\";s:57:\"Are you sure, that the following folder is to be deleted:\";s:17:\"cld_create_folder\";s:13:\"Create Folder\";s:17:\"cld_delete_failed\";s:13:\"Delete Failed\";s:16:\"cld_file_deleted\";s:14:\"Object deleted\";s:17:\"cld_edit_Settings\";s:14:\"Cloud Settings\";s:32:\"cld_file_not_existing_on_service\";s:29:\"File not existing on service:\";s:38:\"cld_folder_already_existing_on_service\";s:35:\"Folder already existing on service:\";s:18:\"cld_folder_created\";s:14:\"Folder created\";s:26:\"cld_folder_creation_failed\";s:22:\"Folder Creation Failed\";s:15:\"cld_folder_name\";s:11:\"Folder Name\";s:34:\"cld_folder_not_existing_on_service\";s:31:\"Folder not existing on service:\";s:45:\"cld_id_already_exists_in_file_tree_in_session\";s:42:\"ID already exists in file tree in session:\";s:45:\"cld_id_does_not_exist_in_file_tree_in_session\";s:42:\"ID does not exist in file tree in session:\";s:38:\"cld_info_add_file_to_current_directory\";s:29:\"Add File to current directory\";s:40:\"cld_info_add_folder_to_current_directory\";s:31:\"Add Folder to current directory\";s:17:\"cld_invalid_input\";s:13:\"Invalid Input\";s:7:\"cld_new\";s:16:\"New Cloud Object\";s:21:\"cld_no_service_active\";s:22:\"No cloud-plugin active\";s:23:\"cld_no_service_selected\";s:19:\"No service selected\";s:29:\"cld_not_authenticated_offline\";s:27:\"Not Authenticated - Offline\";s:49:\"cld_only_owner_has_permission_to_change_root_path\";s:103:\"Due to privacy concerns only the creator of a cloud object has the permission to change it\'s root path.\";s:47:\"cld_path_does_not_exist_in_file_tree_in_session\";s:44:\"Path does not exist in file tree in Session:\";s:21:\"cld_permission_denied\";s:17:\"Permission Denied\";s:43:\"cld_permission_to_change_root_folder_denied\";s:39:\"Permission to change root folder denied\";s:41:\"cld_plugin_hook_could_not_be_instantiated\";s:37:\"Plugin hook cloud not be instantiated\";s:21:\"cld_plugin_not_active\";s:20:\"Plugin is not active\";s:15:\"cld_root_folder\";s:11:\"Root Folder\";s:11:\"cld_service\";s:7:\"Service\";s:32:\"cld_service_class_file_not_found\";s:28:\"Service class file not found\";s:22:\"cld_service_not_active\";s:18:\"Service not active\";s:29:\"cld_service_specific_settings\";s:17:\"Specific Settings\";s:21:\"cld_unknown_exception\";s:17:\"Unknown Exception\";s:30:\"cld_upload_failed_max_filesize\";s:39:\"Upload Failed (Max. File Size exceeded)\";s:17:\"cld_upload_failed\";s:13:\"Upload Failed\";s:16:\"cld_upload_files\";s:12:\"Upload Files\";s:33:\"cld_auth_failed_no_object_created\";s:56:\"Authentication failed, no Cloud Object has been created.\";s:16:\"cld_object_added\";s:33:\"A new Cloud object has been added\";}'); +INSERT INTO `lng_modules` VALUES ('cmps','en','a:60:{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: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: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:8:\"cmps_dir\";s:9:\"Directory\";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: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:9:\"cmps_name\";s:4:\"Name\";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:19:\"cmps_must_installed\";s:32:\"The component must be installed.\";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: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:11:\"cmps_plugin\";s:6:\"Plugin\";s:12:\"cmps_plugins\";s:7:\"Plugins\";s:12:\"cmps_refresh\";s:17:\"Refresh Languages\";s:15:\"cmps_rep_object\";s:22:\"Repository Object Type\";s:16:\"cmps_responsible\";s:11:\"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:11:\"cmps_status\";s:6:\"Status\";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\";s:14:\"cmps_configure\";s:9:\"Configure\";s:20:\"cmps_enable_creation\";s:15:\"Enable Creation\";s:10:\"cmps_slots\";s:5:\"Slots\";s:28:\"cmps_repository_object_types\";s:23:\"Repository Object Types\";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: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: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?\";}'); +INSERT INTO `lng_modules` VALUES ('cntr','en','a:40:{s:17:\"cntr_add_new_item\";s:12:\"Add New Item\";s:23:\"cntr_back_to_old_editor\";s:18:\"Back to Old Editor\";s:24:\"cntr_hide_title_and_icon\";s:19:\"Hide Title and Icon\";s:11:\"cntr_manage\";s:6:\"Manage\";s:36:\"cntr_old_editor_open_standard_editor\";s:20:\"Open Standard Editor\";s:23:\"cntr_old_editor_warning\";s:226:\"The maintenance of this editor will be discontinued in a future major releases of ILIAS. You may still use it to edit the content of this page now. But we recommend to switch to the standard page editor of ILIAS when possible.\";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:22:\"cntr_text_media_editor\";s:14:\"Customize 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:14:\"edit_questions\";s:14:\"Edit Questions\";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:18:\"cntr_adopt_content\";s:13:\"Adopt Content\";s:35:\"prtf_create_portfolio_from_template\";s:30:\"Create Portfolio From Template\";s:24:\"exc_next_deadline_single\";s:8:\"Deadline\";s:32:\"cntr_container_only_on_their_own\";s:123:\"Categories, courses, groups, folders or study programmes can only be copied as single objects. Please select one item only.\";s:18:\"objects_duplicated\";s:14:\"Objects copied\";s:27:\"msg_no_downloadable_objects\";s:30:\"No downloadable objects found.\";s:23:\"cntr_tax_none_available\";s:34:\"There are no taxonomies available.\";s:32:\"cntr_taxonomy_sideblock_settings\";s:21:\"Presentation Settings\";s:28:\"cntr_taxonomy_show_sideblock\";s:27:\"Show taxonomy in side block\";s:26:\"sorting_new_items_position\";s:24:\"Position for New Objects\";s:24:\"sorting_new_items_at_top\";s:3:\"Top\";s:27:\"sorting_new_items_at_bottom\";s:6:\"Bottom\";s:23:\"sorting_new_items_order\";s:21:\"Order for New Objects\";s:27:\"sorting_new_items_direction\";s:33:\"Sorting Direction for New Objects\";s:25:\"cntr_taxonomy_definitions\";s:19:\"Taxonomy Definition\";s:18:\"cntr_tax_list_info\";s:72:\"The following are all taxonomies that have been defined for this object.\";s:16:\"cont_custom_icon\";s:11:\"Custom Icon\";s:22:\"tab_back_to_repository\";s:18:\"Back to Repository\";s:19:\"cntr_copy_repo_tree\";s:15:\"Repository Tree\";s:17:\"cntr_copy_crs_grp\";s:21:\"My Courses and Groups\";}'); +INSERT INTO `lng_modules` VALUES ('common','en','a:2400:{s:19:\"msg_wrong_filetypes\";s:20:\"Allowed Files-Types:\";s:8:\"obj_ltis\";s:3:\"LTI\";s:13:\"obj_ltis_desc\";s:31:\"Learning Tools Interoperability\";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:24:\"pd_enable_pdfrmpostdraft\";s:27:\"Enabled \'My Posting Drafts\'\";s:29:\"pd_enable_pdfrmpostdraft_info\";s:143:\"If enabled, a block \'My Posting Drafts\' can be placed on the user\'s Personal Desktop. This block contains drafts of postings created in forums.\";s:27:\"pwsp_recalculate_disk_quota\";s:47:\"Personal Workspace: Recalculation of Disk Quota\";s:32:\"pwsp_recalculate_disk_quota_desc\";s:62:\"Recalculates all disk quota values for the personal workspace.\";s:15:\"chat_chatviewer\";s:11:\"Chat Viewer\";s:18:\"3rd_party_software\";s:18:\"3rd party software\";s:13:\"absolute_path\";s:13:\"Absolute Path\";s:20:\"accept_usr_agreement\";s:24:\"Accept terms of service?\";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:6:\"access\";s:6:\"Access\";s:28:\"accesscount_registered_users\";s:38:\"Read by number of distinct ILIAS users\";s:10:\"accessFree\";s:25:\"Remove \'Valid Until\' Date\";s:14:\"accessRestrict\";s:22:\"Set \'Valid Until\' Date\";s:20:\"account_expires_body\";s:43:\"Your account is limited, it will expire at:\";s:23:\"account_expires_subject\";s:20:\"Your account expires\";s:14:\"action_aborted\";s:14:\"Action aborted\";s:6:\"action\";s:6:\"Action\";s:7:\"actions\";s:7:\"Actions\";s:27:\"activate_assessment_logging\";s:36:\"Activate Test and Assessment Logging\";s:14:\"activate_https\";s:36:\"HTTPS handling by ILIAS
(Login)\";s:17:\"activate_tracking\";s:10:\"Activation\";s:8:\"activate\";s:10:\"Set Active\";s:10:\"activation\";s:12:\"Edit Timings\";s:6:\"active\";s:6:\"Active\";s:13:\"add_condition\";s:16:\"Add Precondition\";s:10:\"add_member\";s:10:\"Add Member\";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:15:\"add_translation\";s:15:\"Add translation\";s:22:\"add_user_defined_field\";s:13:\"Add New Field\";s:8:\"add_user\";s:14:\"Add Local User\";s:3:\"add\";s:3:\"Add\";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: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: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:33:\"advanced_editing_rep_page_editing\";s:36:\"Enable Content Editing in Repository\";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: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:23:\"already_delivered_files\";s:15:\"Submitted Files\";s:3:\"and\";s:3:\"and\";s:9:\"anonymous\";s:9:\"Anonymous\";s:7:\"answers\";s:7:\"Answers\";s:12:\"any_language\";s:12:\"Any language\";s:21:\"application_completed\";s:23:\"Application is complete\";s:16:\"application_date\";s:16:\"Application Date\";s:12:\"applications\";s:12:\"Applications\";s:12:\"apply_filter\";s:12:\"Apply Filter\";s:5:\"apply\";s:5:\"Apply\";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:14:\"archive_broken\";s:36:\"Archive seems to be broken or empty.\";s:7:\"archive\";s:7:\"Archive\";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: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:14:\"assessment_log\";s:59:\"Create a Test and Assessment log for a specific time period\";s:38:\"assessment_settings_reporting_language\";s:18:\"Reporting language\";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:26:\"assf_allowed_questiontypes\";s:24:\"Available Question Types\";s:18:\"assf_questiontypes\";s:17:\"Question Settings\";s:18:\"assign_global_role\";s:21:\"Assign to Global Role\";s:17:\"assign_local_role\";s:20:\"Assign to Local Role\";s:6:\"assign\";s:6:\"Assign\";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: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:25:\"auth_cas_allow_local_desc\";s:91:\"This allows CAS users to authenticate with their local ILIAS username and a local password.\";s:18:\"auth_cas_auth_desc\";s:66:\"CAS requires PHP 4.3.1 or higher with CURL support (7.5 or higher)\";s:13:\"auth_cas_auth\";s:28:\"Configure CAS Authentication\";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:8:\"auth_cas\";s:3:\"CAS\";s:14:\"auth_configure\";s:12:\"configure...\";s:17:\"auth_create_users\";s:39:\"Create non-existing users automatically\";s:28:\"auth_default_mode_changed_to\";s:38:\"Default authentication mode changed to\";s:12:\"auth_default\";s:15:\"Default setting\";s:8:\"auth_ecs\";s:3:\"ECS\";s:16:\"auth_ldap_enable\";s:19:\"Enable LDAP support\";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:19:\"auth_ldap_migration\";s:17:\"Account Migration\";s:9:\"auth_ldap\";s:4:\"LDAP\";s:10:\"auth_local\";s:10:\"ILIAS Auth\";s:23:\"auth_login_instructions\";s:32:\"Instructions shown on login page\";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:9:\"auth_mode\";s:19:\"Authentication mode\";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:21:\"auth_radius_configure\";s:31:\"Configure RADIUS-Authentication\";s:18:\"auth_radius_enable\";s:21:\"Enable RADIUS support\";s:26:\"auth_radius_not_configured\";s:28:\"RADIUS is not configured yet\";s:16:\"auth_radius_port\";s:4:\"Port\";s:23:\"auth_radius_server_desc\";s:108:\"You may add multiple servers with commas separated. Servers are rotated in Round robin fashion when queried.\";s:18:\"auth_radius_server\";s:7:\"Servers\";s:25:\"auth_radius_shared_secret\";s:13:\"Shared secret\";s:11:\"auth_radius\";s:6:\"RADIUS\";s:26:\"auth_remark_non_local_auth\";s:122:\"When selecting another authentication mode than ILIAS database, you may not change user\'s login name and password anymore.\";s:19:\"auth_role_auth_mode\";s:19:\"Authentication mode\";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: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:9:\"auth_shib\";s:10:\"Shibboleth\";s:15:\"auth_shibboleth\";s:10:\"Shibboleth\";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:19:\"auth_soap_auth_desc\";s:95:\"This settings deal only with SOAP based user authentication, not with the ILIAS SOAP interface.\";s:14:\"auth_soap_auth\";s:29:\"Configure SOAP Authentication\";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:24:\"auth_soap_namespace_desc\";s:66:\"As defined in WSDL. Must be specified, if .NET SOAP style is used.\";s:19:\"auth_soap_namespace\";s:9:\"Namespace\";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:9:\"auth_soap\";s:4:\"SOAP\";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:9:\"available\";s:9:\"Available\";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:4:\"back\";s:4:\"Back\";s:6:\"basedn\";s:6:\"BaseDN\";s:14:\"basic_settings\";s:14:\"Basic Settings\";s:6:\"before\";s:6:\"before\";s:9:\"benchmark\";s:9:\"Benchmark\";s:10:\"benchmarks\";s:10:\"Benchmarks\";s:8:\"bib_data\";s:20:\"Bibliographical Data\";s:8:\"birthday\";s:8:\"Birthday\";s:13:\"bkm_import_ok\";s:59:\"Successfully imported %d bookmarks and %d bookmark folders.\";s:10:\"bkm_import\";s:16:\"Import Bookmarks\";s:12:\"bkm_sendmail\";s:18:\"Send as attachment\";s:5:\"block\";s:5:\"Block\";s:15:\"bm_add_to_ilias\";s:22:\"Add to ILIAS Bookmarks\";s:2:\"bm\";s:8:\"Bookmark\";s:3:\"bmf\";s:15:\"Bookmark Folder\";s:4:\"bold\";s:4:\"Bold\";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:12:\"bookmarks_of\";s:12:\"Bookmarks of\";s:9:\"bookmarks\";s:9:\"Bookmarks\";s:21:\"breadcrumb_navigation\";s:21:\"Breadcrumb Navigation\";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: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: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: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:3:\"cat\";s:8:\"Category\";s:19:\"categories_imported\";s:25:\"Category import complete.\";s:10:\"categories\";s:10:\"Categories\";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:4:\"catr\";s:13:\"Category Link\";s:2:\"cc\";s:2:\"CC\";s:11:\"certificate\";s:11:\"Certificate\";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:6:\"change\";s:6:\"Change\";s:10:\"changeable\";s:39:\"Changeable in Personal Data and 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:30:\"chat_enter_public_room_tooltip\";s:18:\"Enter public chat.\";s:22:\"chat_enter_public_room\";s:11:\"Public Chat\";s:31:\"chat_invite_public_room_tooltip\";s:22:\"Invite to public chat.\";s:23:\"chat_invite_public_room\";s:11:\"Public Chat\";s:17:\"chat_users_active\";s:12:\"Active users\";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:15:\"check_link_desc\";s:91:\"If enabled all external links in ILIAS learning modules will be checked if they are active.\";s:10:\"check_link\";s:13:\"Weblink check\";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_user_accounts\";s:19:\"Check user accounts\";s:24:\"check_web_resources_desc\";s:59:\"If enabled all Weblinks will be checked if they are active.\";s:19:\"check_web_resources\";s:14:\"Check Weblinks\";s:5:\"check\";s:5:\"Check\";s:13:\"checked_files\";s:16:\"Importable files\";s:7:\"checked\";s:7:\"Checked\";s:32:\"chg_ilias_and_webfolder_password\";s:25:\"Change Webfolder 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:4:\"city\";s:11:\"City, State\";s:12:\"cleaned_file\";s:22:\"File has been cleaned.\";s:15:\"cleaning_failed\";s:16:\"Cleaning failed.\";s:15:\"clear_clipboard\";s:15:\"Clear Clipboard\";s:5:\"clear\";s:5:\"Clear\";s:9:\"client_id\";s:9:\"Client ID\";s:9:\"client_ip\";s:9:\"Client IP\";s:6:\"client\";s:6:\"Client\";s:9:\"clipboard\";s:9:\"Clipboard\";s:5:\"close\";s:5:\"Close\";s:7:\"cnt_new\";s:8:\"(%s New)\";s:12:\"collapse_all\";s:12:\"Collapse All\";s:8:\"collapse\";s:8:\"Collapse\";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:7:\"compose\";s:7:\"Compose\";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: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:30:\"condition_accredited_or_passed\";s:20:\"Accredited or Passed\";s:9:\"condition\";s:9:\"Condition\";s:18:\"conditions_updated\";s:16:\"Conditions saved\";s:24:\"confirm_delete_parameter\";s:43:\"Do you really want to delete the parameter?\";s:7:\"confirm\";s:7:\"Confirm\";s:12:\"confirmation\";s:12:\"Confirmation\";s:17:\"conflict_handling\";s:17:\"Conflict handling\";s:12:\"contact_data\";s:19:\"Contact Information\";s:7:\"contact\";s:7:\"Contact\";s:18:\"container_no_items\";s:22:\"No Materials Available\";s:9:\"container\";s:9:\"Container\";s:13:\"content_frame\";s:13:\"Content Frame\";s:14:\"content_styles\";s:14:\"Content Styles\";s:7:\"content\";s:7:\"Content\";s:7:\"context\";s:7:\"Context\";s:13:\"continue_work\";s:8:\"Continue\";s:6:\"contra\";s:6:\"Contra\";s:8:\"copy_all\";s:8:\"Copy all\";s:16:\"copy_n_of_suffix\";s:13:\"- Copy (%1$s)\";s:14:\"copy_of_suffix\";s:6:\"- Copy\";s:7:\"copy_of\";s:7:\"Copy of\";s:19:\"copy_selected_items\";s:4:\"Copy\";s:4:\"copy\";s:4:\"Copy\";s:11:\"copyChapter\";s:4:\"Copy\";s:8:\"copyPage\";s:4:\"Copy\";s:5:\"count\";s:5:\"Count\";s:7:\"country\";s:7:\"Country\";s:6:\"course\";s:6:\"Course\";s:7:\"courses\";s:7:\"Courses\";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:6:\"create\";s:6:\"Create\";s:7:\"created\";s:13:\"Creation Date\";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:33:\"cron_forum_notification_crob_desc\";s:217:\"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 posting.\";s:23:\"cron_forum_notification\";s:24:\"Send Forum Notifications\";s:9:\"cron_jobs\";s:9:\"Cron Jobs\";s:22:\"cron_lucene_index_info\";s:122:\"If enabled, the lucene search index will be updated. Please configure the lucene server at ’Administration -> Search’.\";s:17:\"cron_lucene_index\";s:26:\"Update Lucene search index\";s:27:\"cron_mail_notification_cron\";s:22:\"regularly per cron job\";s:27:\"cron_mail_notification_desc\";s:165:\"If enabled, all users, who want to be informed about new mail, will get notifications by external mail. Please enable the option ‘%s’ first to use this function.\";s:28:\"cron_mail_notification_never\";s:5:\"never\";s:22:\"cron_mail_notification\";s:22:\"New Mail Notifications\";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: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:3:\"crs\";s:6:\"Course\";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:4:\"crsr\";s:11:\"Course Link\";s:10:\"csv_export\";s:10:\"CSV-Export\";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:10:\"current_ip\";s:11:\"Current IP:\";s:16:\"current_password\";s:16:\"Current Password\";s:3:\"cut\";s:3:\"Cut\";s:7:\"cutPage\";s:3:\"Cut\";s:5:\"daily\";s:5:\"daily\";s:16:\"database_version\";s:24:\"Current Database Version\";s:8:\"database\";s:8:\"Database\";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:\"deactivate\";s:12:\"Set Inactive\";s:17:\"decrease_attempts\";s:12:\"Attempts - 1\";s:19:\"def_repository_view\";s:23:\"Default repository view\";s:22:\"default_auth_mode_info\";s:78:\"Please choose the authentication method that is preselected on the login page.\";s:17:\"default_auth_mode\";s:29:\"Default Authentication Method\";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:18:\"default_skin_style\";s:20:\"Default Skin / Style\";s:12:\"default_skin\";s:12:\"Default Skin\";s:13:\"default_style\";s:13:\"Default Style\";s:7:\"default\";s:7:\"Default\";s:8:\"defaults\";s:8:\"Defaults\";s:20:\"delete_existing_file\";s:20:\"Delete Existing File\";s:16:\"delete_parameter\";s:16:\"Delete Parameter\";s:21:\"delete_selected_items\";s:6:\"Delete\";s:6:\"delete\";s:6:\"Delete\";s:12:\"deleted_user\";s:25:\"The user has been deleted\";s:13:\"deleted_users\";s:13:\"Deleted users\";s:7:\"deleted\";s:7:\"Deleted\";s:7:\"deliver\";s:7:\"Deliver\";s:10:\"department\";s:10:\"Department\";s:4:\"desc\";s:11:\"Description\";s:11:\"description\";s:11:\"Description\";s:16:\"desired_password\";s:16:\"Desired Password\";s:13:\"desktop_items\";s:22:\"Personal Desktop Items\";s:7:\"details\";s:7:\"Details\";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:7:\"disable\";s:7:\"disable\";s:8:\"disabled\";s:8:\"Disabled\";s:20:\"disk_quota_is_1_by_2\";s:66:\"The effective disk quota is %1$s due to membership in role \"%2$s\".\";s:33:\"disk_quota_is_1_instead_of_2_by_3\";s:136:\"The effective disk quota is %1$s as defined in this user account. The disk quota by role membership would have been %2$s by role \"%3$s\".\";s:28:\"disk_quota_is_unlimited_by_1\";s:71:\"The effective disk quota is unlimited due to membership in role \"%1$s\".\";s:34:\"disk_quota_last_reminder_sent_desc\";s:93:\"Last date on which the user has received a reminder mail because of exceeding the disk quota.\";s:29:\"disk_quota_last_reminder_sent\";s:24:\"Last quota reminder sent\";s:23:\"disk_quota_on_role_desc\";s:93:\"The disk quota specified on a role affects all user accounts which are assigned to this role.\";s:29:\"disk_quota_reminder_mail_desc\";s:295:\"The disk quota reminder mail is sent to active users who have exceeded their disk quota. This e-mail is sent once every day to the users when the daily ILIAS cron job is run. Users who already have received a reminder e-mail receive it again every 7 days as long as they exceed their disk quota.\";s:24:\"disk_quota_reminder_mail\";s:13:\"Reminder mail\";s:29:\"disk_quota_report_not_run_yet\";s:110:\"No disk quota report available. The daily cron job which determines the disk usage needs to be executed first.\";s:17:\"disk_quota_report\";s:17:\"Disk Quota Report\";s:10:\"disk_quota\";s:10:\"Disk Quota\";s:18:\"disk_usage_details\";s:18:\"Disk Usage Details\";s:10:\"disk_usage\";s:10:\"Disk Usage\";s:6:\"domain\";s:6:\"Domain\";s:4:\"down\";s:4:\"Down\";s:27:\"download_all_returned_files\";s:24:\"Download all Submissions\";s:36:\"download_with_uploaded_filename_info\";s:478:\"Select this option exclusively for backwards compatibility with ILIAS 3.9 and older versions: When this option is selected, the filename of a downloaded file is equal to the filename that was used for uploading the file into ILIAS. If this option is not selected, the filename of a downloaded file is equal to the title of the file object in ILIAS. This option does not affect WebDAV. For WebDAV the filename of a downloaded file is always equal to the title of the file object.\";s:31:\"download_with_uploaded_filename\";s:31:\"Download with uploaded filename\";s:8:\"download\";s:8:\"Download\";s:20:\"downloading_settings\";s:17:\"Download Settings\";s:6:\"drafts\";s:6:\"Drafts\";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:15:\"edit_operations\";s:15:\"Edit Operations\";s:17:\"edit_page_content\";s:17:\"Edit Page Content\";s:9:\"edit_page\";s:9:\"Edit Page\";s:15:\"edit_properties\";s:15:\"Edit Properties\";s:15:\"edit_stylesheet\";s:10:\"Edit Style\";s:4:\"edit\";s:4:\"Edit\";s:6:\"editor\";s:6:\"Editor\";s:15:\"email_not_valid\";s:44:\"The e-mail address you entered is not valid!\";s:5:\"email\";s:6:\"E-Mail\";s:15:\"enable_calendar\";s:15:\"Enable Calendar\";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:19:\"enable_custom_icons\";s:19:\"Enable custom icons\";s:31:\"enable_disk_quota_reminder_mail\";s:30:\"Send disk quota reminder mails\";s:27:\"enable_download_folder_info\";s:65:\"Enables a download option inside the action drop-down of folders.\";s:22:\"enable_download_folder\";s:37:\"\"Download Action for Folders\" enabled\";s:27:\"enable_fora_statistics_desc\";s:59:\"If disabled, nobody is able to access the forum statistics.\";s:22:\"enable_fora_statistics\";s:26:\"Enable Statistics in Forum\";s:23:\"enable_hide_user_toggle\";s:35:\"Member is not allowed to deactivate\";s:30:\"enable_hist_user_comments_desc\";s:73:\"Give authors the opportunity to add comments to the history log of pages.\";s:25:\"enable_hist_user_comments\";s:31:\"Enable user comments in history\";s:26:\"enable_password_assistance\";s:26:\"Enable password assistance\";s:20:\"enable_search_engine\";s:219:\"Open Public Area for Internet Search Engines (e.g Google).
The Apache module ‘mod_rewrite’ is required for this extension. Please take care that you have appropriate permissions to use .htaccess configurations.\";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:12:\"enable_trash\";s:12:\"Enable Trash\";s:18:\"enable_webdav_info\";s:243:\"Allows WebDAV clients to access the repository as a webfolder. Users can open webfolders using the ‘Open as webfolder’ action in the repository, or by entering the following address in a WebDAV client: %1$s\";s:13:\"enable_webdav\";s:20:\"Enable WebDAV access\";s:6:\"enable\";s:6:\"Enable\";s:7:\"enabled\";s:7:\"Enabled\";s:16:\"enter_in_mb_desc\";s:20:\"Enter a value in MB.\";s:11:\"err_1_param\";s:17:\"Only 1 parameter!\";s:11:\"err_2_param\";s:17:\"Only 2 parameter!\";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:29:\"err_auth_radius_no_ilias_user\";s:87:\"Login failed. Radius authentication successful, but no corresponding ILIAS user exists.\";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: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:16:\"err_wrong_header\";s:21:\"Reason: Wrong header.\";s:15:\"err_wrong_login\";s:23:\"Wrong Login or Password\";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:18:\"err_wrong_password\";s:14:\"Wrong Password\";s:12:\"error_parser\";s:26:\"Error starting the parser.\";s:15:\"error_recipient\";s:15:\"Error Recipient\";s:5:\"error\";s:5:\"Error\";s:24:\"event_ass_materials_prop\";s:17:\"Session Materials\";s:18:\"event_assign_files\";s:15:\"File Assignment\";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:17:\"exc_edit_exercise\";s:13:\"Edit exercise\";s:14:\"exc_edit_until\";s:10:\"Edit Until\";s:8:\"exc_edit\";s:20:\"New exercise created\";s:17:\"exc_exercise_sent\";s:13:\"Exercise Sent\";s:18:\"exc_files_returned\";s:15:\"Submitted Files\";s:9:\"exc_files\";s:5:\"Files\";s:15:\"exc_instruction\";s:17:\"Work Instructions\";s:19:\"exc_last_submission\";s:15:\"Last Submission\";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: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:11:\"exc_sent_at\";s:16:\"Sent on
%s\";s:8:\"exc_sent\";s:48:\"The exercise has been sent to the selected users\";s:16:\"exc_status_saved\";s:16:\"Exercise updated\";s:10:\"exc_status\";s:6:\"Status\";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:3:\"exc\";s:8:\"Exercise\";s:4:\"excs\";s:9:\"Exercises\";s:7:\"execute\";s:7:\"Execute\";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:10:\"expand_all\";s:10:\"Expand All\";s:6:\"expand\";s:6:\"Expand\";s:8:\"expanded\";s:8:\"Expanded\";s:13:\"export_format\";s:13:\"Export format\";s:11:\"export_html\";s:19:\"Export as HTML File\";s:6:\"export\";s:6:\"Export\";s:16:\"ext_cat_settings\";s:31:\"Edit Advanced Category Settings\";s:8:\"ext_link\";s:4:\"Link\";s:15:\"failure_message\";s:15:\"Failure Message\";s:3:\"fax\";s:3:\"Fax\";s:4:\"feed\";s:8:\"Web Feed\";s:18:\"feedback_recipient\";s:18:\"Feedback Recipient\";s:8:\"feedback\";s:8:\"Feedback\";s:10:\"field_name\";s:10:\"Field Name\";s:10:\"field_type\";s:10:\"Field Type\";s:21:\"file_add_and_metadata\";s:29:\"Upload File and Edit Metadata\";s:8:\"file_add\";s:11:\"Upload File\";s:10:\"file_added\";s:13:\"File uploaded\";s:21:\"file_allowed_suffixes\";s:19:\"Allowed file types:\";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:14:\"file_not_found\";s:14:\"File Not Found\";s:14:\"file_not_valid\";s:15:\"File not valid!\";s:11:\"file_notice\";s:20:\"Maximum upload size:\";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:16:\"file_suffix_repl\";s:30:\"File Upload Suffix Replacement\";s:12:\"file_updated\";s:22:\"File has been updated.\";s:10:\"file_valid\";s:14:\"File is valid!\";s:12:\"file_version\";s:24:\"Version Provided in File\";s:4:\"file\";s:4:\"File\";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:63:\"Due to the character / this object is not visible in webfolders\";s:25:\"filename_special_filename\";s:57:\"Objects with names . and .. are not visible in webfolders\";s:19:\"filename_visibility\";s:10:\"Visibility\";s:32:\"filename_windows_empty_extension\";s:94:\"Due to the character . at the end of the name this object is not visible in Windows webfolders\";s:35:\"filename_windows_special_characters\";s:95:\"Due to one of the characters \\ / : * ? \" < > | this object is not visible in Windows webfolders\";s:29:\"filename_windows_webdav_issue\";s:71:\"Due to the character # this object is not visible in Windows webfolders\";s:8:\"filename\";s:9:\"File Name\";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: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:37:\"filter_users_with_exceeded_disk_quota\";s:35:\"Only users with disk quota exceeded\";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:6:\"filter\";s:6:\"Filter\";s:9:\"firstname\";s:10:\"First Name\";s:8:\"flatview\";s:12:\"Hide Sidebar\";s:8:\"fold_add\";s:10:\"Add Folder\";s:10:\"fold_added\";s:12:\"Folder added\";s:9:\"fold_edit\";s:11:\"Edit Folder\";s:8:\"fold_new\";s:10:\"New Folder\";s:4:\"fold\";s:6:\"Folder\";s:6:\"folder\";s:6:\"Folder\";s:7:\"folders\";s:7:\"Folders\";s:26:\"force_accept_usr_agreement\";s:37:\"You must accept the terms of service!\";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:68:\"Some data is incomplete or not valid. Please correct the form input.\";s:25:\"forum_direct_notification\";s:12:\"Notification\";s:15:\"forum_notify_me\";s:165:\"Notify me when a direct answer has been given to this posting. Notification about any posting 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:5:\"forum\";s:5:\"Forum\";s:17:\"forums_anonymized\";s:16:\"Forum anonymized\";s:16:\"forums_anonymous\";s:6:\"anonym\";s:15:\"forums_articles\";s:8:\"Articles\";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:14:\"Latest Article\";s:19:\"forums_new_articles\";s:12:\"New Articles\";s:28:\"forums_notification_settings\";s:28:\"Forums Notification Settings\";s:14:\"forums_threads\";s:7:\"Threads\";s:16:\"forums_use_alias\";s:131:\"You may use a pseudonym for your posting. If you leave this field blank, your posting will be marked as written by ‘Anonymous’.\";s:16:\"forums_your_name\";s:9:\"Your Name\";s:6:\"forums\";s:6:\"Forums\";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:19:\"frm_latest_postings\";s:15:\"Latest Articles\";s:7:\"frm_new\";s:9:\"New Forum\";s:22:\"frm_statistics_ranking\";s:7:\"Ranking\";s:3:\"frm\";s:5:\"Forum\";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:8:\"gender_f\";s:3:\"Ms.\";s:8:\"gender_m\";s:3:\"Mr.\";s:8:\"gender_n\";s:21:\"No salutation desired\";s:6:\"gender\";s:10:\"Salutation\";s:16:\"general_settings\";s:16:\"General Settings\";s:8:\"generate\";s:8:\"Generate\";s:7:\"glo_add\";s:12:\"Add Glossary\";s:9:\"glo_added\";s:14:\"Glossary added\";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:14:\"glo_mode_level\";s:25:\"virtual (this level only)\";s:15:\"glo_mode_normal\";s:6:\"normal\";s:16:\"glo_mode_subtree\";s:24:\"virtual (entire subtree)\";s:8:\"glo_mode\";s:4:\"Mode\";s:7:\"glo_new\";s:12:\"New Glossary\";s:3:\"glo\";s:8:\"Glossary\";s:14:\"global_default\";s:14:\"Global Default\";s:12:\"global_fixed\";s:12:\"Global Fixed\";s:15:\"global_settings\";s:15:\"Global settings\";s:11:\"global_user\";s:12:\"Global users\";s:6:\"global\";s:6:\"Global\";s:10:\"glossaries\";s:10:\"Glossaries\";s:8:\"glossary\";s:8:\"Glossary\";s:2:\"go\";s:2:\"Go\";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:23:\"group_registration_mode\";s:22:\"Registration Procedure\";s:23:\"group_registration_time\";s:19:\"Registration Period\";s:18:\"group_registration\";s:12:\"Registration\";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:5:\"group\";s:5:\"Group\";s:26:\"groupings_assigned_obj_crs\";s:16:\"Assigned Courses\";s:26:\"groupings_assigned_obj_grp\";s:15:\"Assigned Groups\";s:9:\"groupings\";s:22:\"Membership Limitations\";s:6:\"groups\";s:6:\"Groups\";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: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:27:\"Send Participants a Message\";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:26:\"grp_registration_completed\";s:25:\"You have joined the group\";s:16:\"grp_registration\";s:10:\"Join 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:3:\"grp\";s:5:\"Group\";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 Multiple Files as Zip-Archive\";s:6:\"height\";s:6:\"Height\";s:4:\"help\";s:4:\"Help\";s:2:\"HH\";s:5:\"HH:MM\";s:10:\"dd_mm_yyyy\";s:10:\"DD.MM.YYYY\";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:4:\"hide\";s:4:\"Hide\";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_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:8:\"htlm_add\";s:24:\"Add HTML Learning Module\";s:8:\"htlm_new\";s:24:\"New HTML Learning Module\";s:4:\"htlm\";s:20:\"Learning Module HTML\";s:17:\"http_not_possible\";s:44:\"This server is not supporting http requests.\";s:9:\"http_path\";s:9:\"HTTP Path\";s:4:\"http\";s:4:\"HTTP\";s:18:\"https_not_possible\";s:48:\"This server is not supporting HTTPS connections.\";s:8:\"i2passwd\";s:16:\"ILIAS 2 password\";s:13:\"icon_settings\";s:12:\"Custom Icons\";s:4:\"icon\";s:4:\"Icon\";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:18:\"Ignore on conflict\";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:13:\"ilias_version\";s:13:\"ILIAS version\";s:5:\"image\";s:5:\"Image\";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:21:\"import_file_not_valid\";s:29:\"The import file is not valid.\";s:11:\"import_file\";s:11:\"Import File\";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: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:6:\"import\";s:6:\"Import\";s:9:\"important\";s:9:\"Important\";s:8:\"imported\";s:8:\"imported\";s:9:\"in_use_by\";s:9:\"In use by\";s:6:\"in_use\";s:13:\"User Language\";s:2:\"in\";s:2:\"in\";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: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:59:\"Are you sure that you want to delete the following item(s)?\";s:16:\"info_remove_sure\";s:59:\"Are you sure that you want to remove the following item(s)?\";s:28:\"info_delete_warning_no_trash\";s:102:\"(WARNING: Selected Objects will be removed irreversibly from System and may not be recovered anymore!)\";s:12:\"info_deleted\";s:17:\"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:10:\"info_short\";s:4:\"Info\";s:16:\"info_status_info\";s:19:\"Permissions of User\";s:17:\"info_view_of_user\";s:4:\"User\";s:4:\"info\";s:11:\"Information\";s:16:\"inform_user_mail\";s:38:\"Send mail to inform user about changes\";s:27:\"inline_file_extensions_info\";s:158:\"Files with these extensions are displayed in the browser window.
For example: gif jpg mp3 pdf png
All other files are offered for downloading.\";s:22:\"inline_file_extensions\";s:17:\"Web-enabled files\";s:18:\"insert_object_here\";s:26:\"Insert at Current Position\";s:6:\"insert\";s:6:\"Insert\";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:13:\"install_local\";s:24:\"Install With Custom File\";s:7:\"install\";s:7:\"Install\";s:15:\"installed_local\";s:26:\"Installed With Custom file\";s:9:\"installed\";s:9:\"Installed\";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:20:\"invisible_block_mess\";s:50:\"You do not have the permission to view this block.\";s:15:\"invisible_block\";s:15:\"Invisible Block\";s:10:\"ip_address\";s:10:\"IP Address\";s:15:\"is_already_your\";s:15:\"is already your\";s:4:\"item\";s:4:\"Item\";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:11:\"java_server\";s:11:\"Java-Server\";s:12:\"join_session\";s:6:\"Attend\";s:4:\"join\";s:4:\"Join\";s:2:\"kb\";s:5:\"KByte\";s:8:\"keywords\";s:8:\"Keywords\";s:15:\"lang_dateformat\";s:5:\"Y-m-d\";s:9:\"lang_path\";s:13:\"Language Path\";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:20:\"lang_refresh_confirm\";s:44:\"Do you really want to refresh all languages?\";s:22:\"lang_uninstall_confirm\";s:55:\"Do you really want to uninstall the selected languages?\";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: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:22:\"lang_timeformat_no_sec\";s:3:\"H:i\";s:15:\"lang_timeformat\";s:5:\"H:i:s\";s:14:\"langfile_found\";s:19:\"Language file found\";s:22:\"language_not_installed\";s:52:\"is not installed. Please install that language first\";s:8:\"language\";s:8:\"Language\";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:9:\"languages\";s:9:\"Languages\";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:6:\"launch\";s:6:\"Launch\";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:4:\"ldap\";s:4:\"LDAP\";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:8:\"link_all\";s:8:\"Link all\";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:17:\"Messages disabled\";s:26:\"link_check_message_enabled\";s:16:\"Messages enabled\";s:18:\"link_check_subject\";s:21:\"[ILIAS] Weblink check\";s:10:\"link_check\";s:13:\"Weblink Check\";s:22:\"link_checker_refreshed\";s:14:\"Refreshed view\";s:19:\"link_selected_items\";s:4:\"Link\";s:4:\"link\";s:4:\"Link\";s:15:\"links_add_param\";s:14:\"Add Parameter:\";s:19:\"links_dyn_parameter\";s:18:\"Dynamic Parameters\";s:18:\"links_dynamic_info\";s:114:\"If enabled, it is possible to append dynamic parameters to Weblinks.
E.g. the ILIAS user ID or the username.\";s:13:\"links_dynamic\";s:26:\"Dynamic Weblink Parameters\";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:17:\"list_of_questions\";s:17:\"List of Questions\";s:4:\"list\";s:4:\"List\";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:2:\"lm\";s:21:\"Learning Module ILIAS\";s:3:\"lng\";s:8:\"Language\";s:4:\"lngf\";s:9:\"Languages\";s:2:\"lo\";s:15:\"Learning Object\";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:5:\"local\";s:5:\"Local\";s:8:\"location\";s:8:\"Location\";s:7:\"locator\";s:9:\"Location:\";s:6:\"log_in\";s:5:\"Login\";s:8:\"logic_or\";s:2:\"or\";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: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:17:\"login_information\";s:17:\"Login Information\";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:22:\"login_to_ilias_via_cas\";s:49:\"Login to ILIAS via Central Authentication Service\";s:29:\"login_to_ilias_via_shibboleth\";s:18:\"Login to ILIAS via\";s:14:\"login_to_ilias\";s:14:\"Login to ILIAS\";s:5:\"login\";s:5:\"Login\";s:24:\"loginname_already_exists\";s:31:\"This login name already exists.\";s:18:\"loginname_settings\";s:19:\"Login Name Settings\";s:11:\"logout_text\";s:56:\"You logged off from ILIAS. Your session has been closed.\";s:6:\"logout\";s:6:\"Logout\";s:4:\"logs\";s:8:\"Log Data\";s:4:\"lres\";s:18:\"Learning Resources\";s:16:\"mail_addressbook\";s:8:\"Contacts\";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:12:\"mail_members\";s:15:\"Mail to Members\";s:30:\"mail_multiple_recipients_found\";s:97:\"Enter a more specific mail address. ILIAS found multiple possible recipients for this address: %s\";s:23:\"mail_no_recipient_found\";s:87:\"Enter a different mail address. ILIAS couldn\'t find a recipient with this mail address.\";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:12:\"mail_z_local\";s:12:\"User Folders\";s:4:\"mail\";s:4:\"Mail\";s:8:\"mails_pl\";s:7:\"Mail(s)\";s:5:\"mails\";s:5:\"Mails\";s:9:\"main_menu\";s:9:\"Main Menu\";s:36:\"add_remove_edit_entries_of_main_menu\";s:44:\"Add, remove or edit entries of the main menu\";s:3:\"all\";s:3:\"All\";s:11:\"only_active\";s:11:\"Only Active\";s:13:\"only_inactive\";s:13:\"Only Inactive\";s:12:\"entry_status\";s:12:\"Entry status\";s:14:\"manage_members\";s:14:\"Manage Members\";s:14:\"marked_entries\";s:14:\"Marked Entries\";s:13:\"matriculation\";s:20:\"Matriculation number\";s:8:\"mcst_add\";s:13:\"Add Mediacast\";s:8:\"mcst_new\";s:13:\"New Mediacast\";s:4:\"mcst\";s:9:\"Mediacast\";s:13:\"mem_add_to_wl\";s:19:\"Add to Waiting List\";s:19:\"mem_alert_no_places\";s:35:\"There are no free places available.\";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: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:25:\"mem_waiting_list_position\";s:34:\"Your Position on the Waiting List:\";s:16:\"mem_waiting_list\";s:22:\"Users on Waiting List:\";s:13:\"member_status\";s:13:\"Member Status\";s:6:\"member\";s:6:\"Member\";s:7:\"members\";s:7:\"Members\";s:16:\"membership_leave\";s:5:\"Leave\";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:3:\"mep\";s:10:\"Media Pool\";s:15:\"message_content\";s:15:\"Message Content\";s:26:\"message_no_delivered_files\";s:33:\"You have not submitted any files.\";s:7:\"message\";s:7:\"Message\";s:9:\"meta_data\";s:8:\"Metadata\";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:6:\"minute\";s:6:\"Minute\";s:7:\"minutes\";s:7:\"Minutes\";s:12:\"missing_perm\";s:18:\"Missing Permission\";s:20:\"missing_precondition\";s:20:\"Missing Precondition\";s:7:\"missing\";s:7:\"Missing\";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: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:5:\"month\";s:5:\"Month\";s:7:\"monthly\";s:7:\"monthly\";s:6:\"months\";s:6:\"Months\";s:15:\"mount_webfolder\";s:17:\"Open as webfolder\";s:19:\"move_selected_items\";s:4:\"Move\";s:4:\"move\";s:4:\"Move\";s:11:\"moveChapter\";s:4:\"Move\";s:8:\"movePage\";s:4:\"Move\";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:25:\"msg_copy_clipboard_source\";s:115:\"Now, please select the desired course or group, whose content should be copied and click the button ‘Continue’.\";s:18:\"msg_copy_clipboard\";s:123:\"Now, please select the desired location, where the selected objects should be pasted into 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: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: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: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:34:\"msg_no_perm_paste_object_in_folder\";s:63:\"You have no permission to paste the object %s in the folder %s.\";s:17:\"msg_no_perm_paste\";s:56:\"You have no permission to paste the following object(s):\";s:16:\"msg_no_perm_perm\";s:50:\"You have no permission to edit permission settings\";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:16:\"msg_no_perm_read\";s:43:\"You have no permission to access this item.\";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:15:\"msg_obj_created\";s:15:\"Object created.\";s:24:\"msg_obj_exists_in_folder\";s:46:\"The object %s already exists in the folder %s.\";s:14:\"msg_obj_exists\";s:41:\"This object already exists in this folder\";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: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:30:\"msg_paste_object_not_in_itself\";s:55:\"It’s not possible to paste the Object \"%s\" in itself.\";s:28:\"msg_perm_adopted_from_itself\";s:80:\"You cannot adopt permission settings from the current role/role template 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: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: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: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:16:\"msg_wrong_format\";s:44:\"The value you entered is not a valid format.\";s:6:\"my_bms\";s:9:\"Bookmarks\";s:10:\"my_courses\";s:10:\"My Courses\";s:4:\"name\";s:4:\"Name\";s:5:\"never\";s:5:\"never\";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:3:\"new\";s:3:\"New\";s:7:\"newline\";s:7:\"Newline\";s:4:\"news\";s:4:\"News\";s:4:\"next\";s:4:\"Next\";s:21:\"no_access_item_public\";s:81:\"To access this item you need to be logged in and to have appropriate permissions.\";s:14:\"no_access_item\";s:43:\"You have no permission to access this item.\";s:24:\"no_agreement_description\";s:136:\"There is currently no terms of service text provided with this installation. Please contact the system administrator.\";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:19:\"no_global_role_left\";s:42:\"Every user has to be assigned to one role.\";s:24:\"user_not_found_to_delete\";s:36:\"A user could not be found to delete.\";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:2:\"no\";s:2:\"No\";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:18:\"notes_and_comments\";s:18:\"Notes and Comments\";s:5:\"notes\";s:5:\"Notes\";s:13:\"notifications\";s:13:\"Notifications\";s:9:\"num_users\";s:15:\"Number of Users\";s:13:\"edit_metadata\";s:13:\"Edit Metadata\";s:13:\"obj_accs_desc\";s:36:\"Settings for accessibility features.\";s:8:\"obj_accs\";s:13:\"Accessibility\";s:12:\"obj_adm_desc\";s:90:\"Main system settings folder containing all panels to administrate your ILIAS installation.\";s:7:\"obj_adm\";s:14:\"Administration\";s:13:\"obj_adve_desc\";s:58:\"Administration settings for ILIAS page editor and TinyMCE.\";s:8:\"obj_adve\";s:7:\"Editing\";s:13:\"obj_assf_desc\";s:50:\"Platform settings for the Test and Assessment tool\";s:8:\"obj_assf\";s:19:\"Test and Assessment\";s:13:\"obj_auth_desc\";s:97:\"Configure your authentication mode (local, LDAP, ...) and new account registration settings here.\";s:8:\"obj_auth\";s:31:\"Authentication and Registration\";s:13:\"obj_cals_desc\";s:26:\"General Calendar settings.\";s:8:\"obj_cals\";s:8:\"Calendar\";s:17:\"obj_cat_duplicate\";s:13:\"Copy Category\";s:7:\"obj_cat\";s:8:\"Category\";s:8:\"obj_catr\";s:13:\"Category Link\";s:13:\"obj_cert_desc\";s:25:\"Settings for certificates\";s:8:\"obj_cert\";s:12:\"Certificates\";s:7:\"obj_wfe\";s:15:\"Workflow Engine\";s:8:\"obj_chap\";s:7:\"Chapter\";s:13:\"obj_cmps_desc\";s:28:\"General settings for Plugins\";s:8:\"obj_cmps\";s:7:\"Plugins\";s:17:\"obj_crs_duplicate\";s:11:\"Copy Course\";s:7:\"obj_crs\";s:6:\"Course\";s:8:\"obj_crsr\";s:11:\"Course Link\";s:7:\"obj_dbk\";s:12:\"Digilib Book\";s:7:\"obj_exc\";s:8:\"Exercise\";s:13:\"obj_extt_desc\";s:67:\"Configure external software or services that are supported by ILIAS\";s:8:\"obj_extt\";s:20:\"Third Party Software\";s:13:\"obj_facs_desc\";s:36:\"Settings for files and file handling\";s:8:\"obj_facs\";s:5:\"Files\";s:8:\"obj_feed\";s:8:\"Web Feed\";s:15:\"obj_file_inline\";s:20:\"Learning Module File\";s:8:\"obj_file\";s:4:\"File\";s:18:\"obj_file_duplicate\";s:14:\"Duplicate File\";s:8:\"obj_fold\";s:6:\"Folder\";s:17:\"obj_frm_duplicate\";s:10:\"Copy Forum\";s:7:\"obj_frm\";s:5:\"Forum\";s:7:\"obj_glo\";s:8:\"Glossary\";s:17:\"obj_grp_duplicate\";s:10:\"Copy Group\";s:7:\"obj_grp\";s:5:\"Group\";s:8:\"obj_htlm\";s:20:\"Learning Module HTML\";s:13:\"obj_ldap_desc\";s:36:\"Configure global LDAP Settings here.\";s:6:\"obj_lm\";s:21:\"Learning Module ILIAS\";s:7:\"obj_lng\";s:8:\"Language\";s:13:\"obj_lngf_desc\";s:34:\"Manage your system languages here.\";s:8:\"obj_lngf\";s:9:\"Languages\";s:13:\"obj_lrss_desc\";s:40:\"Configure all types of learning modules.\";s:8:\"obj_lrss\";s:16:\"Learning Modules\";s:13:\"obj_mail_desc\";s:36:\"Configure global mail settings here.\";s:8:\"obj_mail\";s:4:\"Mail\";s:8:\"obj_mcst\";s:9:\"Mediacast\";s:13:\"obj_mcts_desc\";s:31:\"General settings for mediacast.\";s:8:\"obj_mcts\";s:9:\"Mediacast\";s:7:\"obj_mep\";s:10:\"Media Pool\";s:7:\"obj_mob\";s:12:\"Media Object\";s:13:\"obj_mobs_desc\";s:43:\"Settings for media objects and media pools.\";s:8:\"obj_mobs\";s:23:\"Media Objects and Pools\";s:13:\"obj_not_found\";s:16:\"Object Not Found\";s:13:\"obj_nwss_desc\";s:50:\"Settings for internal news and external web feeds.\";s:8:\"obj_nwss\";s:18:\"News and Web Feeds\";s:13:\"obj_objf_desc\";s:69:\"Manage ILIAS object types and object permissions. (only for experts!)\";s:8:\"obj_objf\";s:18:\"Object Definitions\";s:8:\"obj_page\";s:4:\"Page\";s:13:\"obj_pdts_desc\";s:30:\"Configure the Personal Desktop\";s:8:\"obj_pdts\";s:16:\"Personal Desktop\";s:6:\"obj_pg\";s:4:\"Page\";s:11:\"obj_ps_desc\";s:52:\"Configure global privacy and security settings here.\";s:6:\"obj_ps\";s:20:\"Privacy and Security\";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:7:\"obj_qpl\";s:18:\"Question Pool Test\";s:8:\"obj_rcrs\";s:10:\"ECS Course\";s:13:\"obj_recf_desc\";s:44:\"Contains restored objects from System Check.\";s:8:\"obj_recf\";s:16:\"Restored Objects\";s:8:\"obj_role\";s:4:\"Role\";s:13:\"obj_rolf_desc\";s:23:\"Manage your roles here.\";s:19:\"obj_rolf_local_desc\";s:34:\"Contains local roles of object no.\";s:14:\"obj_rolf_local\";s:11:\"Local Roles\";s:8:\"obj_rolf\";s:5:\"Roles\";s:8:\"obj_rolt\";s:13:\"Role Template\";s:8:\"obj_root\";s:17:\"Repository - Home\";s:8:\"obj_sahs\";s:21:\"Learning Module SCORM\";s:7:\"obj_sco\";s:3:\"SCO\";s:13:\"obj_seas_desc\";s:32:\"Manage the search settings here.\";s:8:\"obj_seas\";s:6:\"Search\";s:18:\"obj_sess_duplicate\";s:12:\"Copy Session\";s:8:\"obj_sess\";s:7:\"Session\";s:14:\"obj_spl_select\";s:44:\"-- Please select one question pool survey --\";s:7:\"obj_spl\";s:20:\"Question Pool Survey\";s:6:\"obj_st\";s:7:\"Chapter\";s:7:\"obj_sty\";s:5:\"Style\";s:13:\"obj_stys_desc\";s:42:\"Manage system skin and style settings here\";s:8:\"obj_stys\";s:17:\"Layout and Styles\";s:17:\"obj_svy_duplicate\";s:11:\"Copy Survey\";s:7:\"obj_svy\";s:6:\"Survey\";s:13:\"obj_svyf_desc\";s:37:\"Platform settings for the Survey Tool\";s:8:\"obj_svyf\";s:6:\"Survey\";s:13:\"obj_tags_desc\";s:29:\"Settings for tagging feature.\";s:8:\"obj_tags\";s:7:\"Tagging\";s:7:\"obj_tax\";s:8:\"Taxonomy\";s:8:\"obj_taxf\";s:10:\"Taxonomies\";s:13:\"obj_trac_desc\";s:54:\"Statistics and Learning Progress Settings and Overview\";s:8:\"obj_trac\";s:32:\"Statistics and Learning Progress\";s:17:\"obj_tst_duplicate\";s:9:\"Copy Test\";s:7:\"obj_tst\";s:4:\"Test\";s:8:\"obj_type\";s:11:\"Object Type\";s:8:\"obj_user\";s:4:\"User\";s:7:\"obj_usr\";s:4:\"User\";s:13:\"obj_usrf_desc\";s:26:\"Manage user accounts here.\";s:8:\"obj_usrf\";s:15:\"User Management\";s:18:\"obj_webr_duplicate\";s:17:\"Copy Weblink list\";s:8:\"obj_webr\";s:7:\"Weblink\";s:8:\"obj_wiki\";s:4:\"Wiki\";s:3:\"obj\";s:6:\"Object\";s:12:\"object_added\";s:12:\"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:6:\"object\";s:6:\"Object\";s:7:\"objects\";s:7:\"Objects\";s:4:\"objf\";s:18:\"Object definitions\";s:8:\"objs_cat\";s:10:\"Categories\";s:9:\"objs_catr\";s:13:\"Category Link\";s:8:\"objs_crs\";s:7:\"Courses\";s:9:\"objs_crsr\";s:11:\"Course Link\";s:8:\"objs_exc\";s:9:\"Exercises\";s:9:\"objs_feed\";s:9:\"Web Feeds\";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_htlm\";s:21:\"HTML Learning Modules\";s:7:\"objs_lm\";s:22:\"ILIAS Learning Modules\";s:9:\"objs_lres\";s:18:\"Learning Resources\";s:9:\"objs_mail\";s:4:\"Mail\";s:9:\"objs_mcst\";s:10:\"Mediacasts\";s:8:\"objs_mep\";s:11:\"Media Pools\";s:8:\"objs_prg\";s:16:\"Study Programmes\";s:8:\"objs_qpl\";s:19:\"Question Pools Test\";s:8:\"objs_qst\";s:9:\"Questions\";s:9:\"objs_rcrs\";s:11:\"ECS Courses\";s:9:\"objs_role\";s:5:\"Roles\";s:9:\"objs_sahs\";s:22:\"SCORM Learning Modules\";s:9:\"objs_sess\";s:8:\"Sessions\";s:8:\"objs_spl\";s:21:\"Question Pools Survey\";s:7:\"objs_st\";s:8:\"Chapters\";s:8:\"objs_svy\";s:7:\"Surveys\";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:2:\"ok\";s:2:\"OK\";s:3:\"old\";s:3:\"Old\";s:8:\"omit_all\";s:8:\"Omit all\";s:4:\"omit\";s:4:\"Omit\";s:15:\"on_waiting_list\";s:27:\"You are on the waiting list\";s:11:\"online_time\";s:25:\"Time online (DD:HH:MM:SS)\";s:6:\"online\";s:6:\"Online\";s:9:\"operation\";s:9:\"Operation\";s:8:\"optimize\";s:8:\"Optimize\";s:6:\"option\";s:6:\"Option\";s:16:\"optional_filters\";s:16:\"Optional Filters\";s:7:\"options\";s:7:\"Options\";s:13:\"order_by_date\";s:13:\"Order by Date\";s:8:\"order_by\";s:8:\"Order by\";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:13:\"owner_updated\";s:14:\"Owner updated.\";s:5:\"owner\";s:5:\"Owner\";s:11:\"page_layout\";s:11:\"Page Layout\";s:12:\"page_layouts\";s:12:\"Page Layouts\";s:4:\"page\";s:4:\"Page\";s:5:\"pages\";s:5:\"Pages\";s:9:\"parameter\";s:9:\"Parameter\";s:5:\"parse\";s:5:\"Parse\";s:6:\"passed\";s:6:\"Passed\";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:6:\"passwd\";s:8:\"Password\";s:24:\"password_assistance_info\";s:229:\"If password assistance is enabled, a link ‘Forgot Password?’ is shown on the login page of ILIAS. Users can use this link to define a new password for their user account without needing assistance from a system administrator.\";s:37:\"password_change_on_first_login_demand\";s:83:\"You have to change your initial password before you can start using ILIAS services.\";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:31:\"password_must_chars_and_numbers\";s:49:\"The password must contain characters and numbers.\";s:27:\"password_must_special_chars\";s:45:\"The password must contain special characters.\";s:16:\"password_to_long\";s:55:\"The password must have at most a size of %s characters.\";s:17:\"password_to_short\";s:56:\"The password must have at least a size of %s characters.\";s:8:\"password\";s:8:\"Password\";s:21:\"paste_clipboard_items\";s:5:\"Paste\";s:5:\"paste\";s:5:\"Paste\";s:12:\"pasteChapter\";s:5:\"Paste\";s:9:\"pastePage\";s:5:\"Paste\";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:4:\"path\";s:4:\"Path\";s:6:\"pathes\";s:5:\"Paths\";s:20:\"pd_enable_chatviewer\";s:18:\"Enable Chat Viewer\";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:17:\"permission_denied\";s:17:\"Permission Denied\";s:19:\"permission_settings\";s:26:\"Object Permission Settings\";s:10:\"permission\";s:10:\"Permission\";s:12:\"person_title\";s:5:\"Title\";s:13:\"personal_data\";s:13:\"Personal Data\";s:16:\"personal_desktop\";s:16:\"Personal Desktop\";s:16:\"personal_picture\";s:6:\"Avatar\";s:16:\"personal_profile\";s:25:\"Personal Data and Profile\";s:7:\"persons\";s:7:\"Persons\";s:6:\"pg_add\";s:8:\"Add page\";s:6:\"pg_new\";s:8:\"New page\";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:5:\"phone\";s:5:\"Phone\";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: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:13:\"please_select\";s:19:\"-- Please Select --\";s:11:\"please_wait\";s:14:\"Please wait...\";s:4:\"port\";s:4:\"Port\";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:27:\"precondition_not_accessible\";s:79:\"You do not have sufficient permission to view the precondition(s) of this item.\";s:12:\"precondition\";s:12:\"Precondition\";s:13:\"preconditions\";s:13:\"Preconditions\";s:19:\"predefined_template\";s:24:\"Predefined role template\";s:11:\"preferences\";s:11:\"Preferences\";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:8:\"previous\";s:8:\"Previous\";s:10:\"print_view\";s:10:\"Print View\";s:5:\"print\";s:5:\"Print\";s:13:\"private_notes\";s:13:\"Private Notes\";s:3:\"pro\";s:3:\"Pro\";s:7:\"proceed\";s:7:\"Proceed\";s:15:\"profile_changed\";s:42:\"ILIAS eLearning - 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:7:\"profile\";s:7:\"Profile\";s:10:\"properties\";s:10:\"Properties\";s:17:\"proxy_connectable\";s:23:\"Connection established.\";s:15:\"proxy_host_info\";s:20:\"Please enter a host.\";s:10:\"proxy_host\";s:4:\"Host\";s:21:\"proxy_not_connectable\";s:56:\"ILIAS could not build a connection to the defined proxy.\";s:18:\"proxy_socket_error\";s:16:\"Socket Error: %s\";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:10:\"proxy_port\";s:4:\"Port\";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:12:\"proxy_status\";s:5:\"Proxy\";s:5:\"proxy\";s:12:\"Proxy-Server\";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:11:\"pub_section\";s:16:\"Anonymous Access\";s:12:\"public_notes\";s:12:\"Public Notes\";s:14:\"public_profile\";s:7:\"Profile\";s:6:\"public\";s:6:\"public\";s:7:\"purpose\";s:7:\"Purpose\";s:7:\"qpl_add\";s:22:\"Add Question Pool Test\";s:7:\"qpl_new\";s:22:\"New Question Pool Test\";s:3:\"qpl\";s:18:\"Question Pool Test\";s:10:\"query_data\";s:10:\"Query data\";s:16:\"question_message\";s:8:\"Question\";s:8:\"question\";s:8:\"Question\";s:4:\"quit\";s:4:\"Quit\";s:5:\"quote\";s:5:\"Quote\";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:17:\"refresh_languages\";s:21:\"Refresh All Languages\";s:7:\"refresh\";s:7:\"Refresh\";s:6:\"refuse\";s:6:\"Refuse\";s:35:\"reg_account_confirmation_successful\";s:37:\"Your user account has been activated.\";s:28:\"reg_mail_body_2_confirmation\";s:92:\"The link will only be good for %s, after that you will have to try again 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:132:\"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:29:\"reg_mail_subject_confirmation\";s:40:\"ILIAS eLearning - Your Confirmation Link\";s:16:\"reg_mail_subject\";s:34:\"ILIAS eLearning - Your access data\";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: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:18:\"remove_translation\";s:18:\"Remove translation\";s:6:\"remove\";s:6:\"Remove\";s:11:\"rename_file\";s:11:\"Rename File\";s:6:\"rename\";s:6:\"Rename\";s:18:\"repeat_scan_failed\";s:21:\"Repeated scan failed.\";s:20:\"repeat_scan_succeded\";s:24:\"Repeated scan succeeded.\";s:11:\"repeat_scan\";s:23:\"Repeating virus scan...\";s:12:\"replace_file\";s:12:\"Replace File\";s:5:\"reply\";s:5:\"Reply\";s:21:\"repository_admin_desc\";s:81:\"Set permissions for repository items, restore or remove objects from system trash\";s:16:\"repository_admin\";s:32:\"Repository Trash and Permissions\";s:10:\"repository\";s:10:\"Repository\";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:15:\"res_links_short\";s:5:\"Links\";s:9:\"res_links\";s:16:\"Repository Links\";s:12:\"reset_filter\";s:12:\"Reset Filter\";s:5:\"reset\";s:5:\"Reset\";s:9:\"resources\";s:9:\"Resources\";s:5:\"right\";s:5:\"Right\";s:6:\"rights\";s:6:\"Rights\";s:13:\"role_add_user\";s:19:\"Add User(s) to role\";s:10:\"role_added\";s:10:\"Role added\";s:24:\"role_assigned_desk_items\";s:22:\"Assigned desktop items\";s:26:\"role_assigned_desktop_item\";s:23:\"Created new assignment.\";s:23:\"role_assignment_updated\";s:33:\"Role assignment has been updated.\";s:15:\"role_assignment\";s:15:\"Role Assignment\";s:26:\"role_deleted_desktop_items\";s:19:\"Deleted assignment.\";s:13:\"role_desk_add\";s:19:\"Assign desktop item\";s:9:\"role_edit\";s:9:\"Edit Role\";s:11:\"role_mailto\";s:26:\"Mail to all assigned Users\";s:15:\"role_new_search\";s:10:\"New search\";s:8:\"role_new\";s:8:\"New Role\";s:22:\"role_no_roles_selected\";s:20:\"Please select a role\";s:27:\"role_no_users_no_desk_items\";s:96:\"It is not possible to assign personal desktop items, since you cannot assign users to this role.\";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:24:\"role_protect_permissions\";s:19:\"Protect Permissions\";s:24:\"role_select_desktop_item\";s:60:\"Please select one object that will be assigned to this role.\";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:4:\"role\";s:4:\"Role\";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:5:\"roles\";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:\"rolf\";s:5:\"Roles\";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:4:\"rolt\";s:13:\"Role Template\";s:3:\"row\";s:3:\"Row\";s:4:\"rows\";s:4:\"Rows\";s:10:\"sahs_added\";s:27:\"SCORM Learning Module added\";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:4:\"sahs\";s:21:\"Learning Module SCORM\";s:12:\"salutation_f\";s:8:\"Ms./Mrs.\";s:12:\"salutation_m\";s:3:\"Mr.\";s:12:\"salutation_n\";s:21:\"No salutation desired\";s:10:\"salutation\";s:10:\"Salutation\";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:4:\"save\";s:4:\"Save\";s:18:\"saved_successfully\";s:18:\"Saved Successfully\";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:38:\"scorm_create_export_file_scrom2004_4th\";s:43:\"Create Export File (SCORM 2004 4th Edition)\";s:34:\"scorm_create_export_file_scrom2004\";s:43:\"Create Export File (SCORM 2004 3rd Edition)\";s:9:\"scorm_new\";s:45:\"Create SCORM Learning Module (Authoring Mode)\";s:13:\"search_active\";s:20:\"Include active users\";s:13:\"search_engine\";s:19:\"Readable .html URLs\";s:10:\"search_for\";s:10:\"Search For\";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:6:\"search\";s:6:\"Search\";s:18:\"seas_max_hits_info\";s:63:\"Please enter a number for the maximum number of search results.\";s:13:\"seas_max_hits\";s:8:\"Max hits\";s:13:\"seas_settings\";s:15:\"Search settings\";s:6:\"second\";s:6:\"Second\";s:7:\"seconds\";s:7:\"Seconds\";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: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:18:\"Please select one.\";s:19:\"select_questionpool\";s:21:\"Insert questions into\";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:6:\"select\";s:6:\"Select\";s:19:\"selected_items_back\";s:22:\"Back to Personal Items\";s:14:\"selected_items\";s:14:\"Personal Items\";s:26:\"selected_languages_updated\";s:56:\"The selected languages have been updated (if installed):\";s:8:\"selected\";s:8:\"Selected\";s:9:\"send_mail\";s:12:\"Send Message\";s:4:\"send\";s:4:\"Send\";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:11:\"server_data\";s:11:\"Server Info\";s:15:\"server_software\";s:15:\"Server Software\";s:6:\"server\";s:6:\"Server\";s:4:\"sess\";s:7:\"Session\";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:85:\"If enabled, you receive a reminder before the online-session of your browser expires.\";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)
The current length of a user session is %s.\";s:26:\"session_reminder_lead_time\";s:8:\"Leadtime\";s:33:\"session_reminder_session_duration\";s:23:\"(Session Duration: %s).\";s:16:\"session_reminder\";s:16:\"Session-Reminder\";s:11:\"set_offline\";s:11:\"Set Offline\";s:10:\"set_online\";s:10:\"Set Online\";s:3:\"set\";s:3:\"Set\";s:17:\"setSystemLanguage\";s:19:\"Set System Language\";s:14:\"settings_saved\";s:14:\"Saved settings\";s:8:\"settings\";s:8:\"Settings\";s:15:\"setUserLanguage\";s:17:\"Set User Language\";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:22:\"shib_data_conv_warning\";s:59:\"The data manipulation API file you specified cannot be read\";s:14:\"shib_data_conv\";s:38:\"Absolute path to data manipulation API\";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:159:\"To log in via %s, please click on the login button and choose your organization of the following page.
If you have questions concerning this, please ask the\";s:36:\"shib_general_wayf_login_instructions\";s:126:\"In case you are not associated with the given organizations and you need access to a course on this server, please contact the\";s:13:\"shib_idp_list\";s:496:\"Provide a list of Identity Providers to let the user choose from on the ILIAS login page.
On each line there must be a comma-separated tuple for providerID of IdP (see the Shibboleth metadata file) and Name of IdP as it shall be displayed in the drop-down list.
As an optional third parameter you can add the location of a Shibboleth session initiator 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: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:36:\"shib_login_embedded_wayf_description\";s:231:\"If this option is chosen, you can provide any HTML code in the login instructions text area below. This can for example be used to embed an own JavaScript WAYF/Discovery Service or create a custom-tailored design of the login area.\";s:24:\"shib_login_embedded_wayf\";s:24:\"Design custom login area\";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:10:\"shib_login\";s:27:\"Unique Shibboleth attribute\";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:4:\"shib\";s:10:\"Shibboleth\";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:15:\"short_inst_name\";s:11:\"Short Title\";s:12:\"show_details\";s:12:\"Show Details\";s:11:\"show_filter\";s:11:\"Show Filter\";s:9:\"show_list\";s:9:\"Show List\";s:12:\"show_members\";s:15:\"Display Members\";s:10:\"show_owner\";s:10:\"Show Owner\";s:17:\"show_users_online\";s:17:\"Show active users\";s:4:\"show\";s:4:\"Show\";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:10:\"skin_style\";s:20:\"Default Skin / Style\";s:4:\"smtp\";s:4:\"SMTP\";s:29:\"soap_user_administration_desc\";s:48:\"If enabled, ILIAS can be administrated via SOAP.\";s:24:\"soap_user_administration\";s:23:\"Administration via SOAP\";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:\"soap_wsdl_path\";s:9:\"WSDL Path\";s:19:\"sort_by_this_column\";s:19:\"Sort by this column\";s:14:\"sorting_header\";s:20:\"Content Item Sorting\";s:19:\"sorting_info_manual\";s:136:\"Content items can be arranged manually in a preferred order. Additionallyi, please define the standard sorting settings for new objects.\";s:18:\"sorting_info_title\";s:72:\"Content items are arranged automatically by title in alphabetical order.\";s:21:\"sorting_manual_header\";s:8:\"Manually\";s:12:\"sorting_save\";s:12:\"Save Sorting\";s:20:\"sorting_title_header\";s:28:\"Titles in Alphabetical Order\";s:6:\"spacer\";s:6:\"Spacer\";s:7:\"spl_add\";s:24:\"Add Question Pool Survey\";s:7:\"spl_new\";s:24:\"New Question Pool Survey\";s:3:\"spl\";s:20:\"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:20:\"status_no_permission\";s:21:\"No permission granted\";s:6:\"status\";s:6:\"Status\";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:32:\"survey_unlimited_invitation_desc\";s:126:\"Allows unlimited invitation in surveys. Unlimited invitation adds the survey to the personal desktop of every registered user.\";s:27:\"survey_unlimited_invitation\";s:20:\"Unlimited Invitation\";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:3:\"svy\";s:6:\"Survey\";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:14:\"system_message\";s:15:\"System Messages\";s:13:\"system_styles\";s:13:\"System Styles\";s:6:\"system\";s:6:\"System\";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: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:19:\"take_over_structure\";s:15:\"Adopt Structure\";s:6:\"target\";s:6:\"Target\";s:7:\"tax_add\";s:12:\"Add Taxonomy\";s:7:\"tax_new\";s:12:\"New Taxonomy\";s:3:\"tax\";s:8:\"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: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:16:\"time_limit_owner\";s:18:\"Owner (time limit)\";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:10:\"time_limit\";s:6:\"Access\";s:4:\"time\";s:4:\"Time\";s:14:\"title_required\";s:22:\"Please insert a title.\";s:5:\"title\";s:5:\"Title\";s:14:\"to_client_list\";s:16:\"Client Selection\";s:10:\"to_desktop\";s:14:\"Add to Desktop\";s:2:\"to\";s:2:\"To\";s:5:\"today\";s:5:\"Today\";s:19:\"toggleGlobalDefault\";s:21:\"Toggle Global Default\";s:17:\"toggleGlobalFixed\";s:19:\"Toggle Global Fixed\";s:8:\"tomorrow\";s:8:\"Tomorrow\";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:10:\"tree_frame\";s:10:\"Tree Frame\";s:4:\"tree\";s:4:\"Tree\";s:8:\"treeview\";s:12:\"Show Sidebar\";s:7:\"tst_add\";s:8:\"Add test\";s:7:\"tst_new\";s:8:\"New test\";s:7:\"tst_run\";s:3:\"Run\";s:26:\"tst_statistical_evaluation\";s:10:\"Statistics\";s:14:\"tst_statistics\";s:10:\"Statistics\";s:11:\"tst_results\";s:12:\"Test Results\";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:3:\"tst\";s:4:\"Test\";s:6:\"tutors\";s:6:\"Tutors\";s:24:\"txt_registered_passw_gen\";s:109:\"You successfully registered to ILIAS. You should receive an e-Mail including your generated password shortly.\";s:14:\"txt_registered\";s:112:\"You successfully registered to ILIAS. Please click on the button below to login to ILIAS with your user account.\";s:13:\"txt_submitted\";s:228:\"You successfully submitted an account request to ILIAS. Your account request will be reviewed by the 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:84:\"When field is set to ‘required’, it must be set to ‘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: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:\"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: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:6:\"unread\";s:6:\"Unread\";s:11:\"unsubscribe\";s:19:\"Remove from Desktop\";s:5:\"unzip\";s:5:\"Unzip\";s:2:\"up\";s:2:\"Up\";s:14:\"update_applied\";s:14:\"Update Applied\";s:15:\"update_language\";s:15:\"Update Language\";s:18:\"update_on_conflict\";s:18:\"Update on conflict\";s:6:\"update\";s:4:\"Edit\";s:27:\"upload_error_file_not_found\";s:29:\"Upload error: File not found.\";s:6:\"upload\";s:6:\"Upload\";s:20:\"uploaded_and_checked\";s:71:\"The file has been uploaded and checked, you can now start to import it.\";s:3:\"uri\";s:3:\"URI\";s:13:\"url_not_found\";s:14:\"File Not Found\";s:12:\"url_to_latex\";s:23:\"URL to LaTeX CGI script\";s:3:\"url\";s:3:\"URL\";s:27:\"use_customized_instructions\";s:28:\"Use customized instructions:\";s:24:\"use_default_instructions\";s:25:\"Use default instructions.\";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:22:\"user_cant_receive_mail\";s:48:\"%1$s – user is not allowed to use 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:21:\"user_ext_account_desc\";s:84:\"Account used for external authentication. (CAS, SOAP, LDAP or Radius authentication)\";s:16:\"user_ext_account\";s:16:\"External Account\";s:10:\"user_image\";s:10:\"User Image\";s:18:\"user_import_failed\";s:19:\"User import failed.\";s:27:\"user_imported_with_warnings\";s:35:\"User import complete with warnings.\";s:13:\"user_imported\";s:21:\"User import complete.\";s:13:\"user_language\";s:13:\"User Language\";s:26:\"user_new_account_mail_desc\";s:190:\"This mail is sent automatically to users that have self-registered or to those who have been registered by an administrator with enabled setting ‘Send mail to inform user about changes’.\";s:21:\"user_new_account_mail\";s:16:\"New Account Mail\";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:4:\"user\";s:4:\"User\";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:27:\"userfolder_export_file_size\";s:9:\"File size\";s:22:\"userfolder_export_file\";s:4:\"File\";s:23:\"userfolder_export_files\";s:5:\"Files\";s:21:\"userfolder_export_xml\";s:3:\"XML\";s:8:\"username\";s:8:\"Username\";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:5:\"users\";s:5:\"Users\";s:15:\"usr_active_only\";s:17:\"Active Users only\";s:7:\"usr_add\";s:8:\"Add User\";s:13:\"usr_agreement\";s:16:\"Terms of Service\";s:8:\"usr_edit\";s:9:\"Edit User\";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:7:\"usr_new\";s:8:\"New User\";s:32:\"usr_settings_explanation_profile\";s:424:\"Check ‘Visible’ to show fields in the registration form and personal data on the personal desktop. Check ‘Changeable’ to allow the user to change the value in the personal data. Please note that visible fields can always be entered in the registration form. Required fields are required in the registration form and the personal data. 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:27:\"usr_settings_changeable_lua\";s:39:\"Changeable 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:3:\"usr\";s:4:\"User\";s:4:\"usrf\";s:13:\"User accounts\";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:431:\"When ‘Ignore on conflict’ is selected, ILIAS ignores an action, if it can not be performed (e. g. an ‘Insert’ action is not done, if there is already a user with the same login in the database.) When ‘Update on conflict’ is selected, ILIAS updates the database if an action can not be performed. (e. g. an ‘Insert’ action is replaced by an ‘Update’ action, if a user with the same login exists in the database).\";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: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:14:\"vcard_download\";s:22:\"Download Visiting Card\";s:5:\"vcard\";s:13:\"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:12:\"view_content\";s:12:\"View Content\";s:4:\"view\";s:4:\"View\";s:20:\"visible_registration\";s:23:\"Visible in Registration\";s:7:\"visible\";s:7:\"Visible\";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:18:\"webfolder_dir_info\";s:122:\"You got here, because your browser can\'t open webfolders. Read the instructions for opening webfolders.\";s:18:\"webfolder_index_of\";s:13:\"Index of %1$s\";s:27:\"webfolder_instructions_info\";s:479:\"The webfolder instructions are shown on browsers, which can not open a webfolder directly. You can use HTML code, and the following placeholders: [WEBFOLDER_TITLE], [WEBFOLDER_URI], [WEBFOLDER_URI_IE], [WEBFOLDER_URI_KONQUEROR], [WEBFOLDER_URI_NAUTILUS], [ADMIN_MAIL], [IF_WINDOWS]...[/IF_WINDOWS], [IF_MAC]...[/IF_MAC], [IF_LINUX]...[/IF_LINUX]. Clear the field to get the default instructions.\";s:27:\"webfolder_instructions_text\";s:2144:\"[IF_WINDOWS]

Instructions for connecting with Windows

  1. Open Windows-Explorer (e.g. key combination Windows + E).
  2. Press the Alt-Key. The menu appears.
  3. Choose \"Add Network Place\" in the toolbar.
  4. Enter the following address as address (you may copy and paste the URL):

    [WEBFOLDER_URI]

  5. Click \"Finish\".
  6. Enter your login and password, and select \"OK\".
  7. You can now access the webfolder from the start menu \"Computer\".

Your login and password is identical to your local ILIAS login and can be changed via \"Personal Desktop - Settings\".[/IF_WINDOWS] [IF_MAC]

Instructions for Mac OS X

  1. Open the Finder.
  2. Choose the menu \'Goto to > Connect to server...\'.
    This opens the window \'connect to server\'.
  3. Enter this URL as server URL:
    [WEBFOLDER_URI]
    und click on \'Connect\'.
  4. Enter your login and password, and select \"OK\".

Your login and password is identical to your local ILIAS login and can be changed via \"Personal Desktop - Settings\".[/IF_MAC][IF_LINUX]

Instructions for Linux with Konqueror

  1. Open Konqueror Browser.
  2. Enter this URL as server URL:
    [WEBFOLDER_URI_KONQUEROR]
    and press enter.
  3. Enter your login and password, and select \"OK\".

Instructions for Linux with Nautilus

  1. Open Nautilus Browser.
  2. Enter this URL as server URL:
    [WEBFOLDER_URI_NAUTILUS]
    and press enter.
  3. Enter your login and password, and select \"OK\".

Your login and password is identical to your local ILIAS login and can be changed via \"Personal Desktop - Settings\".[/IF_LINUX]

Tips & Support

\";s:32:\"webfolder_instructions_titletext\";s:22:\"Open %1$s as webfolder\";s:22:\"webfolder_instructions\";s:22:\"Webfolder instructions\";s:24:\"webfolder_mount_dir_with\";s:167:\"Open this page as a Webfolder with Internet Explorer 6, Konqueror, Nautilus, other Browser.\";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:18:\"webr_disable_check\";s:18:\"Disable Validation\";s:9:\"webr_edit\";s:12:\"Edit Weblink\";s:21:\"webr_last_check_table\";s:11:\"Last check:\";s:22:\"webr_sure_delete_items\";s:54:\"Do you really want to delete the following Weblink(s)?\";s:4:\"webr\";s:7:\"Weblink\";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:8:\"wiki_add\";s:8:\"Add Wiki\";s:8:\"wiki_new\";s:8:\"New Wiki\";s:4:\"wiki\";s:4:\"Wiki\";s:4:\"with\";s:4:\"with\";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.
You are currently using this IP address: %s
Please contact the system administrator.\";s:4:\"year\";s:4:\"Year\";s:5:\"years\";s:5:\"Years\";s:3:\"yes\";s:3:\"Yes\";s:9:\"yesterday\";s:9:\"Yesterday\";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:3:\"zip\";s:8:\"Zip Code\";s:7:\"zipcode\";s:8:\"Zip Code\";s:10:\"page_count\";s:10:\"Page Count\";s:14:\"db_need_hotfix\";s:70:\"Hotfix available. Please open »Setup!\";s:14:\"session_config\";s:16:\"Session Settings\";s:35:\"session_config_maintenance_disabled\";s:33:\"Maintenance by client not allowed\";s:17:\"session_max_count\";s:19:\"Max active sessions\";s:22:\"session_max_count_info\";s:120:\"Defines the maximum number of sessions that can be created simultaneously. Setting this to ‘0’ disables the feature.\";s:16:\"session_min_idle\";s:29:\"Min session idle (in minutes)\";s:21:\"session_min_idle_info\";s:188:\"When a user idles for at least this period of time the session can be destroyed if another session should be opened for another user and the maximum number of existing sessions is reached.\";s:16:\"session_max_idle\";s:29:\"Max session idle (in minutes)\";s:21:\"session_max_idle_info\";s:83:\"Defines the maximum period of idle time a user can idle before his session expires.\";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:\"reached_session_limit\";s:61:\"The limit of online users is reached. Please try again later.\";s:32:\"mail_to_global_roles_not_allowed\";s:54:\"%1$s (it is not allowed to send mails to global roles)\";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: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:43:\"delete_inactive_user_accounts_include_roles\";s:16:\"Considered roles\";s:48:\"delete_inactive_user_accounts_include_roles_desc\";s:114:\"Only user accounts with one of the marked roles will be checked and deleted if maximum number of days is exceeded.\";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: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: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:46:\"delete_inactivated_user_accounts_include_roles\";s:16:\"Considered roles\";s:51:\"delete_inactivated_user_accounts_include_roles_desc\";s:114:\"Only user accounts with one of the marked roles will be checked and deleted if maximum number of days is exceeded.\";s:8:\"obj_frma\";s:5:\"Forum\";s:13:\"obj_frma_desc\";s:21:\"Global Forum Settings\";s:20:\"show_system_messages\";s:15:\"System Messages\";s:10:\"backto_lua\";s:33:\"Back to Local User Administration\";s:19:\"sort_inherit_prefix\";s:7:\"Default\";s:20:\"sorting_info_inherit\";s:55:\"The sorting mode is adopted from a parent course/group.\";s:11:\"sel_country\";s:7:\"Country\";s:8:\"obj_book\";s:12:\"Booking Pool\";s:9:\"objs_book\";s:13:\"Booking Pools\";s:17:\"country_selection\";s:29:\"Country (Drop Down Selection)\";s:17:\"country_free_text\";s:25:\"Country (Free Text Input)\";s:20:\"optional_filter_hint\";s:44:\"Please activate one of the optional filters.\";s:19:\"sess_fixed_duration\";s:22:\"Fixed Session Duration\";s:36:\"sess_load_dependent_session_handling\";s:31:\"Load Dependent Session Handling\";s:9:\"sess_mode\";s:12:\"Session Mode\";s:18:\"cronjob_last_start\";s:26:\"Last Start of the Cron Job\";s:30:\"enable_disk_quota_summary_mail\";s:23:\"Send Disk Quota Summary\";s:35:\"enable_disk_quota_summary_mail_desc\";s:99:\"The disk quota summary is a daily notification containing all users, who exceeded their disk quota.\";s:23:\"disk_quota_summary_rctp\";s:10:\"Recipients\";s:28:\"disk_quota_summary_rctp_desc\";s:133:\"Enter the user names (comma-separated) of those users who shall receive a daily report with users currently exceeding the disk quota.\";s:28:\"disk_quota_exceeded_headline\";s:51:\"The following users have exceeded their disk quota:\";s:17:\"usrf_profile_link\";s:20:\"Link to user profile\";s:25:\"currently_used_disk_space\";s:25:\"Currently used disk space\";s:26:\"disk_quota_summary_subject\";s:30:\"Summary of Exceeded Disk Quota\";s:26:\"cronjob_last_start_unknown\";s:13:\"Indeterminate\";s:30:\"cron_mail_notification_message\";s:41:\"Send Mail Notifications with Mail-Message\";s:35:\"cron_mail_notification_message_info\";s:89:\"If enabled, all users will get notifications with complete mail message by external mail.\";s:25:\"follow_link_to_read_mails\";s:45:\"click the following link to read these mails:\";s:31:\"mails_at_the_ilias_installation\";s:58:\"You received %1$s new mails at the ILIAS-Installation %2$s\";s:30:\"mail_at_the_ilias_installation\";s:57:\"You received %1$s new mail at the ILIAS-Installation %2$s\";s:29:\"webdav_additional_information\";s:188:\"To be sure, that Windows Explorer can add a WebDAV connection, read the installation instruction file install.md chapter: \"WebDAV Configuration (OPTIONAL)\"\";s:22:\"webdav_pwd_instruction\";s:147:\"We suggest to create a local password for opening the repository as webfolder.
This password is only required for the webfolder functionality.\";s:30:\"webdav_pwd_instruction_success\";s:84:\"A new local password has been created. You can now open the repository as webfolder.\";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:21:\"nr_following_sessions\";s:27:\"%1d following session(s)...\";s:7:\"obj_ass\";s:5:\"Asset\";s:26:\"enable_anonymous_fora_desc\";s:104:\"If this option is disabled, the feature ‘Posting with pseudonym’ is not available in forums anymore.\";s:21:\"enable_anonymous_fora\";s:28:\"Allow posting with pseudonym\";s:18:\"personal_workspace\";s:9:\"Workspace\";s:8:\"obj_wfld\";s:6:\"Folder\";s:8:\"obj_blog\";s:4:\"Blog\";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 %s of the following preconditions\";s:10:\"glo_import\";s:15:\"Import Glossary\";s:13:\"rep_main_page\";s:4:\"Home\";s:17:\"personal_settings\";s:8:\"Settings\";s:20:\"show_hidden_sections\";s:29:\"Show More Information »\";s:21:\"hide_visible_sections\";s:29:\"Hide More Information »\";s:18:\"tst_edit_questions\";s:14:\"Edit Questions\";s:5:\"first\";s:5:\"First\";s:6:\"behind\";s:6:\"Behind\";s:33:\"enable_course_group_notifications\";s:37:\"Daily Mail for Groups and Course News\";s:38:\"enable_course_group_notifications_desc\";s:66:\"If enabled, Participants can subscribe to a daily summary of news.\";s:6:\"saving\";s:9:\"Saving...\";s:14:\"user_not_found\";s:14:\"User not found\";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: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:19:\"file_upload_pending\";s:12:\"Pending file\";s:6:\"yearly\";s:6:\"yearly\";s:22:\"allow_user_toggle_noti\";s:44:\"Member is allowed to deactivate notification\";s:20:\"usr_account_inactive\";s:16:\"Inactive Account\";s:9:\"portfolio\";s:9:\"Portfolio\";s:8:\"obj_skmg\";s:21:\"Competence Management\";s:13:\"obj_skmg_desc\";s:45:\"Manage competences and competence categories.\";s:6:\"skills\";s:11:\"Competences\";s:17:\"exc_next_deadline\";s:13:\"Next Deadline\";s:20:\"password_allow_chars\";s:17:\"Allowed chars: %s\";s:16:\"added_to_desktop\";s:39:\"The item has been added to the desktop.\";s:20:\"removed_from_desktop\";s:43:\"The item has been removed from the desktop.\";s:9:\"objs_chtr\";s:9:\"Chat Room\";s:8:\"obj_chta\";s:9:\"Chat Room\";s:8:\"obj_chtr\";s:9:\"Chat Room\";s:24:\"password_multiple_errors\";s:36:\"Multiple criteria are not satisfied:\";s:31:\"password_contains_invalid_chars\";s:40:\"The password contains invalid characters\";s:6:\"notice\";s:6:\"Notice\";s:11:\"public_room\";s:11:\"Public room\";s:17:\"my_courses_groups\";s:18:\"Courses and Groups\";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:9:\"chtr_copy\";s:14:\"Copy Chat Room\";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:11:\"top_of_page\";s:11:\"Top of page\";s:10:\"spl_import\";s:27:\"Import Question Pool Survey\";s:12:\"chta_visible\";s:35:\"Chat Room Administration is visible\";s:9:\"chta_read\";s:39:\"Read access to Chat Room Administration\";s:10:\"chta_write\";s:29:\"Edit Chat Room Administration\";s:20:\"chta_edit_permission\";s:26:\"Change Permission Settings\";s:11:\"apache_auth\";s:21:\"Apache Authentication\";s:15:\"server_disabled\";s:20:\"The Chat is Disabled\";s:8:\"continue\";s:8:\"continue\";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:8:\"obj_rcat\";s:12:\"ECS Category\";s:16:\"obj_lm_duplicate\";s:20:\"Copy Learning Module\";s:31:\"reg_goto_parent_membership_info\";s:42:\"Only members can access the target object.\";s:14:\"remove_entries\";s:14:\"Remove Entries\";s:9:\"objs_blog\";s:5:\"Blogs\";s:18:\"obj_blog_duplicate\";s:9:\"Copy Blog\";s:7:\"obj_dcl\";s:15:\"Data Collection\";s:8:\"objs_dcl\";s:16:\"Data Collections\";s:17:\"obj_dcl_duplicate\";s:20:\"Copy Data Collection\";s:18:\"shib_matriculation\";s:34:\"Attribute for Matriculation Number\";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:17:\"obj_mep_duplicate\";s:15:\"Copy Media Pool\";s:18:\"obj_mcst_duplicate\";s:14:\"Copy Mediacast\";s:17:\"obj_glo_duplicate\";s:13:\"Copy Glossary\";s:18:\"obj_htlm_duplicate\";s:25:\"Copy HTML Learning Module\";s:18:\"obj_wiki_duplicate\";s:9:\"Copy Wiki\";s:18:\"obj_sahs_duplicate\";s:20:\"Copy Learning Module\";s:8:\"obj_poll\";s:4:\"Poll\";s:9:\"objs_poll\";s:5:\"Polls\";s:18:\"obj_poll_dupliate:\";s:9:\"Copy Poll\";s:11:\"mail_member\";s:14:\"Mail to Member\";s:7:\"imprint\";s:12:\"Legal Notice\";s:18:\"crs_list_reg_start\";s:18:\"Registration Begin\";s:16:\"crs_list_reg_end\";s:16:\"Registration End\";s:18:\"crs_list_reg_noreg\";s:24:\"No Registration Possible\";s:19:\"crs_list_reg_period\";s:19:\"Registration Period\";s:12:\"crs_list_reg\";s:12:\"Registration\";s:23:\"crs_list_reg_limit_full\";s:14:\"No places left\";s:25:\"crs_list_reg_limit_places\";s:11:\"Free places\";s:13:\"obj_hlps_desc\";s:28:\"Settings for the online help\";s:8:\"obj_hlps\";s:11:\"Help System\";s:18:\"grp_list_reg_start\";s:18:\"Registration Begin\";s:16:\"grp_list_reg_end\";s:16:\"Registration End\";s:18:\"grp_list_reg_noreg\";s:24:\"No Registration Possible\";s:19:\"grp_list_reg_period\";s:19:\"Registration Period\";s:12:\"grp_list_reg\";s:12:\"Registration\";s:23:\"grp_list_reg_limit_full\";s:14:\"No places left\";s:25:\"grp_list_reg_limit_places\";s:11:\"Free places\";s:9:\"add_entry\";s:14:\"Add/Edit entry\";s:18:\"obj_poll_duplicate\";s:9:\"Copy Poll\";s:9:\"objs_rcat\";s:14:\"ECS Categories\";s:8:\"obj_itgr\";s:10:\"Item Group\";s:9:\"objs_itgr\";s:11:\"Item Groups\";s:8:\"itgr_new\";s:14:\"New Item Group\";s:8:\"itgr_add\";s:14:\"Add Item Group\";s:15:\"search_globally\";s:8:\"Globally\";s:26:\"search_at_current_position\";s:19:\"At Current Position\";s:20:\"label_search_options\";s:11:\"Search Area\";s:8:\"obj_rwik\";s:8:\"ECS Wiki\";s:9:\"objs_rwik\";s:9:\"ECS Wikis\";s:7:\"obj_rlm\";s:19:\"ECS Learning Module\";s:8:\"objs_rlm\";s:20:\"ECS Learning Modules\";s:8:\"obj_rglo\";s:12:\"ECS Glossary\";s:9:\"objs_rglo\";s:14:\"ECS Glossaries\";s:8:\"obj_rfil\";s:8:\"ECS File\";s:9:\"objs_rfil\";s:9:\"ECS Files\";s:8:\"obj_rgrp\";s:9:\"ECS Group\";s:9:\"objs_rgrp\";s:10:\"ECS Groups\";s:8:\"obj_tstv\";s:16:\"Test Certificate\";s:8:\"obj_excv\";s:20:\"Exercise Certificate\";s:8:\"obj_prtf\";s:9:\"Portfolio\";s:8:\"obj_rtst\";s:8:\"ECS Test\";s:9:\"objs_rtst\";s:9:\"ECS Tests\";s:25:\"obj_tool_setting_calendar\";s:8:\"Calendar\";s:8:\"fm_start\";s:22:\"Open With File Manager\";s:19:\"il_blog_contributor\";s:11:\"Blog Author\";s:8:\"qpl_copy\";s:23:\"Copy Question Pool Test\";s:16:\"edit_assignments\";s:16:\"Edit Assignments\";s:21:\"obj_tool_setting_news\";s:4:\"News\";s:8:\"obj_ecss\";s:3:\"ECS\";s:13:\"obj_ecss_desc\";s:20:\"General ECS Settings\";s:9:\"edited_on\";s:9:\"Edited on\";s:12:\"obj_tos_desc\";s:25:\"Terms of Service Settings\";s:7:\"obj_tos\";s:16:\"Terms of Service\";s:8:\"obj_bibl\";s:12:\"Bibliography\";s:9:\"objs_bibl\";s:14:\"Bibliographies\";s:8:\"obj_bibs\";s:12:\"Bibliography\";s:13:\"obj_bibs_desc\";s:27:\"Bibliography Administration\";s:16:\"hide_all_details\";s:16:\"Hide all details\";s:16:\"show_all_details\";s:16:\"Show all details\";s:26:\"select_files_from_computer\";s:12:\"Select Files\";s:15:\"drag_files_here\";s:29:\"Drag-and-drop your files here\";s:14:\"drag_file_here\";s:28:\"Drag-and-drop your file here\";s:14:\"selected_files\";s:14:\"Selected files\";s:21:\"num_of_selected_files\";s:19:\"%s file(s) selected\";s:18:\"cancel_file_upload\";s:49:\"Do you really want to cancel all pending uploads?\";s:12:\"upload_files\";s:12:\"Upload files\";s:18:\"upload_files_title\";s:12:\"Upload files\";s:14:\"upload_pending\";s:7:\"Pending\";s:26:\"error_empty_file_or_folder\";s:43:\"The file size is 0 bytes or it is a folder.\";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:9:\"uploading\";s:12:\"Uploading...\";s:10:\"extracting\";s:13:\"Extracting...\";s:27:\"drop_files_on_repo_obj_info\";s:52:\"Drop the files here to upload them into this object.\";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:15:\"upload_settings\";s:15:\"Upload Settings\";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: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: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:13:\"download_link\";s:13:\"Download Link\";s:28:\"file_confirm_delete_versions\";s:51:\"Are you sure to delete the following file versions?\";s:32:\"file_confirm_delete_all_versions\";s:96:\"You selected all file versions. This will delete the whole file object. Do you want to continue?\";s:21:\"file_versions_deleted\";s:53:\"The selected file versions were successfully deleted.\";s:30:\"file_rollback_select_exact_one\";s:69:\"Only one file version can be selected to make it the current version.\";s:18:\"file_rollback_done\";s:43:\"File version %s is now the current version.\";s:24:\"file_version_new_version\";s:11:\"New version\";s:19:\"file_version_create\";s:15:\"Initial 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:13:\"file_rollback\";s:29:\"Make this the current version\";s:10:\"frm_import\";s:12:\"Import Forum\";s:18:\"rpc_pdf_generation\";s:14:\"PDF-Generation\";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:8:\"obj_sysc\";s:12:\"System Check\";s:13:\"obj_sysc_desc\";s:29:\"System Check and Repair Tools\";s:7:\"obj_cld\";s:12:\"Cloud Object\";s:8:\"objs_cld\";s:13:\"Cloud Objects\";s:21:\"scorm_without_session\";s:42:\"SCORM: enable storing data without session\";s:26:\"scorm_without_session_info\";s:77:\"This ensures the storage of SCORM learning data even if ILIAS session expired\";s:19:\"msg_obj_no_download\";s:21:\"cannot be downloaded.\";s:23:\"download_selected_items\";s:8:\"Download\";s:25:\"download_multiple_objects\";s:25:\"Download Multiple Objects\";s:21:\"msg_obj_perm_download\";s:68:\"You do not have sufficient rights to download the following objects:\";s:21:\"enable_multi_download\";s:37:\"«Download multiple objects» enabled\";s:26:\"enable_multi_download_info\";s:84:\"Enables that multiple folders/files can be selected to download them as zip archive.\";s:7:\"preview\";s:7:\"Preview\";s:12:\"preview_show\";s:12:\"Show Preview\";s:12:\"preview_none\";s:25:\"Preview (not created yet)\";s:16:\"preview_settings\";s:12:\"File Preview\";s:14:\"enable_preview\";s:14:\"Enable Preview\";s:19:\"enable_preview_info\";s:69:\"Enable this option to display preview images on supported file types.\";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:14:\"preview_create\";s:14:\"Create Preview\";s:14:\"preview_delete\";s:14:\"Delete 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:22:\"preview_status_pending\";s:61:\"The preview has not been created yet. Please try again later.\";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:15:\"preview_loading\";s:18:\"Loading Preview...\";s:24:\"loaded_preview_renderers\";s:24:\"Loaded Preview Renderers\";s:21:\"renderer_type_builtin\";s:8:\"Built-in\";s:29:\"renderer_supported_repo_types\";s:23:\"Supported ILIAS Objects\";s:29:\"renderer_supported_file_types\";s:20:\"Supported File Types\";s:26:\"ghostscript_not_configured\";s:134:\"Ghostscript is not configured. Please open the Setup to configure it.\";s:8:\"obj_reps\";s:10:\"Repository\";s:13:\"obj_reps_desc\";s:35:\"General settings for the Repository\";s:8:\"obj_wbrs\";s:7:\"Weblink\";s:13:\"obj_wbrs_desc\";s:30:\"General settings for Web Links\";s:8:\"obj_crss\";s:6:\"Course\";s:13:\"obj_crss_desc\";s:28:\"General settings for Courses\";s:8:\"obj_grps\";s:5:\"Group\";s:13:\"obj_grps_desc\";s:27:\"General settings for Groups\";s:8:\"obj_prtt\";s:18:\"Portfolio Template\";s:9:\"objs_prtt\";s:19:\"Portfolio Templates\";s:18:\"obj_prtt_duplicate\";s:23:\"Copy Portfolio Template\";s:9:\"objs_orgu\";s:20:\"Organisational Units\";s:9:\"org_units\";s:20:\"Organisational Units\";s:8:\"obj_orgu\";s:19:\"Organisational Unit\";s:20:\"obj_orgu_description\";s:45:\"Creating and editing organisational structure\";s:16:\"il_orgu_superior\";s:8:\"Superior\";s:16:\"il_orgu_employee\";s:8:\"Employee\";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:8:\"my_staff\";s:5:\"Staff\";s:31:\"ps_password_lowercase_chars_num\";s:18:\"Lower Case Letters\";s:36:\"ps_password_lowercase_chars_num_info\";s:108:\"Please insert the number of lower case letters a password must contain. Enter 0 to disable this requirement.\";s:31:\"ps_password_uppercase_chars_num\";s:15:\"Capital Letters\";s:36:\"ps_password_uppercase_chars_num_info\";s:105:\"Please insert the number of capital letters a password must contain. Enter 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:55:\"If activated, a password must not contain the username.\";s:36:\"password_contains_parts_of_login_err\";s:73:\"The chosen password contains your username. Please insert a new password.\";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: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:8:\"obj_wiks\";s:4:\"Wiki\";s:13:\"obj_wiks_desc\";s:20:\"Global Wiki Settings\";s:12:\"offline_mode\";s:11:\"Use offline\";s:23:\"msg_obj_already_deleted\";s:36:\"The object has already been deleted.\";s:26:\"obj_tool_setting_news_info\";s:68:\"The ‘News’ block will be displayed inside the ‘Content’ tab.\";s:30:\"obj_tool_setting_calendar_info\";s:92:\"A calendar is available and the ‘Calendar’ block is displayed in the ‘Contents’ tab.\";s:8:\"obj_crsv\";s:18:\"Course Certificate\";s:8:\"obj_scov\";s:17:\"SCORM Certificate\";s:17:\"autocomplete_more\";s:4:\"more\";s:23:\"sorting_creation_header\";s:16:\"By Creation Date\";s:21:\"sorting_creation_info\";s:64:\"Content items are arranged automatically by their creation date.\";s:17:\"sorting_direction\";s:17:\"Sorting Direction\";s:12:\"sorting_desc\";s:10:\"Descendent\";s:11:\"sorting_asc\";s:9:\"Ascending\";s:20:\"il_astpl_loc_initial\";s:12:\"Initial Test\";s:22:\"il_astpl_loc_qualified\";s:15:\"Qualifying Test\";s:25:\"il_astpl_loc_initial_desc\";s:74:\"Settings template for initial tests of learning objective oriented courses\";s:27:\"il_astpl_loc_qualified_desc\";s:77:\"Settings template for qualifying tests of learning objective oriented courses\";s:15:\"ps_export_scorm\";s:30:\"Personal Data in Protocol Data\";s:24:\"enable_export_scorm_desc\";s:53:\"Display of Personal Data in the Protocol Data (SCORM)\";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:15:\"toggle_dropdown\";s:15:\"Toggle Dropdown\";s:21:\"clientlist_clientlist\";s:11:\"Client List\";s:28:\"clientlist_available_clients\";s:17:\"Available Clients\";s:28:\"clientlist_installation_name\";s:17:\"Installation Name\";s:24:\"clientlist_public_access\";s:13:\"Public Access\";s:16:\"clientlist_login\";s:5:\"Login\";s:21:\"clientlist_start_page\";s:10:\"Start page\";s:21:\"clientlist_login_page\";s:10:\"Login page\";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:14:\"il_blog_editor\";s:11:\"Blog Editor\";s:32:\"obj_tool_setting_custom_metadata\";s:15:\"Custom Metadata\";s:37:\"obj_tool_setting_custom_metadata_info\";s:40:\"If activated metadata can be configured.\";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:13:\"mem_min_users\";s:16:\"Minimum of Users\";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:11:\"my_contacts\";s:11:\"My Contacts\";s:8:\"obj_cadm\";s:8:\"Contacts\";s:13:\"obj_cadm_desc\";s:23:\"Contacts Administration\";s:26:\"no_gallery_users_available\";s:44:\"There are currently no users in the gallery.\";s:13:\"obj_awra_desc\";s:32:\"Manage ‘Who is online?’-Tool\";s:8:\"obj_awra\";s:25:\"‘Who is online?’-Tool\";s:16:\"contact_sysadmin\";s:25:\"Contact Technical Support\";s:8:\"obj_logs\";s:7:\"Logging\";s:13:\"obj_logs_desc\";s:24:\"General Logging Settings\";s:17:\"obj_prg_duplicate\";s:20:\"Copy Study Programme\";s:14:\"obj_prg_select\";s:39:\"-- Please select one study programme --\";s:7:\"obj_prg\";s:15:\"Study Programme\";s:8:\"obj_prgs\";s:16:\"Study Programmes\";s:13:\"obj_prgs_desc\";s:30:\"Study Programme Administration\";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:14:\"enter_new_name\";s:19:\"Please enter a name\";s:9:\"objs_prtf\";s:10:\"Portfolios\";s:14:\"grpr_edit_info\";s:54:\"Please choose one group for creating a new group link.\";s:9:\"grpr_edit\";s:15:\"Edit Group Link\";s:8:\"grpr_new\";s:17:\"Create Group Link\";s:4:\"grpr\";s:10:\"Group Link\";s:8:\"obj_grpr\";s:10:\"Group Link\";s:9:\"objs_grpr\";s:11:\"Group Links\";s:8:\"obj_bdga\";s:6:\"Badges\";s:13:\"obj_bdga_desc\";s:55:\"Administrate types, image templates and activity badges\";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: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:8:\"obj_iass\";s:21:\"Individual Assessment\";s:9:\"objs_iass\";s:22:\"Individual Assessments\";s:18:\"obj_iass_duplicate\";s:26:\"Copy Individual Assessment\";s:15:\"obj_iass_select\";s:45:\"-- Please select one individual assessment --\";s:14:\"il_iass_member\";s:30:\"Individual Assessment Examinee\";s:8:\"iass_new\";s:28:\"Create Individual Assessment\";s:11:\"iass_import\";s:28:\"Import Individual Assessment\";s:11:\"chtr_import\";s:15:\"Import Chatroom\";s:16:\"sahs_export_file\";s:33:\"ILIAS exported SCORM archive file\";s:8:\"obj_pdfg\";s:14:\"PDF Generation\";s:13:\"obj_pdfg_desc\";s:36:\"Options for generation PDF documents\";s:20:\"building_export_file\";s:23:\"Building Export File...\";s:9:\"pdfg_read\";s:38:\"User has read access to PDF Generation\";s:12:\"pdfg_visible\";s:25:\"PDF Generation is visible\";s:10:\"pdfg_write\";s:40:\"User can edit settings of PDF Generation\";s:20:\"pdfg_edit_permission\";s:35:\"User can change permission settings\";s:23:\"file_no_valid_file_type\";s:30:\"This file type is not allowed.\";s:36:\"file_some_invalid_file_types_removed\";s:54:\"Some file types are not allowed and have been removed.\";s:9:\"auth_saml\";s:4:\"SAML\";s:11:\"saml_log_in\";s:12:\"Direct login\";s:19:\"saml_login_form_txt\";s:23:\"Login to ILIAS via SAML\";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:23:\"login_to_ilias_via_saml\";s:40:\"Login to ILIAS via SAML Authentification\";s:12:\"second_email\";s:13:\"Second E-Mail\";s:5:\"grade\";s:5:\"Grade\";s:14:\"edit_page_meta\";s:18:\"Edit Page Metadata\";s:28:\"position_permission_settings\";s:28:\"Orgunit-Specific Permissions\";s:23:\"org_permission_settings\";s:48:\"Permissions of Positions in Organisational Units\";s:29:\"org_op_read_learning_progress\";s:43:\"View Learning Progress of Subordinate Users\";s:21:\"org_op_manage_members\";s:26:\"Manage Subordinate Members\";s:24:\"org_op_access_enrolments\";s:21:\"View Enrolment-Status\";s:20:\"usr_name_undisclosed\";s:11:\"Undisclosed\";s:17:\"obj_exc_duplicate\";s:13:\"Copy Exercise\";s:18:\"obj_fold_duplicate\";s:11:\"Copy Folder\";s:16:\"fold_wizard_page\";s:22:\"Copy Folder (Step 2/2)\";s:22:\"fold_copy_threads_info\";s:71:\"Please decide which materials should be copied, linked or even omitted.\";s:8:\"obj_copa\";s:12:\"Content Page\";s:9:\"objs_copa\";s:13:\"Content Pages\";s:23:\"presentation_table_more\";s:9:\"Show More\";s:19:\"mme_lost_item_title\";s:13:\"No assignment\";s:20:\"mme_lost_item_reason\";s:27:\"Item is no longer provided.\";s:7:\"obj_mme\";s:9:\"Main Menu\";s:4:\"like\";s:4:\"Like\";s:4:\"love\";s:4:\"Love\";s:7:\"dislike\";s:7:\"Dislike\";s:5:\"laugh\";s:5:\"Laugh\";s:9:\"astounded\";s:9:\"Astounded\";s:3:\"sad\";s:3:\"Sad\";s:5:\"angry\";s:5:\"Angry\";s:15:\"my_certificates\";s:15:\"My Certificates\";s:4:\"open\";s:4:\"Open\";s:7:\"lso_new\";s:21:\"New Learning Sequence\";s:7:\"lso_add\";s:21:\"Add Learning Sequence\";s:8:\"lso_edit\";s:22:\"Edit Learning Sequence\";s:10:\"lso_import\";s:24:\"Import Learning Sequence\";s:8:\"lso_copy\";s:22:\"Copy Learning Sequence\";s:7:\"obj_lso\";s:17:\"Learning Sequence\";s:8:\"objs_lso\";s:18:\"Learning Sequences\";s:17:\"obj_lso_duplicate\";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:15:\"lso_wizard_page\";s:33:\"Copy Learning Sequence (Step 2/2)\";s:12:\"il_lso_admin\";s:23:\"Learning Sequence Admin\";s:13:\"il_lso_member\";s:24:\"Learning Sequence Member\";s:13:\"unparticipate\";s:11:\"Unsubscribe\";s:11:\"participate\";s:9:\"Subscribe\";s:21:\"certificate_selection\";s:22:\"Origin of Certificates\";s:29:\"certificate_persistent_option\";s:28:\"Certificates of Achievements\";s:28:\"certificate_workspace_option\";s:25:\"Certificates of Workspace\";s:37:\"certificate_file_already_exists_error\";s:55:\"The certificate file already exists in the file system.\";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: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:17:\"msg_unknown_value\";s:33:\"An unknown value has been passed.\";s:4:\"logo\";s:10:\"ILIAS Logo\";s:8:\"obj_lsos\";s:18:\"Learning Sequences\";s:13:\"obj_lsos_desc\";s:32:\"Learning Sequence Administration\";s:20:\"lso_admin_form_title\";s:8:\"Settings\";s:21:\"lso_admin_form_byline\";s:39:\"General Settings for Learning Sequences\";s:24:\"lso_admin_interval_label\";s:44:\"Learning Progress Polling Interval (seconds)\";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!\";}'); +INSERT INTO `lng_modules` VALUES ('lti','en','a:37:{s:20:\"act_lti_for_obj_type\";s:31:\"Activate LTI for Type of Object\";s:18:\"gbl_roles_to_users\";s:33:\"Global Role assigned to LTI Users\";s:9:\"consumers\";s:9:\"Consumers\";s:6:\"prefix\";s:6:\"Prefix\";s:16:\"lti_consumer_key\";s:12:\"Consumer Key\";s:19:\"lti_consumer_secret\";s:15:\"Consumer Secret\";s:8:\"user_lng\";s:14:\"User Languague\";s:19:\"lti_create_consumer\";s:15:\"Create Consumer\";s:19:\"lti_object_consumer\";s:13:\"LTI Consumers\";s:12:\"lti_settings\";s:12:\"LTI Settings\";s:20:\"lti_consumer_created\";s:16:\"Consumer created\";s:20:\"lti_consumer_updated\";s:16:\"Consumer updated\";s:20:\"lti_consumer_deleted\";s:16:\"Consumer deleted\";s:23:\"lti_consumer_set_active\";s:18:\"Consumer activated\";s:25:\"lti_consumer_set_inactive\";s:20:\"Consumer deactivated\";s:29:\"lm_only_one_download_per_type\";s:90:\"Please note that you can only make one file per type (XML, HTML, SCORM) public accessible.\";s:27:\"lti_auth_failed_invalid_key\";s:51:\"Authentication failed, no valid consumer key given.\";s:8:\"auth_lti\";s:8:\"LTI Auth\";s:17:\"lti_edit_consumer\";s:17:\"Edit LTI Consumer\";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:9:\"lti_admin\";s:17:\"LTI Administrator\";s:9:\"lti_tutor\";s:14:\"LTI Instructor\";s:10:\"lti_member\";s:10:\"LTI Member\";s:32:\"lti_object_release_settings_form\";s:24:\"LTI Freigaben bearbeiten\";s:12:\"lti_provider\";s:13:\"LTI-Freigaben\";s:14:\"lti_launch_url\";s:3:\"Url\";s:20:\"lti_released_objects\";s:16:\"Objekt-Freigaben\";s:12:\"lti_consumer\";s:13:\"Freigabe für\";s:15:\"lti_not_allowed\";s:66:\"Access denied. Your request was redirected to the root LTI object.\";s:14:\"lti_navigation\";s:10:\"Navigation\";s:11:\"lti_session\";s:11:\"LTI Session\";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: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.\";}'); +INSERT INTO `lng_modules` VALUES ('cont','en','a:39:{s:18:\"cont_news_timeline\";s:13:\"News Timeline\";s:23:\"cont_news_timeline_info\";s:27:\"Activates News Timeline Tab\";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:18:\"cont_news_settings\";s:13:\"News Settings\";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:16:\"cont_news_edited\";s:10:\"Bearbeitet\";s:24:\"cont_skill_assigned_comp\";s:20:\"Competence Selection\";s:18:\"cont_skill_members\";s:7:\"Members\";s:15:\"cont_skill_show\";s:4:\"Show\";s:18:\"cont_skill_publish\";s:7:\"Publish\";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:28:\"cont_skill_publish_auto_info\";s:71:\"Competence assignments for members are immediately visible for members.\";s:23:\"cont_skill_publish_auto\";s:9:\"Automatic\";s:14:\"cont_add_skill\";s:14:\"Add Competence\";s:16:\"cont_cont_skills\";s:31:\"Assigned Competences of Members\";s:10:\"cont_skill\";s:10:\"Competence\";s:9:\"cont_path\";s:4:\"Path\";s:36:\"cont_really_remove_skill_from_course\";s:61:\"Do you really want to remove these competences from the list?\";s:18:\"cont_assign_skills\";s:18:\"Assign Competences\";s:21:\"cont_skill_do_not_set\";s:10:\"Do not set\";s:19:\"cont_skill_no_skill\";s:16:\"No value (Reset)\";s:15:\"cont_mem_skills\";s:11:\"Competences\";s:14:\"cont_published\";s:9:\"Published\";s:22:\"cont_assign_competence\";s:29:\"Assign Competences to Members\";s:24:\"cont_deassign_competence\";s:20:\"Deassign Competences\";s:23:\"cont_publish_assignment\";s:19:\"Publish Assignments\";s:27:\"cont_really_deassign_skills\";s:62:\"Do you really want to deassign all competences from the users?\";s:22:\"cont_list_presentation\";s:17:\"Item Presentation\";s:14:\"cont_item_list\";s:4:\"List\";s:14:\"cont_tile_view\";s:5:\"Tiles\";s:14:\"cont_show_more\";s:9:\"Show More\";s:16:\"cont_block_limit\";s:21:\"Limit Items per Block\";s:21:\"cont_block_limit_info\";s:65:\"If a block contains more items, a \"Show more\" button will appear.\";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)\";}'); +INSERT INTO `lng_modules` VALUES ('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.\";}'); +INSERT INTO `lng_modules` VALUES ('content','en','a:1102:{s:29:\"cont_lpe_openid_connect_login\";s:20:\"OpenId Connect Login\";s:14:\"add_menu_entry\";s:14:\"Add Menu Entry\";s:9:\"all_pages\";s:22:\"Entire Learning Module\";s:3:\"all\";s:3:\"All\";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: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:6:\"citate\";s:6:\"Citate\";s:15:\"cont_act_number\";s:18:\"Chapter Numeration\";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:13:\"cont_add_area\";s:8:\"Add Area\";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:42:\"Click on placeholders to add new elements.\";s:13:\"cont_add_file\";s:8:\"Add File\";s:12:\"cont_add_tab\";s:9:\"Add Panel\";s:18:\"cont_added_comment\";s:34:\"Comment has been added to history.\";s:15:\"cont_added_term\";s:10:\"Term added\";s:15:\"cont_Additional\";s:22:\"Additional Information\";s:16:\"cont_adjust_size\";s:11:\"Adjust Size\";s:10:\"cont_align\";s:9:\"Alignment\";s:15:\"cont_all_closed\";s:10:\"All Closed\";s:14:\"cont_all_pages\";s:9:\"All Pages\";s:17:\"cont_alphabetic_s\";s:20:\"Alphabetic a, b, …\";s:15:\"cont_alphabetic\";s:20:\"Alphabetic A, B, …\";s:11:\"cont_anchor\";s:6:\"Anchor\";s:10:\"cont_annex\";s:5:\"Annex\";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:15:\"cont_autoindent\";s:11:\"Auto Indent\";s:14:\"cont_autostart\";s:9:\"Autostart\";s:9:\"cont_back\";s:4:\"Back\";s:11:\"cont_bb_tip\";s:52:\"Tip: Styles can be applied quickly to selected text.\";s:13:\"cont_behavior\";s:8:\"Behavior\";s:10:\"cont_Block\";s:5:\"Block\";s:11:\"cont_bottom\";s:6:\"Bottom\";s:16:\"cont_bullet_list\";s:11:\"Bullet List\";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:11:\"cont_center\";s:6:\"Center\";s:28:\"cont_change_object_reference\";s:23:\"Change Object Reference\";s:16:\"cont_change_type\";s:11:\"Change Type\";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: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:13:\"cont_chapters\";s:8:\"Chapters\";s:19:\"cont_characteristic\";s:11:\"Style Class\";s:34:\"cont_choose_characteristic_section\";s:8:\"Sections\";s:31:\"cont_choose_characteristic_text\";s:13:\"Text Elements\";s:26:\"cont_choose_characteristic\";s:21:\"Choose Characteristic\";s:14:\"cont_choose_lm\";s:22:\"Choose Learning Module\";s:15:\"cont_choose_glo\";s:15:\"Choose Glossary\";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:11:\"cont_Circle\";s:6:\"Circle\";s:33:\"cont_citation_selection_not_valid\";s:29:\"You\'re selection is not valid\";s:13:\"cont_Citation\";s:8:\"Citation\";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: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:12:\"cont_colspan\";s:9:\"Col. Span\";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:11:\"cont_coords\";s:11:\"Coordinates\";s:22:\"cont_copy_to_clipboard\";s:17:\"Copy to clipboard\";s:38:\"cont_could_not_determine_resource_size\";s:58:\"ILIAS could not automatically determine the resource size.\";s:15:\"cont_create_mob\";s:19:\"Create Media Object\";s:16:\"cont_credit_mode\";s:23:\"Grading Tracking Status\";s:15:\"cont_credit_off\";s:26:\"Tracking Status not Graded\";s:14:\"cont_credit_on\";s:40:\"Grade Tracking Status (Passed or Failed)\";s:12:\"cont_credits\";s:7:\"Credits\";s:20:\"cont_current_chapter\";s:15:\"Current Chapter\";s:17:\"cont_current_page\";s:12:\"Current Page\";s:18:\"cont_current_style\";s:13:\"Current Style\";s:20:\"cont_current_version\";s:15:\"Current Version\";s:16:\"cont_custom_size\";s:10:\"Fixed Size\";s:11:\"cont_custom\";s:6:\"Custom\";s:18:\"cont_data_from_lms\";s:17:\"adlcp:datafromlms\";s:16:\"cont_de_activate\";s:13:\"(De-)Activate\";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:12:\"cont_decimal\";s:7:\"Decimal\";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: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:27:\"cont_double_click_to_delete\";s:80:\"Double-click on content elements to select them for (de-)activation or deletion.\";s:19:\"cont_download_title\";s:14:\"Download Title\";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:14:\"cont_downloads\";s:15:\"Enable Download\";s:27:\"cont_drag_and_drop_elements\";s:64:\"Drag and drop content elements on placeholders to move elements.\";s:20:\"cont_ed_align_center\";s:13:\"Align: Center\";s:24:\"cont_ed_align_left_float\";s:17:\"Align: Left Float\";s:18:\"cont_ed_align_left\";s:11:\"Align: Left\";s:25:\"cont_ed_align_right_float\";s:18:\"Align: Right Float\";s:19:\"cont_ed_align_right\";s:12:\"Align: Right\";s:14:\"cont_ed_atable\";s:14:\"Advanced Table\";s:13:\"cont_ed_class\";s:5:\"Style\";s:16:\"cont_ed_col_left\";s:16:\"Move Column Left\";s:17:\"cont_ed_col_right\";s:17:\"Move Column Right\";s:17:\"cont_ed_copy_clip\";s:17:\"Copy to Clipboard\";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_delete\";s:6:\"Delete\";s:14:\"cont_ed_dtable\";s:10:\"Data Table\";s:17:\"cont_ed_edit_data\";s:9:\"Edit Data\";s:18:\"cont_ed_edit_files\";s:10:\"Edit Files\";s:17:\"cont_ed_edit_prop\";s:15:\"Edit Properties\";s:12:\"cont_ed_edit\";s:4:\"Edit\";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:21:\"cont_ed_insert_atable\";s:21:\"Insert Advanced Table\";s:19:\"cont_ed_insert_code\";s:11:\"Insert Code\";s:21:\"cont_ed_insert_dtable\";s:17:\"Insert Data Table\";s:23:\"cont_ed_insert_filelist\";s:16:\"Insert File List\";s:19:\"cont_ed_insert_incl\";s:22:\"Insert Content Snippet\";s:19:\"cont_ed_insert_list\";s:20:\"Insert Advanced List\";s:18:\"cont_ed_insert_map\";s:10:\"Insert Map\";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:21:\"cont_ed_insert_repobj\";s:20:\"Insert Resource List\";s:22:\"cont_ed_insert_section\";s:14:\"Insert Section\";s:19:\"cont_ed_insert_tabs\";s:16:\"Insert Accordion\";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:16:\"New Column After\";s:22:\"cont_ed_new_col_before\";s:17:\"New Column 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:13:\"New Row After\";s:22:\"cont_ed_new_row_before\";s:14:\"New Row Before\";s:11:\"cont_ed_par\";s:4:\"Text\";s:18:\"cont_ed_paste_clip\";s:20:\"Paste From Clipboard\";s:13:\"cont_ed_paste\";s:5:\"Paste\";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: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:23:\"cont_ed_split_page_next\";s:18:\"Split to Next Page\";s:18:\"cont_ed_split_page\";s:17:\"Split to New Page\";s:16:\"cont_ed_textitem\";s:10:\" Text Item\";s:13:\"cont_ed_width\";s:5:\"Width\";s:30:\"cont_edit_file_list_properties\";s:25:\"Edit File List Properties\";s:22:\"cont_edit_lrs_settings\";s:13:\"Edit Settings\";s:24:\"cont_edit_mob_alias_prop\";s:37:\"Edit Media Object Instance Properties\";s:13:\"cont_edit_mob\";s:17:\"Edit Media Object\";s:13:\"cont_edit_par\";s:9:\"Edit Text\";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:13:\"cont_edit_src\";s:16:\"Edit Source Code\";s:15:\"cont_edit_style\";s:10:\"Edit Style\";s:14:\"cont_edit_tabs\";s:10:\"Properties\";s:14:\"cont_edit_term\";s:9:\"Edit Term\";s:19:\"cont_empty_question\";s:79:\"Question editing not finished. Please either click and edit or delete question.\";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:42:\"cont_enable_time_scheduled_page_activation\";s:30:\"Time Scheduled Page Activation\";s:8:\"cont_end\";s:3:\"End\";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:12:\"cont_Example\";s:7:\"Example\";s:13:\"cont_Excursus\";s:8:\"Excursus\";s:15:\"cont_export_all\";s:10:\"Export all\";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:17:\"cont_file_renamed\";s:22:\"File has been renamed.\";s:18:\"cont_file_unzipped\";s:23:\"File has been unzipped.\";s:9:\"cont_file\";s:4:\"File\";s:17:\"cont_FileListItem\";s:25:\"File List Item (Standard)\";s:10:\"cont_files\";s:5:\"Files\";s:15:\"cont_first_open\";s:18:\"First Panel Opened\";s:20:\"cont_first_row_style\";s:21:\"First Row Style Class\";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:13:\"cont_fix_tree\";s:13:\"Fix structure\";s:11:\"cont_footer\";s:6:\"Footer\";s:19:\"cont_force_all_open\";s:16:\"Force All Opened\";s:11:\"cont_format\";s:6:\"Format\";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:8:\"get link\";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:11:\"cont_header\";s:6:\"Header\";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:11:\"cont_height\";s:16:\"Height in pixels\";s:14:\"cont_hidenavig\";s:20:\"Hide Navigation Tree\";s:9:\"cont_href\";s:4:\"href\";s:15:\"cont_html_table\";s:10:\"HTML Table\";s:11:\"cont_id_ref\";s:13:\"identifierref\";s:13:\"cont_imagemap\";s:9:\"Image Map\";s:14:\"cont_import_id\";s:10:\"identifier\";s:20:\"cont_import_tracking\";s:20:\"Import Tracking Data\";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:22:\"cont_insert_as_chapter\";s:17:\"Insert as Chapter\";s:25:\"cont_insert_as_subchapter\";s:21:\"Insert as Sub-chapter\";s:29:\"cont_insert_chapter_from_clip\";s:29:\"Paste Chapters from Clipboard\";s:19:\"cont_insert_chapter\";s:14:\"Insert Chapter\";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:15:\"cont_insert_map\";s:10:\"Insert Map\";s:15:\"cont_insert_mob\";s:19:\"Insert Media Object\";s:26:\"cont_insert_page_from_clip\";s:26:\"Paste Pages from Clipboard\";s:16:\"cont_insert_page\";s:11:\"Insert Page\";s:15:\"cont_insert_par\";s:11:\"Insert Text\";s:21:\"cont_insert_resources\";s:20:\"Insert Resource List\";s:19:\"cont_insert_section\";s:14:\"Insert Section\";s:15:\"cont_insert_src\";s:18:\"Insert source code\";s:32:\"cont_insert_subchapter_from_clip\";s:33:\"Paste Sub-chapters from Clipboard\";s:22:\"cont_insert_subchapter\";s:18:\"Insert Sub-chapter\";s:17:\"cont_insert_table\";s:12:\"Insert Table\";s:19:\"cont_inst_map_areas\";s:19:\"Instance Link Areas\";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:15:\"cont_latest_rev\";s:15:\"Latest Revision\";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_1window\";s:10:\"One Window\";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_2window\";s:11:\"Two 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:19:\"cont_layout_3window\";s:13:\"Three Windows\";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:22:\"cont_layout_fullscreen\";s:11:\"Full Screen\";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:20:\"cont_layout_per_page\";s:15:\"Layout per Page\";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:24:\"cont_layout_presentation\";s:12:\"Presentation\";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:19:\"cont_layout_toc2win\";s:17:\"Table of Contents\";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:22:\"cont_layout_toc2windyn\";s:25:\"Table of Contents Dynamic\";s:11:\"cont_layout\";s:6:\"Layout\";s:15:\"cont_left_float\";s:14:\"Left, Floating\";s:9:\"cont_left\";s:4:\"Left\";s:14:\"cont_link_area\";s:9:\"Link Area\";s:13:\"cont_link_ext\";s:15:\"Link (external)\";s:13:\"cont_link_int\";s:15:\"Link (internal)\";s:16:\"cont_link_select\";s:13:\"Internal Link\";s:14:\"cont_link_type\";s:9:\"Link Type\";s:9:\"cont_link\";s:4:\"Link\";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:20:\"cont_list_properties\";s:15:\"List Properties\";s:9:\"cont_List\";s:4:\"List\";s:19:\"cont_lk_chapter_new\";s:19:\"Chapter (New Frame)\";s:15:\"cont_lk_chapter\";s:7:\"Chapter\";s:17:\"cont_lk_media_faq\";s:17:\"Media (FAQ Frame)\";s:20:\"cont_lk_media_inline\";s:14:\"Media (Inline)\";s:19:\"cont_lk_media_media\";s:19:\"Media (Media Frame)\";s:17:\"cont_lk_media_new\";s:17:\"Media (New Frame)\";s:16:\"cont_lk_page_faq\";s:16:\"Page (FAQ Frame)\";s:16:\"cont_lk_page_new\";s:16:\"Page (New Frame)\";s:12:\"cont_lk_page\";s:4:\"Page\";s:16:\"cont_lk_term_new\";s:25:\"Glossary Term (New Frame)\";s:12:\"cont_lk_term\";s:13:\"Glossary Term\";s:22:\"cont_lm_default_layout\";s:33:\"Default Layout of Learning Module\";s:12:\"cont_lm_menu\";s:4:\"Menu\";s:18:\"cont_lm_properties\";s:24:\"Learning Module Settings\";s:14:\"cont_localfile\";s:10:\"Local File\";s:13:\"cont_location\";s:8:\"Location\";s:17:\"cont_lrs_settings\";s:8:\"Settings\";s:11:\"cont_lvalue\";s:12:\"Data element\";s:13:\"cont_manifest\";s:8:\"Manifest\";s:27:\"cont_map_file_not_generated\";s:47:\"Sorry. Unable to generate map file for editing.\";s:18:\"cont_mastery_score\";s:18:\"adlcp:masteryscore\";s:21:\"cont_max_time_allowed\";s:20:\"adlcp:maxtimeallowed\";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:10:\"cont_Media\";s:16:\"Media (Standard)\";s:26:\"cont_missing_preconditions\";s:75:\"You need to fulfill the following preconditions to access the chapter \"%s\".\";s:13:\"cont_Mnemonic\";s:8:\"Mnemonic\";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:9:\"cont_name\";s:4:\"Name\";s:13:\"cont_new_area\";s:13:\"New Link Area\";s:12:\"cont_new_dir\";s:13:\"New Directory\";s:13:\"cont_new_file\";s:8:\"New File\";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:12:\"cont_new_tab\";s:9:\"New Panel\";s:13:\"cont_new_term\";s:8:\"New Term\";s:13:\"cont_next_rev\";s:13:\"Next Revision\";s:14:\"cont_no_access\";s:9:\"No Access\";s:15:\"cont_no_caption\";s:10:\"No Caption\";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:23:\"cont_no_page_in_chapter\";s:71:\"Sorry, but there is currently no activated content within this chapter.\";s:12:\"cont_no_page\";s:14:\"No Page found.\";s:18:\"cont_no_parameters\";s:13:\"No Parameters\";s:21:\"cont_no_subdir_in_zip\";s:84:\"Zip command failed or import file invalid.
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:9:\"cont_none\";s:4:\"None\";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: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:11:\"cont_online\";s:6:\"Online\";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_page_activation\";s:15:\"Page Activation\";s:17:\"cont_page_compare\";s:26:\"Compare Selected Revisions\";s:31:\"cont_page_currently_deactivated\";s:46:\"Sorry, but this page is currently deactivated.\";s:30:\"cont_page_deactivated_elements\";s:35:\"Page contains deactivated elements.\";s:21:\"cont_page_deactivated\";s:20:\"Page is deactivated.\";s:16:\"cont_page_header\";s:11:\"Page Header\";s:16:\"cont_page_layout\";s:11:\"Page Layout\";s:26:\"cont_pages_and_subchapters\";s:21:\"Subchapters and Pages\";s:10:\"cont_pages\";s:5:\"Pages\";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:16:\"cont_paste_table\";s:11:\"Paste Table\";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_hacc\";s:22:\"Accordion (Horizontal)\";s:12:\"cont_pc_incl\";s:15:\"Content Snippet\";s:12:\"cont_pc_list\";s:13:\"Advanced List\";s:11:\"cont_pc_map\";s:3:\"Map\";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:11:\"cont_pc_qst\";s:8:\"Question\";s:11:\"cont_pc_res\";s:8:\"Resource\";s:11:\"cont_pc_sec\";s:7:\"Section\";s:11:\"cont_pc_tab\";s:14:\"Advanced Table\";s:12:\"cont_pc_vacc\";s:20:\"Accordion (Vertical)\";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:9:\"cont_Poly\";s:7:\"Polygon\";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: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:23:\"cont_print_view_pre_glo\";s:39:\"Prevent Glossary Appendix in Print View\";s:15:\"cont_print_view\";s:10:\"Print View\";s:18:\"cont_public_access\";s:13:\"Public Access\";s:12:\"cont_purpose\";s:7:\"Purpose\";s:11:\"cont_qtries\";s:29:\"Number of Tries for Questions\";s:20:\"cont_question_placeh\";s:33:\"Click and edit to insert question\";s:21:\"cont_question_placehl\";s:20:\"Question Placeholder\";s:18:\"cont_question_type\";s:13:\"Question Type\";s:9:\"cont_Rect\";s:9:\"Rectangle\";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:11:\"cont_Remark\";s:6:\"Remark\";s:15:\"cont_rename_dir\";s:16:\"Rename Directory\";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:24:\"cont_replace_mob_feature\";s:32:\"Replace Media Objects in Content\";s:20:\"cont_repository_item\";s:15:\"Repository Item\";s:15:\"cont_resize_img\";s:17:\"Resize Image File\";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:13:\"cont_resource\";s:8:\"Resource\";s:14:\"cont_resources\";s:9:\"Resources\";s:13:\"cont_revision\";s:8:\"Revision\";s:16:\"cont_right_float\";s:15:\"Right, Floating\";s:10:\"cont_right\";s:5:\"Right\";s:26:\"cont_rollback_confirmation\";s:59:\"Do you really want to restore this old version of the page?\";s:13:\"cont_rollback\";s:8:\"Rollback\";s:12:\"cont_roman_s\";s:16:\"Roman i, ii, …\";s:10:\"cont_roman\";s:16:\"Roman I, II, …\";s:12:\"cont_rowspan\";s:8:\"Row Span\";s:11:\"cont_rvalue\";s:5:\"Value\";s:20:\"cont_save_all_titles\";s:11:\"Save Titles\";s:31:\"cont_save_positions_and_classes\";s:32:\"Save Positions and Style Classes\";s:19:\"cont_save_positions\";s:14:\"Save Positions\";s:15:\"cont_save_spans\";s:10:\"Save Spans\";s:16:\"cont_save_widths\";s:11:\"Save Widths\";s:19:\"cont_saved_map_area\";s:14:\"Saved map area\";s:19:\"cont_saved_map_data\";s:14:\"Saved map data\";s:24:\"cont_sc_less_mode_browse\";s:6:\"Browse\";s:24:\"cont_sc_less_mode_normal\";s:6:\"Normal\";s:26:\"cont_sc_max_attempt_exceed\";s:57:\"Max. number of attempts for this module has been reached.\";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:13:\"cont_sc_title\";s:5:\"title\";s:16:\"cont_sc_usession\";s:38:\"Prevent from Logging-Out Automatically\";s:15:\"cont_sc_version\";s:26:\"Version of Learning Module\";s:25:\"cont_scheduled_activation\";s:20:\"Scheduled Activation\";s:10:\"cont_score\";s:5:\"Score\";s:15:\"cont_scorm_type\";s:15:\"adlcp:scormtype\";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:26:\"cont_select_par_or_section\";s:48:\"Please select at least one paragraph or section.\";s:11:\"cont_select\";s:6:\"Select\";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:13:\"cont_set_link\";s:9:\"Edit Link\";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:10:\"cont_shape\";s:5:\"Shape\";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:18:\"cont_snippets_used\";s:21:\"Used Content Snippets\";s:9:\"cont_span\";s:4:\"Span\";s:12:\"cont_Special\";s:7:\"Special\";s:22:\"cont_spreadsheet_table\";s:17:\"Spreadsheet Table\";s:14:\"cont_src_other\";s:5:\"other\";s:8:\"cont_src\";s:11:\"Source code\";s:13:\"cont_st_title\";s:13:\"Chapter Title\";s:18:\"cont_StandardTable\";s:14:\"Standard Table\";s:21:\"cont_start_value_info\";s:50:\"Enter start value as decimal number. Default is 1.\";s:16:\"cont_start_value\";s:11:\"Start Value\";s:10:\"cont_start\";s:5:\"Start\";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:16:\"cont_syntax_help\";s:11:\"Syntax Help\";s:20:\"cont_tab_cont_height\";s:14:\"Content Height\";s:19:\"cont_tab_cont_width\";s:13:\"Content Width\";s:17:\"cont_table_border\";s:12:\"Table Border\";s:26:\"cont_table_cell_properties\";s:21:\"Table Cell Properties\";s:22:\"cont_table_cellpadding\";s:18:\"Table Cell Padding\";s:21:\"cont_table_properties\";s:16:\"Table Properties\";s:16:\"cont_table_width\";s:11:\"Table Width\";s:10:\"cont_table\";s:5:\"Table\";s:17:\"cont_TableContent\";s:13:\"Table Content\";s:17:\"cont_tabs_acc_hor\";s:20:\"Horizontal Accordion\";s:17:\"cont_tabs_acc_ver\";s:18:\"Vertical Accordion\";s:26:\"cont_tabs_confirm_deletion\";s:65:\"Are you sure that all panels and their content should be deleted?\";s:9:\"cont_tabs\";s:6:\"Panels\";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:9:\"cont_term\";s:4:\"Term\";s:10:\"cont_terms\";s:5:\"Terms\";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:13:\"cont_text_emp\";s:14:\"Emphatic Text:\";s:12:\"cont_text_fn\";s:9:\"Footnote:\";s:13:\"cont_text_iln\";s:20:\"Internal Link, e.g.:\";s:13:\"cont_text_imp\";s:10:\"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:10:\"Quotation:\";s:13:\"cont_text_str\";s:12:\"Strong Text:\";s:13:\"cont_text_tex\";s:11:\"LaTeX Code:\";s:13:\"cont_text_xln\";s:14:\"External Link:\";s:22:\"cont_time_limit_action\";s:21:\"adlcp:timelimitaction\";s:9:\"cont_time\";s:4:\"Time\";s:13:\"cont_toc_mode\";s:23:\"Table of Contents Items\";s:8:\"cont_toc\";s:17:\"Table of Contents\";s:8:\"cont_top\";s:3:\"Top\";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:15:\"cont_tree_fixed\";s:30:\"Tree structure has been fixed.\";s:9:\"cont_type\";s:4:\"Type\";s:15:\"cont_update_map\";s:8:\"Edit Map\";s:21:\"cont_update_resources\";s:20:\"Update Resource List\";s:19:\"cont_update_section\";s:14:\"Update Section\";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:15:\"cont_upload_dir\";s:16:\"Upload directory\";s:18:\"cont_uploaded_file\";s:13:\"Existing File\";s:10:\"cont_usage\";s:5:\"Usage\";s:31:\"cont_use_same_resource_as_above\";s:30:\"Use the same resource as above\";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:12:\"cont_version\";s:7:\"version\";s:13:\"cont_versions\";s:8:\"Versions\";s:10:\"cont_width\";s:5:\"Width\";s:19:\"cont_wiki_page_link\";s:14:\"Wiki Page Link\";s:13:\"cont_xml_base\";s:8:\"xml:base\";s:21:\"cont_zip_file_invalid\";s:68:\"File is not a valid import file.
It does not contain a file \'%s\'.\";s:20:\"content_page_history\";s:12:\"Page History\";s:19:\"copied_to_clipboard\";s:30:\"Copied object(s) to clipboard.\";s:13:\"dgl_pagebreak\";s:9:\"Pagebreak\";s:19:\"glo_definition_abbr\";s:4:\"Def.\";s:16:\"glo_term_used_in\";s:44:\"The following resources linking to that term\";s:10:\"glo_usages\";s:22:\"Glossary is used in...\";s:17:\"import_sco_object\";s:10:\"Import SCO\";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:18:\"mep_folder_created\";s:17:\"Added new folder.\";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: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:5:\"Pages\";s:5:\"Pages\";s:3:\"par\";s:9:\"Paragraph\";s:2:\"pg\";s:4:\"Page\";s:14:\"public_section\";s:11:\"Public Area\";s:18:\"saved_media_object\";s:19:\"Saved media object.\";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:22:\"scplayer_phpmysqlcheck\";s:55:\"You need enabled JSON-support to use the JavaScript-RTE\";s:17:\"scplayer_previous\";s:8:\"Previous\";s:13:\"scplayer_next\";s:4:\"Next\";s:17:\"scplayer_showtree\";s:9:\"Show Tree\";s:14:\"scplayer_start\";s:5:\"Start\";s:19:\"scplayer_suspendall\";s:11:\"Suspend All\";s:13:\"select_a_file\";s:21:\"Please select a file.\";s:19:\"selected_pages_only\";s:19:\"Only Selected Pages\";s:12:\"selectFooter\";s:16:\"Select As Footer\";s:12:\"selectHeader\";s:16:\"Select As Header\";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:14:\"text_repr_info\";s:35:\"Used for image ‘alt’ attribute.\";s:9:\"text_repr\";s:19:\"Text Representation\";s:12:\"cont_lk_file\";s:13:\"File/Document\";s:16:\"cont_select_file\";s:11:\"Select File\";s:16:\"cont_create_link\";s:11:\"Create Link\";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:21:\"glo_presentation_view\";s:17:\"Presentation View\";s:16:\"glo_add_new_term\";s:12:\"Add New Term\";s:24:\"glo_term_is_used_n_times\";s:47:\"The term is used %s time(s) in content modules.\";s:15:\"glo_list_usages\";s:11:\"List Usages\";s:17:\"cont_sco_glossary\";s:13:\"Unit Glossary\";s:20:\"glo_quick_navigation\";s:16:\"Quick Navigation\";s:21:\"glo_presentation_mode\";s:17:\"Presentation Mode\";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: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: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:16:\"glo_editing_view\";s:12:\"Editing View\";s:29:\"cont_edit_shape_whole_picture\";s:26:\"Edit Shape (Whole Picture)\";s:14:\"cont_alignment\";s:9:\"Alignment\";s:18:\"cont_set_alignment\";s:13:\"Set Alignment\";s:19:\"cont_users_answered\";s:14:\"Users Answered\";s:24:\"cont_correct_after_first\";s:17:\"First Try Correct\";s:11:\"cont_second\";s:6:\"Second\";s:19:\"cont_third_and_more\";s:13:\"Third or More\";s:10:\"cont_never\";s:5:\"Never\";s:21:\"cont_download_no_menu\";s:88:\"Download will not be available to users since the learning module menu is not activated.\";s:25:\"cont_download_no_download\";s:85:\"Download will not be available to users, since the download feature is not activated.\";s:31:\"cont_no_download_file_available\";s:53:\"There is currently no public download file available.\";s:11:\"htlm_import\";s:27:\"Import HTML Learning Module\";s:14:\"cont_selection\";s:9:\"Selection\";s:19:\"cont_whole_glossary\";s:14:\"Whole Glossary\";s:19:\"cont_selected_terms\";s:14:\"Selected Terms\";s:13:\"cont_new_page\";s:8:\"New Page\";s:13:\"cont_new_chap\";s:11:\"New Chapter\";s:19:\"cont_submit_answers\";s:6:\"Submit\";s:18:\"cont_wrong_answers\";s:15:\"Incorrect Items\";s:20:\"cont_tries_remaining\";s:15:\"Tries Remaining\";s:21:\"cont_please_try_again\";s:17:\"Please try again!\";s:24:\"cont_all_answers_correct\";s:8:\"Correct!\";s:27:\"cont_enough_answers_correct\";s:35:\"Correct, but not the best solution!\";s:25:\"cont_nr_of_tries_exceeded\";s:25:\"Number of tries exceeded.\";s:26:\"cont_correct_answers_shown\";s:27:\"Correct solution see above.\";s:25:\"cont_wrong_answers_single\";s:17:\"Incorrect Choice.\";s:14:\"cont_added_tab\";s:12:\"Panel added.\";s:33:\"cont_ed_insert_login_page_element\";s:25:\"Insert Login Page Element\";s:19:\"page_does_not_exist\";s:43:\"We are sorry, but this page does not exist.\";s:15:\"cont_save_types\";s:10:\"Save Types\";s:20:\"cont_layout_template\";s:15:\"Layout Template\";s:17:\"cont_special_page\";s:20:\"Special Content Page\";s:13:\"cont_page_toc\";s:13:\"Page Overview\";s:22:\"cont_presentation_view\";s:17:\"Presentation View\";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: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:15:\"cont_par_format\";s:9:\"Paragraph\";s:16:\"cont_char_format\";s:9:\"Character\";s:10:\"cont_lists\";s:5:\"Lists\";s:19:\"cont_more_functions\";s:4:\"More\";s:11:\"cont_saving\";s:9:\"Saving...\";s:21:\"cont_link_to_internal\";s:22:\"Link to ILIAS Resource\";s:21:\"cont_link_to_external\";s:24:\"Link to External Website\";s:17:\"cont_link_to_wiki\";s:35:\"Link to Wiki Page (Insert Brackets)\";s:13:\"cont_standard\";s:8:\"Standard\";s:19:\"cont_char_style_com\";s:7:\"Comment\";s:20:\"cont_char_style_quot\";s:9:\"Quotation\";s:19:\"cont_char_style_acc\";s:11:\"Accentuated\";s:20:\"cont_char_style_code\";s:4:\"Code\";s:8:\"cont_tex\";s:10:\"Latex Code\";s:7:\"cont_fn\";s:8:\"Footnote\";s:18:\"cont_ed_insert_iim\";s:24:\"Insert Interactive Image\";s:11:\"cont_pc_iim\";s:17:\"Interactive Image\";s:22:\"cont_ed_insert_profile\";s:20:\"Insert Personal Data\";s:12:\"cont_pc_prof\";s:13:\"Personal Data\";s:19:\"cont_insert_profile\";s:21:\"Publish Personal Data\";s:19:\"cont_update_profile\";s:19:\"Edit Published Data\";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:27:\"cont_ed_insert_verification\";s:18:\"Insert Certificate\";s:12:\"cont_pc_vrfc\";s:11:\"Certificate\";s:24:\"cont_insert_verification\";s:15:\"Add Certificate\";s:24:\"cont_update_verification\";s:16:\"Edit Certificate\";s:24:\"cont_verification_object\";s:11:\"Certificate\";s:19:\"cont_ed_insert_blog\";s:11:\"Insert Blog\";s:12:\"cont_pc_blog\";s:4:\"Blog\";s:16:\"cont_insert_blog\";s:16:\"Add Blog Posting\";s:16:\"cont_update_blog\";s:17:\"Edit Blog Posting\";s:17:\"cont_active_areas\";s:8:\"Triggers\";s:19:\"cont_content_popups\";s:14:\"Content Popups\";s:19:\"cont_overlay_images\";s:14:\"Overlay Images\";s:15:\"cont_add_images\";s:10:\"Add Images\";s:14:\"cont_add_popup\";s:9:\"Add Popup\";s:17:\"cont_WholePicture\";s:13:\"Whole Picture\";s:18:\"cont_overlay_image\";s:13:\"Overlay Image\";s:18:\"cont_content_popup\";s:13:\"Content Popup\";s:17:\"cont_trigger_area\";s:12:\"Trigger Area\";s:11:\"cont_marker\";s:6:\"Marker\";s:28:\"cont_saved_interactive_image\";s:25:\"Created Interactive Image\";s:15:\"cont_base_image\";s:16:\"Background Image\";s:20:\"cont_edit_base_image\";s:21:\"Edit Background Image\";s:27:\"cont_really_delete_overlays\";s:52:\"Do you really want to delete the following overlays?\";s:31:\"cont_overlays_have_been_deleted\";s:27:\"Overlays have been deleted.\";s:14:\"cont_new_popup\";s:9:\"New Popup\";s:25:\"cont_really_delete_popups\";s:50:\"Do you really want to delete the following popups?\";s:29:\"cont_popups_have_been_deleted\";s:25:\"Popups have been deleted.\";s:21:\"cont_new_trigger_area\";s:16:\"New Trigger Area\";s:27:\"cont_really_delete_triggers\";s:52:\"Do you really want to delete the following triggers?\";s:15:\"cont_new_marker\";s:10:\"New Marker\";s:26:\"cont_edit_overlay_position\";s:21:\"Edit Overlay Position\";s:25:\"cont_edit_marker_position\";s:20:\"Edit Marker Position\";s:24:\"cont_edit_popup_position\";s:19:\"Edit Popup Position\";s:28:\"cont_drag_element_click_save\";s:71:\"Drag and drop the element to the desired position. Then hit ‘Save’.\";s:25:\"cont_correct_answers_also\";s:17:\"Also correct are:\";s:24:\"cont_correct_answer_also\";s:16:\"Also correct is:\";s:18:\"cont_remove_format\";s:13:\"Remove Format\";s:21:\"cont_ed_edit_multiple\";s:23:\"Edit Paragraph Sequence\";s:13:\"cont_pc_qover\";s:17:\"Question Overview\";s:20:\"cont_ed_insert_qover\";s:24:\"Insert Question Overview\";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: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:15:\"cont_edit_qover\";s:22:\"Edit Question Overview\";s:19:\"cont_ov_all_correct\";s:42:\"You have correctly answered all questions.\";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:22:\"cont_update_login_page\";s:23:\"Edit Login Page Element\";s:22:\"cont_insert_login_page\";s:22:\"Add Login Page Element\";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:14:\"cont_export_id\";s:9:\"Export ID\";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:21:\"cont_saved_export_ids\";s:22:\"Saved HTML Export IDs.\";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:25:\"cont_exp_id_used_multiple\";s:29:\"Export ID used multiple times\";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:29:\"cont_exp_ids_not_resp_format3\";s:36:\"The ID must not start with a number.\";s:19:\"cont_current_usages\";s:14:\"Current Usages\";s:15:\"cont_all_usages\";s:15:\"Include History\";s:15:\"cont_set_layout\";s:10:\"Set Layout\";s:20:\"cont_missing_snippet\";s:54:\"Missing Content Snippet. The snippet has been deleted.\";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:17:\"cont_localization\";s:12:\"Localization\";s:22:\"cont_localization_info\";s:71:\"Language used for predefined texts, e.g. ‘Previous’ and ’Next’.\";s:16:\"cont_maintenance\";s:11:\"Maintenance\";s:25:\"cont_switch_to_media_pool\";s:26:\"Switch to other Media Pool\";s:23:\"cont_edit_personal_data\";s:18:\"Edit Personal Data\";s:21:\"cont_paragraph_styles\";s:16:\"Paragraph Styles\";s:11:\"cont_cc_str\";s:6:\"Strong\";s:11:\"cont_cc_emp\";s:8:\"Emphatic\";s:11:\"cont_cc_imp\";s:9:\"Important\";s:26:\"cont_more_character_styles\";s:24:\"...more character styles\";s:10:\"cont_blist\";s:11:\"Bullet List\";s:10:\"cont_nlist\";s:13:\"Numbered List\";s:17:\"cont_list_outdent\";s:12:\"Outdent List\";s:16:\"cont_list_indent\";s:11:\"Indent List\";s:17:\"cont_new_question\";s:12:\"New Question\";s:28:\"cont_copy_question_from_pool\";s:23:\"Copy Question from Pool\";s:23:\"cont_select_other_qpool\";s:17:\"Select other Pool\";s:28:\"cont_copy_question_into_page\";s:14:\"Copy into Page\";s:9:\"cont_open\";s:31:\"Presentation of Learning Module\";s:16:\"cont_open_normal\";s:76:\"Opens in a New Tab or Alternatively in a New Window, Without ILIAS Main Menu\";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:115:\"The test tool is currently globally deactivated in the ILIAS administration (Administration » Learning Resources).\";s:24:\"cont_file_from_workspace\";s:19:\"File From Workspace\";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:21:\"cont_ed_insert_skills\";s:18:\"Insert Competences\";s:14:\"cont_pc_skills\";s:10:\"Competence\";s:18:\"cont_insert_skills\";s:17:\"Insert Competence\";s:18:\"cont_update_skills\";s:15:\"Edit Competence\";s:24:\"cont_scorm_ed_properties\";s:26:\"Learning Module Properties\";s:37:\"sahs_empty_objectives_are_not_allowed\";s:34:\"Please enter a learning objective.\";s:14:\"cont_edit_mode\";s:9:\"Edit Mode\";s:12:\"cont_ed_copy\";s:4:\"Copy\";s:11:\"cont_ed_cut\";s:3:\"Cut\";s:28:\"cont_sel_el_copied_use_paste\";s:103:\"Selected elements have been copied. Please click the desired target placeholder and select ‘Paste’.\";s:25:\"cont_sel_el_cut_use_paste\";s:100:\"Selected elements have been cut. Please click the desired target placeholder and select ‘Paste’.\";s:34:\"cont_cp_question_diff_formats_info\";s:69:\"Please note that some formatting is not supported in content modules.\";s:15:\"cont_sequencing\";s:25:\"Sequencing and Navigation\";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: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: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:18:\"cont_time_from_lms\";s:38:\"Processing Time Determination by ILIAS\";s:21:\"cont_lm_comments_desc\";s:67:\"Allow users to share comments on every page of the learning module.\";s:20:\"cont_online_help_ids\";s:10:\"Screen-IDs\";s:15:\"cont_screen_ids\";s:10:\"Screen-IDs\";s:25:\"cont_captcha_verification\";s:17:\"User Verification\";s:17:\"cont_captcha_code\";s:4:\"Code\";s:9:\"glo_style\";s:14:\"Glossary Style\";s:17:\"cont_current_term\";s:12:\"Current Term\";s:17:\"glo_show_taxonomy\";s:13:\"Show Taxonomy\";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:23:\"cont_page_activation_on\";s:36:\"The content will be activated on %s.\";s:10:\"cont_hover\";s:5:\"Hover\";s:11:\"cont_always\";s:6:\"Always\";s:19:\"cont_highlight_mode\";s:14:\"Highlight Mode\";s:10:\"cont_light\";s:5:\"Light\";s:9:\"cont_dark\";s:4:\"Dark\";s:13:\"cont_accented\";s:8:\"Accented\";s:12:\"cont_link_no\";s:7:\"No Link\";s:22:\"cont_AdvancedKnowledge\";s:18:\"Advanced Knowledge\";s:13:\"cont_show_adv\";s:23:\"Show Advanced Knowledge\";s:13:\"cont_hide_adv\";s:23:\"Hide Advanced Knowledge\";s:22:\"cont_auto_last_visited\";s:34:\"Continue with Chapter Last Visited\";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.
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:22:\"cont_resources_of_type\";s:17:\"Resources of Type\";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:29:\"cont_initial_attached_content\";s:21:\"Initial Extra Content\";s:10:\"cont_topic\";s:5:\"Topic\";s:19:\"cont_selected_topic\";s:14:\"Selected Topic\";s:15:\"cont_all_topics\";s:10:\"All Topics\";s:20:\"cont_highlight_class\";s:15:\"Highlight Class\";s:17:\"cont_presentation\";s:12:\"Presentation\";s:18:\"cont_scorm_options\";s:13:\"SCORM Options\";s:17:\"cont_rte_settings\";s:12:\"RTE Settings\";s:14:\"cont_debugging\";s:9:\"Debugging\";s:27:\"cont_auto_last_visited_info\";s:105:\"Users are presented with the SCO/Asset they most recently visited when opening the learning module again.\";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: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: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:20:\"help_assign_help_ids\";s:29:\"Chapter/Screen-IDs Assignment\";s:24:\"cont_custom_menu_entries\";s:19:\"Custom Menu Entries\";s:32:\"cont_anonymous_user_missing_perm\";s:76:\"Anonymous users currently have no permission to access this learning module.\";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:23:\"cont_offline_mode_allow\";s:19:\"Enable Offline Mode\";s:28:\"cont_offline_mode_allow_info\";s:313:\"Users can use the learning module without connecting to the Internet in the SCORM Offline Player. They download the learning module using the ▼-menu. The learning module is presented with an add-on to the Firefox browser. The tracking data are transferred when the user clicks on ‘finish offline mode’.\";s:39:\"cont_profile_mode_template_inherit_info\";s:24:\"Use the profile settings\";s:28:\"content_plugin_not_activated\";s:59:\"The page content element plugin is currently not activated.\";s:24:\"cont_verification_placeh\";s:36:\"Click and edit to insert certificate\";s:25:\"cont_verification_placehl\";s:23:\"Certificate Placeholder\";s:25:\"cont_ed_plachverification\";s:23:\"Placeholder Certificate\";s:15:\"cont_glossaries\";s:10:\"Glossaries\";s:20:\"cont_auto_glossaries\";s:22:\"Auto-Linked Glossaries\";s:19:\"cont_link_glo_in_lm\";s:63:\"Should all glossary terms be linked in the learning module now?\";s:25:\"cont_hide_head_foot_print\";s:43:\"Hide custom header and footer in print view\";s:33:\"cont_ed_insert_consultation_hours\";s:25:\"Insert Consultation Hours\";s:30:\"cont_insert_consultation_hours\";s:25:\"Insert Consultation Hours\";s:30:\"cont_update_consultation_hours\";s:23:\"Edit Consultation Hours\";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:17:\"cont_current_lang\";s:16:\"Current Language\";s:26:\"cont_edit_language_version\";s:12:\"Edit Version\";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:13:\"content_until\";s:21:\"At least locked until\";s:20:\"content_no_edit_lock\";s:45:\"The page is currently locked by another user.\";s:25:\"cont_disable_def_feedback\";s:33:\"Disable Default Question Feedback\";s:30:\"cont_disable_def_feedback_info\";s:132:\"If disabled, answered questions will not show any feedback for the learner. You need to provide custom feedbacks for your questions.\";s:8:\"save_new\";s:12:\"Save and New\";s:24:\"cont_sc_auto_review_2004\";s:43:\"Lock Tracking Status Once it is Established\";s:29:\"cont_sc_auto_review_info_2004\";s:281:\"After a user has acquired the tracking status set above for a chapter /SCO, this Status is locked. No further tracking data will recorded for these chapters / SCOs in later visits. Select \'always\' if the learning module makes use of Sequencing & Navigation according to SCORM 2004.\";s:22:\"cont_sc_auto_review_no\";s:20:\"always (recommended)\";s:50:\"cont_sc_auto_review_completed_not_failed_or_passed\";s:76:\"keep tracking data if achieved status is completed or passed, but not failed\";s:26:\"cont_sc_auto_review_passed\";s:47:\"keep tracking data if achieved status is passed\";s:36:\"cont_sc_auto_review_passed_or_failed\";s:57:\"keep tracking data if achieved status is passed or failed\";s:29:\"cont_sc_auto_review_completed\";s:50:\"keep tracking data if achieved status is completed\";s:40:\"cont_sc_auto_review_completed_and_passed\";s:61:\"keep tracking data if achieved status is completed and passed\";s:39:\"cont_sc_auto_review_completed_or_passed\";s:60:\"keep tracking data if achieved status is completed or passed\";s:41:\"cont_sc_store_if_previous_score_was_lower\";s:76:\"keep tracking data if achieved score in previous attempt was higher or equal\";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
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:17:\"glo_hide_taxonomy\";s:13:\"Hide Taxonomy\";s:17:\"cont_col_ordering\";s:15:\"Column Ordering\";s:18:\"lm_activate_rating\";s:25:\"Activate Rating For Pages\";s:9:\"lm_rating\";s:20:\"Rate Learning Module\";s:12:\"lm_rate_page\";s:9:\"Rate page\";s:14:\"cont_wiki_page\";s:9:\"Wiki Page\";s:16:\"cont_choose_wiki\";s:11:\"Choose Wiki\";s:14:\"cont_languages\";s:9:\"Languages\";s:13:\"cont_language\";s:8:\"Language\";s:19:\"cont_finish_editing\";s:14:\"Finish Editing\";s:23:\"cont_page_lock_released\";s:46:\"Editing finished. Page lock has been released.\";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: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:42:\"cont_offline_mode_disable_not_allowed_info\";s:98:\"Since the learning module is currently used in offline mode, the offline mode can not be disabled.\";s:22:\"stop_user_offline_mode\";s:17:\"Stop offline mode\";s:31:\"stop_user_offline_mode_for_user\";s:21:\"Stop offline mode for\";s:27:\"info_stop_offline_mode_sure\";s:76:\"Note: The learning progress achieved in offline mode are lost. Are you sure?\";s:21:\"cont_edit_definitions\";s:16:\"Edit Definitions\";s:20:\"cont_edit_definition\";s:15:\"Edit Definition\";s:25:\"cont_ed_insert_my_courses\";s:17:\"Insert My Courses\";s:22:\"cont_insert_my_courses\";s:17:\"Insert My Courses\";s:22:\"cont_update_my_courses\";s:15:\"Edit My Courses\";s:15:\"glo_online_info\";s:67:\"Only if the glossary is online, users are able to use the glossary.\";s:19:\"glo_mode_level_info\";s:77:\"All terms of glossaries on the same level in the repository will be included.\";s:20:\"glo_mode_normal_info\";s:57:\"Only terms created within this glossary will be included.\";s:21:\"glo_mode_subtree_info\";s:99:\"All terms of glossaries on the same level and subsequent levels in the repository will be included.\";s:20:\"glo_content_settings\";s:7:\"Content\";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: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:29:\"cont_help_no_valid_tooltip_id\";s:46:\"The tooltip ID you have entered was not valid.\";s:28:\"cont_ed_insert_amd_page_list\";s:16:\"Insert Page List\";s:25:\"cont_insert_amd_page_list\";s:16:\"Insert Page List\";s:25:\"cont_update_amd_page_list\";s:14:\"Edit Page List\";s:20:\"cont_ed_insert_templ\";s:23:\"Insert Content Template\";s:13:\"cont_template\";s:8:\"Template\";s:19:\"cont_progress_icons\";s:14:\"Progress Icons\";s:24:\"cont_progress_icons_info\";s:151:\"Show progress icons instead of chapter page icons in presentation mode. Please note that progress information is stored only with ILIAS 5.0 and higher.\";s:20:\"cont_self_assessment\";s:15:\"Self Assessment\";s:10:\"cont_tries\";s:18:\"Question Behaviour\";s:25:\"cont_tries_reset_on_visit\";s:19:\"Reset on Page Visit\";s:30:\"cont_tries_reset_on_visit_info\";s:126:\"Questions start with 0 number of tries each time a learner visits a page. Learner has to answer questions on every page visit.\";s:16:\"cont_tries_store\";s:19:\"Store Answer Status\";s:21:\"cont_tries_store_info\";s:145:\"Number of tries are accumulated and stored. Correctly answered questions must not be answered again. Learners may run out of tries for questions.\";s:22:\"cont_restrict_forw_nav\";s:27:\"Restrict Forward Navigation\";s:27:\"cont_restrict_forw_nav_info\";s:99:\"Learners cannot navigate to subsequent pages unless they answered all previous questions correctly.\";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:19:\"cont_question_stats\";s:9:\"Statistic\";s:18:\"cont_blocked_users\";s:13:\"Blocked Users\";s:13:\"cont_last_try\";s:8:\"Last Try\";s:13:\"cont_unlocked\";s:8:\"Unlocked\";s:22:\"cont_reset_nr_of_tries\";s:21:\"Reset Number of Tries\";s:26:\"cont_unlock_allow_continue\";s:26:\"Unlock / Allow to Continue\";s:22:\"cont_start_file_set_to\";s:30:\"%s has been set as start file.\";s:28:\"cont_blocked_users_mail_link\";s:56:\"Click on the following link to open the learning module:\";s:25:\"cont_out_of_focus_message\";s:68:\"This page is not related to your current learning objective anymore.\";s:29:\"cont_show_content_after_focus\";s:33:\"Continue with the Learning Module\";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: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: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:23:\"cont_ed_click_to_add_pg\";s:26:\"Click here to add content.\";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_cellpadding_info\";s:93:\"Keep this empty to make content style settings effective. Values must include unit (like px).\";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: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:27:\"cont_lm_mail_permanent_link\";s:58:\"Click on the following link to access the learning module:\";s:13:\"cont_download\";s:8:\"Download\";s:20:\"cont_tracking_modify\";s:11:\"Modify Data\";s:13:\"cont_pc_amdpl\";s:9:\"Page List\";s:34:\"cont_automatically_set_store_tries\";s:83:\"Option \"$1\" has been activated automatically, because option \"$2\" has been enabled.\";s:12:\"cont_license\";s:7:\"License\";s:17:\"cont_license_info\";s:27:\"Enables the license feature\";s:11:\"cont_biblio\";s:20:\"Bibliographical Data\";s:16:\"cont_biblio_info\";s:40:\"Enables the bibliographical data feature\";s:16:\"cont_qtries_info\";s:62:\"Default value for number of tries for newly created questions.\";s:13:\"cont_settings\";s:29:\"Settings for learning modules\";s:14:\"cont_auto_time\";s:27:\"Auto Animation Waiting Time\";s:15:\"cont_rand_start\";s:12:\"Random Start\";s:18:\"cont_tabs_carousel\";s:8:\"Carousel\";s:21:\"cont_wiki_link_dialog\";s:26:\"Link to Wiki Page (Dialog)\";s:11:\"cont_cc_sub\";s:9:\"Subscript\";s:11:\"cont_cc_sup\";s:11:\"Superscript\";s:13:\"cont_text_sub\";s:9:\"Subscript\";s:13:\"cont_text_sup\";s:11:\"Superscript\";s:16:\"cont_pc_carousel\";s:8:\"Carousel\";s:24:\"cont_mycourses_sortorder\";s:15:\"Default Sorting\";s:37:\"cont_mycourses_sortorder_alphabetical\";s:12:\"Alphabetical\";s:33:\"cont_mycourses_sortorder_location\";s:11:\"By Location\";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:21:\"cont_assign_to_parent\";s:16:\"Assign to Parent\";s:21:\"cont_type_not_allowed\";s:41:\"Content type not allowed at this position\";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:24:\"sahs_insert_pg_from_clip\";s:39:\"Import Pages from ILIAS Learning Module\";s:16:\"cont_active_from\";s:16:\"Activation Start\";s:14:\"cont_active_to\";s:14:\"Activation End\";s:18:\"cont_all_languages\";s:13:\"All Languages\";s:19:\"cont_subtitle_files\";s:15:\"Media Subtitles\";s:27:\"cont_upload_multi_srt_howto\";s:397:\"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 \"_<lang code>.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:20:\"cont_moved_srt_files\";s:39:\"Moved subtitles files to media objects.\";s:18:\"cont_subtitle_file\";s:12:\"SRT ZIP File\";s:20:\"cont_multi_srt_files\";s:9:\"SRT Files\";s:25:\"cont_master_language_only\";s:31:\"Master Language for Translation\";s:11:\"cont_import\";s:6:\"Import\";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:17:\"cont_import_trans\";s:18:\"Import Translation\";s:16:\"cont_import_lang\";s:15:\"Target Language\";s:38:\"cont_snippet_from_another_installation\";s:40:\"Snippet comes from another installation.\";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_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:20:\"lm_no_download_files\";s:52:\"There are currently no files for download available.\";s:20:\"cont_sc_version_info\";s:94:\"The version number is provided automatically by the version management of the learning module.\";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:16:\"cont_open_window\";s:56:\"Enforced to Open in New Window , Without ILIAS Main Menu\";s:16:\"cont_open_iframe\";s:55:\"Opens in the Same Window Underneath the ILIAS Main Menu\";s:16:\"cont_nomenu_info\";s:145:\"The top navigation bar can be hidden, if the SCORM Learning module contains sufficient functionality to suspend, finish and navigate the content.\";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: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:9:\"cont_sqst\";s:35:\"Survey Question (Assigned Material)\";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: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:10:\"cont_error\";s:16:\"An Error Occured\";s:22:\"cont_permission_object\";s:17:\"Permission Object\";s:29:\"lm_only_one_download_per_type\";s:90:\"Please note that you can only make one file per type (XML, HTML, SCORM) public accessible.\";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:12:\"cont_pc_grid\";s:13:\"Column Layout\";s:18:\"cont_grid_nr_cells\";s:17:\"Number of Columns\";s:19:\"cont_ed_insert_grid\";s:20:\"Insert Column Layout\";s:17:\"cont_grid_width_s\";s:5:\"Small\";s:22:\"cont_grid_width_s_info\";s:15:\"E.g. smartphone\";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_l\";s:5:\"Large\";s:22:\"cont_grid_width_l_info\";s:12:\"E.g. desktop\";s:18:\"cont_grid_width_xl\";s:11:\"Extra Large\";s:23:\"cont_grid_width_xl_info\";s:17:\"E.g. wide desktop\";s:13:\"cont_add_cell\";s:10:\"Add Column\";s:15:\"cont_added_cell\";s:12:\"Column added\";s:19:\"cont_ed_delete_cell\";s:13:\"Delete Column\";s:17:\"cont_ed_cell_left\";s:9:\"Move Left\";s:18:\"cont_ed_cell_right\";s:10:\"Move Right\";s:24:\"cont_ed_insert_grid_info\";s:70:\"Adds a responsive column layout based on a grid with 12 units per row.\";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:31:\"cont_grid_cell_confirm_deletion\";s:43:\"Do you really want to delete the column(s)?\";s:14:\"cont_grid_cell\";s:6:\"Column\";s:14:\"cont_prtf_page\";s:14:\"Portfolio Page\";s:14:\"cont_prtt_page\";s:23:\"Portfolio Tempalte Page\";s:34:\"cont_master_language_only_no_media\";s:29:\"Master Language without Media\";s:22:\"cont_last_visited_page\";s:17:\"Last Visited Page\";s:15:\"cont_first_page\";s:10:\"First Page\";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:17:\"cont_short_titles\";s:12:\"Short Titles\";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:9:\"cont_user\";s:4:\"User\";s:30:\"cont_user_search_did_not_match\";s:36:\"Your search did not match any users.\";s:39:\"cont_transl_master_language_not_allowed\";s:115:\"To import a translation you need to activate at least one additional language under \"Settings\" > \"Multilingualism\".\";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:29:\"cont_sc_id_setting_user_login\";s:16:\"ILIAS Login Name\";s:38:\"cont_sc_id_setting_user_id_plus_ref_id\";s:47:\"ILIAS User Id plus RefId 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:38:\"cont_sc_id_setting_user_id_plus_obj_id\";s:47:\"ILIAS User Id plus ObjId of the Learning Module\";s:41:\"cont_sc_id_setting_user_login_plus_obj_id\";s:50:\"ILIAS Login Name plus ObjId of the Learning Module\";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: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:35:\"cont_sc_name_setting_first_lastname\";s:24:\"First name and Last name\";s:29:\"cont_sc_name_setting_fullname\";s:31:\"Title, First name and Last name\";s:40:\"cont_sc_name_setting_salutation_lastname\";s:24:\"Salutation and Last name\";s:31:\"cont_sc_name_setting_first_name\";s:10:\"First name\";s:28:\"cont_sc_name_setting_no_name\";s:7:\"no name\";s:19:\"cont_lpe_login_form\";s:10:\"Login Form\";s:23:\"cont_lpe_cas_login_form\";s:14:\"CAS Login Form\";s:24:\"cont_lpe_shib_login_form\";s:21:\"Shibboleth Login Form\";s:26:\"cont_lpe_openid_login_form\";s:17:\"OpenId Login Form\";s:26:\"cont_lpe_registration_link\";s:21:\"New Registration Link\";s:27:\"cont_lpe_language_selection\";s:18:\"Language Selection\";s:28:\"cont_lpe_user_agreement_link\";s:19:\"User Agreement Link\";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:31:\"cont_ed_insert_learning_history\";s:23:\"Insert Learning History\";s:23:\"cont_choose_file_source\";s:6:\"Source\";s:17:\"cont_choose_local\";s:15:\"Local directory\";s:22:\"cont_choose_upload_dir\";s:16:\"Upload directory\";s:14:\"cont_Attention\";s:9:\"Attention\";s:17:\"cont_Confirmation\";s:12:\"Confirmation\";s:16:\"cont_Information\";s:11:\"Information\";s:9:\"cont_Link\";s:4:\"Link\";s:15:\"cont_Literature\";s:10:\"Literature\";s:14:\"cont_Separator\";s:9:\"Separator\";s:19:\"cont_StandardCenter\";s:15:\"Standard Center\";s:16:\"cont_Interaction\";s:11:\"Interaction\";s:15:\"cont_Background\";s:10:\"Background\";s:18:\"msg_no_page_access\";s:51:\"You do not have the permission to access this page.\";}'); +INSERT INTO `lng_modules` VALUES ('copg','en','a:7:{s:18:\"copg_sec_link_info\";s:167:\"If you set a link on the whole section, please ensure that no other interactive elements are included within the section. Otherwise their behaviour may be erratically.\";s:29:\"copg_snippet_cannot_be_edited\";s:63:\"This is a predefined content snippet and cannot be edited here.\";s:24:\"copg_confirm_el_deletion\";s:51:\"Do you really want to delete the selected elements?\";s:33:\"copg_questions_not_supported_here\";s:44:\"Questions are not supported in this context.\";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:19:\"copg_page_type_stys\";s:11:\"Layout Page\";}'); +INSERT INTO `lng_modules` VALUES ('cptch','en','a:6:{s:17:\"cptch_wrong_input\";s:11:\"Wrong Input\";s:29:\"cptch_freetype_support_needed\";s:68:\"To use this feature you need to enable freetype support in your PHP.\";s:17:\"captcha_code_info\";s:55:\"Please type in the letters and characters of the image.\";s:19:\"captcha_code_reload\";s:14:\"Load new image\";s:19:\"captcha_audio_title\";s:71:\"Audio Captcha. Click to hear the letters and characters of the captcha.\";s:15:\"captcha_alt_txt\";s:66:\"This is a visual captcha. Click the tab to get to an audio captcha\";}'); +INSERT INTO `lng_modules` VALUES ('cron','en','a:50:{s:11:\"cron_job_id\";s:2:\"Id\";s:14:\"cron_component\";s:9:\"Component\";s:13:\"cron_schedule\";s:8:\"Schedule\";s:11:\"cron_status\";s:6:\"Status\";s:16:\"cron_status_info\";s:11:\"Status Info\";s:11:\"cron_result\";s:6:\"Result\";s:16:\"cron_result_info\";s:11:\"Result Info\";s:13:\"cron_last_run\";s:8:\"Last Run\";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:26:\"cron_result_status_crashed\";s:7:\"Crashed\";s:24:\"cron_result_status_reset\";s:5:\"Reset\";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:43:\"cro_job_rc_job_auto_deactivation_time_limit\";s:61:\"Cron job deactivated because it has been inactive for 3 hours\";s:20:\"cron_action_activate\";s:8:\"Activate\";s:22:\"cron_action_deactivate\";s:10:\"Deactivate\";s:17:\"cron_action_reset\";s:5:\"Reset\";s:16:\"cron_action_edit\";s:4:\"Edit\";s:18:\"cron_status_active\";s:6:\"Active\";s:20:\"cron_status_inactive\";s:8:\"Inactive\";s:19:\"cron_schedule_daily\";s:5:\"Daily\";s:20:\"cron_schedule_weekly\";s:6:\"Weekly\";s:21:\"cron_schedule_monthly\";s:7:\"Monthly\";s:23:\"cron_schedule_quarterly\";s:9:\"Quarterly\";s:20:\"cron_schedule_yearly\";s:6:\"Yearly\";s:24:\"cron_schedule_in_minutes\";s:16:\"Every %s minutes\";s:22:\"cron_schedule_in_hours\";s:14:\"Every %s hours\";s:21:\"cron_schedule_in_days\";s:13:\"Every %s days\";s:18:\"cron_schedule_type\";s:8:\"Schedule\";s:19:\"cron_schedule_value\";s:8:\"Interval\";s:23:\"cron_changed_by_crontab\";s:6:\"SYSTEM\";s:18:\"cron_running_since\";s:13:\"Running since\";s:15:\"cron_action_run\";s:7:\"Execute\";s:20:\"cron_action_run_sure\";s:47:\"Are you sure you want to run the cron-job \"%s\"?\";s:25:\"cron_action_activate_sure\";s:52:\"Are you sure you want to activate the cron-job \"%s\"?\";s:27:\"cron_action_deactivate_sure\";s:54:\"Are you sure you want to deactivate the cron-job \"%s\"?\";s:22:\"cron_action_reset_sure\";s:49:\"Are you sure you want to reset the cron-job \"%s\"?\";s:23:\"cron_action_run_success\";s:26:\"Cron-Job run successfully.\";s:20:\"cron_action_run_fail\";s:16:\"Cron-Job failed.\";s:28:\"cron_action_activate_success\";s:19:\"Cron-Job activated.\";s:30:\"cron_action_deactivate_success\";s:21:\"Cron-Job deactivated.\";s:25:\"cron_action_reset_success\";s:15:\"Cron-Job reset.\";s:24:\"cron_action_edit_success\";s:17:\"Schedule updated.\";s:31:\"cron_no_executable_job_selected\";s:47:\"Please select at least one executable cron-job.\";s:31:\"cron_action_activate_sure_multi\";s:58:\"Are you sure you want to activate the following cron-jobs?\";s:33:\"cron_action_deactivate_sure_multi\";s:60:\"Are you sure you want to deactivate the following cron-jobs?\";s:28:\"cron_action_reset_sure_multi\";s:55:\"Are you sure you want to reset the following cron-jobs?\";s:23:\"cron_result_status_fail\";s:6:\"Failed\";}'); +INSERT INTO `lng_modules` VALUES ('crs','en','a:621:{s:35:\"timings_cron_reminder_freshly_start\";s:37:\"The processing period has started at:\";s:37:\"timings_cron_reminder_started_subject\";s:33:\"The processing period has started\";s:38:\"timings_cron_reminder_exceeded_subject\";s:34:\"You exceeded the processing period\";s:36:\"timings_cron_reminder_exceeded_start\";s:36:\"The processing period is overdue at:\";s:30:\"timings_reminder_notifications\";s:28:\"Course Timings Notifications\";s:35:\"timings_reminder_notifications_info\";s:81:\"If enabled, course participants will be notified about exceeded timing materials.\";s:34:\"crs_timings_days_after_subsription\";s:32:\"Day(s) after course subscription\";s:27:\"crs_timings_short_active_tt\";s:16:\"Activate Timings\";s:34:\"crs_timings_short_start_end_tt_rel\";s:41:\"Suggested start after course subscription\";s:25:\"crs_timings_time_frame_tt\";s:18:\"Time frame in days\";s:31:\"crs_timings_short_changeable_tt\";s:34:\"Timings changeable by participants\";s:40:\"crs_timings_short_limit_start_end_tt_rel\";s:44:\"Latest end in days after course subscription\";s:30:\"crs_timings_short_start_end_tt\";s:15:\"Suggested start\";s:36:\"crs_timings_short_limit_start_end_tt\";s:10:\"Latest end\";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: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:28:\"crs_timings_optional_checked\";s:41:\"Optional mode was activated for this user\";s:30:\"crs_timings_optional_unchecked\";s:43:\"Optional mode was deactivated for this user\";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:24:\"crs_timings_optional_off\";s:28:\"Optional mode is not active.\";s:31:\"crs_show_member_export_settings\";s:17:\"Participants List\";s:22:\"crs_show_member_export\";s:17:\"Participants List\";s:27:\"crs_show_member_export_info\";s:48:\"Course Members may print a list of participants.\";s:22:\"crs_at_least_one_admin\";s:50:\"There has to be at least one course administrator.\";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:26:\"crs_accept_subscriber_body\";s:64:\"we are pleased to confirm your registration for the course \"%s\".\";s:21:\"crs_accept_subscriber\";s:31:\"Registration confirmed for \"%s\"\";s:10:\"crs_access\";s:6:\"Access\";s:14:\"crs_activation\";s:10:\"Activation\";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:32:\"crs_add_remove_from_desktop_info\";s:62:\"Allow the members to add course items to the personal desktop.\";s:27:\"crs_add_remove_from_desktop\";s:14:\"Add to Desktop\";s:15:\"crs_add_starter\";s:16:\"Add Start Object\";s:21:\"crs_added_member_body\";s:65:\"we are pleased to announce your registration for the course \"%s\".\";s:16:\"crs_added_member\";s:33:\"Your registration for 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_added\";s:16:\"Added new course\";s:9:\"crs_admin\";s:13:\"Administrator\";s:18:\"crs_administrators\";s:14:\"Administrators\";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:23:\"crs_blocked_member_body\";s:49:\"your membership for course \"%s\" has been blocked.\";s:18:\"crs_blocked_member\";s:33:\"Membership blocked in course \"%s\"\";s:11:\"crs_blocked\";s:14:\"Access Refused\";s:25:\"crs_cancel_subscr_request\";s:25:\"Delete Membership Request\";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:23:\"crs_cancel_subscription\";s:21:\"User left course \"%s\"\";s:24:\"crs_contact_consultation\";s:12:\"Consultation\";s:22:\"crs_contact_email_info\";s:53:\"Enter one or more (comma separated) e-mail addresses.\";s:17:\"crs_contact_email\";s:6:\"E-Mail\";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_contact\";s:7:\"Contact\";s:11:\"crs_content\";s:14:\"Course Content\";s:17:\"crs_count_members\";s:17:\"Number of members\";s:15:\"crs_create_date\";s:11:\"Create date\";s:9:\"crs_dates\";s:5:\"Dates\";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:23:\"crs_dismiss_member_body\";s:51:\"your membership has been terminated in course \"%s\".\";s:18:\"crs_dismiss_member\";s:29:\"Membership terminated in \"%s\"\";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: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_file\";s:4:\"File\";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: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:24:\"grp_grp_already_assigned\";s:50:\"You are already member of this grouping of groups.\";s:18:\"crs_grp_assign_crs\";s:13:\"Assign course\";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:134:\"This course grouping requires an unique matriculation number.
Please insert this value in your settings on the personal desktop.\";s:27:\"crs_grp_no_courses_assigned\";s:20:\"No assigned courses.\";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:8:\"crs_html\";s:4:\"HTML\";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: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:12:\"crs_info_reg\";s:10:\"Admittance\";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.
After you have processed all marked objects new course items will be activated.\";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:16:\"crs_lim_assigned\";s:43:\"Already assigned to associated course \"%s\".\";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: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:23:\"crs_max_members_reached\";s:46:\"The maximum number of members has been reached\";s:17:\"crs_mem_send_mail\";s:9:\"Send Mail\";s:25:\"crs_member_administration\";s:17:\"Edit Participants\";s:10:\"crs_member\";s:6:\"Member\";s:19:\"crs_members_deleted\";s:15:\"Deleted members\";s:15:\"crs_members_map\";s:18:\"Course Members Map\";s:23:\"crs_members_print_title\";s:14:\"Course members\";s:11:\"crs_members\";s:7:\"Members\";s:17:\"crs_min_one_admin\";s:67:\"There has to be at least one administrator assigned to this course.\";s:14:\"crs_new_status\";s:19:\"Your new status is:\";s:25:\"crs_new_subscription_body\";s:34:\"%s has registered for 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:28:\"crs_new_subscription_request\";s:27:\"Request to join course \"%s\"\";s:20:\"crs_new_subscription\";s:31:\"User registered for course \"%s\"\";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:34:\"crs_notification_explanation_admin\";s:99:\"You receive mail from ILIAS because you are course administrator / tutor with notification enabled.\";s:16:\"crs_notification\";s:12:\"Notification\";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: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: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:28:\"crs_objective_wiz_final_info\";s:35:\"Assignment of final test questions.\";s:34:\"crs_objective_wiz_final_limit_info\";s:60:\"Here you can define the limits for the final test questions.\";s:29:\"crs_objective_wiz_final_limit\";s:21:\"Limits for Final Test\";s:23:\"crs_objective_wiz_final\";s:20:\"Final Test Questions\";s:32:\"crs_objective_wiz_materials_info\";s:91:\"You can assign course materials that are recommended for processing the learning objective.\";s:27:\"crs_objective_wiz_materials\";s:22:\"Assign Course Material\";s:27:\"crs_objective_wiz_self_info\";s:130:\"Please define the initial test questions. Initial tests are intended to examine the previous knowledge of the course participants.\";s:33:\"crs_objective_wiz_self_limit_info\";s:52:\"Please define the limits for initial test questions.\";s:28:\"crs_objective_wiz_self_limit\";s:23:\"Limits for Initial Test\";s:22:\"crs_objective_wiz_self\";s:22:\"Initial Test Questions\";s:28:\"crs_objective_wiz_title_info\";s:72:\"Please choose a title and a short description of the learning objective.\";s:23:\"crs_objective_wiz_title\";s:27:\"Describe Learning Objective\";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.
All test results will be deleted.\";s:22:\"crs_objectives_reseted\";s:16:\"Reseted results.\";s:14:\"crs_objectives\";s:19:\"Learning Objectives\";s:19:\"crs_other_resources\";s:15:\"Other Resources\";s:10:\"crs_passed\";s:6:\"Passed\";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:21:\"crs_presentation_type\";s:17:\"Presentation Type\";s:14:\"crs_print_list\";s:13:\"Generate List\";s:16:\"crs_reg_max_info\";s:71:\"Define the maximum number of users that can be assigned to this course.\";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:7:\"crs_reg\";s:21:\"Registration Settings\";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:21:\"crs_registration_type\";s:22:\"Registration Procedure\";s:16:\"crs_registration\";s:19:\"Course Registration\";s:26:\"crs_reject_subscriber_body\";s:77:\"we regret to say that your registration has been refused for the course \"%s\".\";s:21:\"crs_reject_subscriber\";s:29:\"Registration refused for \"%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:18:\"crs_settings_saved\";s:14:\"Settings saved\";s:12:\"crs_settings\";s:15:\"Course Settings\";s:21:\"crs_show_members_info\";s:60:\"If activated, course members can access the members gallery.\";s:16:\"crs_show_members\";s:12:\"Show Members\";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:17:\"crs_start_objects\";s:13:\"Start Objects\";s:9:\"crs_start\";s:5:\"Start\";s:19:\"crs_starter_deleted\";s:19:\"Removed assignment.\";s:29:\"crs_starters_already_assigned\";s:33:\"This object was already assigned.\";s:23:\"crs_status_changed_body\";s:44:\"your status in course \"%s\" has been changed.\";s:18:\"crs_status_changed\";s:22:\"Changed status in \"%s\"\";s:10:\"crs_status\";s:6:\"Status\";s:13:\"crs_structure\";s:16:\"Course structure\";s:25:\"crs_subscribe_member_body\";s:64:\"we are pleased to confirm your registration for the course \"%s\".\";s:20:\"crs_subscribe_member\";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:16:\"crs_subscribe_wl\";s:33:\"Your registration for course \"%s\"\";s:14:\"crs_subscriber\";s:10:\"Subscriber\";s:23:\"crs_subscribers_deleted\";s:21:\"Deleted subscriber(s)\";s:34:\"crs_subscription_max_members_short\";s:25:\"Limited Number of Members\";s:28:\"crs_subscription_max_members\";s:14:\"Maximum Number\";s:37:\"crs_subscription_options_confirmation\";s:18:\"Request Membership\";s:31:\"crs_subscription_options_direct\";s:13:\"Join Directly\";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:16:\"crs_subscription\";s:12:\"Subscription\";s:33:\"crs_sure_delete_selected_archives\";s:44:\"Are you sure to delete the selected archives\";s:12:\"crs_syllabus\";s:8:\"Syllabus\";s:23:\"crs_table_start_objects\";s:13:\"Start Objects\";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:25:\"crs_timings_disabled_info\";s:42:\"Choose this option to disable any timings.\";s:20:\"crs_timings_disabled\";s:16:\"Timings Disabled\";s:23:\"crs_timings_early_begin\";s:14:\"Earliest Start\";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: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:28:\"crs_timings_short_changeable\";s:10:\"Changeable\";s:33:\"crs_timings_short_limit_start_end\";s:15:\"Latest End Date\";s:27:\"crs_timings_short_start_end\";s:10:\"Suggestion\";s:26:\"crs_timings_start_end_info\";s:11:\"(Start/End)\";s:17:\"crs_timings_start\";s:10:\"Start Time\";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:24:\"crs_timings_update_error\";s:90:\"Your settings are not valid, please verify the timings for the following course materials:\";s:28:\"crs_timings_visibility_short\";s:10:\"Visibility\";s:22:\"crs_timings_visibility\";s:74:\"If chosen, the material is visible even outside of the given availability.\";s:6:\"crs_to\";s:5:\"Until\";s:9:\"crs_tutor\";s:5:\"Tutor\";s:10:\"crs_tutors\";s:6:\"Tutors\";s:25:\"crs_unblocked_member_body\";s:49:\"your membership in course \"%s\" has been restored.\";s:20:\"crs_unblocked_member\";s:29:\"Access granted in course \"%s\"\";s:13:\"crs_unblocked\";s:13:\"Free entrance\";s:13:\"crs_unlimited\";s:9:\"Unlimited\";s:27:\"crs_unsubscribe_member_body\";s:58:\"We confirm your cancellation of membership in course \"%s\".\";s:22:\"crs_unsubscribe_member\";s:46:\"Your cancellation of membership in course \"%s\"\";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:23:\"crs_user_agreement_info\";s:47:\"Visible Personal Data for Course Administrators\";s:18:\"crs_user_agreement\";s:19:\"Released Data Types\";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: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: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_visibility_limitless\";s:9:\"Unlimited\";s:20:\"crs_visibility_until\";s:27:\"Limited Availability Period\";s:13:\"crs_wait_info\";s:95:\"If the maximum number of users is exceeded, new registrations will be placed on a waiting list.\";s:16:\"crs_waiting_list\";s:12:\"Waiting List\";s:35:\"crs_warn_no_max_set_on_waiting_list\";s:195:\"The maximum number of course members is exceeded. You can set yourself on 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:207:\"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 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: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:23:\"Assignment of Materials\";s:18:\"event_btn_add_edit\";s:32:\"Add Session and Assign Materials\";s:13:\"event_btn_add\";s:11:\"Add Session\";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: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:22:\"event_tbl_participated\";s:8:\"Attended\";s:20:\"event_tbl_registered\";s:10:\"Registered\";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:\"Saved Settings\";s:5:\"event\";s:7:\"Session\";s:6:\"events\";s:8:\"Sessions\";s:14:\"export_members\";s:19:\"Export Participants\";s:26:\"grouping_change_assignment\";s:17:\"Change Assignment\";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:15:\"sess_limit_info\";s:94:\"Participants are not presented with the list of all sessions but a limited number of sessions.\";s:10:\"sess_limit\";s:30:\"Limit Number of Sessions Shown\";s:13:\"sess_num_next\";s:44:\"Number of Following 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:12:\"timings_edit\";s:12:\"Edit Timings\";s:10:\"timings_of\";s:11:\"Timings Off\";s:19:\"timings_timings_off\";s:33:\"Switch Timings Administration Off\";s:18:\"timings_timings_on\";s:32:\"Switch Timings Administration On\";s:15:\"timings_timings\";s:7:\"Timings\";s:16:\"timings_usr_edit\";s:12:\"Edit Timings\";s:7:\"timings\";s:7:\"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\";s:27:\"crs_notification_salutation\";s:24:\"Dear course participant,\";s:22:\"crs_custom_user_fields\";s:25:\"Course Relevant User Data\";s:18:\"crs_members_groups\";s:21:\"Memberships in Groups\";s:13:\"crs_groups_nr\";s:21:\"Number of Memberships\";s:16:\"crs_add_to_group\";s:12:\"Add to Group\";s:12:\"crs_reg_code\";s:18:\"Admission per Link\";s:17:\"crs_reg_code_link\";s:25:\"Link for Direct Admission\";s:25:\"crs_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:10:\"crs_import\";s:13:\"Import Course\";s:19:\"crs_grp_assignments\";s:39:\"Assignments of Course Members to Groups\";s:21:\"crs_auto_notification\";s:28:\"Welcome-Mail For New Members\";s:26:\"crs_auto_notification_info\";s:61:\"New members get a mail notification when added to the course.\";s:25:\"crs_activate_notification\";s:21:\"Activate Notification\";s:27:\"crs_deactivate_notification\";s:23:\"Deactivate Notification\";s:26:\"crs_notification_activated\";s:22:\"Notification Activated\";s:28:\"crs_notification_deactivated\";s:24:\"Notification Deactivated\";s:31:\"crs_link_show_all_prev_sessions\";s:26:\"Show all previous 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:27:\"crs_link_hide_next_sessions\";s:22:\"Hide upcoming sessions\";s:19:\"event_blank_columns\";s:18:\"Additional Columns\";s:23:\"crs_starter_delete_sure\";s:60:\"Are you sure you want to delete the following start objects?\";s:26:\"crs_course_status_of_users\";s:18:\"Passing the Course\";s:24:\"crs_status_determination\";s:32:\"Determination of Status \'Passed\'\";s:31:\"crs_status_determination_manual\";s:21:\"Only Manual by Tutors\";s:27:\"crs_status_determination_lp\";s:25:\"Through Learning Progress\";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:37:\"crs_subject_course_group_notification\";s:17:\"Daily Mail for %s\";s:34:\"crs_course_group_notification_link\";s:5:\"Link:\";s:26:\"crs_activation_online_info\";s:147:\"Set the course online to make it visible and accessible for users. If not, only course administrators and tutors are able see and enter the course.\";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:32:\"crs_member_passed_status_changed\";s:21:\"Passed Status Changed\";s:8:\"crs_copy\";s:11:\"Copy Course\";s:27:\"crs_notification_list_title\";s:12:\"Notification\";s:26:\"event_list_registered_only\";s:15:\"Only Registered\";s:24:\"crs_passed_status_system\";s:6:\"System\";s:27:\"crs_passed_status_manual_by\";s:9:\"Manual by\";s:13:\"crs_mail_type\";s:15:\"Mail to Members\";s:20:\"crs_mail_tutors_only\";s:34:\"For Tutors and Administrators only\";s:12:\"crs_mail_all\";s:20:\"For all Participants\";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:25:\"crs_mail_tutors_only_info\";s:98:\"Only administrators and tutors can use the feature ‘Mail to Members’ in the ‘Members’ tab.\";s:17:\"crs_mail_all_info\";s:102:\"Members, administrators and tutors can use the feature ‘Mail to Members’ in the ‘Members’ tab.\";s:23:\"crs_registration_period\";s:6:\"Period\";s:34:\"crs_registration_confirmation_info\";s:68:\"Interested users can send a request/message to course administrator.\";s:18:\"crs_reg_no_selfreg\";s:17:\"No Self-enrolment\";s:21:\"crs_reg_password_info\";s:60:\"Users need to type in this password when joining the course.\";s:23:\"crs_loc_subtab_creation\";s:6:\"Create\";s:19:\"crs_cdf_edit_member\";s:30:\"Edit Course Relevant User Data\";s:21:\"crs_cdf_tbl_last_edit\";s:30:\"Updated (Course-specific Data)\";s:29:\"crs_subscription_failed_limit\";s:53:\"The maximum number of participants has been exceeded.\";s:18:\"crs_mem_tbl_header\";s:19:\"Course Participants\";s:26:\"crs_loc_learning_objective\";s:18:\"Learning Objective\";s:17:\"crs_loc_suggested\";s:53:\"Please work through the following learning materials.\";s:18:\"crs_loc_itest_info\";s:12:\"Initial Test\";s:18:\"crs_loc_qtest_info\";s:10:\"Final Test\";s:15:\"crs_loc_tt_info\";s:56:\"You have reached %1$d%%. The test is passed with %2$d%%.\";s:30:\"crs_objective_status_configure\";s:20:\"Checklist for Course\";s:29:\"crs_objective_status_settings\";s:15:\"Course Settings\";s:30:\"crs_objective_status_materials\";s:21:\"Create Course Content\";s:26:\"crs_objective_status_itest\";s:19:\"Assign Initial Test\";s:26:\"crs_objective_status_qtest\";s:17:\"Assign Final Test\";s:31:\"crs_objective_status_objectives\";s:29:\"Configure Learning Objectives\";s:30:\"crs_objective_action_materials\";s:15:\"Assign Material\";s:26:\"crs_objective_action_qtest\";s:30:\"Assign Questions of Final Test\";s:26:\"crs_objective_action_itest\";s:32:\"Assign Questions of Initial Test\";s:19:\"crs_loc_passes_info\";s:29:\"Maximum Number of test passes\";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:22:\"crs_loc_err_stat_no_it\";s:25:\"No Initial test available\";s:39:\"crs_objective_status_objective_creation\";s:25:\"Create Learning Objective\";s:30:\"crs_loc_form_create_objectives\";s:26:\"Create Learning Objectives\";s:25:\"crs_loc_err_no_active_mat\";s:44:\"Learning objectives without assigned content\";s:24:\"crs_loc_err_no_active_it\";s:40:\"Learning Objectives without Initial Test\";s:24:\"crs_loc_err_no_active_qt\";s:43:\"Learning Objectives without Qualifying Test\";s:24:\"crs_loc_err_no_active_lo\";s:28:\"No active Learning Objective\";s:20:\"crs_loc_settings_tbl\";s:50:\"Settings for the Learning Objectives-Driven Course\";s:21:\"crs_loc_tab_materials\";s:8:\"Material\";s:17:\"crs_loc_tab_itest\";s:12:\"Initial Test\";s:17:\"crs_loc_tab_qtest\";s:10:\"Final Test\";s:26:\"crs_loc_settings_itest_tbl\";s:29:\"Settings for the Initial Test\";s:22:\"crs_loc_tab_objectives\";s:19:\"Learning Objectives\";s:26:\"crs_loc_settings_qtest_tbl\";s:27:\"Settings for the Final Test\";s:17:\"crs_loc_tab_start\";s:13:\"Start Objects\";s:26:\"crs_loc_confirm_delete_tst\";s:83:\"Do you really want to deassign the test of this learning objective oriented course?\";s:20:\"crs_loc_tbl_tst_type\";s:27:\"Selection of Test Questions\";s:22:\"crs_loc_form_assign_it\";s:15:\"Test Assignment\";s:20:\"crs_loc_form_tst_new\";s:15:\"Create New Test\";s:19:\"crs_loc_form_assign\";s:17:\"Use Existing Test\";s:27:\"crs_loc_form_available_tsts\";s:15:\"Available Tests\";s:23:\"crs_loc_tbl_tst_qst_qpl\";s:26:\"Questions / Question Pools\";s:19:\"crs_loc_tst_num_qst\";s:20:\"Number of Questions:\";s:16:\"crs_loc_tst_qpls\";s:25:\"Available Question Pools:\";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:23:\"crs_loc_rand_assign_qpl\";s:29:\"Assignment form Question Pool\";s:16:\"crs_loc_rand_qpl\";s:24:\"Available Question Pools\";s:15:\"crs_loc_num_qst\";s:19:\"Number of Questions\";s:12:\"crs_loc_perc\";s:29:\"Required Percentage of Points\";s:25:\"crs_loc_delete_assignment\";s:13:\"Deassign Test\";s:25:\"crs_loc_err_no_active_qst\";s:28:\"Objectives without questions\";s:26:\"crs_loc_qtst_for_objective\";s:22:\"Qualifying Test \"%1$s\"\";s:26:\"crs_loc_itst_for_objective\";s:19:\"Initial Test \"%1$s\"\";s:29:\"crs_loc_progress_result_itest\";s:22:\"Result of Initial Test\";s:29:\"crs_loc_progress_result_qtest\";s:6:\"Result\";s:37:\"crs_loc_progress_no_result_do_initial\";s:29:\"Please take the initial test.\";s:35:\"crs_loc_progress_objective_complete\";s:37:\"You completed the learning objective.\";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: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:19:\"crs_loc_passes_left\";s:31:\"Remaining number of test passes\";s:22:\"crs_loc_passes_reached\";s:31:\"No further test passes possible\";s:19:\"crs_loc_tst_new_run\";s:19:\"Start New Test Pass\";s:18:\"crs_loc_tst_resume\";s:18:\"Continue Test Pass\";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:37:\"crs_loc_progress_no_result_no_initial\";s:87:\"Please work through the following learning materials and then take the qualifying test.\";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: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: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:32:\"crs_loc_form_assign_initial_info\";s:55:\"Select a test from this course to serve as Initial Test\";s:34:\"crs_loc_form_assign_qualified_info\";s:2:\"--\";s:22:\"crs_loc_tst_assignment\";s:15:\"Test Assignment\";s:16:\"crs_show_all_obj\";s:10:\"Expand All\";s:16:\"crs_hide_all_obj\";s:12:\"Collapse All\";s:46:\"crs_admission_link_failure_registration_period\";s:53:\"Can\'t register: Course is out of registration period.\";s:45:\"crs_admission_link_failure_membership_limited\";s:45:\"Can\'t register: Course membership is limited.\";s:39:\"crs_admission_link_success_registration\";s:39:\"Successfully registered to course \"%s\".\";s:34:\"crs_admission_link_failure_offline\";s:34:\"Can\'t register: Course is offline.\";s:39:\"crs_admission_link_failure_availability\";s:37:\"Can\'t register: Course is not online.\";s:17:\"crs_usr_agreement\";s:14:\"User Agreement\";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:28:\"crs_subscription_min_members\";s:14:\"Minimum Number\";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:28:\"crs_waiting_list_no_autofill\";s:17:\"Without Auto-Fill\";s:25:\"crs_waiting_list_autofill\";s:14:\"With Auto-Fill\";s:30:\"crs_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:20:\"crs_cancellation_end\";s:31:\"Limit \'Unsubscribe from Course\'\";s:10:\"crs_period\";s:15:\"Period of Event\";s:27:\"crs_course_period_not_valid\";s:24:\"The period is not valid.\";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:67:\"A maximum number of members is needed for the waiting list feature.\";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_cancellation_end_rbac_info\";s:80:\"The cancellation deadline was met on %s, a cancellation is not possible anymore.\";s:28:\"mem_cron_min_members_subject\";s:35:\"Course/Group: Minimum Members Check\";s:26:\"mem_cron_min_members_intro\";s:81:\"The following courses and groups do not meet the minimum number of members (yet).\";s:25:\"crs_cancellation_end_info\";s:64:\"Until the date selected members can unsubscribe from the course.\";s:15:\"crs_period_info\";s:87:\"Information about the start and end date of the event, which is supported by the course\";s:28:\"crs_mail_context_tutor_title\";s:21:\"Mail to Course Member\";s:29:\"crs_mail_context_member_title\";s:16:\"Info Page Course\";s:24:\"crs_loc_settings_it_type\";s:12:\"Initial Test\";s:38:\"crs_loc_settings_type_it_placement_all\";s:52:\"Comprehensive Placement Test Covering all Objectives\";s:32:\"crs_loc_settings_it_start_object\";s:28:\"Initial Test is Start Object\";s:38:\"crs_loc_settings_type_it_placement_sel\";s:42:\"Separate Placement Test for Each Objective\";s:39:\"crs_loc_settings_type_it_qualifying_all\";s:54:\"Comprehensive Achievement Test Covering all Objectives\";s:39:\"crs_loc_settings_type_it_qualifying_sel\";s:44:\"Separate Achievement Test for Each Objective\";s:29:\"crs_loc_settings_type_it_none\";s:15:\"No Initial Test\";s:23:\"crs_loc_settings_qt_all\";s:10:\"Final Test\";s:27:\"crs_loc_settings_type_q_all\";s:48:\"Comprehensive Final Test Covering all Objectives\";s:32:\"crs_loc_settings_qt_start_object\";s:26:\"Final Test is Start Object\";s:32:\"crs_loc_settings_type_q_selected\";s:38:\"Separate Final Test for Each Objective\";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:18:\"crs_loc_tab_qtests\";s:11:\"Final Tests\";s:18:\"crs_loc_tab_itests\";s:13:\"Initial Tests\";s:26:\"crs_loc_btn_new_assignment\";s:19:\"New Test Assignment\";s:32:\"crs_objective_tbl_col_final_tsts\";s:11:\"Final Tests\";s:30:\"crs_objective_action_qtest_sep\";s:17:\"Assign Final Test\";s:30:\"crs_loc_settings_tbl_its_q_all\";s:39:\"Initial Qualifying Test (all Objecives)\";s:31:\"crs_loc_settings_tbl_its_nq_all\";s:39:\"Initial Placement Test (all Objectives)\";s:25:\"crs_loc_settings_tbl_it_q\";s:39:\"Initial Qualifying Test (per Objective)\";s:26:\"crs_loc_settings_tbl_it_nq\";s:38:\"Initial Placement Test (per Objective)\";s:28:\"crs_loc_settings_tbl_qts_all\";s:27:\"Final Test (all objectives)\";s:23:\"crs_loc_settings_tbl_qt\";s:26:\"Final Test (per objective)\";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:17:\"crs_loc_tst_start\";s:10:\"Start Test\";s:20:\"crs_loc_mem_show_res\";s:17:\"Show Test Results\";s:23:\"crs_loc_test_results_of\";s:16:\"Test results of:\";s:15:\"crs_mem_contact\";s:16:\"Tutorial Support\";s:16:\"crs_mem_contacts\";s:16:\"Tutorial Support\";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: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:27:\"mem_cron_min_members_reason\";s:88:\"You receive this message because you have activated the notification in the members-tab.\";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: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_checklist_objective\";s:19:\"Checklist Objective\";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: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: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: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: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:32:\"crs_loc_settings_type_q_all_info\";s:72:\"Mastery of all learning objectives is examined in one single final test.\";s:37:\"crs_loc_settings_type_q_selected_info\";s:84:\"Participants are presented with a separate mastery test for each learning objective.\";s:25:\"crs_visibility_until_info\";s:72:\"The course will be visible to it\'s members in a specific period of time.\";s:29:\"crs_registration_limited_info\";s:75:\"Members can only register for this course during a specific period of time.\";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:34:\"crs_unsubscribe_member_explanation\";s:82:\"You receive this message because you unsubscribed from the course mentioned above.\";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:37:\"event_user_selection_include_requests\";s:41:\"Include all users on list \"Join Requests\"\";s:35:\"event_user_selection_include_filter\";s:14:\"Include \"%1$s\"\";s:20:\"event_user_selection\";s:18:\"Selection of Users\";s:15:\"event_tbl_admin\";s:13:\"Administrator\";s:16:\"event_tbl_member\";s:6:\"Member\";s:15:\"event_tbl_tutor\";s:5:\"Tutor\";s:28:\"crs_mail_context_member_info\";s:54:\"For the contact e-mails on the info screen of a course\";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:16:\"event_tbl_admins\";s:14:\"Administrators\";s:17:\"event_tbl_members\";s:7:\"Members\";s:16:\"event_tbl_tutors\";s:6:\"Tutors\";s:20:\"crs_cannot_find_role\";s:21:\"Can\'t find this role.\";s:39:\"crs_admission_link_failure_invalid_code\";s:32:\"Can\'t register: Link is invalid.\";s:28:\"crs_loc_err_stat_tst_offline\";s:25:\"Not all tests are online.\";s:24:\"crs_edit_lo_introduction\";s:17:\"Edit Introduction\";s:8:\"crs_open\";s:11:\"Open Course\";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:29:\"crs_lhist_objective_completed\";s:20:\"Mastered $3$ in $1$.\";s:22:\"crs_shorten_breadcrumb\";s:10:\"Breadcrumb\";s:15:\"crs_sys_default\";s:14:\"System Default\";s:23:\"crs_breadcrumb_crs_only\";s:17:\"Start with Course\";s:24:\"crs_breadcrumb_full_path\";s:9:\"Full Path\";s:17:\"crs_lobj_pm_score\";s:11:\"Your Result\";s:20:\"crs_lobj_pm_min_goal\";s:14:\"Required Score\";s:16:\"crs_view_timings\";s:17:\"Timings View Type\";s:24:\"crs_view_timing_absolute\";s:14:\"Absolute Dates\";s:29:\"crs_view_info_timing_absolute\";s:40:\"Start and end date will be set absolute.\";s:24:\"crs_view_timing_relative\";s:14:\"Relative Dates\";s:29:\"crs_view_info_timing_relative\";s:65:\"Start and end date will be set relative to the subscription date.\";s:21:\"crs_timings_short_end\";s:8:\"End Date\";s:25:\"crs_timings_edit_personal\";s:21:\"Edit Personal Timings\";s:31:\"crs_timings_short_start_end_rel\";s:25:\"Suggested Start (in days)\";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: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:28:\"crs_objective_result_details\";s:15:\"« Show Details\";s:18:\"crs_page_type_lobj\";s:23:\"Learning Objective Page\";s:24:\"crs_timing_err_start_end\";s:59:\"The end date must be greater than or equals the start date.\";}'); +INSERT INTO `lng_modules` VALUES ('crs_','en','a:1:{s:12:\"crs_archives\";s:8:\"Archives\";}'); +INSERT INTO `lng_modules` VALUES ('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\";}'); +INSERT INTO `lng_modules` VALUES ('dateplaner','en','a:390:{s:15:\"add_appointment\";s:15:\"Add Appointment\";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: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_category\";s:19:\"Create New Calendar\";s:17:\"cal_add_milestone\";s:13:\"Add Milestone\";s:11:\"cal_all_day\";s:7:\"All Day\";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:18:\"cal_cache_disabled\";s:8:\"Disabled\";s:17:\"cal_cache_enabled\";s:7:\"Enabled\";s:14:\"cal_cache_info\";s:118:\"If activated, calendar appointments on the personal desktop and in the repository are calculated only every x-minutes.\";s:9:\"cal_cache\";s:14:\"Calendar Cache\";s:15:\"cal_cal_details\";s:16:\"Calendar Details\";s:12:\"cal_cal_type\";s:13:\"Calendar Type\";s:18:\"cal_calendar_color\";s:5:\"Color\";s:17:\"cal_calendar_name\";s:13:\"Calendar Name\";s:22:\"cal_category_selection\";s:18:\"Calendar Selection\";s:28:\"cal_change_responsible_users\";s:24:\"Change Responsible Users\";s:25:\"cal_changed_events_header\";s:28:\"New and Changed Appointments\";s:10:\"cal_create\";s:6:\"Create\";s:23:\"cal_created_appointment\";s:24:\"Created new appointment.\";s:28:\"cal_created_milestone_resp_q\";s:80:\"Added milestone. Please select users that are responsible to meet the milestone.\";s:21:\"cal_created_milestone\";s:16:\"Added milestone.\";s:9:\"cal_daily\";s:5:\"Daily\";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:15:\"cal_def_day_end\";s:15:\"Default 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_def_day_start\";s:17:\"Default 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:24:\"cal_def_date_format_info\";s:46:\"Please choose a format for the input of dates.\";s:19:\"cal_def_date_format\";s:25:\"Default Date Input Format\";s:24:\"cal_def_time_format_info\";s:62:\"Please choose a format for the input and presentation of time.\";s:19:\"cal_def_time_format\";s:19:\"Default Time Format\";s:21:\"cal_def_timezone_info\";s:70:\"Please choose a default timezone for the presentation of appointments.\";s:16:\"cal_def_timezone\";s:16:\"Default Timezone\";s:18:\"cal_def_week_start\";s:18:\"Default Week Start\";s:20:\"cal_default_calendar\";s:21:\"Personal Appointments\";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:15:\"cal_deleted_app\";s:44:\"The selected appointments have been deleted.\";s:11:\"cal_details\";s:19:\"Appointment Details\";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:32:\"cal_enable_group_milestones_desc\";s:55:\"This option enables milestone planning in the calendar.\";s:27:\"cal_enable_group_milestones\";s:17:\"Enable Milestones\";s:9:\"cal_every\";s:6:\"Every:\";s:9:\"cal_fifth\";s:5:\"Fifth\";s:9:\"cal_first\";s:5:\"First\";s:10:\"cal_fourth\";s:6:\"Fourth\";s:17:\"cal_fullday_title\";s:13:\"All Day Event\";s:11:\"cal_fullday\";s:9:\"Date/Time\";s:19:\"cal_global_settings\";s:15:\"Global Settings\";s:6:\"cal_in\";s:2:\"in\";s:8:\"cal_last\";s:4:\"Last\";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:17:\"cal_no_recurrence\";s:13:\"No Recurrence\";s:10:\"cal_on_the\";s:7:\"On the:\";s:6:\"cal_on\";s:3:\"On:\";s:17:\"cal_rec_err_limit\";s:44:\"Please enter a valid number of appointments.\";s:15:\"cal_recurrences\";s:11:\"Recurrences\";s:15:\"cal_responsible\";s:11:\"Responsible\";s:26:\"cal_save_responsible_users\";s:22:\"Save Responsible Users\";s:21:\"cal_search_info_share\";s:72:\"Please enter the name of the desired user/role for sharing the calendar.\";s:10:\"cal_search\";s:11:\"Search Term\";s:10:\"cal_second\";s:6:\"Second\";s:13:\"cal_server_tz\";s:15:\"Server Timezone\";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:27:\"cal_shared_access_table_col\";s:6:\"Access\";s:28:\"cal_shared_access_read_write\";s:14:\"Read and Write\";s:27:\"cal_shared_access_read_only\";s:9:\"Read-only\";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:9:\"cal_share\";s:5:\"Share\";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:9:\"cal_start\";s:5:\"Start\";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:19:\"cal_sync_cache_info\";s:85:\"If activated, new/modified calendar appointments are calculated only every x minutes.\";s:14:\"cal_sync_cache\";s:14:\"Calendar Cache\";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:48:\"Please choose the nearest city in your timezone.\";s:12:\"cal_type_crs\";s:15:\"Course Calendar\";s:12:\"cal_type_grp\";s:14:\"Group Calendar\";s:13:\"cal_type_info\";s:88:\"Please choose one calendar type. ‘Public Calendars’ are visible for all ILIAS users.\";s:17:\"cal_type_personal\";s:16:\"Private Calendar\";s:13:\"cal_type_sess\";s:16:\"Session Calendar\";s:15:\"cal_type_system\";s:15:\"Public Calendar\";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:17:\"cal_user_settings\";s:17:\"Calendar Settings\";s:17:\"cal_user_timezone\";s:14:\"ILIAS-Timezone\";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:20:\"cal_user_date_format\";s:17:\"Date Input Format\";s:20:\"cal_user_time_format\";s:11:\"Time Format\";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: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:15:\"crs_cal_reg_end\";s:16:\"Registration End\";s:17:\"crs_cal_reg_start\";s:18:\"Registration Start\";s:11:\"date_format\";s:9:\"m/d/Y H:i\";s:4:\"date\";s:4:\"Date\";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:7:\"execute\";s:15:\"Execute choices\";s:7:\"Fr_long\";s:6:\"Friday\";s:8:\"Fr_short\";s:2:\"Fr\";s:4:\"free\";s:4:\"Free\";s:5:\"group\";s:5:\"Group\";s:15:\"grp_cal_reg_end\";s:16:\"Registration End\";s:17:\"grp_cal_reg_start\";s:18:\"Registration Start\";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:7:\"Mo_long\";s:6:\"Monday\";s:8:\"Mo_short\";s:2:\"Mo\";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: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:2:\"to\";s:2:\"to\";s:5:\"today\";s:5:\"Today\";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:4:\"week\";s:4:\"Week\";s:8:\"wk_short\";s:2:\"WK\";s:4:\"year\";s:4:\"Year\";s:28:\"cal_grp_new_notification_sub\";s:29:\"New Appointment in Group \"%s\"\";s:24:\"cal_grp_notification_sub\";s:33:\"Changed Appointment in Group \"%s\"\";s:28:\"cal_crs_new_notification_sub\";s:30:\"New Appointment in Course \"%s\"\";s:24:\"cal_crs_notification_sub\";s:34:\"Changed Appointment in Course \"%s\"\";s:29:\"cal_grp_new_notification_body\";s:49:\"a new appointment has been created in group \"%s\".\";s:29:\"cal_crs_new_notification_body\";s:50:\"a new appointment has been created in course \"%s\".\";s:25:\"cal_grp_notification_body\";s:46:\"an appointment has been changed in group \"%s\".\";s:25:\"cal_crs_notification_body\";s:47:\"an appointment has been changed in course \"%s\".\";s:16:\"cal_notification\";s:17:\"Mail Notification\";s:21:\"cal_notification_info\";s:91:\"If enabled, all course/group participants will be notified per mail about this appointment.\";s:25:\"cal_adm_notification_info\";s:112:\"Choose this option, to send optional mail notifications to course/group participants about changed appointments.\";s:16:\"cal_repeat_until\";s:12:\"Repeat until\";s:26:\"cal_upcoming_events_header\";s:15:\"Upcoming Events\";s:16:\"cal_back_to_list\";s:12:\"Back to List\";s:18:\"cal_back_to_search\";s:14:\"Back to Search\";s:11:\"cal_unshare\";s:14:\"Cancel Sharing\";s:10:\"cal_manage\";s:16:\"Manage Calendars\";s:17:\"cal_delete_single\";s:28:\"Delete only this appointment\";s:22:\"cal_delete_recurrences\";s:22:\"Delete all recurrences\";s:15:\"cal_back_to_cal\";s:16:\"Back to Calendar\";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:11:\"cal_ch_form\";s:25:\"Enable Consultation Hours\";s:22:\"app_consultation_hours\";s:18:\"Consultation Hours\";s:19:\"cal_ch_add_sequence\";s:31:\"Add Consultation Hours Sequence\";s:15:\"cal_ch_duration\";s:28:\"Duration of Each Appointment\";s:23:\"cal_ch_num_appointments\";s:22:\"Number of Appointments\";s:19:\"cal_ch_num_bookings\";s:23:\"Booking per Appointment\";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:28:\"cal_ch_num_appointments_info\";s:49:\"Please define the number of sequent appointments.\";s:18:\"cal_ch_personal_ch\";s:27:\"Personal Consultation Hours\";s:9:\"cal_ch_ch\";s:18:\"Consultation Hours\";s:26:\"cal_consultation_hours_for\";s:22:\"Consultation hours for\";s:20:\"cal_ch_booking_owner\";s:5:\"Owner\";s:23:\"cal_ch_current_bookings\";s:16:\"Current Bookings\";s:11:\"cal_ch_book\";s:16:\"Book Appointment\";s:21:\"cal_ch_cancel_booking\";s:14:\"Cancel Booking\";s:24:\"cal_confirm_booking_info\";s:48:\"Please confirm the booking for this appointment.\";s:19:\"cal_confirm_booking\";s:15:\"Confirm Booking\";s:23:\"cal_cancel_booking_info\";s:48:\"Please confirm the cancellation of this booking.\";s:18:\"cal_cancel_booking\";s:14:\"Cancel Booking\";s:21:\"cal_booking_confirmed\";s:45:\"The appointment has been booked successfully.\";s:28:\"cal_cancel_booking_confirmed\";s:44:\"The booking has been cancelled successfully.\";s:32:\"cal_booking_confirmation_subject\";s:36:\"The appointment \"%s\" has been booked\";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:29:\"cal_booking_confirmation_user\";s:46:\"This is a copy from the original mail to user:\";s:32:\"cal_booking_cancellation_subject\";s:39:\"The appointment \"%s\" has been cancelled\";s:29:\"cal_booking_cancellation_body\";s:44:\"your appointment with %s has been cancelled.\";s:29:\"cal_booking_cancellation_user\";s:46:\"This is a copy from the original mail to user:\";s:14:\"cal_booked_out\";s:9:\"booked up\";s:13:\"cal_book_free\";s:9:\"available\";s:15:\"cal_date_booked\";s:6:\"booked\";s:15:\"cal_ch_bookings\";s:12:\"Participants\";s:26:\"cal_ch_multi_edit_sequence\";s:26:\"Edit multiple appointments\";s:17:\"cal_registrations\";s:25:\"Appointment Registrations\";s:20:\"cal_cg_registrations\";s:42:\"Registration for Course/Group Appointments\";s:24:\"cal_cg_registration_info\";s:73:\"Gives users the possibility to register to course and group appointments.\";s:16:\"cal_reg_register\";s:8:\"Register\";s:18:\"cal_reg_unregister\";s:10:\"Unregister\";s:24:\"cal_reg_registered_users\";s:16:\"Registered Users\";s:22:\"cal_confirm_unreg_info\";s:53:\"Please confirm the cancellation of this registration.\";s:20:\"cal_confirm_reg_info\";s:53:\"Please confirm the registration for this appointment.\";s:14:\"cal_ch_booking\";s:16:\"Resource Booking\";s:20:\"cal_ch_personal_book\";s:17:\"Personal Bookings\";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:19:\"cal_ch_unknown_user\";s:40:\"The given login does not match any user.\";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:18:\"cal_cache_settings\";s:5:\"Cache\";s:22:\"cal_milestone_settings\";s:10:\"Milestones\";s:15:\"cal_cal_deleted\";s:31:\"The calendars have been deleted\";s:18:\"cal_reg_registered\";s:25:\"You have been registered.\";s:20:\"cal_reg_unregistered\";s:27:\"You have been unregistered.\";s:19:\"cal_ical_infoscreen\";s:9:\"Subscribe\";s:16:\"cal_add_calendar\";s:12:\"Add Calendar\";s:23:\"cal_import_appointments\";s:19:\"Import Appointments\";s:14:\"cal_import_tbl\";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:20:\"cal_imported_success\";s:27:\"Imported %1$s appointments.\";s:11:\"cal_type_rl\";s:17:\"Calendar Location\";s:14:\"cal_type_local\";s:14:\"Local Calendar\";s:15:\"cal_type_remote\";s:12:\"Web Calendar\";s:14:\"cal_remote_url\";s:3:\"URL\";s:19:\"cal_cal_synchronize\";s:20:\"Synchronise Calendar\";s:20:\"cal_cal_sync_success\";s:34:\"Successfully synchronised calendar\";s:28:\"cal_setting_global_vis_repos\";s:19:\"Repository Calendar\";s:26:\"cal_setting_global_crs_vis\";s:15:\"Show in Courses\";s:26:\"cal_setting_global_grp_vis\";s:14:\"Show in Groups\";s:31:\"cal_setting_global_crs_vis_info\";s:151:\"If enabled, the calendar is shown in shown in courses by default. In any case the calendar presentation can be enabled/disabled in the course settings.\";s:31:\"cal_setting_global_grp_vis_info\";s:149:\"If enabled, the calendar is shown in shown in groups by default. In any case the calendar presentation can be enabled/disabled in the group settings.\";s:23:\"cal_notification_crsgrp\";s:42:\"Notification for Course/Group Participants\";s:22:\"cal_notification_users\";s:31:\"Notification for Selected Users\";s:30:\"cal_adm_notification_user_info\";s:74:\"Choose this option, to send optional mail notifications to selected users.\";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: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:19:\"cal_cg_notification\";s:25:\"Course/Group Notification\";s:29:\"cal_mail_notification_subject\";s:28:\"Appointment Invitation: \"%s\"\";s:26:\"cal_mail_notification_body\";s:40:\"you have been invited to an appointment.\";s:20:\"cal_webcal_sync_info\";s:61:\"Automatically synchronise external calendars every x minutes.\";s:15:\"cal_webcal_sync\";s:33:\"External Calendar Synchronisation\";s:14:\"cal_ch_app_grp\";s:24:\"Consultation Hour Groups\";s:15:\"cal_ch_app_list\";s:30:\"Consultation Hour Appointments\";s:17:\"cal_ch_grp_header\";s:23:\"Consultation Hour Group\";s:14:\"cal_ch_add_grp\";s:34:\"Create new Consultation Hour Group\";s:11:\"cal_ch_grps\";s:24:\"Consultation Hour Groups\";s:20:\"cal_ch_assigned_apps\";s:22:\"Number of Appointments\";s:16:\"cal_ch_max_books\";s:17:\"Bookings per User\";s:18:\"cal_ch_grp_add_tbl\";s:34:\"Create new Consultation Hour Group\";s:21:\"cal_ch_grp_update_tbl\";s:28:\"Edit 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:20:\"cal_ch_grp_selection\";s:38:\"Assignment to Consultation Hour Groups\";s:24:\"cal_ch_grp_no_assignment\";s:18:\"-- Not Assigned --\";s:22:\"cal_ch_grp_delete_sure\";s:68:\"Do you really want to delete the following consultation hour groups?\";s:21:\"cal_ch_delete_booking\";s:14:\"Delete Booking\";s:21:\"cal_ch_reject_booking\";s:14:\"Cancel Booking\";s:19:\"cal_ch_bookings_tbl\";s:19:\"Booked Appointments\";s:19:\"cal_ch_app_bookings\";s:8:\"Bookings\";s:23:\"cal_ch_deleted_bookings\";s:40:\"The selected bookings have been deleted.\";s:24:\"cal_ch_canceled_bookings\";s:41:\"The selected bookings have been canceled.\";s:26:\"cal_ch_delete_booking_sure\";s:52:\"Do you really want to delete the following bookings?\";s:26:\"cal_ch_cancel_booking_sure\";s:52:\"Do you really want to cancel the following bookings?\";s:26:\"cal_ch_assign_participants\";s:12:\"Assign Users\";s:26:\"cal_ch_booking_message_tbl\";s:7:\"Comment\";s:15:\"cal_ch_field_ch\";s:30:\"Consultation Hour Appointments\";s:18:\"cal_ch_export_apps\";s:19:\"Booked Appointments\";s:31:\"cal_ch_booking_reminder_subject\";s:17:\"Reminder for \"%s\"\";s:28:\"cal_ch_booking_reminder_body\";s:39:\"your appointment with \"%s\" starts soon.\";s:20:\"cal_ch_cron_reminder\";s:31:\"Send Consultation Hour Reminder\";s:25:\"cal_ch_cron_reminder_info\";s:84:\"If enabled, notification mails about upcoming consultation hour events will be send.\";s:25:\"cal_ch_cron_reminder_days\";s:14:\"Number of Days\";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_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: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: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:23:\"cal_booking_failed_info\";s:66:\"This appointment is booked out. Please choose another appointment.\";s:16:\"remote_pass_info\";s:78:\"Please enter your account data if the access to the web calendar is protected.\";s:15:\"cal_edit_single\";s:21:\"Edit this Appointment\";s:20:\"cal_edit_recurrences\";s:21:\"Edit all Appointments\";s:12:\"cal_ical_url\";s:8:\"iCal-URL\";s:16:\"cal_exc_deadline\";s:8:\"Deadline\";s:28:\"cal_exc_peer_review_deadline\";s:17:\"Feedback Deadline\";s:12:\"cal_type_exc\";s:17:\"Exercise Calendar\";s:22:\"cal_download_all_files\";s:18:\"Download all Files\";s:9:\"cal_owner\";s:5:\"Owner\";s:16:\"cal_contained_in\";s:12:\"Contained in\";s:12:\"cal_app_info\";s:23:\"Appointment Information\";s:12:\"cal_crs_info\";s:18:\"Course Information\";s:12:\"cal_grp_info\";s:17:\"Group Information\";s:12:\"cal_exc_info\";s:22:\"Assignment Information\";s:13:\"cal_sess_info\";s:19:\"Session Information\";s:10:\"cal_agenda\";s:6:\"Agenda\";s:10:\"cal_origin\";s:6:\"Origin\";s:8:\"cal_list\";s:4:\"List\";s:21:\"cal_grp_curr_crs_cons\";s:18:\"Consultation Hours\";s:16:\"cal_grp_curr_crs\";s:14:\"Current Course\";s:16:\"cal_grp_personal\";s:8:\"Personal\";s:14:\"cal_grp_others\";s:6:\"Others\";s:18:\"cal_exc_inst_files\";s:17:\"Instruction Files\";s:12:\"cal_exc_open\";s:15:\"Open Assignment\";s:14:\"cal_show_weeks\";s:10:\"Show Weeks\";s:18:\"cal_def_show_weeks\";s:10:\"Show Weeks\";s:19:\"cal_show_weeks_info\";s:46:\"Activates weeks column in calendar side block.\";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:12:\"cal_repo_obj\";s:18:\"Repository Objects\";s:16:\"cal_grp_curr_grp\";s:13:\"Current Group\";s:16:\"cal_subscription\";s:12:\"Subscription\";s:19:\"cal_cal_shared_with\";s:29:\"Users calendar is shared with\";s:31:\"cal_consultation_hours_for_user\";s:25:\"Consultation Hours for %1\";s:17:\"cal_open_calendar\";s:13:\"Open Calendar\";s:14:\"cal_delete_cal\";s:15:\"Delete Calendar\";s:24:\"cal_batch_file_downloads\";s:32:\"Batch File Downloads in Calendar\";s:29:\"cal_batch_file_downloads_info\";s:87:\"Activate button to download all files related to the current calendar/appointment view.\";s:18:\"cal_download_files\";s:14:\"Download Files\";s:21:\"cal_calendar_download\";s:14:\"Calendar Files\";s:17:\"cal_down_no_files\";s:60:\"Nothing to download, the events listed do not contain files.\";s:18:\"cal_no_events_info\";s:45:\"No events found for the selected time period.\";s:13:\"crs_cal_start\";s:13:\"Course starts\";s:11:\"crs_cal_end\";s:11:\"Course ends\";s:13:\"grp_cal_start\";s:12:\"Group starts\";s:11:\"grp_cal_end\";s:10:\"Group ends\";s:26:\"cal_download_files_started\";s:123:\"ILIAS is generating a ZIP archive of all available files. You can download them by clicking on the bag icon in the top bar.\";s:37:\"cal_calendar_subscription_modal_title\";s:21:\"Calendar Subscription\";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:4:\"iCal\";s:20:\"cal_crs_timing_start\";s:15:\"Suggested Start\";s:18:\"cal_crs_timing_end\";s:13:\"Suggested End\";s:12:\"cal_usr_info\";s:23:\"Appointment Information\";}'); +INSERT INTO `lng_modules` VALUES ('dcl','en','a:269:{s:10:\"dcl_record\";s:5:\"Entry\";s:9:\"dcl_hello\";s:4:\"Dear\";s:7:\"dcl_new\";s:26:\"Create New Data Collection\";s:7:\"dcl_add\";s:22:\"Create Data Collection\";s:8:\"dcl_copy\";s:20:\"Copy Data Collection\";s:8:\"dcl_edit\";s:20:\"Edit Data Collection\";s:10:\"dcl_import\";s:22:\"Import Data Collection\";s:13:\"dcl_in_export\";s:9:\"In Export\";s:10:\"dcl_tables\";s:6:\"Tables\";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: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:31:\"dcl_err_formula_field_not_found\";s:31:\"Field with title \'%s\' not found\";s:25:\"dcl_activate_notification\";s:19:\"Enable Notification\";s:12:\"dcl_table_id\";s:8:\"Table ID\";s:18:\"dcl_add_new_record\";s:13:\"Add New Entry\";s:15:\"dcl_list_fields\";s:6:\"Fields\";s:30:\"dcl_list_visibility_and_filter\";s:21:\"Visibility and filter\";s:17:\"dcl_add_new_field\";s:13:\"Add New Field\";s:17:\"dcl_add_new_table\";s:13:\"Add New Table\";s:16:\"dcl_add_new_view\";s:12:\"Add New View\";s:18:\"dcl_field_datatype\";s:15:\"Field Data Type\";s:12:\"dcl_required\";s:14:\"Required Field\";s:21:\"dcl_table_list_fields\";s:24:\"Fields Of Selected Table\";s:21:\"dcl_table_list_tables\";s:16:\"Available Tables\";s:23:\"dcl_view_viewdefinition\";s:13:\"Detailed View\";s:13:\"dcl_new_table\";s:9:\"New Table\";s:16:\"dcl_table_create\";s:12:\"Create Table\";s:14:\"dcl_table_edit\";s:12:\"Update Table\";s:13:\"dcl_new_field\";s:9:\"New Field\";s:12:\"dcl_datatype\";s:8:\"Datatype\";s:10:\"dcl_number\";s:7:\"Integer\";s:8:\"dcl_text\";s:10:\"Text Entry\";s:18:\"dcl_text_selection\";s:14:\"Text Selection\";s:13:\"dcl_reference\";s:9:\"Reference\";s:11:\"dcl_boolean\";s:7:\"Boolean\";s:12:\"dcl_datetime\";s:10:\"Date Entry\";s:18:\"dcl_date_selection\";s:14:\"Date Selection\";s:14:\"dcl_fileupload\";s:10:\"Fileupload\";s:21:\"dcl_field_description\";s:11:\"Description\";s:18:\"dcl_field_required\";s:8:\"Required\";s:10:\"dcl_length\";s:6:\"Length\";s:15:\"dcl_length_info\";s:67:\"(for more than 200 characters, use the additional option Text Area)\";s:9:\"dcl_regex\";s:18:\"Regular Expression\";s:14:\"dcl_regex_info\";s:19:\"(without delimiter)\";s:10:\"dcl_filter\";s:19:\"Available in filter\";s:19:\"dcl_max_text_length\";s:14:\"Maximum Length\";s:14:\"dcl_max_digits\";s:24:\"Maximum Number of Digits\";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:\"dcl_wrong_input_type\";s:68:\"The value you entered does not match the specification (Wrong Type).\";s:10:\"dcl_unique\";s:6:\"Unique\";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:11:\"dcl_checked\";s:8:\"Checked.\";s:15:\"dcl_not_checked\";s:12:\"Not checked.\";s:7:\"dcl_any\";s:3:\"Any\";s:20:\"dcl_noturl_exception\";s:79:\"You have to enter a Link (beginning with http:// or www.) or an e-mail address.\";s:31:\"dcl_no_search_results_found_for\";s:30:\"No modules have been found for\";s:18:\"dcl_export_enabled\";s:35:\"Allow export function for all users\";s:17:\"dcl_no_fields_yet\";s:82:\"There are no fields defined for this table thus you cannot create any entries yet.\";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:15:\"dcl_all_entries\";s:11:\"All entries\";s:15:\"dcl_own_entries\";s:16:\"Only own entries\";s:10:\"dcl_select\";s:23:\"Select for Presentation\";s:14:\"dcl_tableviews\";s:5:\"Views\";s:20:\"dcl_tableviews_table\";s:23:\"Views of Selected Table\";s:13:\"dcl_tableview\";s:4:\"View\";s:17:\"dcl_detailed_view\";s:13:\"Detailed View\";s:17:\"dcl_tableview_add\";s:12:\"Add New View\";s:16:\"dcl_delete_views\";s:12:\"Delete Views\";s:17:\"dcl_delete_tables\";s:13:\"Delete Tables\";s:25:\"dcl_msg_tableview_updated\";s:12:\"View updated\";s:25:\"dcl_msg_tableview_created\";s:13:\"Views created\";s:25:\"dcl_msg_tableview_deleted\";s:12:\"View deleted\";s:26:\"dcl_msg_tableviews_deleted\";s:13:\"Views deleted\";s:29:\"dcl_msg_tableviews_delete_all\";s:46:\"Could not delete: At least one View must exist\";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_tables_confirm_delete\";s:50:\"Do you really want to delete the following Tables?\";s:32:\"dcl_msg_tableviews_order_updated\";s:22:\"Order of views updated\";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_tableviews_confirm_delete\";s:49:\"Do you really want to delete the following Views?\";s:28:\"dcl_tableview_confirm_delete\";s:48:\"Do you really want to delete the following View?\";s:27:\"dcl_tableview_fieldsettings\";s:22:\"Fieldspecific Settings\";s:14:\"dcl_std_filter\";s:14:\"Standardfilter\";s:17:\"dcl_field_visible\";s:7:\"Visible\";s:21:\"dcl_filter_changeable\";s:17:\"Filter changeable\";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:9:\"dcl_order\";s:5:\"Order\";s:14:\"dcl_fieldtitle\";s:11:\"Field Title\";s:15:\"dcl_description\";s:17:\"Field Description\";s:21:\"dcl_msg_table_created\";s:13:\"Table created\";s:8:\"dcl_save\";s:10:\"Save Table\";s:14:\"dcl_save_order\";s:10:\"Save Order\";s:18:\"dcl_record_deleted\";s:13:\"Entry deleted\";s:25:\"dcl_confirm_delete_record\";s:18:\"Delete this Entry?\";s:15:\"dcl_edit_record\";s:10:\"Edit Entry\";s:17:\"dcl_update_record\";s:12:\"Update Entry\";s:14:\"dcl_edit_field\";s:10:\"Edit Field\";s:16:\"dcl_update_field\";s:12:\"Update Field\";s:16:\"dcl_create_field\";s:12:\"Create Field\";s:22:\"dcl_msg_field_modified\";s:13:\"Field updated\";s:31:\"dcl_change_notification_subject\";s:37:\"Data Collection \"%s\" has been changed\";s:28:\"dcl_change_notification_link\";s:27:\"Link to the Data Collection\";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:41:\"dcl_change_notification_dcl_delete_record\";s:42:\"The following data record has been deleted\";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:9:\"dcl_table\";s:5:\"Table\";s:14:\"dcl_changed_by\";s:10:\"Changed by\";s:29:\"dcl_notification_activate_dcl\";s:41:\"Activate Notification for Data Collection\";s:31:\"dcl_notification_deactivate_dcl\";s:43:\"Deactivate Notification for Data Collection\";s:26:\"dcl_notification_activated\";s:22:\"Notification Activated\";s:28:\"dcl_notification_deactivated\";s:24:\"Notification Deactivated\";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:12:\"dcl_add_perm\";s:20:\"User can add entries\";s:13:\"dcl_edit_perm\";s:21:\"User can edit entries\";s:15:\"dcl_delete_perm\";s:23:\"User can delete entries\";s:11:\"dcl_limited\";s:34:\"Limited Add / Edit / Delete Period\";s:15:\"dcl_limit_start\";s:5:\"Start\";s:13:\"dcl_limit_end\";s:3:\"End\";s:7:\"dcl_url\";s:13:\"URL or E-Mail\";s:14:\"dcl_edit_table\";s:19:\"Edit Table Settings\";s:20:\"dcl_msg_table_edited\";s:20:\"Table Settings saved\";s:23:\"dcl_legend_placeholders\";s:12:\"Placeholders\";s:10:\"dcl_rating\";s:6:\"Rating\";s:25:\"dcl_editable_in_table_gui\";s:30:\"Please vote in the table view.\";s:24:\"dcl_table_settings_saved\";s:31:\"Table Settings have been saved.\";s:19:\"dcl_ilias_reference\";s:23:\"Link to an ILIAS module\";s:21:\"dcl_learning_progress\";s:61:\"Show the learning progress of the linked module of the viewer\";s:10:\"dcl_status\";s:11:\"Your Status\";s:7:\"dcl_mob\";s:12:\"Media Object\";s:9:\"dcl_width\";s:5:\"Width\";s:10:\"dcl_height\";s:6:\"Height\";s:22:\"dcl_notimage_exception\";s:29:\"The file has to be a picture.\";s:11:\"dcl_formula\";s:7:\"Formula\";s:19:\"dcl_prop_expression\";s:10:\"Expression\";s:24:\"dcl_prop_expression_info\";s:358:\"Supported operators: %s
Supported functions: %s
Use brackets ‘(’, ‘)’ to group calculations.
Concatenate strings and placeholders with &: ‘The result is ’ & [[Int 1]] * [[Int2]]
Using functions: SUM([[Int 1]];[[Int 2]])

Available fields (click on title to copy field inside expression):
%s\";s:28:\"dcl_error_parsing_expression\";s:24:\"Error parsing expression\";s:23:\"dcl_display_action_menu\";s:56:\"Enable possibility to copy or link the referenced module\";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:24:\"dcl_ilias_reference_link\";s:26:\"Show as link in table view\";s:13:\"dcl_text_area\";s:8:\"Textarea\";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:24:\"dcl_confirm_delete_table\";s:72:\"Do you really want to delete this table with it\'s content and structure?\";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:22:\"dcl_no_content_warning\";s:71:\"Attention, the Data Collection is online but does not have content yet!\";s:11:\"dcl_visible\";s:21:\"Visible for all users\";s:23:\"dcl_empty_detailed_view\";s:25:\"Delete this detailed view\";s:17:\"dcl_activate_view\";s:18:\"Activate this view\";s:19:\"dcl_deactivate_view\";s:20:\"Deactivate this view\";s:24:\"dcl_confirm_delete_field\";s:40:\"Do you really want to delete this field?\";s:20:\"dcl_table_info_title\";s:4:\"Info\";s:38:\"dcl_confirm_delete_detailed_view_title\";s:48:\"Do you really want to delete this detailed view?\";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:31:\"dcl_empty_detailed_view_success\";s:59:\"The detailed view definition has been deleted successfully.\";s:20:\"dcl_permissions_form\";s:12:\"User actions\";s:15:\"dcl_no_warnings\";s:39:\"The import terminated with no warnings.\";s:27:\"dcl_not_supported_in_import\";s:49:\"This type of field is not supported in the import\";s:21:\"dcl_no_such_reference\";s:60:\"The following value is not available in the reference table:\";s:21:\"dcl_file_not_readable\";s:68:\"The file could not be read. Please make sure to upload an XLSX file.\";s:21:\"dcl_import_terminated\";s:36:\"The import terminated. Entries added\";s:14:\"dcl_max_import\";s:50:\"The maximum amount of imported entries is reached.\";s:17:\"dcl_row_not_found\";s:45:\" - This field couldn\'t be found in the table.\";s:28:\"dcl_std_field_not_importable\";s:38:\" - Standard fields are not importable.\";s:23:\"dcl_import_records .xls\";s:12:\"Excel-Import\";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: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:22:\"dcl_multiple_selection\";s:18:\"Multiple Selection\";s:22:\"dcl_field_title_unique\";s:67:\"There exists already a field with this title. Title must be unique.\";s:22:\"dcl_table_title_unique\";s:67:\"There exists already a table with this title. Title must be unique.\";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:17:\"dcl_please_select\";s:21:\"--- Please select ---\";s:7:\"dcl_asc\";s:21:\"Ascending Order (ASC)\";s:8:\"dcl_desc\";s:23:\"Descending Order (DESC)\";s:12:\"dcl_comments\";s:8:\"Comments\";s:17:\"dcl_comments_desc\";s:44:\"Displays the number of comments for a Entry.\";s:25:\"dcl_confirm_delete_fields\";s:42:\"Do you really want to delete these fields?\";s:22:\"dcl_msg_fields_deleted\";s:14:\"Deleted fields\";s:6:\"dcl_id\";s:2:\"ID\";s:18:\"dcl_id_description\";s:16:\"The internal ID.\";s:17:\"dcl_creation_date\";s:13:\"Creation Date\";s:15:\"dcl_create_date\";s:13:\"Creation Date\";s:29:\"dcl_creation_date_description\";s:40:\"The date on which the entry was created.\";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:9:\"dcl_owner\";s:5:\"Owner\";s:14:\"dcl_owner_name\";s:12:\"Owner (Name)\";s:21:\"dcl_owner_description\";s:23:\"The owner of the entry.\";s:18:\"dcl_last_edited_by\";s:14:\"Last edited by\";s:16:\"dcl_last_edit_by\";s:14:\"Last edited by\";s:30:\"dcl_last_edited_by_description\";s:37:\"The user that edited this entry last.\";s:19:\"dcl_public_comments\";s:34:\"Enable public comments for Entries\";s:22:\"dcl_default_sort_field\";s:18:\"Default sort field\";s:28:\"dcl_default_sort_field_order\";s:24:\"Default sort field order\";s:15:\"dcl_prev_record\";s:14:\"Previous Entry\";s:15:\"dcl_next_record\";s:10:\"Next Entry\";s:21:\"dcl_record_from_total\";s:8:\"%d of %d\";s:25:\"dcl_view_own_records_perm\";s:21:\"View only own entries\";s:20:\"dcl_msg_no_perm_view\";s:38:\"No permission given to view this Entry\";s:20:\"dcl_msg_no_perm_edit\";s:38:\"No permission given to edit this Entry\";s:17:\"dcl_delete_fields\";s:13:\"Delete fields\";s:20:\"dcl_link_detail_page\";s:27:\"Link entries to detail page\";s:10:\"dcl_manage\";s:6:\"Manage\";s:22:\"dcl_display_record_alt\";s:18:\"Display this entry\";s:18:\"dcl_delete_records\";s:14:\"Delete Entries\";s:26:\"dcl_confirm_delete_records\";s:54:\"Are you sure you want to delete the following Entries?\";s:19:\"dcl_deleted_records\";s:31:\"Successfully deleted %s Entries\";s:26:\"dcl_skipped_delete_records\";s:54:\"%s Entries were not deleted due to permission settings\";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: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: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:15:\"dcl_save_record\";s:10:\"Save Entry\";s:20:\"dlc_xls_async_export\";s:24:\"Asynchronous XLSX-Export\";s:18:\"dcl_export_started\";s:27:\"Asynchronous Export started\";s:19:\"dcl_export_finished\";s:15:\"Export finished\";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:28:\"dcl_no_export_data_available\";s:39:\"No data or fields available for export.\";s:31:\"dcl_no_export_content_available\";s:29:\"No data 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 table settings.\";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: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:22:\"fieldtitle_allow_chars\";s:21:\"Not allowed chars: %s\";s:9:\"add_value\";s:13:\"Add New Entry\";s:15:\"dcl_online_info\";s:81:\"Only if the Data Collection is online, users are able to use the Data Collection.\";s:21:\"dcl_notification_info\";s:36:\"Each user decides about notification\";s:16:\"dcl_boolean_desc\";s:30:\"Checkbox for \"True\" or \"False\"\";s:13:\"dcl_text_desc\";s:46:\"Textfield for text, links or e-mail addresses.\";s:23:\"dcl_text_selection_desc\";s:32:\"Offer selection of text options.\";s:15:\"dcl_number_desc\";s:67:\"Field for integer values (max. 9 digits). No decimals or fractions.\";s:17:\"dcl_datetime_desc\";s:17:\"Field for a date.\";s:23:\"dcl_date_selection_desc\";s:32:\"Offer selection of date options.\";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:19:\"dcl_fileupload_desc\";s:68:\"Field to upload arbitrary files. They can be downloaded with a link.\";s:18:\"dcl_reference_desc\";s:66:\"Field to reference options stored in a different field of a table.\";s:19:\"dcl_reference_title\";s:28:\"Reference to table and field\";s:24:\"dcl_ilias_reference_desc\";s:38:\"Searchfield to select an ILIAS object.\";s:15:\"dcl_rating_desc\";s:45:\"Users can rate entries with up to five stars.\";s:16:\"dcl_formula_desc\";s:61:\"You can aggregate several entries in a record with a formula.\";s:24:\"dcl_additional_info_desc\";s:52:\"The text will be displayed directly above the table.\";s:24:\"dcl_public_comments_desc\";s:42:\"Users can comment on entries of the table.\";s:27:\"dcl_default_sort_field_desc\";s:50:\"The table will be sorted by this field by default.\";s:16:\"dcl_visible_desc\";s:28:\"Users can access this table.\";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: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:17:\"dcl_add_perm_desc\";s:36:\"Users can add entries in this table.\";s:16:\"dcl_limited_desc\";s:51:\"Users can only edit entries in the given time span.\";s:15:\"dcl_unique_desc\";s:61:\"The value in this field needs to be unique among all entires.\";s:23:\"dcl_formula_detail_desc\";s:72:\"Entries are generated automatically, you are not able to edit the entry.\";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:21:\"dcl_selection_options\";s:7:\"Options\";s:18:\"dcl_selection_type\";s:4:\"Type\";s:25:\"dcl_selection_type_single\";s:16:\"Single Selection\";s:24:\"dcl_selection_type_multi\";s:18:\"Multiple Selection\";s:27:\"dcl_selection_type_combobox\";s:19:\"Combobox (Dropdown)\";s:22:\"dcl_title_standardview\";s:14:\"Standard Views\";s:18:\"dcl_page_type_dclf\";s:12:\"Details View\";}'); +INSERT INTO `lng_modules` VALUES ('delic','en','a:5:{s:20:\"delic_add_info_links\";s:35:\"Add Delicious Links on Info Screens\";s:22:\"delic_add_to_delicious\";s:16:\"Add to Delicious\";s:20:\"delic_extt_delicious\";s:9:\"Delicious\";s:14:\"delic_settings\";s:18:\"Delicious Settings\";s:18:\"delic_user_profile\";s:48:\"Enable Delicious Account Setting in User Profile\";}'); +INSERT INTO `lng_modules` VALUES ('didactic','en','a:40:{s:14:\"didactic_scope\";s:5:\"Scope\";s:26:\"didactic_scope_list_header\";s:11:\"Limited to:\";s:15:\"grp_closed_info\";s:37:\"Group is not visible for non-members.\";s:10:\"grp_closed\";s:12:\"Closed Group\";s:16:\"sess_closed_info\";s:44:\"Session is not visible for non-participants.\";s:11:\"sess_closed\";s:14:\"Closed Session\";s:16:\"didactic_adm_tab\";s:18:\"Didactic Templates\";s:19:\"didactic_import_btn\";s:24:\"Import Didactic Template\";s:23:\"didactic_applicable_for\";s:14:\"Applicable for\";s:28:\"didactic_available_templates\";s:28:\"Available Didactic Templates\";s:25:\"didactic_copy_suc_message\";s:24:\"Copied didactic template\";s:27:\"didactic_confirm_delete_msg\";s:62:\"Do you really want to delete the following didactic templates?\";s:19:\"didactic_delete_msg\";s:27:\"Deleted didactic templates.\";s:22:\"didactic_activated_msg\";s:28:\"Activated didactic templates\";s:24:\"didactic_deactivated_msg\";s:30:\"Deactivated didactic templates\";s:18:\"didactic_do_export\";s:6:\"Export\";s:27:\"didactic_import_table_title\";s:29:\"Import of a didactic template\";s:25:\"didactic_back_to_overview\";s:16:\"Back to Overview\";s:23:\"didactic_import_success\";s:39:\"Successfully imported didactic template\";s:22:\"didactic_import_failed\";s:52:\"Importing the didactic template failed with message:\";s:17:\"didactic_edit_tpl\";s:22:\"Edit Didactic Template\";s:26:\"didactic_default_type_info\";s:43:\"Default set of permissions will be applied.\";s:21:\"didactic_install_info\";s:19:\"General Information\";s:20:\"didactic_not_changed\";s:43:\"The didactic template setting is unchanged.\";s:28:\"didactic_selected_tpl_option\";s:26:\"Applied didactic template:\";s:25:\"didactic_template_applied\";s:26:\"Applied didactic template.\";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:21:\"didactic_default_type\";s:7:\"Default\";s:32:\"activate_local_didactic_template\";s:20:\"Scope of Application\";s:14:\"effective_form\";s:23:\"Template Effective From\";s:17:\"more_translations\";s:17:\"More Translations\";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: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:23:\"didactic_auto_generated\";s:19:\"Automatic Generated\";s:27:\"activate_exclusive_template\";s:16:\"Grey Out Default\";s:37:\"activate_local_didactic_template_info\";s:69:\"Usage of this didactical template will be limited to these sub-areas.\";s:32:\"activate_exclusive_template_info\";s:74:\"The standard template won\'t be available wherever this template is active.\";s:18:\"dtpl_obj_type_info\";s:58:\"This didactic template can be applied on this object type.\";}'); +INSERT INTO `lng_modules` VALUES ('ecs','en','a:241:{s:11:\"cert_serial\";s:25:\"Certificate Serial Number\";s:7:\"ecs_abr\";s:12:\"Abbreviation\";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:20:\"ecs_account_duration\";s:27:\"Activation Period Extension\";s:17:\"ecs_active_header\";s:21:\"Import/Export Allowed\";s:10:\"ecs_active\";s:24:\"Enable ECS Functionality\";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:16:\"ecs_approval_rcp\";s:35:\"Notification About Approved Courses\";s:18:\"ecs_attribute_name\";s:14:\"Attribute Name\";s:11:\"ecs_ca_cert\";s:14:\"CA Certificate\";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:24:\"ecs_cat_mapping_duration\";s:10:\"Date Range\";s:26:\"ecs_cat_mapping_fixed_info\";s:80:\"Choose this mode for assigning Course Links to categories based on fixed values.\";s:21:\"ecs_cat_mapping_fixed\";s:12:\"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:12:\"ecs_cert_key\";s:15:\"Certificate Key\";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:15:\"ecs_communities\";s:12:\"Participants\";s:23:\"ecs_connection_settings\";s:19:\"Connection Settings\";s:7:\"ecs_dns\";s:10:\"Domainname\";s:12:\"ecs_duration\";s:8:\"Duration\";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:12:\"ecs_econ_rcp\";s:32:\"Notification About New E-Content\";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: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: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:23:\"ecs_export_obj_settings\";s:23:\"Course Release Settings\";s:10:\"ecs_export\";s:15:\"Course Releases\";s:15:\"ecs_field_begin\";s:5:\"Begin\";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:20:\"ecs_global_role_info\";s:68:\"The chosen role will be assigned to newly created ECS user accounts.\";s:16:\"ecs_ignore_field\";s:35:\"Disable export/update of this field\";s:18:\"ecs_import_id_info\";s:75:\"Please enter the ID of the category, where new Course Links will be created\";s:13:\"ecs_import_id\";s:9:\"Import ID\";s:10:\"ecs_import\";s:16:\"Imported Objects\";s:20:\"ecs_imported_content\";s:18:\"Imported E-Content\";s:17:\"ecs_imported_from\";s:13:\"Imported From\";s:16:\"ecs_key_password\";s:12:\"Key Password\";s:18:\"ecs_local_settings\";s:14:\"Local Settings\";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: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:12:\"ecs_no_owner\";s:33:\"Please select one community name.\";s:12:\"ecs_no_value\";s:13:\"Not available\";s:17:\"ecs_not_published\";s:22:\"No approvals selected.\";s:17:\"ecs_notifications\";s:13:\"Notifications\";s:22:\"ecs_participants_infos\";s:19:\"Further Information\";s:16:\"ecs_participants\";s:12:\"Participants\";s:16:\"ecs_polling_info\";s:70:\"Please define the polling time for creation and update of Course Links\";s:11:\"ecs_polling\";s:12:\"Polling Time\";s:8:\"ecs_port\";s:4:\"Port\";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:20:\"ecs_released_content\";s:18:\"Released E-Content\";s:12:\"ecs_released\";s:16:\"Released Objects\";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:19:\"ecs_server_settings\";s:17:\"ECS Functionality\";s:14:\"ecs_server_url\";s:10:\"Server URL\";s:12:\"ecs_settings\";s:8:\"Settings\";s:20:\"ecs_tbl_active_rules\";s:36:\"Active Rules for Category Assignment\";s:13:\"ecs_unique_id\";s:14:\"Participant-ID\";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:12:\"ecs_user_rcp\";s:28:\"Notification About ECS Users\";s:15:\"ecs_add_new_ecs\";s:11:\"Add New ECS\";s:17:\"ecs_available_ecs\";s:13:\"Available ECS\";s:14:\"ecs_tbl_active\";s:6:\"Active\";s:15:\"ecs_server_addr\";s:14:\"Server Address\";s:12:\"ecs_activate\";s:8:\"Activate\";s:14:\"ecs_deactivate\";s:10:\"Deactivate\";s:18:\"ecs_not_configured\";s:14:\"Not configured\";s:14:\"ecs_tbl_import\";s:6:\"Import\";s:14:\"ecs_tbl_export\";s:6:\"Export\";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_back_settings\";s:12:\"ECS Settings\";s:17:\"ecs_crs_alloc_set\";s:22:\"Edit Course Allocation\";s:17:\"ecs_dir_alloc_set\";s:25:\"Edit Directory Allocation\";s:13:\"ecs_crs_alloc\";s:17:\"Course Allocation\";s:13:\"ecs_dir_alloc\";s:20:\"Directory Allocation\";s:20:\"ecs_cert_valid_until\";s:23:\"Certificate valid until\";s:13:\"ecs_auth_type\";s:19:\"Authentication Type\";s:18:\"ecs_auth_type_cert\";s:16:\"Certificate-Base\";s:20:\"ecs_auth_type_apache\";s:17:\"Username/Password\";s:15:\"ecs_apache_user\";s:8:\"Username\";s:15:\"ecs_apache_pass\";s:8:\"Password\";s:19:\"ecs_field_community\";s:9:\"Community\";s:14:\"ecs_tab_import\";s:6:\"Import\";s:14:\"ecs_tab_export\";s:6:\"Export\";s:15:\"ecs_mapping_crs\";s:19:\"Mapping for Courses\";s:16:\"ecs_mapping_rcrs\";s:23:\"Mapping for ECS Courses\";s:19:\"ecs_mapping_exp_tbl\";s:41:\"Mapping ILIAS Custom Metadata to ECS-Data\";s:14:\"ecs_import_cms\";s:17:\"Campus Management\";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:24:\"ecs_campus_connect_title\";s:22:\"CampusConnect Mappings\";s:27:\"ecs_invalid_import_type_cms\";s:64:\"The import type ‘Campus Management’ can be chosen only once.\";s:23:\"ecs_cc_mapping_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: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:23:\"ecs_confirm_delete_tree\";s:77:\"Do you really want to delete all assignments for this campus management tree?\";s:20:\"ecs_cms_tree_deleted\";s:57:\"The campus management tree assignments have been deleted.\";s:10:\"ecs_cms_id\";s:35:\"Root-ID in Campus Management System\";s:17:\"ecs_title_updates\";s:22:\"Transfer Title Updates\";s:16:\"ecs_tree_updates\";s:21:\"Transfer Tree Updates\";s:20:\"ecs_position_updates\";s:25:\"Transfer Position Updates\";s:16:\"ecs_general_info\";s:19:\"General Information\";s:21:\"ecs_local_information\";s:19:\"Further Information\";s:18:\"ecs_delete_setting\";s:50:\"Are you sure you want to delete the following ECS?\";s:19:\"ecs_setting_deleted\";s:11:\"ECS deleted\";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:23:\"ecs_err_invalid_by_type\";s:44:\"Please select a type when assigning by type.\";s:18:\"ecs_server_deleted\";s:14:\"Deleted Server\";s:14:\"ecs_crs_export\";s:15:\"Course Releases\";s:27:\"ecs_crs_export_obj_settings\";s:23:\"Course Release Settings\";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:14:\"ecs_cat_export\";s:17:\"Category Releases\";s:27:\"ecs_cat_export_obj_settings\";s:25:\"Category Release Settings\";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:15:\"ecs_wiki_export\";s:13:\"Wiki Releases\";s:28:\"ecs_wiki_export_obj_settings\";s:21:\"Wiki Release Settings\";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:16:\"ecs_availability\";s:12:\"Availability\";s:13:\"ecs_lm_export\";s:24:\"Learning Module Releases\";s:26:\"ecs_lm_export_obj_settings\";s:32:\"Learning Module Release Settings\";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:14:\"ecs_glo_export\";s:17:\"Glossary Releases\";s:27:\"ecs_glo_export_obj_settings\";s:25:\"Glossary Release Settings\";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:15:\"ecs_file_export\";s:13:\"File Releases\";s:28:\"ecs_file_export_obj_settings\";s:21:\"File Release Settings\";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:14:\"ecs_grp_export\";s:14:\"Group Releases\";s:27:\"ecs_grp_export_obj_settings\";s:22:\"Group Release Settings\";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:14:\"ecs_tst_export\";s:13:\"Test Releases\";s:27:\"ecs_tst_export_obj_settings\";s:21:\"Test Release Settings\";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:24:\"ecs_cms_tree_synchronize\";s:16:\"Synchronize Tree\";s:25:\"ecs_cms_tree_synchronized\";s:31:\"The tree has been synchronized.\";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:17:\"ecs_status_mapped\";s:6:\"Mapped\";s:18:\"ecs_status_deleted\";s:7:\"Deleted\";s:17:\"ecs_status_legend\";s:6:\"Legend\";s:15:\"ecs_cmap_enable\";s:17:\"Course Allocation\";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:19:\"ecs_cmap_all_in_one\";s:22:\"Course in one Category\";s:24:\"ecs_cmap_all_in_one_info\";s:39:\"Create all new courses in one category.\";s:23:\"ecs_cmap_all_in_one_cat\";s:15:\"Course Category\";s:22:\"ecs_cmap_multiple_atts\";s:19:\"Multiple Attributes\";s:25:\"ecs_cmap_att_organisation\";s:12:\"Organisation\";s:20:\"ecs_cmap_att_orgunit\";s:19:\"Organisational Unit\";s:20:\"ecs_member_auth_type\";s:34:\"Authentication Mode (Participants)\";s:17:\"ecs_cmap_att_term\";s:4:\"Term\";s:18:\"ecs_cmap_att_title\";s:5:\"Title\";s:21:\"ecs_cmap_att_lecturer\";s:8:\"Lecturer\";s:19:\"ecs_cmap_atts_table\";s:31:\"Attribute Mapping Configuration\";s:19:\"ecs_cmap_attributes\";s:18:\"Mapping Attributes\";s:17:\"ecs_cmap_overview\";s:16:\"Mapping Overview\";s:27:\"ecs_cmap_mapping_form_title\";s:31:\"Course Assignment for Category:\";s:20:\"ecs_cmap_form_filter\";s:15:\"Filter Settings\";s:24:\"ecs_cmap_form_all_values\";s:10:\"All Values\";s:25:\"ecs_cmap_form_filter_info\";s:30:\"Manual values, comma separated\";s:28:\"ecs_cmap_form_create_subdirs\";s:21:\"Create Subdirectories\";s:25:\"ecs_cmap_form_subdir_type\";s:18:\"Subdirectory Title\";s:26:\"ecs_cmap_form_subdir_value\";s:18:\"Subdirectory Value\";s:25:\"ecs_cmap_form_subdir_name\";s:17:\"Subdirectory Name\";s:26:\"ecs_cmap_add_attribute_btn\";s:13:\"Add Attribute\";s:29:\"ecs_cmap_delete_attribute_btn\";s:21:\"Delete Last Attribute\";s:30:\"ecs_cmap_form_filter_by_values\";s:26:\"Filter by Attribute Values\";s:25:\"ecs_cmap_form_current_dir\";s:17:\"Current Directory\";s:26:\"ecs_cmap_form_dir_relation\";s:19:\"Directory Reference\";s:14:\"ecs_sync_trees\";s:27:\"Synchronise Directory Trees\";s:17:\"ecs_role_mappings\";s:26:\"Course/Group Role Mappings\";s:22:\"ecs_role_mapping_value\";s:15:\"Attribute Value\";s:23:\"ecs_cmap_att_courseType\";s:11:\"Course Type\";s:28:\"ecs_cmap_att_degreeProgramme\";s:16:\"Degree Programme\";s:19:\"ecs_cmap_att_module\";s:6:\"Module\";s:18:\"ecs_cmap_att_venue\";s:5:\"Venue\";s:20:\"ecs_cmap_delete_rule\";s:14:\"Delete Mapping\";s:16:\"ecs_server_title\";s:25:\"Name of ECS Configuration\";s:13:\"ecs_no_adv_md\";s:29:\"No Custom Metadata Available.\";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:17:\"ecs_part_settings\";s:25:\"Settings for Participant:\";s:16:\"ecs_export_types\";s:23:\"Exportable Object Types\";s:16:\"ecs_import_types\";s:23:\"Importable Object Types\";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:24:\"ecs_refresh_participants\";s:24:\"Refresh ECS-Participants\";}'); +INSERT INTO `lng_modules` VALUES ('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.\";}'); +INSERT INTO `lng_modules` VALUES ('exc','en','a:402:{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:27:\"exc_submission_no_new_files\";s:29:\"No new submissions available.\";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:20:\"exc_target_not_valid\";s:44:\"Target requested is not valid or incomplete.\";s:17:\"exc_no_get_target\";s:33:\"A valid target has not been sent.\";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:18:\"exc_add_assignment\";s:14:\"Add Assignment\";s:21:\"exc_add_feedback_file\";s:23:\"Deposit a Feedback File\";s:19:\"exc_add_participant\";s:15:\"Add Participant\";s:19:\"exc_assignment_view\";s:15:\"Assignment View\";s:14:\"exc_assignment\";s:10:\"Assignment\";s:23:\"exc_assignments_deleted\";s:34:\"The assignments have been deleted.\";s:15:\"exc_assignments\";s:11:\"Assignments\";s:24:\"exc_conf_del_assignments\";s:55:\"Do you really want to delete the following assignments?\";s:12:\"exc_deadline\";s:8:\"Deadline\";s:19:\"exc_edit_assignment\";s:15:\"Edit Assignment\";s:20:\"exc_edit_assignments\";s:16:\"Edit Assignments\";s:19:\"exc_edit_submission\";s:15:\"Edit Submission\";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:19:\"exc_grades_overview\";s:11:\"Grades View\";s:10:\"exc_grades\";s:15:\"Grades Overview\";s:11:\"exc_hand_in\";s:7:\"Hand In\";s:19:\"exc_list_submission\";s:20:\"List All Submissions\";s:23:\"exc_mail_permanent_link\";s:51:\"Click on the following link to access the exercise:\";s:18:\"exc_mandatory_info\";s:64:\"Mandatory assignments must be passed to pass the whole exercise.\";s:13:\"exc_mandatory\";s:9:\"Mandatory\";s:10:\"exc_min_nr\";s:21:\"Number of Assignments\";s:25:\"exc_msg_all_mandatory_ass\";s:61:\"You must pass all mandatory assignments to pass the exercise.\";s:24:\"exc_msg_failed_mandatory\";s:48:\"You failed in at least one mandatory assignment.\";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: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:18:\"exc_new_assignment\";s:14:\"New Assignment\";s:19:\"exc_no_participants\";s:36:\"There are currently no participants.\";s:21:\"exc_order_by_deadline\";s:17:\"Order by Deadline\";s:12:\"exc_overview\";s:8:\"Overview\";s:20:\"exc_participant_view\";s:16:\"Participant View\";s:15:\"exc_participant\";s:11:\"Participant\";s:17:\"exc_pass_all_info\";s:62:\"All mandatory assignments must be passed to pass the exercise.\";s:12:\"exc_pass_all\";s:25:\"All Mandatory 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:19:\"exc_pass_minimum_nr\";s:29:\"Minimum Number of Assignments\";s:13:\"exc_pass_mode\";s:9:\"Pass Mode\";s:22:\"exc_presentation_order\";s:18:\"Presentation Order\";s:21:\"exc_public_submission\";s:18:\"Public Submissions\";s:14:\"exc_save_order\";s:10:\"Save Order\";s:15:\"exc_saved_order\";s:25:\"Saved presentation order.\";s:14:\"exc_select_ass\";s:17:\"Select Assignment\";s:15:\"exc_select_part\";s:18:\"Select Participant\";s:19:\"exc_send_assignment\";s:23:\"Send Assignment by Mail\";s:25:\"exc_show_submissions_info\";s:59:\"Publish all submissions to all learners after the deadline.\";s:20:\"exc_show_submissions\";s:34:\"Publish Submissions after Deadline\";s:14:\"exc_start_time\";s:10:\"Start Time\";s:15:\"exc_starting_on\";s:11:\"Starting On\";s:26:\"exc_submissions_and_grades\";s:22:\"Submissions and Grades\";s:27:\"exc_submitted_files_deleted\";s:37:\"The selected files have been deleted.\";s:13:\"exc_total_exc\";s:14:\"Total Exercise\";s:27:\"exc_submission_notification\";s:34:\"E-Mail Notification on Submissions\";s:32:\"exc_submission_notification_info\";s:138:\"You will be notified when submissions are uploaded. This is a personal setting which does not affect other administrators of the exercise.\";s:32:\"exc_submission_notification_body\";s:53:\"A new submission for exercise \"%s\" has been uploaded.\";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:10:\"exc_import\";s:15:\"Import Exercise\";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:15:\"exc_type_upload\";s:6:\"Upload\";s:13:\"exc_type_blog\";s:4:\"Blog\";s:18:\"exc_type_portfolio\";s:9:\"Portfolio\";s:17:\"exc_blog_returned\";s:15:\"Assignment Blog\";s:22:\"exc_portfolio_returned\";s:20:\"Assignment Portfolio\";s:15:\"exc_create_blog\";s:11:\"Create Blog\";s:20:\"exc_create_portfolio\";s:16:\"Create Portfolio\";s:27:\"exc_create_blog_select_info\";s:53:\"Please select the resource folder to add the blog to.\";s:16:\"exc_blog_created\";s:17:\"Blog was created.\";s:21:\"exc_portfolio_created\";s:22:\"Portfolio was created.\";s:15:\"exc_select_blog\";s:17:\"Use Existing Blog\";s:20:\"exc_select_portfolio\";s:22:\"Use Existing Portfolio\";s:20:\"exc_select_blog_info\";s:63:\"Please select one of your blogs to use it with this assignment.\";s:25:\"exc_select_portfolio_info\";s:68:\"Please select one of your portfolios to use it with this assignment.\";s:22:\"exc_select_blog_change\";s:18:\"Use different blog\";s:27:\"exc_select_portfolio_change\";s:23:\"Use different portfolio\";s:17:\"exc_blog_selected\";s:27:\"The blog has been assigned.\";s:22:\"exc_portfolio_selected\";s:32:\"The portfolio has been assigned.\";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:28:\"exc_no_assignments_available\";s:102:\"No assignments created yet. Please open ‘Assignments’ and ‘Edit’ to create a first assignment.\";s:25:\"exc_no_deadline_specified\";s:22:\"No deadline specified.\";s:20:\"exc_type_upload_team\";s:11:\"Team Upload\";s:8:\"exc_team\";s:4:\"Team\";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:16:\"exc_team_members\";s:12:\"Team Members\";s:21:\"exc_team_at_least_one\";s:39:\"There has to be at least 1 team member.\";s:12:\"exc_team_log\";s:8:\"Team Log\";s:26:\"exc_team_log_remove_member\";s:18:\"Removed member %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:21:\"exc_team_log_add_file\";s:14:\"Added file %s.\";s:8:\"exc_copy\";s:13:\"Copy Exercise\";s:33:\"exc_team_notification_subject_add\";s:58:\"Added as team member to upload assignment of exercise \"%s\"\";s:30:\"exc_team_notification_body_add\";s:48:\"you have been added to a team upload assignment.\";s:33:\"exc_team_notification_subject_rmv\";s:54:\"Removed from a team upload assignment of exercise \"%s\"\";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:13:\"exc_type_text\";s:4:\"Text\";s:23:\"exc_files_returned_text\";s:15:\"Assignment Text\";s:24:\"exc_text_assignment_edit\";s:9:\"Edit Text\";s:24:\"exc_text_assignment_show\";s:9:\"Show Text\";s:15:\"exc_peer_review\";s:13:\"Peer-Feedback\";s:20:\"exc_peer_review_give\";s:13:\"Give Feedback\";s:24:\"exc_peer_review_no_peers\";s:40:\"There are no peers to give feedback for.\";s:22:\"exc_peer_review_rating\";s:6:\"Rating\";s:23:\"exc_peer_review_updated\";s:29:\"Your feedback has been saved.\";s:20:\"exc_peer_review_show\";s:22:\"Show Received Feedback\";s:18:\"exc_needs_deadline\";s:56:\"This feature does only work with an assignment deadline.\";s:24:\"exc_global_feedback_file\";s:15:\"Sample Solution\";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:33:\"exc_feedback_notification_subject\";s:53:\"Feedback is available for assignment of exercise \"%s\"\";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:28:\"exc_team_notification_reason\";s:92:\"You are receiving this e-mail because you are a participant of the exercise mentioned above.\";s:37:\"exc_peer_review_no_peers_reviewed_yet\";s:32:\"There was no feedback given yet.\";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: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:18:\"exc_multi_feedback\";s:32:\"Evaluation for many Participants\";s:26:\"exc_download_zip_structure\";s:22:\"Download ZIP Structure\";s:23:\"exc_multi_feedback_file\";s:19:\"Multi-Feedback File\";s:24:\"exc_multi_feedback_files\";s:20:\"Multi-Feedback 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_save_all\";s:8:\"Save All\";s:17:\"exc_save_selected\";s:13:\"Save Selected\";s:15:\"exc_no_team_yet\";s:22:\"Not assigned to a team\";s:32:\"exc_no_feedback_dir_found_in_zip\";s:75:\"The directory structure of the uploaded zip-archive could not be processed.\";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: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:15:\"exc_create_team\";s:11:\"Create Team\";s:32:\"exc_create_team_times_up_warning\";s:61:\"You cannot create a team anymore - please contact your tutor.\";s:21:\"exc_instruction_files\";s:17:\"Instruction Files\";s:24:\"exc_list_text_assignment\";s:20:\"List All Submissions\";s:20:\"exc_show_peer_review\";s:18:\"Show Peer-Feedback\";s:32:\"exc_create_portfolio_no_template\";s:19:\"Do not use template\";s:16:\"exc_notification\";s:21:\"Personal Notification\";s:15:\"exc_passing_exc\";s:20:\"Passing the Exercise\";s:14:\"exc_publishing\";s:10:\"Publishing\";s:15:\"exc_min_nr_info\";s:77:\"This value must be equal or higher than the number of compulsory assignments.\";s:31:\"exc_passed_status_determination\";s:36:\"Determination of Status ‘Passed’\";s:23:\"exc_completion_by_tutor\";s:20:\"Only manual by tutor\";s:13:\"exc_your_text\";s:9:\"Your Text\";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: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:25:\"exc_peer_review_recipient\";s:18:\"Feedback Recipient\";s:21:\"exc_peer_review_giver\";s:14:\"Feedback Giver\";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_note_for_tutor\";s:15:\"Note for Tutors\";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: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: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:25:\"exc_team_assignment_adopt\";s:36:\"Adopt teams from existing assignment\";s:30:\"exc_team_assignment_adopt_none\";s:22:\"Do not adopt any teams\";s:31:\"exc_team_assignment_adopt_teams\";s:5:\"Teams\";s:30:\"exc_team_assignment_adopt_user\";s:26:\"Adopt team from assignment\";s:35:\"exc_team_assignment_adopt_none_user\";s:15:\"Create new team\";s:42:\"exc_team_assignment_adopt_already_assigned\";s:16:\"already assigned\";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:32:\"exc_peer_reviews_invalid_warning\";s:19:\"Invalid Peer Groups\";s:24:\"exc_peer_review_overview\";s:16:\"Show Peer Groups\";s:38:\"exc_peer_review_overview_invalid_users\";s:13:\"Invalid Users\";s:29:\"exc_peer_review_missing_users\";s:60:\"Users with submissions who are not part of the peer-feedback\";s:34:\"exc_peer_review_not_returned_users\";s:63:\"Users without submissions who are not part of the peer-feedback\";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:33:\"exc_peer_review_invalid_giver_ids\";s:76:\"Peer givers who are not exercise members anymore or do not have a submission\";s:21:\"exc_peer_review_reset\";s:30:\"Delete and Reset Peer-Feedback\";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:26:\"exc_peer_review_reset_done\";s:67:\"All Peer-Feedback-related data has been deleted for the assignment.\";s:19:\"exc_assignment_type\";s:18:\"Type of Submission\";s:22:\"exc_no_team_yet_notice\";s:35:\"You are not assigned to a team yet!\";s:15:\"exc_manage_team\";s:11:\"Manage Team\";s:21:\"exc_peer_review_given\";s:19:\"Show Given Feedback\";s:34:\"exc_peer_review_show_received_none\";s:25:\"You received no feedback.\";s:29:\"exc_peer_review_min_chars_tgl\";s:14:\"Mininum Length\";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_chars_invalid\";s:73:\"Your feedback does not have the required minimum length of %s characters.\";s:28:\"exc_peer_review_show_missing\";s:71:\"You cannot view your received feedback as you gave not enough 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:38:\"exc_peer_review_simple_unlock_inactive\";s:35:\"After giving all required feedbacks\";s:26:\"exc_peer_review_completion\";s:32:\"Determination of \"Passed\" Status\";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: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:21:\"exc_team_multi_create\";s:11:\"Create Team\";s:23:\"exc_team_multi_dissolve\";s:16:\"Dissolve Team(s)\";s:25:\"exc_team_management_tutor\";s:25:\"Team Management by Tutors\";s:30:\"exc_team_management_tutor_info\";s:59:\"If activated participants cannot organize teams themselves.\";s:26:\"exc_no_team_yet_info_tutor\";s:41:\"Teams are managed by the exercise tutors.\";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:16:\"exc_max_file_tgl\";s:13:\"Limit Uploads\";s:20:\"exc_max_file_reached\";s:37:\"You cannot upload more than %s files.\";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:27:\"exc_late_submission_warning\";s:40:\"Submissions after %s are marked as late.\";s:19:\"exc_late_submission\";s:15:\"Late Submission\";s:21:\"exc_adopt_group_teams\";s:23:\"Adopt Teams from Groups\";s:32:\"exc_adopt_group_teams_no_members\";s:10:\"No members\";s:30:\"exc_adopt_group_teams_conflict\";s:49:\"User \"%1$s\" is already selected for group \"%2$s\".\";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:25:\"exc_deadline_ext_mismatch\";s:47:\"The grace period has to end after the deadline.\";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: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:23:\"exc_criteria_catalogues\";s:19:\"Criteria Catalogues\";s:26:\"exc_add_criteria_catalogue\";s:13:\"Add Catalogue\";s:13:\"exc_criterias\";s:8:\"Criteria\";s:34:\"exc_criteria_catalogue_create_form\";s:26:\"Add New Criteria Catalogue\";s:34:\"exc_criteria_catalogue_update_form\";s:23:\"Edit Criteria Catalogue\";s:44:\"exc_criteria_catalogue_deletion_confirmation\";s:66:\"Are you sure you want to delete the following criteria catalogues?\";s:18:\"exc_edit_criterias\";s:13:\"Edit Criteria\";s:16:\"exc_add_criteria\";s:12:\"Add Criteria\";s:24:\"exc_criteria_create_form\";s:17:\"Add New Criterion\";s:24:\"exc_criteria_update_form\";s:13:\"Edit Criteria\";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:24:\"exc_criteria_type_rating\";s:13:\"5-Star-Rating\";s:22:\"exc_criteria_type_text\";s:4:\"Text\";s:22:\"exc_criteria_type_file\";s:11:\"File Upload\";s:30:\"exc_criteria_catalogue_default\";s:12:\"No Catalogue\";s:20:\"exc_peer_review_text\";s:10:\"Text Input\";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:17:\"exc_direct_submit\";s:6:\"Submit\";s:15:\"exc_delete_team\";s:11:\"Delete Team\";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:23:\"exc_tbl_submission_date\";s:12:\"Submitted on\";s:14:\"exc_tbl_status\";s:5:\"Grade\";s:19:\"exc_tbl_status_time\";s:9:\"Graded on\";s:12:\"exc_tbl_mark\";s:4:\"Mark\";s:15:\"exc_tbl_comment\";s:20:\"Evaluation Statement\";s:14:\"exc_tbl_notice\";s:15:\"Note for Tutors\";s:21:\"exc_tbl_feedback_time\";s:13:\"Evaluation on\";s:17:\"exc_tbl_sent_time\";s:18:\"Assignment sent on\";s:12:\"exc_tbl_team\";s:4:\"Team\";s:27:\"exc_tbl_individual_deadline\";s:19:\"Individual Deadline\";s:29:\"exc_tbl_action_download_files\";s:20:\"Download Submissions\";s:33:\"exc_tbl_action_download_all_files\";s:24:\"Download All Submissions\";s:33:\"exc_tbl_action_download_new_files\";s:24:\"Download New Submissions\";s:35:\"exc_tbl_action_text_assignment_show\";s:15:\"Show Submission\";s:28:\"exc_tbl_action_feedback_text\";s:26:\"Write Evaluation Statement\";s:28:\"exc_tbl_action_feedback_mail\";s:20:\"Send Evaluation Mail\";s:28:\"exc_tbl_action_feedback_file\";s:18:\"Evaluation by File\";s:23:\"exc_tbl_action_team_log\";s:13:\"Show Team Log\";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:12:\"exc_feedback\";s:19:\"Evaluation by Tutor\";s:21:\"exc_settings_feedback\";s:10:\"Evaluation\";s:26:\"exc_settings_feedback_text\";s:10:\"Text Input\";s:26:\"exc_settings_feedback_mail\";s:7:\"By Mail\";s:26:\"exc_settings_feedback_file\";s:7:\"By File\";s:25:\"exc_tbl_filter_submission\";s:10:\"Submission\";s:29:\"exc_tbl_filter_has_submission\";s:13:\"Has submitted\";s:32:\"exc_tbl_filter_has_no_submission\";s:21:\"Has not submitted yet\";s:31:\"exc_settings_feedback_mail_info\";s:87:\"Tutors enter their evaluation into a mail form. The evaluation is sent to participants.\";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: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_work_instructions\";s:17:\"Work instructions\";s:20:\"exc_after_submission\";s:16:\"After submission\";s:12:\"exc_schedule\";s:8:\"Schedule\";s:34:\"exc_submit_convenience_no_deadline\";s:65:\"Submit your at your convenience. There is no specific deadline.\";s:27:\"exc_select_portfolio_unlink\";s:16:\"Remove Portfolio\";s:25:\"exc_sure_unlink_portfolio\";s:59:\"Are you sure to remove this portfolio form this assignment?\";s:38:\"exc_portfolio_unlinked_from_assignment\";s:38:\"Portfolio removed from this assignment\";s:12:\"exc_template\";s:8:\"Template\";s:22:\"exc_portfolio_template\";s:18:\"Portfolio Template\";s:20:\"exc_without_template\";s:28:\"Without Portfolio - Template\";s:17:\"exc_with_template\";s:25:\"With Portfolio - Template\";s:25:\"exc_without_template_info\";s:53:\"Participants will create their Portfolio from scratch\";s:22:\"exc_with_template_info\";s:84:\"An empty Portfolio will be automatically derived from a specific Portfolio Template.\";s:26:\"exc_no_portfolio_templates\";s:43:\"There are no Portfolio Templates available.\";s:18:\"exc_go_to_exercise\";s:14:\"Go to Exercise\";s:20:\"exc_limit_characters\";s:19:\"Limit of characters\";s:18:\"exc_min_char_limit\";s:28:\"Minimum number of characters\";s:18:\"exc_max_char_limit\";s:28:\"Maximum number of characters\";s:19:\"exc_chars_remaining\";s:21:\"Characters remaining:\";s:24:\"msg_input_char_limit_min\";s:54:\"You have to enter the minimum of characters specified.\";s:24:\"msg_input_char_limit_max\";s:46:\"You have entered more characters than allowed.\";s:20:\"exc_direct_no_submit\";s:13:\"Do not submit\";s:35:\"exc_global_feedback_file_after_date\";s:14:\"After set Date\";s:14:\"feedback_given\";s:14:\"Feedback given\";s:8:\"feedback\";s:8:\"Feedback\";s:17:\"feedback_received\";s:17:\"Feedback received\";s:13:\"feedback_from\";s:13:\"Feedback from\";s:15:\"text_assignment\";s:15:\"Text Assignment\";s:7:\"not_yet\";s:7:\"not yet\";s:14:\"grade_evaluate\";s:18:\"Grade and Evaluate\";s:20:\"submissions_feedback\";s:29:\"Submissions and Peer Feedback\";s:16:\"submissions_only\";s:16:\"Submissions Only\";s:6:\"filter\";s:6:\"Filter\";s:16:\"fiter_no_results\";s:48:\"The current filter did not match any submission.\";s:27:\"exc_reminder_submit_setting\";s:22:\"Remind Users to Submit\";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.
No parent course/group given - no reminder will be sent!\";s:22:\"exc_reminder_frequency\";s:9:\"Frequency\";s:26:\"exc_reminder_grade_setting\";s:22:\"Remind Tutors to Grade\";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: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:16:\"exc_reminder_end\";s:13:\"Reminder ends\";s:26:\"exc_reminder_mail_template\";s:13:\"Mail Template\";s:24:\"exc_reminder_mail_no_tpl\";s:24:\"Do not use mail template\";s:38:\"exc_mail_context_submit_reminder_title\";s:24:\"Exercise Submit Reminder\";s:37:\"exc_mail_context_submit_reminder_info\";s:38:\"Reminder Users to Submit an Assignment\";s:37:\"exc_mail_context_grade_reminder_title\";s:23:\"Exercise Grade Reminder\";s:36:\"exc_mail_context_grade_reminder_info\";s:47:\"Reminder Tutors/Teachers to Grade an Assignment\";s:36:\"exc_mail_context_peer_reminder_title\";s:31:\"Exercise Feedback/Peer Reminder\";s:35:\"exc_mail_context_peer_reminder_info\";s:51:\"Reminder Users to provide Feedback in an Assignment\";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:23:\"exc_reminder_salutation\";s:9:\"Hello %s,\";s:27:\"exc_reminder_submit_subject\";s:32:\"Assignment \"%s\" was not finished\";s:26:\"exc_reminder_grade_subject\";s:30:\"Assignment \"%s\" was not graded\";s:25:\"exc_reminder_peer_subject\";s:31:\"Assignment \"%s\" has no feedback\";s:24:\"exc_reminder_submit_body\";s:57:\"the following assignment has not been finished by you yet\";s:23:\"exc_reminder_grade_body\";s:55:\"the following assignment has not been graded by you yet\";s:22:\"exc_reminder_peer_body\";s:53:\"the following assignment has no feedback from you yet\";s:17:\"exc_reminder_link\";s:3:\"URL\";s:20:\"exc_reminder_cron_ok\";s:15:\"Reminders sent:\";s:25:\"exc_without_wiki_template\";s:21:\"Without Wiki Template\";s:22:\"exc_with_wiki_template\";s:18:\"With Wiki Template\";s:30:\"exc_without_wiki_template_info\";s:49:\"Participants will create their wiki from scratch.\";s:27:\"exc_with_wiki_template_info\";s:69:\"The template wiki will be copied to create the wikis of participants.\";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_ass_team_wiki\";s:20:\"Assignment Team Wiki\";s:15:\"exc_create_wiki\";s:11:\"Create Wiki\";s:18:\"exc_team_formation\";s:14:\"Team Formation\";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_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:18:\"exc_team_by_random\";s:44:\"Teams are formed randomly and automatically.\";s:23:\"exc_team_by_random_info\";s:58:\"ILIAS will allocate participants to a set number of teams.\";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:13:\"exc_num_teams\";s:6:\"Number\";s:25:\"exc_min_team_participants\";s:14:\"Minimal Number\";s:25:\"exc_max_team_participants\";s:14:\"Maximal Number\";s:17:\"exc_total_members\";s:27:\"Total Exercise Participants\";s:21:\"exc_value_can_not_set\";s:26:\"This value can not be set.\";s:28:\"exc_teams_assignment_adopted\";s:38:\"Teams adopted from existing assignment\";s:24:\"exc_team_minimal_too_big\";s:77:\"Minimal number of team participants %s is too big, please decrease the value.\";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_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: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:16:\"exc_participants\";s:12:\"Participants\";s:30:\"exc_team_by_tutors_manual_info\";s:47:\"Tutors manually allocate participants to teams.\";s:25:\"exc_team_by_tutors_manual\";s:8:\"Manually\";s:17:\"exc_team_creation\";s:8:\"Creation\";s:22:\"exc_ass_submission_zip\";s:11:\"Submissions\";s:19:\"exc_submission_file\";s:15:\"Submission File\";s:19:\"exc_submission_text\";s:15:\"Submission Text\";s:14:\"exc_fixed_date\";s:10:\"Fixed Date\";s:19:\"exc_fixed_date_info\";s:48:\"Initially all users get the same fixed deadline.\";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:23:\"exc_earliest_start_time\";s:19:\"Earliest Start Time\";s:24:\"exc_rem_time_after_start\";s:26:\"Remaining Time after Start\";s:20:\"exc_start_assignment\";s:16:\"Start Assignment\";s:24:\"exc_needs_fixed_deadline\";s:46:\"This feature only works with a fixed deadline.\";s:27:\"exc_tbl_calculated_deadline\";s:19:\"Calculated Deadline\";s:25:\"exc_down_files_started_bg\";s:101:\"Download of submission files has started. Please check your background tasks in the top right corner.\";s:14:\"exc_text_saved\";s:20:\"Text has been saved.\";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:33:\"exc_members_already_assigned_team\";s:40:\"This user is already assigned to a team.\";s:16:\"exc_deleted_user\";s:12:\"Deleted User\";}'); +INSERT INTO `lng_modules` VALUES ('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.\";}'); +INSERT INTO `lng_modules` VALUES ('exercise','en','a:13:{s:23:\"exc_comment_for_learner\";s:20:\"Evaluation Statement\";s:11:\"exc_comment\";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:19:\"exc_your_submission\";s:15:\"Your Submission\";s:40:\"exc_start_date_should_be_before_end_date\";s:37:\"Start time should be before deadline.\";s:19:\"exc_to_desktop_info\";s:52:\"Add exercise to desktop of participant after hand-in\";s:18:\"exc_admin_settings\";s:23:\"Exercise Administration\";}'); +INSERT INTO `lng_modules` VALUES ('exp','en','a:8:{s:15:\"exp_create_file\";s:18:\"Create Export File\";s:16:\"exp_export_files\";s:12:\"Export Files\";s:8:\"exp_html\";s:4:\"HTML\";s:17:\"exp_really_delete\";s:48:\"Do you really want to delete these export files?\";s:9:\"exp_scorm\";s:5:\"SCORM\";s:7:\"exp_xml\";s:3:\"XML\";s:14:\"export_created\";s:35:\"A new export file has been created.\";s:16:\"exp_file_created\";s:33:\"The export file has been created.\";}'); +INSERT INTO `lng_modules` VALUES ('export','en','a:13:{s:22:\"export_create_new_file\";s:22:\"Create New Export File\";s:13:\"export_create\";s:6:\"Create\";s:18:\"export_export_date\";s:11:\"Export Date\";s:23:\"export_last_export_file\";s:20:\"Use Last Export File\";s:18:\"export_last_export\";s:11:\"Last Export\";s:16:\"export_last_file\";s:9:\"Last File\";s:20:\"export_omit_resource\";s:13:\"Omit Resource\";s:11:\"export_omit\";s:4:\"Omit\";s:15:\"export_resource\";s:8:\"Resource\";s:23:\"export_select_resources\";s:16:\"Select Resources\";s:15:\"export_existing\";s:5:\"Reuse\";s:21:\"export_save_selection\";s:12:\"Start Export\";s:7:\"no_file\";s:7:\"No file\";}'); +INSERT INTO `lng_modules` VALUES ('feed','en','a:16:{s:30:\"block_feed_block_feed_url_info\";s:28:\"Must be a valid RSS/Atom URL\";s:25:\"block_feed_block_feed_url\";s:8:\"Feed URL\";s:21:\"block_feed_block_head\";s:17:\"External Web Feed\";s:22:\"block_feed_block_title\";s:5:\"Title\";s:27:\"feed_disable_rep_feeds_info\";s:108:\"Disables presentation of external web feeds in case of an unexpected problem due to an external feed source.\";s:22:\"feed_disable_rep_feeds\";s:14:\"Hide Web Feeds\";s:15:\"feed_feed_items\";s:12:\"Feed Item(s)\";s:17:\"feed_loading_feed\";s:15:\"Loading Feed...\";s:21:\"feed_no_js_click_here\";s:37:\"If feed is not displayed, click here.\";s:17:\"feed_no_valid_url\";s:26:\"The Feed URL is not valid.\";s:21:\"feed_nr_pd_feeds_info\";s:200:\"Sets the maximum number of external web feeds, that users may add to their personal desktop. Existing feeds are not deleted, if option is set to a lower value. ‘0‘ disables the feature completely.\";s:16:\"feed_nr_pd_feeds\";s:44:\"Number of External Feeds on Personal Desktop\";s:21:\"feed_open_source_page\";s:18:\"Open in New Window\";s:13:\"feed_settings\";s:27:\"External Web Feeds Settings\";s:11:\"feed_import\";s:11:\"Import Feed\";s:17:\"feed_no_local_url\";s:70:\"The URL could not be verified. Please enter a valid external Feed URL.\";}'); +INSERT INTO `lng_modules` VALUES ('file','en','a:27:{s:21:\"file_new_version_info\";s:64:\"Create new file version. Previous versions will not be modified.\";s:16:\"file_new_version\";s:18:\"Create New Version\";s:17:\"replace_file_info\";s:43:\"All previous file versions will be deleted.\";s:11:\"upload_info\";s:6:\"Upload\";s:16:\"upload_info_desc\";s:45:\"Manage Uploads and Versions in Tab \"Versions\"\";s:24:\"generate_sanitize_report\";s:31:\"Report about inaccessible files\";s:16:\"file_uploaded_by\";s:11:\"Uploaded by\";s:9:\"file_copy\";s:9:\"Copy File\";s:13:\"file_download\";s:13:\"Download File\";s:28:\"general_upload_error_occured\";s:42:\"An unexpected error occured during upload.\";s:36:\"enable_personal_workspace_disk_quota\";s:42:\"Activate Hard Quota for Personal Workspace\";s:41:\"enable_personal_workspace_disk_quota_info\";s:300:\"Allows definition of a hard disk quota for each user account and each global role. This quota only affects files in the personal workspace and in portfolios. As soon as a user exceeds the defined quota, ILIAS will prohibit the user to upload more files until the used disk space is again under quota.\";s:29:\"personal_workspace_disk_quota\";s:38:\"Hard Disk Quota for Personal Workspace\";s:21:\"repository_disk_quota\";s:30:\"Soft Disk Quota for Repository\";s:41:\"personal_workspace_quota_exceeded_warning\";s:61:\"You have exceeded the disk quota for your personal workspace.\";s:38:\"personal_workspace_quota_status_legend\";s:65:\"You are using %1$s of your available disk quota of %2$s (%3$d%%).\";s:26:\"repository_disk_quota_info\";s:139:\"If activated, the disk-quota of the magazine will be checked for each user and e-mails will be sent to administrators and users optionally.\";s:11:\"file_import\";s:11:\"Import File\";s:25:\"file_suffix_default_white\";s:24:\"Default Suffix Whitelist\";s:30:\"file_suffix_default_white_info\";s:39:\"Default list of accepted file suffixes.\";s:24:\"file_suffix_custom_black\";s:23:\"Custom Suffix Blacklist\";s:29:\"file_suffix_custom_black_info\";s:58:\"These suffixes will be removed from the default whitelist.\";s:24:\"file_suffix_custom_white\";s:23:\"Custom Suffix Whitelist\";s:29:\"file_suffix_custom_white_info\";s:54:\"These suffixes will be added to the default whitelist.\";s:25:\"file_suffix_overall_white\";s:23:\"Overal Suffix Whitelist\";s:30:\"file_suffix_overall_white_info\";s:49:\"Resulting overall list of accepted file suffixes.\";s:84:\"file_upload_info_file_with_critical_unknown_extension_later_renamed_when_downloading\";s:121:\"The uploaded file contains a critical or unknown file ending. The file ending will be changed to .sec for every download.\";}'); +INSERT INTO `lng_modules` VALUES ('fm','en','a:7:{s:15:\"fm_settings_tab\";s:12:\"File Manager\";s:18:\"fm_settings_active\";s:19:\"Enable File Manager\";s:23:\"fm_settings_active_info\";s:119:\"Users can open categories, courses, groups and folders using the ‘Open With File Manager’ action in the repository.\";s:17:\"fm_settings_local\";s:21:\"Show Local Filesystem\";s:22:\"fm_settings_local_info\";s:186:\"If enabled, the file manager starts with two frames, one shows the local filesystem, the other contains the view on the ILIAS repository. If disabled, only the ILIAS repository is shown.\";s:20:\"fm_settings_filesize\";s:24:\"Maximum Upload File Size\";s:25:\"fm_settings_filesize_info\";s:67:\"Enter the maximum allowed file size for uploaded files in mebibyte.\";}'); +INSERT INTO `lng_modules` VALUES ('fold','en','a:4:{s:11:\"fold_import\";s:13:\"Import Folder\";s:9:\"fold_copy\";s:11:\"Copy Folder\";s:13:\"fold_settings\";s:15:\"Folder Settings\";s:17:\"fold_presentation\";s:19:\"Folder Presentation\";}'); +INSERT INTO `lng_modules` VALUES ('form','en','a:48:{s:9:\"form_days\";s:4:\"Days\";s:15:\"form_file_input\";s:10:\"File Input\";s:11:\"form_format\";s:6:\"Format\";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: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: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: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:30:\"form_msg_file_missing_file_ext\";s:44:\"The uploaded file has no file type exension.\";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: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: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:20:\"form_retype_password\";s:15:\"Retype Password\";s:12:\"form_seconds\";s:7:\"Seconds\";s:19:\"form_msg_max_upload\";s:50:\"Maximum number of simultaneously uploadable files:\";s:17:\"form_alphabet_all\";s:3:\"All\";s:18:\"form_please_select\";s:13:\"Please Select\";s:18:\"form_link_internal\";s:12:\"Inside ILIAS\";s:18:\"form_link_external\";s:14:\"World Wide Web\";s:13:\"form_get_link\";s:20:\"Select Target Object\";s:17:\"form_retype_email\";s:13:\"Retype E-Mail\";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:12:\"captcha_code\";s:17:\"User Verification\";s:20:\"form_location_radius\";s:6:\"Radius\";s:23:\"form_location_radius_km\";s:2:\"km\";s:16:\"form_open_answer\";s:11:\"Open Answer\";s:22:\"form_hier_click_to_add\";s:31:\"Click here to add new elements.\";s:19:\"form_date_aria_desc\";s:39:\"The following input format is required:\";s:24:\"form_date_duration_start\";s:5:\"Start\";s:22:\"form_date_duration_end\";s:3:\"End\";s:12:\"form_no_link\";s:7:\"No Link\";s:33:\"form_msg_file_type_is_not_allowed\";s:30:\"This file type is not allowed.\";s:20:\"form_chars_remaining\";s:21:\"Characters remaining:\";}'); +INSERT INTO `lng_modules` VALUES ('forum','en','a:206:{s:26:\"delete_drafts_successfully\";s:37:\"The drafts were deleted successfully.\";s:18:\"sure_delete_drafts\";s:53:\"Are you sure, you want to delete the selected drafts?\";s:7:\"restore\";s:7:\"Restore\";s:27:\"restore_draft_from_autosave\";s:13:\"Restore draft\";s:19:\"autosave_draft_info\";s:86:\"This draft will be saved automatically every %s seconds.\";s:24:\"autosave_post_draft_info\";s:94:\"This post will be saved automatically as draft every %s seconds.\";s:17:\"edit_thread_draft\";s:17:\"Edit thread draft\";s:28:\"forums_thread_drafts_deleted\";s:72:\"The selected thread including all postings and drafts have been deleted.\";s:29:\"forums_threads_drafts_deleted\";s:73:\"The selected threads including all postings and drafts have been deleted.\";s:23:\"save_draft_successfully\";s:33:\"The draft was saved successfully.\";s:24:\"forums_info_delete_draft\";s:44:\"Are you sure, you want to delete this draft?\";s:25:\"delete_draft_successfully\";s:35:\"The draft was deleted successfully.\";s:17:\"forums_edit_draft\";s:10:\"Edit draft\";s:7:\"publish\";s:7:\"Publish\";s:21:\"frm_my_posting_drafts\";s:17:\"My Posting Drafts\";s:17:\"frm_posting_draft\";s:5:\"Draft\";s:18:\"frm_posting_drafts\";s:6:\"Drafts\";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:15:\"adm_save_drafts\";s:11:\"Save drafts\";s:20:\"adm_save_drafts_desc\";s:70:\"If enabled, registered users are able to save forum postings as draft.\";s:19:\"adm_autosave_drafts\";s:25:\"Automatically save drafts\";s:17:\"adm_autosave_ival\";s:8:\"Interval\";s:24:\"adm_autosave_drafts_desc\";s:60:\"If activated, drafts are saved automatically during editing.\";s:15:\"ascending_order\";s:29:\"Latest postings at the bottom\";s:16:\"descending_order\";s:26:\"Latest postings at the top\";s:18:\"activate_new_posts\";s:16:\"Approve Postings\";s:21:\"activate_only_current\";s:15:\"Approve Posting\";s:17:\"activate_post_txt\";s:53:\"Would you really like to approve the current posting?\";s:13:\"activate_post\";s:7:\"Approve\";s:12:\"close_topics\";s:5:\"Close\";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:22:\"forums_attachments_add\";s:14:\"Add attachment\";s:18:\"forums_attachments\";s:11:\"Attachments\";s:21:\"forums_censor_comment\";s:17:\"Comment of Censor\";s:16:\"forums_count_art\";s:18:\"Number of Articles\";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:16:\"forums_edit_post\";s:12:\"Edit Article\";s:26:\"forums_enable_notification\";s:35:\"Enable Notification for this Thread\";s:23:\"forums_info_censor_post\";s:43:\"Are you sure you want to hide this article?\";s:24:\"forums_info_censor2_post\";s:18:\"Revoke Censorship?\";s:23:\"forums_info_delete_post\";s:69:\"Are you sure you want to delete this article 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:29:\"forums_notification_show_post\";s:16:\"Show posting: %s\";s:19:\"forums_post_deleted\";s:24:\"Posting has been deleted\";s:20:\"forums_post_modified\";s:25:\"Posting has been modified\";s:33:\"forums_post_needs_to_be_activated\";s:76:\"A new posting has been created, but it needs to be activated by a moderator.\";s:21:\"forums_post_new_entry\";s:30:\"A new posting has been created\";s:25:\"forums_post_was_activated\";s:26:\"The posting was activated.\";s:26:\"forums_posts_not_available\";s:22:\"Postings Not Available\";s:12:\"forums_posts\";s:12:\"All postings\";s:19:\"forums_print_thread\";s:12:\"Print Thread\";s:14:\"forums_subject\";s:7:\"Subject\";s:15:\"forums_the_post\";s:7:\"Posting\";s:25:\"forums_thread_create_from\";s:12:\"Created from\";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:13:\"forums_thread\";s:6:\"Thread\";s:17:\"forums_your_reply\";s:10:\"Your Reply\";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:21:\"frm_anonymous_posting\";s:22:\"Posting with pseudonym\";s:16:\"frm_default_view\";s:12:\"Default View\";s:25:\"frm_detach_moderator_role\";s:21:\"Detach Moderator Role\";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: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:14:\"frm_moderators\";s:10:\"Moderators\";s:26:\"frm_post_not_activated_yet\";s:18:\"Not activated yet.\";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:40:\"frm_statistics_disabled_for_participants\";s:42:\"Statistics are disabled for forum members.\";s:27:\"frm_statistics_enabled_desc\";s:46:\"Enable posting statistics for all participants\";s:22:\"frm_statistics_enabled\";s:17:\"Enable Statistics\";s:22:\"frm_statistics_ranking\";s:18:\"Number of Postings\";s:14:\"frm_statistics\";s:10:\"Statistics\";s:23:\"frm_sure_delete_threads\";s:54:\"Are you sure you want to delete the following threads?\";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:18:\"move_chosen_topics\";s:19:\"Move Chosen Threads\";s:8:\"new_post\";s:8:\"New Post\";s:17:\"no_forum_selected\";s:47:\"No forum selected for moving the chosen threads\";s:20:\"post_activation_desc\";s:71:\"Before being published all postings need to be approved by a moderator.\";s:34:\"post_censored_comment_by_moderator\";s:38:\"Posting Censored, Comment by Moderator\";s:13:\"reopen_topics\";s:6:\"Reopen\";s:26:\"select_at_least_one_thread\";s:34:\"Please select at least one thread.\";s:6:\"sticky\";s:6:\"Sticky\";s:6:\"thread\";s:6:\"Thread\";s:26:\"threads_moved_successfully\";s:60:\"The chosen threads were moved to another forum successfully.\";s:11:\"topic_close\";s:6:\"Closed\";s:31:\"topics_please_select_one_action\";s:24:\"Please select an action.\";s:27:\"forums_post_activation_mail\";s:199:\"Unless the following posting 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 posting.\";s:10:\"post_reply\";s:3:\"Re:\";s:14:\"preset_subject\";s:23:\"Preset subject on reply\";s:17:\"add_re_to_subject\";s:34:\"Add ‘Re: ’ to subject on reply\";s:17:\"enter_new_subject\";s:26:\"Please enter a new subject\";s:14:\"frm_edit_title\";s:10:\"Edit Title\";s:13:\"empty_subject\";s:43:\"On reply the user has to enter a new title.\";s:19:\"frm_subject_setting\";s:15:\"Subject setting\";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:17:\"cont_captcha_code\";s:4:\"Code\";s:26:\"frm_at_least_one_moderator\";s:39:\"There has to be at least one moderator.\";s:21:\"select_max_one_thread\";s:30:\"Please select one thread only!\";s:13:\"sort_by_posts\";s:13:\"Sort by Posts\";s:34:\"forums_forum_notification_disabled\";s:64:\"You will no longer be notified about new messages in this forum.\";s:17:\"number_of_threads\";s:36:\"Displayed Number of Threads per Page\";s:10:\"frm_rating\";s:6:\"Rating\";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:8:\"frm_copy\";s:10:\"Copy Forum\";s:26:\"frm_notification_activated\";s:22:\"Notification Activated\";s:28:\"frm_notification_deactivated\";s:24:\"Notification Deactivated\";s:12:\"sort_by_date\";s:12:\"Sort by date\";s:18:\"error_reading_file\";s:35:\"There was an error reading the file\";s:21:\"sorting_manual_sticky\";s:32:\"Manual sorting of sticky threads\";s:28:\"sticky_threads_always_on_top\";s:180:\"‘Sticky Threads’ are always listed at the top of the list of threads. Within the ‘Sticky Threads’ you are able to sort the threads manually, if you have chosen this option.\";s:32:\"frm_sticky_threads_latest_at_top\";s:27:\"‘Sticky Threads’ at Top\";s:37:\"frm_sticky_threads_latest_at_top_info\";s:159:\"‘Sticky Threads’ are always listed at the top of the list of threads. Within the ‘Sticky Threads’ the thread with the latest posting iss listed at top.\";s:33:\"frm_sticky_threads_manual_sorting\";s:38:\"Manual Sorting of ‘Sticky Threads’\";s:38:\"frm_sticky_threads_manual_sorting_info\";s:122:\"‘Sticky Threads’ are always listed at the top of the list of threads. The ‘Sticky Threads’ can be sorted manually.\";s:5:\"merge\";s:5:\"Merge\";s:20:\"please_choose_target\";s:39:\"Please choose a thread as merge target.\";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:39:\"not_allowed_to_merge_into_another_forum\";s:56:\"It is not possible to merge threads of different forums.\";s:22:\"frm_selected_merge_src\";s:28:\"Selected Thread to Merge: %s\";s:21:\"error_same_thread_ids\";s:46:\"Source and target thread have to be different.\";s:13:\"frm_merge_src\";s:19:\"Selected Thread: %s\";s:16:\"frm_merge_target\";s:10:\"Target: %s\";s:27:\"merged_threads_successfully\";s:45:\"The selected threads were merged successfully\";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:23:\"merge_posts_into_thread\";s:32:\"Merge Postings into other Thread\";s:20:\"move_thread_to_forum\";s:26:\"Move Thread to other Forum\";s:16:\"post_reply_count\";s:7:\"Re(%s):\";s:24:\"frm_max_notification_age\";s:21:\"Max. Notification Age\";s:29:\"frm_max_notification_age_unit\";s:6:\"Day(s)\";s:29:\"frm_max_notification_age_info\";s:140:\"Please define the maximum age of postings to send notifications for. It is recommended to choose a higher value than the scheduled interval.\";s:17:\"reply_to_postings\";s:5:\"Reply\";s:14:\"add_new_answer\";s:11:\"Add Posting\";s:14:\"frm_censorship\";s:6:\"Censor\";s:21:\"frm_revoke_censorship\";s:17:\"Revoke Censorship\";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:16:\"frm_mark_as_read\";s:12:\"Mark as read\";s:18:\"frm_mark_as_unread\";s:14:\"Mark as unread\";s:29:\"file_upload_allowed_fora_desc\";s:222:\"If \"Allow Attachments in Selected Forums\" is selected, forum moderators can individually allow attaching files to postings in the settings of each forum. In new forums the upload of attachments will be disabled by default.\";s:24:\"file_upload_allowed_fora\";s:11:\"Attachments\";s:24:\"file_upload_option_allow\";s:31:\"Allow Attachments in All Forums\";s:27:\"file_upload_option_disallow\";s:36:\"Allow Attachments in Selected Forums\";s:19:\"file_upload_allowed\";s:17:\"Allow Attachments\";s:22:\"allow_file_upload_desc\";s:61:\"If enabled, users are able to attach files to their postings.\";s:26:\"sel_threads_already_sticky\";s:54:\"At least one of the selected threads is already sticky\";s:28:\"sel_threads_already_unsticky\";s:60:\"At least one of the selected threads is not marked as sticky\";s:23:\"sel_threads_make_sticky\";s:46:\"The selected threads has been marked as sticky\";s:25:\"sel_threads_make_unsticky\";s:53:\"The selected threads are not marked as sticky anymore\";s:23:\"selected_threads_closed\";s:36:\"The selected threads has been closed\";s:25:\"selected_threads_reopened\";s:38:\"The selected threads has been reopened\";s:25:\"user_decides_notification\";s:47:\"Members have to manually activate notifications\";s:15:\"post_deleted_by\";s:56:\"following posting in forum \"%2$s\" was deleted by \"%1$s\":\";s:20:\"content_deleted_post\";s:31:\"Content of the deleted posting:\";s:15:\"post_updated_by\";s:54:\"subsequently edited posting in forum by \"%1$s\": \"%2$s\"\";s:20:\"content_post_updated\";s:30:\"Content of the edited posting:\";s:16:\"post_censored_by\";s:43:\"censored posting in forum \"%2$s\" by \"%1$s\":\";s:21:\"content_censored_post\";s:32:\"Content of the censored posting:\";s:28:\"forums_notification_show_frm\";s:14:\"Show forum: %s\";s:17:\"thread_deleted_by\";s:54:\"following thread in forum \"%2$s\"was deleted by \"%1$s\":\";s:22:\"content_deleted_thread\";s:30:\"Content of the deleted thread:\";s:18:\"post_uncensored_by\";s:34:\"a posting was uncensored by \"%1$s\"\";s:16:\"frm_noti_message\";s:8:\"Message:\";s:17:\"frm_noti_new_post\";s:42:\"a new posting was created in forum \"%1$s\".\";s:25:\"frm_noti_subject_new_post\";s:42:\"New posting in forum \"%1$s\", thread \"%2$s\"\";s:27:\"frm_noti_subject_del_thread\";s:37:\"Thread \"%2$s\" deleted in forum \"%1$s\"\";s:25:\"frm_noti_subject_act_post\";s:48:\"Posting activated in forum \"%1$s\", thread \"%2$s\"\";s:26:\"frm_noti_subject_answ_post\";s:47:\"Posting answered in forum \"%1$s\", thread \"%2$s\"\";s:25:\"frm_noti_subject_upt_post\";s:47:\"Posting modified in forum \"%1$s\", thread \"%2$s\"\";s:26:\"frm_noti_subject_cens_post\";s:47:\"Posting censored in forum \"%1$s\", thread \"%2$s\"\";s:28:\"frm_noti_subject_uncens_post\";s:49:\"Posting uncensored in forum \"%1$s\", thread \"%2$s\"\";s:25:\"frm_noti_subject_del_post\";s:46:\"Posting deleted in forum \"%1$s\", thread \"%2$s\"\";s:10:\"frm_search\";s:6:\"Search\";s:21:\"forums_thread_deleted\";s:61:\"The selected thread including all postings have been deleted.\";s:22:\"forums_threads_deleted\";s:62:\"The selected threads including all postings have been deleted.\";s:35:\"frm_action_not_possible_thr_deleted\";s:49:\"Action not possible, the thread has been deleted.\";s:34:\"frm_action_not_possible_thr_closed\";s:48:\"Action not possible, the thread has been closed.\";s:38:\"frm_action_not_possible_parent_deleted\";s:57:\"Action not possible, the parent posting has been deleted.\";s:24:\"frm_settings_form_header\";s:14:\"Forum Settings\";s:32:\"frm_settings_presentation_header\";s:12:\"Presentation\";s:34:\"frm_settings_user_functions_header\";s:14:\"User Functions\";s:33:\"frm_settings_mod_functions_header\";s:19:\"Moderator Functions\";s:27:\"frm_settings_privacy_header\";s:7:\"Privacy\";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.\";}'); +INSERT INTO `lng_modules` VALUES ('frm','en','a:1:{s:10:\"frm_import\";s:12:\"Import Forum\";}'); +INSERT INTO `lng_modules` VALUES ('glo','en','a:13:{s:8:\"glo_term\";s:13:\"Glossary Term\";s:8:\"glo_copy\";s:13:\"Copy Glossary\";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:18:\"glo_add_from_other\";s:13:\"Collect Terms\";s:16:\"glo_select_terms\";s:12:\"Select Terms\";s:14:\"glo_copy_terms\";s:10:\"Copy Terms\";s:19:\"glo_reference_terms\";s:15:\"Reference Terms\";s:21:\"glo_select_source_glo\";s:32:\"Please select a source glossary.\";s:19:\"glo_referenced_term\";s:15:\"Referenced Term\";s:18:\"glo_term_reference\";s:14:\"Term Reference\";s:13:\"glo_reference\";s:9:\"Reference\";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:17:\"glo_page_type_gdf\";s:15:\"Term Definition\";}'); +INSERT INTO `lng_modules` VALUES ('gmaps','en','a:13:{s:18:\"gmaps_api_key_desc\";s:92:\"In order to use the Google Maps extension, you need to sign up for a Google Maps API key at:\";s:13:\"gmaps_api_key\";s:7:\"API Key\";s:23:\"gmaps_enable_gmaps_info\";s:59:\"Activates Google Maps in user profiles, groups and courses.\";s:18:\"gmaps_enable_gmaps\";s:18:\"Enable Google Maps\";s:16:\"gmaps_extt_gmaps\";s:11:\"Google Maps\";s:14:\"gmaps_latitude\";s:8:\"Latitude\";s:15:\"gmaps_longitude\";s:9:\"Longitude\";s:20:\"gmaps_lookup_address\";s:14:\"Lookup Address\";s:25:\"gmaps_public_profile_info\";s:30:\"Show location in your profile.\";s:14:\"gmaps_settings\";s:20:\"Google Maps Settings\";s:23:\"gmaps_std_location_desc\";s:26:\"Click map to set location.\";s:18:\"gmaps_std_location\";s:16:\"Default Location\";s:16:\"gmaps_zoom_level\";s:10:\"Zoom Level\";}'); +INSERT INTO `lng_modules` VALUES ('grp','en','a:176:{s:22:\"grp_at_least_one_admin\";s:49:\"There has to be at least one group administrator.\";s:25:\"grp_header_delete_members\";s:63:\"Would you like to remove the following members from this group?\";s:16:\"grp_lim_assigned\";s:42:\"Already assigned to associated group \"%s\".\";s:19:\"grp_members_deleted\";s:15:\"Deleted members\";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:26:\"grouping_change_assignment\";s:17:\"Change Assignment\";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:20:\"grp_already_assigned\";s:53:\"You have already requested membership for this group.\";s:25:\"grp_cancel_subscr_request\";s:25:\"Delete Membership Request\";s:15:\"grp_change_type\";s:17:\"Change Group Type\";s:16:\"grp_edit_members\";s:17:\"Edit Participants\";s:14:\"grp_enable_map\";s:16:\"Enable Group Map\";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:23:\"grp_header_waiting_list\";s:12:\"Waiting List\";s:17:\"grp_icon_settings\";s:13:\"Icon Settings\";s:17:\"grp_info_settings\";s:17:\"Group Information\";s:20:\"grp_information_info\";s:73:\"This information will be show on the info page and for new registrations.\";s:15:\"grp_information\";s:21:\"Important Information\";s:16:\"grp_join_request\";s:4:\"Send\";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: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: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:15:\"grp_members_map\";s:17:\"Group Members Map\";s:11:\"grp_members\";s:7:\"Members\";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:34:\"grp_notification_explanation_admin\";s:90:\"You receive mail from ILIAS because you are group administrator with notification enabled.\";s:16:\"grp_notification\";s:12:\"Notification\";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:15:\"grp_public_info\";s:73:\"Group is visible for non-members but has special requirements to join it.\";s:10:\"grp_public\";s:12:\"Public Group\";s:24:\"grp_reg_deac_info_screen\";s:27:\"Group admittance is closed.\";s:26:\"grp_reg_direct_info_screen\";s:33:\"You can join this group directly.\";s:14:\"grp_reg_direct\";s:19:\"Direct Registration\";s:21:\"grp_reg_disabled_info\";s:53:\"Only group administrators can add users to the group.\";s:16:\"grp_reg_disabled\";s:24:\"No Registration Possible\";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: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:20:\"grp_reg_request_info\";s:67:\"Interested users can send a request/message to group administrator.\";s:15:\"grp_reg_request\";s:18:\"Request Membership\";s:15:\"grp_reg_subject\";s:7:\"Message\";s:26:\"grp_registration_unlimited\";s:9:\"Unlimited\";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:12:\"grp_settings\";s:14:\"Group Settings\";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:26:\"grp_users_already_assigned\";s:44:\"The user is already assigned to this group.\";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:16:\"grp_waiting_list\";s:12:\"Waiting List\";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:24:\"grp_wrong_reg_time_limit\";s:52:\"Please check the registration start and finish time.\";s:25:\"reg_grp_max_members_short\";s:25:\"Limited Number of Members\";s:19:\"reg_grp_max_members\";s:25:\"Maximum Number of Members\";s:27:\"grp_notification_salutation\";s:23:\"Dear group participant,\";s:22:\"grp_custom_user_fields\";s:24:\"Group Relevant User Data\";s:12:\"grp_reg_code\";s:18:\"Admission per Link\";s:17:\"grp_reg_code_link\";s:25:\"Link for Direct Admission\";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:21:\"grp_info_new_grp_type\";s:14:\"New Group Type\";s:23:\"grp_user_agreement_info\";s:46:\"Visible Personal Data for Group Administrators\";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:20:\"grp_agreement_header\";s:14:\"User Agreement\";s:18:\"grp_user_agreement\";s:19:\"Released Data Types\";s:9:\"grp_agree\";s:10:\"Acceptance\";s:18:\"grp_export_members\";s:19:\"Export Participants\";s:15:\"grp_role_status\";s:11:\"Role/Status\";s:22:\"grp_agreement_required\";s:79:\"You have to accept the user agreement, if you want to access the group content.\";s:10:\"grp_import\";s:12:\"Import Group\";s:31:\"grp_setting_header_presentation\";s:18:\"Group Presentation\";s:31:\"grp_setting_header_registration\";s:18:\"Group Registration\";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:21:\"grp_presentation_type\";s:17:\"Presentation Type\";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:25:\"grp_activate_notification\";s:21:\"Activate Notification\";s:27:\"grp_deactivate_notification\";s:23:\"Deactivate Notification\";s:26:\"grp_notification_activated\";s:22:\"Notification Activated\";s:28:\"grp_notification_deactivated\";s:24:\"Notification Deactivated\";s:14:\"grp_print_list\";s:13:\"Generate List\";s:23:\"grp_members_print_title\";s:13:\"Group Members\";s:8:\"grp_copy\";s:10:\"Copy Group\";s:6:\"events\";s:8:\"Sessions\";s:13:\"grp_mail_type\";s:15:\"Mail to Members\";s:20:\"grp_mail_tutors_only\";s:23:\"For Administrators only\";s:12:\"grp_mail_all\";s:20:\"For all Participants\";s:18:\"grp_reg_no_selfreg\";s:17:\"No Self-enrolment\";s:25:\"grp_mail_tutors_only_info\";s:87:\"Only administrators can use the feature ‘Mail to Members’ in the ‘Members’ tab.\";s:17:\"grp_mail_all_info\";s:94:\"Members and administrators can use the feature ‘Mail to Members’ in the ‘Members’ tab.\";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:18:\"grp_mem_tbl_header\";s:18:\"Group Participants\";s:46:\"grp_admission_link_failure_registration_period\";s:52:\"Can\'t register: Group is out of registration period.\";s:45:\"grp_admission_link_failure_membership_limited\";s:44:\"Can\'t register: Group membership is limited.\";s:39:\"grp_admission_link_success_registration\";s:38:\"Successfully registered to group \"%s\".\";s:17:\"grp_usr_agreement\";s:14:\"User Agreement\";s:25:\"grp_wrong_min_max_members\";s:53:\"Set a minimum or maximum number of members - or both.\";s:19:\"reg_grp_min_members\";s:25:\"Minimum Number of Members\";s:20:\"grp_cancellation_end\";s:30:\"Limit \'Unsubscribe from Group\'\";s:30:\"grp_cancellation_end_rbac_info\";s:80:\"The cancellation deadline was met on %s, a cancellation is not possible anymore.\";s:28:\"grp_waiting_list_no_autofill\";s:17:\"Without Auto-Fill\";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:25:\"grp_cancellation_end_info\";s:63:\"Until the date selected members can unsubscribe from the group.\";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:31:\"grp_max_and_min_members_invalid\";s:70:\"The minimum number must be smaller than the maximum number of members.\";s:39:\"grp_admission_link_failure_invalid_code\";s:32:\"Can\'t register: Link is invalid.\";s:25:\"grp_member_administration\";s:17:\"Edit Participants\";s:21:\"grp_show_members_info\";s:59:\"If activated, group members can access the members gallery.\";s:16:\"grp_show_members\";s:12:\"Show Members\";s:28:\"grp_err_registration_limited\";s:60:\"please enter a valid start and end date for the registration\";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:12:\"grp_grp_open\";s:10:\"Open Group\";s:16:\"grp_add_to_group\";s:12:\"Add to Group\";s:21:\"grp_add_user_to_group\";s:17:\"Add user to group\";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:16:\"grp_use_existing\";s:18:\"Use Existing Group\";s:14:\"grp_create_new\";s:16:\"Create New Group\";s:26:\"grp_sure_add_user_to_group\";s:49:\"Do you really want to add this user to the group?\";s:12:\"grp_add_user\";s:8:\"Add User\";s:19:\"grp_user_been_added\";s:37:\"The user has been added 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:23:\"grp_create_and_add_user\";s:19:\"Create and Add User\";s:8:\"grp_next\";s:4:\"Next\";s:31:\"grp_created_and_user_been_added\";s:56:\"Die Gruppe wurde erstellt und der Benutzer hinzugefügt.\";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:21:\"grp_create_new_grp_in\";s:25:\"Create new group in \'%1\'.\";s:25:\"grp_user_already_in_group\";s:49:\"The selected user is already member of the group.\";s:11:\"grp_contact\";s:7:\"Support\";s:16:\"grp_mem_contacts\";s:16:\"Tutorial Support\";}'); +INSERT INTO `lng_modules` VALUES ('help','en','a:19:{s:13:\"help_tooltips\";s:13:\"Help Tooltips\";s:15:\"help_tooltip_id\";s:10:\"Tooltip ID\";s:12:\"help_tt_text\";s:4:\"Text\";s:8:\"help_all\";s:3:\"All\";s:14:\"help_component\";s:9:\"Component\";s:11:\"help_filter\";s:6:\"Filter\";s:21:\"help_open_online_help\";s:16:\"Open Online Help\";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:14:\"help_help_file\";s:17:\"Help Package File\";s:12:\"help_modules\";s:13:\"Help Packages\";s:29:\"help_sure_delete_help_modules\";s:51:\"Are you sure that these packages should be deleted?\";s:20:\"help_module_uploaded\";s:22:\"Help package uploaded.\";s:16:\"help_imported_on\";s:11:\"Imported on\";s:22:\"help_tooltips_and_help\";s:26:\"Tooltips and Workflow Help\";s:14:\"help_help_only\";s:18:\"Workflow Help Only\";s:18:\"help_tooltips_only\";s:13:\"Tooltips Only\";s:13:\"help_set_mode\";s:8:\"Set Mode\";s:11:\"help_topcis\";s:6:\"Topics\";}'); +INSERT INTO `lng_modules` VALUES ('iass','en','a:83:{s:17:\"iass_user_removed\";s:32:\"Successfully remove participant.\";s:29:\"iass_assessment_not_completed\";s:17:\"Not completed yet\";s:15:\"iass_changed_by\";s:26:\"Changed after finalization\";s:16:\"iass_upload_file\";s:11:\"Record file\";s:26:\"iass_file_visible_examinee\";s:28:\"File visible for participant\";s:7:\"general\";s:19:\"General Information\";s:12:\"iass_content\";s:30:\"Assessment content description\";s:20:\"iass_record_template\";s:15:\"Record template\";s:14:\"iass_graded_by\";s:9:\"Graded by\";s:15:\"iass_usr_remove\";s:34:\"Remove Participant from Assessment\";s:13:\"iass_usr_edit\";s:45:\"Edit Participant Record and Learning Progress\";s:13:\"iass_usr_view\";s:18:\"Participant Record\";s:16:\"iass_edit_record\";s:18:\"Participant Record\";s:11:\"iass_record\";s:11:\"Record note\";s:18:\"iass_internal_note\";s:20:\"Internal record note\";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:11:\"iass_notify\";s:36:\"Make Result available to Participant\";s:13:\"iass_finalize\";s:8:\"Finalize\";s:14:\"il_iass_member\";s:11:\"Participant\";s:15:\"il_iass_members\";s:12:\"Participants\";s:21:\"iass_may_not_finalize\";s:30:\"Examinee may not be finalised.\";s:32:\"iass_subj_notification_completed\";s:36:\"%s: Individual Assessment completed.\";s:29:\"iass_subj_notification_failed\";s:33:\"%s: Individual Assessment failed.\";s:28:\"iass_usr_download_attachment\";s:19:\"Download Attachment\";s:11:\"lp_inactive\";s:95:\"Note: the learning progress for this object is inactive. Thus memberships may not be finalised.\";s:9:\"iass_edit\";s:8:\"Settings\";s:8:\"iass_add\";s:28:\"Create Individual Assessment\";s:25:\"iass_membership_finalized\";s:16:\"Record finalised\";s:21:\"iass_membership_saved\";s:31:\"Record saved, not yet finalised\";s:11:\"iass_return\";s:16:\"Back to overview\";s:20:\"iass_remove_user_qst\";s:38:\"Should the examinee really be removed?\";s:22:\"iass_finalize_user_qst\";s:81:\"Should the examinee\'s status really be finalised? No changes possible thereafter.\";s:19:\"iass_settings_saved\";s:15:\"Settings saved.\";s:21:\"iass_add_user_failure\";s:36:\"One or more user could not be added.\";s:21:\"iass_add_user_success\";s:23:\"User added as examinee.\";s:7:\"grading\";s:7:\"Grading\";s:12:\"grading_info\";s:12:\"Grading info\";s:14:\"grading_record\";s:14:\"Grading record\";s:24:\"iass_content_explanation\";s:50:\"Contents of the assessment, e.g., relevant topics.\";s:32:\"iass_record_template_explanation\";s:86:\"Template for examinee grading record. Will be used automatically for any new examinee.\";s:23:\"iass_notify_explanation\";s:120:\"The examinee will be notified via e-mail after finalisation and will get access to her or his record on the Info screen.\";s:12:\"iass_contact\";s:4:\"Name\";s:19:\"iass_responsibility\";s:14:\"Responsibility\";s:10:\"iass_phone\";s:5:\"Phone\";s:10:\"iass_mails\";s:6:\"E-Mail\";s:10:\"iass_place\";s:19:\"Place of assessment\";s:15:\"iass_event_time\";s:18:\"Date of assessment\";s:14:\"iass_usr_amend\";s:13:\"Amend Grading\";s:15:\"iass_save_amend\";s:19:\"Save Amended Record\";s:21:\"iass_info_emails_expl\";s:53:\"You may provide several addresses separated by comma.\";s:23:\"iass_consultation_hours\";s:18:\"Consultation hours\";s:14:\"iass_edit_info\";s:13:\"Info Settings\";s:32:\"iass_mess_notification_completed\";s:91:\"You passed the assessment %s. Please check the following grading record for details:\";s:29:\"iass_mess_notification_failed\";s:91:\"You failed the assessment %s. Please check the following grading record for details:\";s:17:\"iass_contact_info\";s:19:\"Contact information\";s:10:\"iass_added\";s:27:\"Individual Assessment added\";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: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:16:\"iass_record_info\";s:162:\"Examinees can see the record note after having been graded finally. If notification is enabled below, the record note will be send to the examinee by e-mail, too.\";s:23:\"iass_internal_note_info\";s:65:\"Internal notes are only visible for tutors but not for examinees.\";s:9:\"iass_copy\";s:26:\"Copy Individual Assessment\";s:16:\"iass_amend_saved\";s:30:\"Amended record has been saved.\";s:13:\"iass_location\";s:8:\"Location\";s:27:\"iass_further_field_headline\";s:20:\"Detailed Information\";s:15:\"iass_no_entries\";s:17:\"No entries found.\";s:15:\"iass_filter_all\";s:3:\"All\";s:23:\"iass_filter_not_started\";s:16:\"Not started only\";s:25:\"iass_filter_not_finalized\";s:18:\"Not completed only\";s:21:\"iass_filter_finalized\";s:14:\"Completed only\";s:18:\"iass_filter_failed\";s:11:\"Failed only\";s:9:\"iass_file\";s:4:\"File\";s:13:\"iass_download\";s:8:\"Download\";s:9:\"iass_sort\";s:9:\"Sortation\";s:18:\"iass_sort_name_asc\";s:18:\"Username ascending\";s:19:\"iass_sort_name_desc\";s:19:\"Username descending\";s:28:\"iass_sort_examiner_login_asc\";s:18:\"Examiner ascending\";s:29:\"iass_sort_examiner_login_desc\";s:19:\"Examiner descending\";s:24:\"iass_sort_changetime_asc\";s:21:\"Last Change ascending\";s:25:\"iass_sort_changetime_desc\";s:22:\"Last Change descending\";}'); +INSERT INTO `lng_modules` VALUES ('ilinc','en','a:14:{s:13:\"akclassvalue1\";s:13:\"Cost center 1\";s:13:\"akclassvalue2\";s:13:\"Cost center 2\";s:13:\"akclassvalues\";s:12:\"Cost centers\";s:18:\"ilinc_akuservalue1\";s:13:\"Cost center 1\";s:18:\"ilinc_akuservalue2\";s:13:\"Cost center 2\";s:23:\"ilinc_akuservalues_desc\";s:105:\"Enter here the code of the cost center(s) for this user. These values will be stored at the iLinc server.\";s:28:\"ilinc_akuservalues_refreshed\";s:20:\"Cost centers updated\";s:18:\"ilinc_akuservalues\";s:12:\"Cost centers\";s:22:\"ilinc_connection_error\";s:37:\"Error: No connection to iLinc Server!\";s:27:\"ilinc_member_administration\";s:17:\"Edit Participants\";s:20:\"ilinc_no_account_yet\";s:20:\"No iLinc Account yet\";s:16:\"ilinc_user_added\";s:36:\"User account created on iLinc server\";s:13:\"ilinc_user_id\";s:12:\"iLinc UserID\";s:19:\"ilinc_user_settings\";s:19:\"iLinc User settings\";}'); +INSERT INTO `lng_modules` VALUES ('init','en','a:4:{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.\";s:22:\"init_error_maintenance\";s:83:\"The server is not available due to maintenance. We apologise for any inconvenience.\";s:30:\"init_error_authentication_fail\";s:22:\"Authentication failed.\";}'); +INSERT INTO `lng_modules` VALUES ('itgr','en','a:15:{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: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:16:\"itgr_always_open\";s:11:\"Always Open\";s:22:\"itgr_expandable_closed\";s:29:\"Expandable (initially closed)\";s:20:\"itgr_expandable_open\";s:29:\"Expandable (initially opened)\";s:9:\"itgr_edit\";s:16:\"Edit Item Groups\";s:14:\"itgr_materials\";s:9:\"Materials\";s:9:\"itgr_item\";s:4:\"Item\";s:23:\"itgr_assigned_materials\";s:18:\"Assigned Materials\";s:15:\"itgr_assignment\";s:10:\"Assignment\";s:15:\"itgr_hide_title\";s:10:\"Hide Title\";s:20:\"itgr_hide_title_info\";s:54:\"Hides title of item group in presentation for learner.\";s:14:\"itgr_desc_info\";s:85:\"The description will not be a part of the item group\'s presentation in its container.\";}'); +INSERT INTO `lng_modules` VALUES ('jscalendar','en','a:58:{s:19:\"about_calendar_long\";s:365:\"DHTML Date/Time Selector (c) 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 to select year - Use the <, > buttons to select month - Hold mouse button on any of the above buttons for faster selection.\";s:14:\"about_calendar\";s:18:\"About the calendar\";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:9:\"time_part\";s:37:\"(Shift-)Click or drag to change value\";s:4:\"time\";s:4:\"Time\";s:5:\"today\";s:5:\"Today\";s:14:\"tt_date_format\";s:9:\"%a, %b %e\";s:2:\"wk\";s:2:\"wk\";}'); +INSERT INTO `lng_modules` VALUES ('jsmath','en','a:12:{s:27:\"jsmath_default_setting_info\";s:169:\"If checked, jsMath will be used as default method to render LaTeX code for all users who did not enable or disable the jsMath support in their personal profile settings.\";s:22:\"jsmath_default_setting\";s:14:\"Use as default\";s:25:\"jsmath_enable_jsmath_info\";s:76:\"Activates support for jsMath based mathematical output of LaTeX expressions.\";s:20:\"jsmath_enable_jsmath\";s:13:\"Enable jsMath\";s:23:\"jsmath_enable_user_desc\";s:205:\"Activate jsMath for the output of mathematical formulae. jsMath output produces scaleable formulae and requires activated Javascript. When jsMath output is deactived, formulae will be rendered as graphics.\";s:18:\"jsmath_enable_user\";s:21:\"Enable jsMath support\";s:18:\"jsmath_extt_jsmath\";s:6:\"jsMath\";s:20:\"jsmath_no_javascript\";s:381:\"If you don\'t see the correct mathematical formula next to this hint, then you have jsMath output enabled but your web browser doesn\'t support JavaScript or JavaScript is disabled. To see mathematical formulae, please activate JavaScript in your web browser and reload this page or go to Personal Desktop > Personal Profile > jsMath and disable jsMath output.\";s:21:\"jsmath_path_not_found\";s:88:\"Cannot find jsMath.js in the given path. Please check the jsMath location on the server!\";s:26:\"jsmath_path_to_jsmath_desc\";s:121:\"The path to the jsMath base directory relative to the ILIAS base directory, e.g. "./Services/Javascript/jsMath"\";s:21:\"jsmath_path_to_jsmath\";s:14:\"Path to jsMath\";s:15:\"jsmath_settings\";s:15:\"jsMath Settings\";}'); +INSERT INTO `lng_modules` VALUES ('ldap','en','a:123:{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: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: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: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)(userfilter)).\";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. * The role selection is required in case you chose a type of synchronisation.\";s:16:\"ldap_global_role\";s:11:\"Global Role\";s:25:\"ldap_group_attribute_info\";s:34:\"The group attribute to search for.\";s:20:\"ldap_group_attribute\";s:19:\"Attribute for Group\";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:13:\"ldap_group_dn\";s:8:\"Group DN\";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)(groupfilter)).\";s:17:\"ldap_group_filter\";s:11:\"LDAP Filter\";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:17:\"ldap_group_member\";s:22:\"Group Member Attribute\";s:21:\"ldap_group_membership\";s:16:\"Group Membership\";s:20:\"ldap_group_name_info\";s:80:\"The name of the group users have to be a member of to authenticate successfully.\";s:15:\"ldap_group_name\";s:10:\"Group Name\";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:
(&(userattr=username)(userfilter))\";s:23:\"ldap_group_restrictions\";s:29:\"Group Membership Restrictions\";s:21:\"ldap_group_scope_info\";s:53:\"Scope for group searching. If unsure choose ‘Sub’\";s:16:\"ldap_group_scope\";s:12:\"Search Scope\";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:19:\"ldap_info_text_info\";s:176:\"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 and on the Personal Desktop.\";s:14:\"ldap_info_text\";s:16:\"Information Text\";s:15:\"ldap_local_role\";s:10:\"Local Role\";s:22:\"ldap_mapping_info_type\";s:56:\"Show Information also in the Repository/Personal Desktop\";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:32:\"Add New Role -> Group Assignment\";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:11:\"ldap_plugin\";s:20:\"Assignment by Plugin\";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:14:\"ldap_referrals\";s:9:\"Referrals\";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:24:\"ldap_role_bind_pass_info\";s:8:\"Password\";s:19:\"ldap_role_bind_pass\";s:8:\"Password\";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:19:\"ldap_role_bind_user\";s:8:\"Users DN\";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:34:\"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:32:\"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:24:\"ldap_role_selection_info\";s:70:\"Your selection is ambiguous. Please choose one of the following roles.\";s:19:\"ldap_role_selection\";s:14:\"Role Selection\";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:21:\"ldap_server_name_info\";s:56:\"Please choose a name for this LDAP server configuration.\";s:16:\"ldap_server_name\";s:26:\"Name of LDAP 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:163:\"A fully qualified URL for specifying the protocol, url and port to connect to. E.g \"ldap://ldap.ilias.de:389\". You may add multiple servers with commas separated.\";s:24:\"ldap_server_version_info\";s:31:\"LDAP version to use, usually 3.\";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:20:\"ldap_user_scope_info\";s:53:\"Scope for user searching. If unsure choose ‘Sub’.\";s:15:\"ldap_user_scope\";s:12:\"Search Scope\";s:19:\"ldap_user_sync_info\";s:87:\"Defines whether new users are automatically created on login or regularly per Cron-Job.\";s:14:\"ldap_user_sync\";s:29:\"User Synchronization Settings\";s:10:\"ldap_as_ds\";s:18:\"Use as Data Source\";s:15:\"ldap_as_ds_info\";s:162:\"If activated, this LDAP configuration is used only for the synchronization of user accounts in combination with other authentication methods (e.g. CAS or Radius).\";s:25:\"ldap_edit_role_assignment\";s:29:\"Edit Role -> Group Assignment\";s:19:\"ldap_user_sync_cron\";s:25:\"LDAP User Synchronization\";s:16:\"ldap_choose_role\";s:11:\"Choose Role\";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:12:\"ldap_servers\";s:11:\"LDAP Server\";s:15:\"add_ldap_server\";s:10:\"Add Server\";s:20:\"ldap_username_filter\";s:15:\"Username Filter\";s:25:\"ldap_username_filter_info\";s:18:\"Use * as wildcard.\";}'); +INSERT INTO `lng_modules` VALUES ('license','en','a:16:{s:9:\"arbitrary\";s:9:\"arbitrary\";s:20:\"course_licenses_rare\";s:134:\"Warning: only %s licenses are available for a course object. Look at the tab ‘Licenses’ to see which licenses have to be extended.\";s:12:\"edit_license\";s:12:\"Edit license\";s:17:\"existing_licenses\";s:17:\"Existing licenses\";s:20:\"license_counter_info\";s:74:\"Allows counting used licenses of purchased SCORM and HTML learning modules\";s:15:\"license_counter\";s:15:\"License counter\";s:15:\"license_updated\";s:29:\"The license data was updated.\";s:20:\"license_warning_info\";s:113:\"Up to this number of remaining licenses for a course object a warning is presented when a user enters the course.\";s:15:\"license_warning\";s:15:\"License warning\";s:30:\"potential_accesses_explanation\";s:84:\"Every user with read access who hasn\'t accessed so far counts as a potential access.\";s:18:\"potential_accesses\";s:18:\"Potential accesses\";s:30:\"remaining_licenses_explanation\";s:66:\"The available licenses are calculated as purchased minus consumed.\";s:18:\"remaining_licenses\";s:18:\"Available licenses\";s:25:\"used_licenses_explanation\";s:48:\"Every first access of a user consumes a license.\";s:13:\"used_licenses\";s:17:\"Consumed licenses\";s:25:\"zero_licenses_explanation\";s:38:\"Enter a 0 to deactivate the licensing.\";}'); +INSERT INTO `lng_modules` VALUES ('link','en','a:5:{s:13:\"link_chapters\";s:8:\"Chapters\";s:11:\"link_wpages\";s:10:\"Wiki Pages\";s:10:\"link_terms\";s:5:\"Terms\";s:9:\"link_mobs\";s:13:\"Media Objects\";s:9:\"link_link\";s:4:\"Link\";}'); +INSERT INTO `lng_modules` VALUES ('lm','en','a:3:{s:7:\"lm_copy\";s:20:\"Copy Learning Module\";s:14:\"lm_save_titles\";s:13:\"Titles saved.\";s:15:\"lm_page_type_lm\";s:7:\"LM Page\";}'); +INSERT INTO `lng_modules` VALUES ('lng','en','a:3:{s:29:\"lng_enable_language_detection\";s:25:\"Enable Language Detection\";s:30:\"lng_disable_language_detection\";s:26:\"Disable Language Detection\";s:23:\"lng_download_deprecated\";s:24:\"Download Deprecated List\";}'); +INSERT INTO `lng_modules` VALUES ('log','en','a:22:{s:20:\"log_general_settings\";s:16:\"Logging Settings\";s:14:\"log_components\";s:10:\"Components\";s:13:\"log_log_level\";s:9:\"Log Level\";s:15:\"log_level_debug\";s:5:\"DEBUG\";s:14:\"log_level_info\";s:4:\"INFO\";s:16:\"log_level_notice\";s:6:\"NOTICE\";s:17:\"log_level_warning\";s:7:\"WARNING\";s:15:\"log_level_error\";s:5:\"ERROR\";s:18:\"log_level_critical\";s:8:\"CRITICAL\";s:19:\"log_level_emergency\";s:9:\"EMERGENCY\";s:15:\"log_level_alert\";s:5:\"ALERT\";s:10:\"log_cache_\";s:7:\"Caching\";s:15:\"log_cache_level\";s:13:\"Caching-Level\";s:10:\"log_memory\";s:16:\"Log Memory Usage\";s:11:\"log_browser\";s:19:\"Browser Console Log\";s:17:\"log_browser_users\";s:27:\"Usernames Using Console Log\";s:27:\"log_component_col_component\";s:9:\"Component\";s:23:\"log_component_col_level\";s:9:\"Log-Level\";s:23:\"log_component_btn_reset\";s:14:\"Reset Settings\";s:13:\"log_level_off\";s:8:\"Disabled\";s:23:\"log_component_root_desc\";s:62:\"Leg-Level for message which are not assigned to any component.\";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.\";}'); +INSERT INTO `lng_modules` VALUES ('logging','en','a:12:{s:13:\"logs_settings\";s:16:\"Logging Settings\";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 %s\";s:16:\"log_error_folder\";s:4:\"Path\";s:14:\"log_error_mail\";s:14:\"Mail recipient\";s:18:\"log_error_settings\";s:22:\"Error logging settings\";s:20:\"error_settings_saved\";s:14:\"Saved settings\";s:28:\"log_error_file_cleanup_title\";s:38:\"Delete old or orphaned error log files\";s:27:\"log_error_file_cleanup_info\";s:42:\"Deletes old or orphand files of error log.\";s:38:\"log_error_path_not_configured_or_wrong\";s:61:\"Path to errors (error_path) is not configured or unreachable.\";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.\";}'); +INSERT INTO `lng_modules` VALUES ('mail','en','a:227:{s:31:\"mail_serial_letter_placeholders\";s:26:\"Serial-Letter Placeholders\";s:35:\"activate_serial_letter_placeholders\";s:35:\"Activate Serial-Letter Placeholders\";s:2:\"bc\";s:3:\"BCC\";s:14:\"back_to_folder\";s:14:\"Back to Folder\";s:14:\"current_folder\";s:18:\"Current Folder: %s\";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: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:9:\"linebreak\";s:10:\"Line break\";s:14:\"mail_send_html\";s:10:\"HTML Frame\";s:19:\"mail_send_html_info\";s:287:\"If enabled, the body of external e-mails will be embedded in a HTML frame. The corresponding template can be customized by creating a copy of \'./Services/Mail/templates/default/tpl.html_mail_template.html\' at \'./Customizing/global/skin/[SKIN]/Services/Mail/tpl.html_mail_template.html\' .\";s:17:\"mail_account_mail\";s:12:\"Account Mail\";s:18:\"mail_add_recipient\";s:24:\"Please enter a recipient\";s:18:\"mail_add_subfolder\";s:14:\"Add Sub-folder\";s:16:\"mail_add_subject\";s:22:\"Please enter a subject\";s:33:\"mail_assign_entry_to_mailing_list\";s:48:\"Assign an Entry of Your Contacts to Mailing List\";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:21:\"mail_change_to_folder\";s:20:\"Switch to folder: %s\";s:30:\"mail_cronjob_notification_info\";s:61:\"You can activate a periodic notification about new mail here.\";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:35:\"mail_crs_list_members_not_available\";s:61:\"It is not possible to list the members of the marked courses.\";s:18:\"mail_deleted_entry\";s:23:\"The entries are deleted\";s:12:\"mail_deleted\";s:19:\"The mail is deleted\";s:29:\"mail_empty_trash_confirmation\";s:51:\"Are you sure you want to delete all mails in trash?\";s:16:\"mail_empty_trash\";s:11:\"Empty Trash\";s:22:\"mail_entry_of_contacts\";s:17:\"Entry of Contacts\";s:14:\"mail_file_name\";s:9:\"File Name\";s:14:\"mail_file_size\";s:9:\"File Size\";s:18:\"mail_files_deleted\";s:23:\"The file(s) are deleted\";s:19:\"mail_folder_created\";s:29:\"A new folder has been created\";s:19:\"mail_folder_deleted\";s:27:\"The folder has been deleted\";s:18:\"mail_folder_exists\";s:38:\"A folder already exists with this name\";s:24:\"mail_folder_name_changed\";s:27:\"The folder has been renamed\";s:28:\"mail_following_rcp_not_valid\";s:39:\"The following recipients are not valid:\";s:18:\"mail_incoming_both\";s:20:\"local and forwarding\";s:19:\"mail_incoming_local\";s:10:\"only local\";s:18:\"mail_incoming_mail\";s:13:\"Incoming mail\";s:18:\"mail_incoming_smtp\";s:25:\"forward to e-mail address\";s:13:\"mail_incoming\";s:13:\"Incoming mail\";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:17:\"mail_list_members\";s:12:\"List members\";s:17:\"mail_mailing_list\";s:12:\"Mailing List\";s:47:\"mail_mailing_lists_all_contact_entries_assigned\";s:68:\"You have already assigned all of your contacts to this mailing list.\";s:37:\"mail_mailing_lists_no_contact_entries\";s:54:\"You have no entries in your contacts to add to a list.\";s:18:\"mail_mailing_lists\";s:13:\"Mailing Lists\";s:14:\"mail_mark_read\";s:14:\"Mark mail read\";s:16:\"mail_mark_unread\";s:16:\"Mark mail unread\";s:29:\"mail_maxsize_attachment_error\";s:20:\"The upload limit is:\";s:28:\"mail_members_of_mailing_list\";s:23:\"Members of Mailing List\";s:17:\"mail_message_send\";s:12:\"Message sent\";s:15:\"mail_move_error\";s:17:\"Error moving mail\";s:12:\"mail_move_to\";s:8:\"Move to:\";s:19:\"mail_moved_to_trash\";s:28:\"Mail has been moved to trash\";s:10:\"mail_moved\";s:23:\"The mail has been moved\";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:15:\"mail_nacc_title\";s:5:\"Title\";s:20:\"mail_nacc_admin_mail\";s:29:\"Mail address of Administrator\";s:21:\"mail_nacc_client_name\";s:11:\"Client Name\";s:21:\"mail_nacc_client_desc\";s:18:\"Client Description\";s:19:\"mail_nacc_ilias_url\";s:19:\"URL of ILIAS system\";s:15:\"mail_nacc_login\";s:13:\"Login Account\";s:21:\"mail_nacc_no_pw_block\";s:94:\"This text block is only included, if the new user account has been created without a password.\";s:18:\"mail_nacc_pw_block\";s:96:\"This text block is only included, if the new user account has been created including a password.\";s:20:\"mail_nacc_salutation\";s:8:\"Greeting\";s:22:\"mail_nacc_target_block\";s:57:\"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:16:\"mail_nacc_target\";s:78:\"URL of target item, e.g. a linked course that is passed to ILIAS from outside.\";s:25:\"mail_nacc_use_placeholder\";s:64:\"The following placeholders may be used (only in Message Content)\";s:30:\"mail_no_permissions_write_smtp\";s:47:\"You have no permission to write external e-mail\";s:26:\"mail_no_valid_mailing_list\";s:28:\"%1$s (no valid mailing list)\";s:25:\"mail_notification_subject\";s:22:\"New mail in your inbox\";s:18:\"mail_options_saved\";s:13:\"Options saved\";s:6:\"mail_s\";s:7:\"Mail(s)\";s:25:\"mail_salutation_anonymous\";s:5:\"Hello\";s:17:\"mail_salutation_f\";s:9:\"Dear Mrs.\";s:22:\"mail_salutation_female\";s:64:\"Output for placeholder [MAIL_SALUTATION], if salutation is \'Ms.\'\";s:23:\"mail_salutation_general\";s:82:\"Output for placeholder [MAIL_SALUTATION], if no salutation is desired or specified\";s:17:\"mail_salutation_m\";s:8:\"Dear Mr.\";s:20:\"mail_salutation_male\";s:64:\"Output for placeholder [MAIL_SALUTATION], if salutation is \'Mr.\'\";s:17:\"mail_salutation_n\";s:5:\"Hello\";s:10:\"mail_saved\";s:26:\"The message has been saved\";s:22:\"mail_select_attachment\";s:41:\"Please select an attachment for download.\";s:18:\"mail_select_course\";s:34:\"Please select at least one course.\";s:17:\"mail_select_group\";s:33:\"Please select at least one group.\";s:21:\"mail_select_one_entry\";s:25:\"You must select one entry\";s:20:\"mail_select_one_file\";s:24:\"You must select one file\";s:36:\"mail_settings_incoming_type_see_also\";s:106:\"You can find a further possibility to modify the incoming type of e-mails for users here.\";s:24:\"mail_subject_prefix_info\";s:176:\"Enter a text, which will be prepended to the subject line of outgoing auto generated e-mails. It is recommended the usage of a prefix for supporting message filtering by users.\";s:19:\"mail_subject_prefix\";s:12:\"Mail Subject\";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:51:\"Are you sure you want to delete the selected files?\";s:23:\"mail_sure_delete_folder\";s:54:\"The folder and its content will be removed permanently\";s:16:\"mail_sure_delete\";s:51:\"Are you sure you want to delete the marked mail(s)?\";s:7:\"mail_to\";s:2:\"To\";s:29:\"mail_error_reading_attachment\";s:35:\"Could not determine any attachment.\";s:19:\"placeholders_advise\";s:144:\"Personal placeholders are only substituted for recipients in the To field.%sPersonal placeholders of CC and BCC recipients are kept as they are.\";s:17:\"search_recipients\";s:17:\"Search Recipients\";s:12:\"send_mail_to\";s:7:\"Mail to\";s:25:\"mail_tbl_head_attachments\";s:10:\"Attachment\";s:19:\"mail_allow_external\";s:16:\"External E-Mails\";s:24:\"mail_allow_external_info\";s:78:\"If disabled, the delivery of external e-mails (via SMTP) is globally disabled.\";s:25:\"mail_settings_general_tab\";s:7:\"General\";s:26:\"mail_settings_external_tab\";s:8:\"External\";s:31:\"mail_settings_external_frm_head\";s:16:\"External E-Mails\";s:27:\"mail_settings_user_frm_head\";s:12:\"User E-Mails\";s:29:\"mail_settings_system_frm_head\";s:14:\"System E-Mails\";s:16:\"mail_smtp_status\";s:13:\"Send via SMTP\";s:21:\"mail_smtp_status_info\";s:171:\"If enabled, ILIAS will 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_host\";s:4:\"Host\";s:19:\"mail_smtp_host_info\";s:59:\"Please enter the hostname or IP of the desired mail server.\";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:20:\"mail_smtp_encryption\";s:10:\"Encryption\";s:24:\"mail_smtp_encryption_tls\";s:3:\"TLS\";s:24:\"mail_smtp_encryption_ssl\";s:3:\"SSL\";s:27:\"mail_external_send_test_usr\";s:28:\"Send Test E-Mail (User Mail)\";s:27:\"mail_external_send_test_sys\";s:30:\"Send Test E-Mail (System Mail)\";s:23:\"mail_external_test_sent\";s:65:\"An e-mail was sent to the e-mail address defined in your profile.\";s:14:\"mail_smtp_user\";s:4:\"User\";s:18:\"mail_smtp_password\";s:8:\"Password\";s:22:\"mail_smtp_password_req\";s:74:\"If you defined a user for authentication purposes, a password must be set.\";s:25:\"mail_system_usr_from_addr\";s:20:\"Sender E-Mail (From)\";s:30:\"mail_system_usr_from_addr_info\";s:402:\"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. The e-mail address of the user sending an e-mail via ILIAS will be automatically put in the \'Reply-To\' header.

Examples: info@institution.de or no-reply@institution.de\";s:25:\"mail_system_usr_from_name\";s:22:\"Sender Fullname (From)\";s:30:\"mail_system_usr_from_name_info\";s:144:\"You can use the placeholders [FULLNAME], [FIRSTNAME] and [LASTNAME]. These will then be replaced by the respective data of the e-mail initiator.\";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: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.

Examples: info@institution.de or no-reply@institution.de\";s:25:\"mail_system_sys_from_name\";s:22:\"Sender Fullname (From)\";s:29:\"mail_system_sys_reply_to_addr\";s:8:\"Reply-To\";s:29:\"mail_system_sys_env_from_addr\";s:16:\"Technical Sender\";s:25:\"mail_system_sys_signature\";s:9:\"Signature\";s:24:\"mail_member_notification\";s:24:\"Participant Notification\";s:35:\"mail_enable_crs_member_notification\";s:21:\"Notify Course Members\";s:35:\"mail_enable_grp_member_notification\";s:20:\"Notify Group Members\";s:40:\"mail_enable_crs_member_notification_info\";s:160:\"ILIAS will automatically send an e-mail to every course member if his or her membership status is changed. This setting applies to all courses on the plattform.\";s:40:\"mail_enable_grp_member_notification_info\";s:158:\"ILIAS will automatically send an e-mail to every group member if his or her membership status is changed. This setting applies to all groups on the plattform.\";s:15:\"mail_add_folder\";s:18:\"Add New Sub-folder\";s:18:\"mail_rename_folder\";s:13:\"Rename Folder\";s:43:\"system_notification_installation_changed_by\";s:10:\"Changed By\";s:11:\"mail_filter\";s:6:\"Filter\";s:18:\"mail_filter_sender\";s:6:\"Sender\";s:22:\"mail_filter_recipients\";s:10:\"Recipients\";s:19:\"mail_filter_subject\";s:7:\"Subject\";s:16:\"mail_filter_body\";s:4:\"Body\";s:18:\"mail_filter_attach\";s:11:\"Attachments\";s:29:\"mail_filter_field_placeholder\";s:25:\"Filter these messages ...\";s:15:\"mail_filter_txt\";s:18:\"Filter messages by\";s:23:\"mail_filter_only_unread\";s:11:\"Only Unread\";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:32:\"mail_download_zip_no_attachments\";s:31:\"Could not find any attachments.\";s:14:\"search_content\";s:13:\"Search Result\";s:22:\"mail_nacc_if_timelimit\";s:68:\"This text is only included, if the user has a limited access period.\";s:19:\"mail_nacc_timelimit\";s:18:\"User access period\";s:31:\"mail_max_size_attachments_total\";s:189:\"Please enter the maximum file size allowed as attachment per mail. This setting is not related to other resource limits, e.g. upload_max_filesize etc. (since you can attach multiple files).\";s:37:\"mail_max_size_attachments_total_error\";s:31:\"The allowed attachment size is:\";s:23:\"link_check_introduction\";s:35:\"the following weblinks are invalid:\";s:17:\"link_check_reason\";s:76:\"You recife this mail because you enabled the notification for invalid links.\";s:25:\"link_check_affected_links\";s:14:\"Affected Links\";s:21:\"link_check_perma_link\";s:14:\"Permanent Link\";s:19:\"mail_orphaned_mails\";s:28:\"Delete old or orphaned mails\";s:14:\"mail_threshold\";s:9:\"Threshold\";s:19:\"mail_threshold_info\";s:296:\"Internal messages that are older than the defined threshold value here, will be deleted (including possibly existing attachments).
Please keep in mind that on the first run of this cronjob a lot of messages will be deleted and because of this it is not possible to send a mail as a warning.\";s:24:\"mail_orphaned_mails_desc\";s:28:\"Delete old or orphaned mails\";s:16:\"only_inbox_trash\";s:27:\"Only consider inbox / trash\";s:21:\"only_inbox_trash_info\";s:165:\"If enabled, e-mails are only deleted if they are located in the Inbox and Trash of the respective user. Otherwise, all messages are deleted regardless of the folder.\";s:20:\"mail_notify_orphaned\";s:17:\"Notification Mail\";s:25:\"mail_notify_orphaned_info\";s:193:\"If you enter a value here is larger than or equal to 1, ILIAS will send an e-mail to the user before an internal mail is deleted. Please make sure that an external e-mail reception is possible.\";s:21:\"orphaned_mail_subject\";s:33:\"Notification about orphaned mails\";s:18:\"orphaned_mail_body\";s:122:\"The following old or orphaned mails are in your mailbox. Please note, that these mails will be deleted automatically soon.\";s:14:\"mail_templates\";s:14:\"Text Templates\";s:17:\"mail_new_template\";s:17:\"New Text Template\";s:28:\"mail_template_set_as_default\";s:14:\"Set as Default\";s:30:\"mail_template_unset_as_default\";s:16:\"Unset as Default\";s:21:\"mail_template_default\";s:10:\" (Default)\";s:26:\"mail_tpl_sure_delete_entry\";s:50:\"Are you sure you want to delete the text template?\";s:28:\"mail_tpl_sure_delete_entries\";s:54:\"Are you sure you want to delete the following entries?\";s:19:\"mail_template_title\";s:4:\"Name\";s:21:\"mail_template_context\";s:7:\"Context\";s:34:\"mail_template_no_context_available\";s:119:\"There is no context provided by any ILIAS service or module. Thus it is not possible to create or edit a text template.\";s:30:\"mail_template_orphaned_context\";s:16:\"Orphaned Context\";s:15:\"mail_create_tpl\";s:21:\"Create Text Templates\";s:13:\"mail_edit_tpl\";s:19:\"Edit Text Templates\";s:18:\"mail_tpl_deleted_p\";s:45:\"The text templates were successfully deleted.\";s:18:\"mail_tpl_deleted_s\";s:43:\"The text template was successfully deleted.\";s:24:\"mail_template_missing_id\";s:65:\"Can\'t execute the action because the text template id is missing.\";s:30:\"mail_template_no_valid_context\";s:31:\"The given context is not valid.\";s:20:\"mail_template_client\";s:13:\"Text Template\";s:25:\"mail_template_client_info\";s:190:\"Choose one of the available text templates and make use of it\'s placeholders. If you choose a text template, body and subject of this form (if defined in the text template) will be replaced.\";s:34:\"mail_enable_crs_admin_notification\";s:28:\"Notify Course Administrators\";s:34:\"mail_enable_grp_admin_notification\";s:27:\"Notify Group Administrators\";s:39:\"mail_enable_crs_admin_notification_info\";s:315:\"In new courses the setting \'Notification About New Members\' will be activated by default. It is set in the \'Member\'-tab of courses. Course administrators will receive an e-mail when a member joins the course or leaves it or if the minimally required number of participants is not met the course needs to take place.\";s:39:\"mail_enable_grp_admin_notification_info\";s:293:\"In new groups the setting \'Notification\' will be activated by default. It is set in the \'Member\'-tab of groups. Course administrators will receive an e-mail when a member joins the group or leaves it or if the minimally required number of participants is not met the group needs to take place.\";s:36:\"mail_notification_membership_section\";s:10:\"Membership\";s:14:\"mail_sel_label\";s:21:\"Choose the Recipients\";s:14:\"mail_crs_roles\";s:25:\"Send Mail to Course Roles\";s:14:\"mail_grp_roles\";s:24:\"Send Mail to Group Roles\";s:17:\"send_mail_members\";s:11:\"All Members\";s:16:\"send_mail_tutors\";s:10:\"All Tutors\";s:16:\"send_mail_admins\";s:18:\"All Administrators\";s:14:\"mail_sel_users\";s:27:\"Send Mail to Selected Users\";s:30:\"mail_attachment_file_not_exist\";s:62:\"At least one of the following attachments does not exist: %1$s\";s:24:\"mail_recipient_not_found\";s:39:\"%1$s (could not find a valid recipient)\";s:35:\"mail_multiple_role_recipients_found\";s:47:\"%1$s (found multiple roles for recipient: %2$s)\";s:22:\"mail_generic_rcp_error\";s:54:\"An error occured while validating the recipients: %1$s\";s:28:\"mail_members_search_continue\";s:8:\"Continue\";s:24:\"first_email_missing_info\";s:65:\"Selection not possible because no e-mail address has been entered\";s:25:\"second_email_missing_info\";s:72:\"Selection not possible because no second e-mail address has been entered\";s:16:\"mail_first_email\";s:20:\"First E-Mail Address\";s:17:\"mail_second_email\";s:21:\"Second E-Mail Address\";s:15:\"mail_both_email\";s:21:\"Both E-Mail Addresses\";s:18:\"show_mail_settings\";s:18:\"Show Mail Settings\";s:23:\"show_mail_settings_info\";s:100:\"If enabled, the user\'s `Mail Settings` are accessible via the `Personal Settings` or `Mail` section.\";}'); +INSERT INTO `lng_modules` VALUES ('maps','en','a:18:{s:21:\"maps_enable_maps_info\";s:52:\"Activates Maps in user profiles, groups and courses.\";s:16:\"maps_enable_maps\";s:11:\"Enable Maps\";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:35:\"maps_custom_geolocation_server_info\";s:210:\"Server URL to provide geolocation-data using Nominatim. Your entry should contain the placeholder [QUERY] to define a position for request information. Example: nominatim.example.com/search/[QUERY]?format=json.\";s:21:\"configure_geolocation\";s:119:\"Please finish the geolocation configuration in the \"Third Party Software\" administration menu to enable address search.\";s:16:\"maps_tile_server\";s:16:\"Server for Tiles\";s:23:\"maps_geolocation_server\";s:30:\"Server for Reverse Geolocation\";s:14:\"maps_extt_maps\";s:4:\"Maps\";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_settings\";s:13:\"Maps Settings\";s:22:\"maps_std_location_desc\";s:26:\"Click map to set location.\";s:17:\"maps_std_location\";s:16:\"Default Location\";s:15:\"maps_zoom_level\";s:10:\"Zoom Level\";s:16:\"maps_google_maps\";s:11:\"Google Maps\";s:21:\"maps_open_layers_maps\";s:16:\"Open Layers Maps\";s:13:\"maps_map_type\";s:3:\"Typ\";}'); +INSERT INTO `lng_modules` VALUES ('mass','en','a:56:{s:7:\"general\";s:19:\"General Information\";s:12:\"mass_content\";s:30:\"Assessment content description\";s:20:\"mass_record_template\";s:15:\"Record template\";s:14:\"mass_graded_by\";s:9:\"Graded by\";s:15:\"mass_usr_remove\";s:23:\"Remove user from object\";s:13:\"mass_usr_edit\";s:38:\"Edit user record and learning progress\";s:13:\"mass_usr_view\";s:11:\"User record\";s:16:\"mass_edit_record\";s:11:\"User record\";s:11:\"mass_record\";s:11:\"Record note\";s:18:\"mass_internal_note\";s:53:\"Internal record note (should not be seen by examinee)\";s:21:\"mass_status_completed\";s:9:\"completed\";s:18:\"mass_status_failed\";s:6:\"failed\";s:19:\"mass_status_pending\";s:14:\"status pending\";s:11:\"mass_notify\";s:30:\"Notify user after finalization\";s:13:\"mass_finalize\";s:8:\"Finalize\";s:14:\"il_mass_member\";s:24:\"Manual Assessment Member\";s:12:\"edit_members\";s:12:\"Edit members\";s:17:\"mass_edit_members\";s:12:\"Edit members\";s:12:\"mass_visible\";s:7:\"Visible\";s:9:\"mass_read\";s:4:\"Read\";s:9:\"mass_copy\";s:4:\"Copy\";s:10:\"mass_write\";s:13:\"Edit Settings\";s:11:\"mass_delete\";s:6:\"Delete\";s:27:\"mass_read_learning_progress\";s:37:\"View learning progress of other users\";s:21:\"mass_edit_permissions\";s:18:\"Change Permissions\";s:27:\"mass_edit_learning_progress\";s:22:\"Edit learning progress\";s:21:\"mass_may_not_finalize\";s:30:\"Examinee may not be finalized.\";s:32:\"mass_subj_notification_completed\";s:32:\"%s: Manual Assessment completed.\";s:29:\"mass_subj_notification_failed\";s:29:\"%s: Manual Assessment failed.\";s:11:\"lp_inactive\";s:95:\"Note: the learning progress for this object is inactive. Thus memberships may not be finalized.\";s:9:\"mass_edit\";s:8:\"Settings\";s:8:\"mass_add\";s:24:\"Create Manual Assessment\";s:25:\"mass_membership_finalized\";s:16:\"Record finalized\";s:21:\"mass_membership_saved\";s:31:\"Record saved, not yet finalized\";s:11:\"mass_return\";s:16:\"Back to overview\";s:20:\"mass_remove_user_qst\";s:34:\"Should the user really be removed?\";s:22:\"mass_finalize_user_qst\";s:77:\"Should the user status really be finalized? (No changes possibel thereafter.)\";s:19:\"mass_settings_saved\";s:15:\"Settings saved.\";s:21:\"mass_add_user_failure\";s:36:\"One or more user could not be added.\";s:21:\"mass_add_user_success\";s:11:\"User added.\";s:7:\"grading\";s:7:\"Grading\";s:12:\"grading_info\";s:12:\"Grading info\";s:14:\"grading_record\";s:14:\"Grading record\";s:24:\"mass_content_explanation\";s:50:\"Contents of the assessment, e.g., relevant topics.\";s:32:\"mass_record_template_explanation\";s:82:\"Template for member grading record. Will be used automatically for any new member.\";s:23:\"mass_notify_explanation\";s:115:\"The user will be notified via email after finalization and will get access to her or his record in the Info-Screen.\";s:12:\"mass_contact\";s:4:\"Name\";s:19:\"mass_responsibility\";s:14:\"Responsibility\";s:10:\"mass_phone\";s:5:\"Phone\";s:10:\"mass_mails\";s:5:\"Mails\";s:21:\"mass_info_emails_expl\";s:54:\"You may provide several addresses separated by a coma.\";s:23:\"mass_consultation_hours\";s:18:\"Consultation Hours\";s:14:\"mass_edit_info\";s:13:\"Info Settings\";s:32:\"mass_mess_notification_completed\";s:76:\"You passed the assessment %s. Please check the following record for details:\";s:29:\"mass_mess_notification_failed\";s:76:\"You failed the assessment %s. Please check the following record for details:\";s:17:\"mass_contact_info\";s:18:\"Contactinformation\";}'); +INSERT INTO `lng_modules` VALUES ('mathjax','en','a:29:{s:27:\"mathjax_enable_mathjax_info\";s:77:\"Activates support for MathJax based mathematical output of LaTeX expressions.\";s:22:\"mathjax_enable_mathjax\";s:14:\"Enable MathJax\";s:15:\"mathjax_mathjax\";s:7:\"MathJax\";s:28:\"mathjax_path_to_mathjax_desc\";s:134:\"E.g. https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML or a URL to your local installation.\";s:23:\"mathjax_path_to_mathjax\";s:14:\"URL to MathJax\";s:16:\"mathjax_settings\";s:16:\"MathJax Settings\";s:15:\"mathjax_limiter\";s:17:\"Inline Delimiters\";s:20:\"mathjax_limiter_info\";s:81:\"Select the inline delimiters as they are configured in your MathJax installation.\";s:17:\"mathjax_home_link\";s:11:\" » MathJax\";s:21:\"mathjax_enable_client\";s:29:\"Enable MathJax in the Browser\";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:27:\"mathjax_server_installation\";s:16:\" » Installation\";s:22:\"mathjax_server_address\";s:14:\"Server Address\";s:27:\"mathjax_server_address_info\";s:26:\"E.g. http://localhost:8003\";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: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: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:26:\"mathjax_server_clear_cache\";s:15:\" » Clear Cache\";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:23:\"mathjax_test_expression\";s:15:\"Test Expression\";s:28:\"mathjax_test_expression_info\";s:71:\"This LaTeX expression will be rendered with the saved MathJax settings.\";}'); +INSERT INTO `lng_modules` VALUES ('mcst','en','a:70:{s:17:\"mcst_add_new_item\";s:22:\"Add New Mediacast Item\";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:24:\"mcst_clear_purpose_title\";s:6:\"Delete\";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:27:\"mcst_download_audioportable\";s:23:\"Download Audio Portable\";s:22:\"mcst_download_standard\";s:8:\"Download\";s:27:\"mcst_download_videoportable\";s:23:\"Download Video Portable\";s:22:\"mcst_downloadable_info\";s:78:\"If this option is enabled, links for downloading mediacast items are provided.\";s:17:\"mcst_downloadable\";s:14:\"Download Links\";s:18:\"mcst_duration_info\";s:77:\"If no value is entered, ILIAS tries do determine the play time automatically.\";s:13:\"mcst_duration\";s:9:\"Play Time\";s:14:\"mcst_edit_item\";s:19:\"Edit Mediacast Item\";s:18:\"mcst_edit_settings\";s:18:\"MediaCast Settings\";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:22:\"mcst_incl_files_in_rss\";s:33:\"Include Media Files as Attachment\";s:20:\"mcst_last_submission\";s:15:\"Last Submission\";s:31:\"mcst_media_cast_not_online_text\";s:44:\"Mediacast is not online or has been disabled\";s:26:\"mcst_media_cast_not_online\";s:23:\"Mediacast is not online\";s:15:\"mcst_media_cast\";s:9:\"Mediacast\";s:18:\"mcst_mimetype_info\";s:140:\"Select mime type to control plugin used for playback.
Please note: Be aware that not every browser contains the plugin you intend to use.\";s:13:\"mcst_mimetype\";s:9:\"Mime Type\";s:19:\"mcst_mimetypes_info\";s:34:\"Comma separated list of mime types\";s:14:\"mcst_mimetypes\";s:10:\"Mime Types\";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:13:\"mcst_nr_items\";s:15:\"Number of Items\";s:14:\"mcst_play_time\";s:9:\"Play Time\";s:19:\"mcst_reference_info\";s:32:\"Provide URL pointing to resource\";s:17:\"mcst_set_playtime\";s:22:\"Playtime has been set.\";s:13:\"mcst_settings\";s:18:\"Mediacast Settings\";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: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: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:11:\"mcst_import\";s:16:\"Import Mediacast\";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:19:\"mcst_ordering_title\";s:28:\"Titles in Alphabetical Order\";s:20:\"mcst_ordering_manual\";s:6:\"Manual\";s:15:\"mcst_save_order\";s:10:\"Save Order\";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:27:\"mcst_videoalternative_title\";s:39:\"Alternative Video File (Use in Browser)\";s:19:\"mcst_converted_file\";s:24:\"File has been converted.\";s:13:\"mcst_viewmode\";s:17:\"Presentation Mode\";s:9:\"mcst_list\";s:4:\"List\";s:12:\"mcst_gallery\";s:5:\"Tiles\";s:11:\"mcst_manage\";s:6:\"Manage\";s:9:\"mcst_play\";s:4:\"Play\";s:26:\"mcst_extract_preview_image\";s:21:\"Extract Preview Image\";s:20:\"mcst_image_extracted\";s:25:\"Image has been extracted.\";s:27:\"mcst_no_extraction_possible\";s:57:\"Sorry, it was not able to extract an image from the file.\";s:11:\"mcst_second\";s:6:\"Second\";s:30:\"mcst_download_videoalternative\";s:25:\"Download Alternative File\";s:17:\"mcst_download_cnt\";s:10:\"Downloaded\";s:13:\"mcst_play_cnt\";s:6:\"Played\";s:12:\"mcst_webfeed\";s:12:\"RSS Web Feed\";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:9:\"mcst_copy\";s:14:\"Copy Mediacast\";}'); +INSERT INTO `lng_modules` VALUES ('mem','en','a:4:{s:25:\"mmbr_gallery_user_actions\";s:22:\"Member Gallery Actions\";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\";}'); +INSERT INTO `lng_modules` VALUES ('membership','en','a:7:{s:22:\"mem_force_notification\";s:21:\"Notification per Mail\";s:32:\"mem_force_notification_mode_self\";s:46:\"Members have to manually activate notification\";s:35:\"mem_force_notification_mode_blocked\";s:38:\"Members will be notified automatically\";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:34:\"mem_force_notification_mode_custom\";s:6:\"Custom\";s:23:\"mem_error_preconditions\";s:72:\"A registration is not possible, since minimum one setting prevents this.\";}'); +INSERT INTO `lng_modules` VALUES ('mep','en','a:50:{s:12:\"mep_all_mobs\";s:17:\"All Media Objects\";s:7:\"mep_all\";s:3:\"All\";s:26:\"mep_content_snippet_in_use\";s:53:\"Content snippet \'%s\' is in use and cannot be deleted.\";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:14:\"mep_create_mob\";s:19:\"Create Media Object\";s:18:\"mep_default_height\";s:14:\"Default Height\";s:29:\"mep_default_width_height_info\";s:75:\"Default width and height are used as presets for new media object creation.\";s:17:\"mep_default_width\";s:13:\"Default Width\";s:24:\"mep_edit_content_snippet\";s:20:\"Edit Content Snippet\";s:15:\"mep_edit_folder\";s:11:\"Edit Folder\";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: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:13:\"mep_thumbnail\";s:9:\"Thumbnail\";s:25:\"mep_title_and_description\";s:21:\"Title and Description\";s:11:\"mep_unknown\";s:7:\"Unknown\";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:19:\"mobs_activate_pages\";s:20:\"Use Content Snippets\";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:29:\"mobs_always_show_file_manager\";s:24:\"Always Show File Manager\";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.\";s:26:\"mep_create_from_upload_dir\";s:42:\"Create Media Objects from Upload Directory\";s:24:\"mep_sel_upload_dir_files\";s:24:\"Select Files/Directories\";s:20:\"mep_upload_dir_files\";s:27:\"Files from Upload Directory\";s:8:\"mep_file\";s:4:\"File\";s:22:\"mep_create_media_files\";s:20:\"Create Media Objects\";s:15:\"mep_up_dir_move\";s:41:\"Move Files from Upload Directory (Faster)\";s:15:\"mep_up_dir_copy\";s:70:\"Copy Files from Upload Directory (Keeps files in the upload directory)\";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:19:\"mep_choose_from_mep\";s:16:\"Choose from Pool\";s:22:\"mep_choose_from_folder\";s:18:\"Choose from Folder\";s:24:\"mep_master_language_only\";s:31:\"Master Language for Translation\";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:16:\"mep_import_trans\";s:18:\"Import Translation\";s:15:\"mep_import_lang\";s:15:\"Target Language\";s:26:\"mobs_black_list_file_types\";s:20:\"Forbidden File Types\";s:31:\"mobs_black_list_file_types_info\";s:181:\"Enter a comma separated list of file suffixes. This list will restrict the set of allowed file types. Usually you need this if the former list is empty (all file types are allowed).\";s:33:\"mep_master_language_only_no_media\";s:29:\"Master Language without Media\";s:11:\"mep_content\";s:7:\"Content\";s:19:\"mep_media_subtitles\";s:15:\"Media Subtitles\";s:15:\"mep_media_files\";s:11:\"Media Files\";s:15:\"mep_bulk_upload\";s:11:\"Bulk Upload\";s:7:\"mep_mob\";s:12:\"Media Object\";s:17:\"mep_page_type_mep\";s:15:\"Content Snippet\";}'); +INSERT INTO `lng_modules` VALUES ('meta','en','a:651:{s:18:\"meta_oer_harvester\";s:13:\"OER Harvester\";s:23:\"meta_oer_harvester_desc\";s:13:\"OER Harvester\";s:28:\"meta_oer_copyright_selection\";s:17:\"License Selection\";s:33:\"meta_oer_copyright_selection_info\";s:104:\"Only objects, that are released under the chosen License(s), are going to be linked in the OER-category.\";s:15:\"meta_oer_target\";s:32:\"Category for Release OER Content\";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:26:\"meta_copyright_show_usages\";s:11:\"Show usages\";s:24:\"meta_copyright_sub_items\";s:9:\"Sub Items\";s:23:\"meta_copyright_outdated\";s:8:\"Outdated\";s:21:\"meta_copyright_in_use\";s:6:\"In use\";s:20:\"meta_copyright_usage\";s:5:\"Usage\";s:21:\"meta_copyright_status\";s:6:\"Status\";s:15:\"meta_save_order\";s:10:\"Save Order\";s:10:\"meta_order\";s:5:\"Order\";s:35:\"meta_copyright_change_warning_title\";s:34:\"Modification of Copyright Settings\";s:26:\"meta_copyright_change_info\";s:216:\"You are going to change the licence assigned to this content. This should only be done in accordance with the copyright owner. Please continue only if the new licence is not more restrictive than the one used before.\";s:21:\"udf_type_externallink\";s:13:\"External Link\";s:21:\"udf_type_internallink\";s:13:\"Internal Link\";s:12:\"md_adv_scope\";s:5:\"Scope\";s:10:\"meta_local\";s:5:\"Local\";s:24:\"md_adv_scope_list_header\";s:11:\"Limited to:\";s:13:\"md_adv_active\";s:6:\"Active\";s:23:\"md_adv_added_new_record\";s:18:\"Added new data set\";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:61:\"Do you really want to delete the following field definitions?\";s:24:\"md_adv_delete_files_sure\";s:57:\"Do you really want to delete the following export files?\";s:25:\"md_adv_delete_record_sure\";s:49:\"Do really want to delete the following data sets?\";s:20:\"md_adv_deleted_files\";s:21:\"Deleted export files.\";s:22:\"md_adv_deleted_records\";s:16:\"Deleted Data Set\";s:16:\"md_adv_desc_show\";s:16:\"Show Description\";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: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:16:\"md_adv_no_fields\";s:17:\"No Fields Defined\";s:18:\"md_adv_record_list\";s:8:\"Datasets\";s:23:\"md_adv_records_exported\";s:35:\"A new export file has been created.\";s:14:\"md_adv_records\";s:18:\"Included Data Sets\";s:17:\"md_adv_searchable\";s:10:\"Searchable\";s:22:\"md_adv_select_one_file\";s:23:\"Please choose one file.\";s:11:\"md_adv_show\";s:4:\"Show\";s:25:\"md_adv_substitution_table\";s:47:\"Presentation in the Repository/Personal Desktop\";s:11:\"md_advanced\";s:15:\"Custom Metadata\";s:16:\"md_copyright_add\";s:21:\"Add Copyright Default\";s:17:\"md_copyright_edit\";s:22:\"Edit Copyright Default\";s:24:\"md_copyright_enable_info\";s:65:\"Choose this option to offer a selection of predefined copyrights.\";s:20:\"md_copyright_enabled\";s:26:\"Enable Copyright Selection\";s:20:\"md_copyright_preview\";s:19:\"Copyright (Preview)\";s:22:\"md_copyright_selection\";s:18:\"Copyright Defaults\";s:21:\"md_copyright_settings\";s:18:\"Copyright Settings\";s:18:\"md_copyright_value\";s:9:\"Copyright\";s:12:\"md_copyright\";s:9:\"Copyright\";s:21:\"md_copyrights_deleted\";s:17:\"Deleted Copyright\";s:7:\"md_days\";s:5:\"Days:\";s:17:\"md_delete_cp_sure\";s:52:\"Do you really want to delete the following entries ?\";s:17:\"md_delimiter_info\";s:106:\"The delimiter is used in the quick editing screen for keywords and authors separation. Default is ‘,’.\";s:12:\"md_delimiter\";s:9:\"Delimiter\";s:9:\"md_fields\";s:6:\"Fields\";s:19:\"md_general_settings\";s:16:\"General Settings\";s:9:\"md_months\";s:6:\"Month:\";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:5:\"Usage\";s:31:\"meta_accessibility_restrictions\";s:26:\"Accessibility Restrictions\";s:11:\"meta_active\";s:6:\"Active\";s:8:\"meta_add\";s:3:\"Add\";s:15:\"meta_annotation\";s:10:\"Annotation\";s:11:\"meta_atomic\";s:6:\"Atomic\";s:11:\"meta_author\";s:6:\"Author\";s:12:\"meta_browser\";s:7:\"Browser\";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_AZ\";s:10:\"Azerbaijan\";s:9:\"meta_c_BA\";s:22:\"Bosnia And Herzegowina\";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_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:\"Giorgia\";s:9:\"meta_c_GF\";s:13:\"French Guiana\";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_HM\";s:27:\"Heard And Nc Donald 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_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_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:21:\"Lao People\'s 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:22:\"Libyan Arab Jamahiriya\";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_MG\";s:10:\"Madagascar\";s:9:\"meta_c_MH\";s:16:\"Marshall Islands\";s:9:\"meta_c_MK\";s:9:\"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:8:\"Pitcairn\";s:9:\"meta_c_PR\";s:11:\"Puerto Rico\";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_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:13:\"Siearra 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:21:\"Sao Tome 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_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:8:\"Viet Nam\";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_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:7:\"Catalog\";s:19:\"meta_classification\";s:14:\"Classification\";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:15:\"meta_contribute\";s:10:\"Contribute\";s:37:\"meta_copyright_and_other_restrictions\";s:32:\"Copyright and Other Restrictions\";s:14:\"meta_copyright\";s:9:\"Copyright\";s:9:\"meta_cost\";s:4:\"Cost\";s:13:\"meta_coverage\";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:11:\"meta_delete\";s:6:\"Delete\";s:16:\"meta_description\";s:11:\"Description\";s:13:\"meta_diagramm\";s:7:\"Diagram\";s:14:\"meta_difficult\";s:9:\"Difficult\";s:15:\"meta_difficulty\";s:10:\"Difficulty\";s:10:\"meta_draft\";s:5:\"Draft\";s:13:\"meta_duration\";s:8:\"Duration\";s:9:\"meta_easy\";s:4:\"Easy\";s:11:\"meta_editor\";s:6:\"Editor\";s:14:\"meta_education\";s:9:\"Education\";s:22:\"meta_educational_level\";s:17:\"Educational Level\";s:26:\"meta_educational_objective\";s:21:\"Educational Objective\";s:16:\"meta_educational\";s:11:\"Educational\";s:25:\"meta_educationalvalidator\";s:21:\"Educational validator\";s:11:\"meta_entity\";s:6:\"Entity\";s:10:\"meta_entry\";s:5:\"Entry\";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:\"Expositive\";s:11:\"meta_figure\";s:6:\"Figure\";s:10:\"meta_final\";s:5:\"Final\";s:11:\"meta_format\";s:6:\"Format\";s:12:\"meta_general\";s:7:\"General\";s:10:\"meta_graph\";s:5:\"Graph\";s:22:\"meta_graphicaldesigner\";s:18:\"Graphical designer\";s:15:\"meta_has_format\";s:10:\"Has Format\";s:13:\"meta_has_part\";s:8:\"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:10:\"meta_index\";s:5:\"Index\";s:23:\"meta_info_tlt_not_valid\";s:176:\"The current value is not valid. Therefore it can not be used other sections, e.g for learning progress statistics. Please insert atypical learning time in hours and/or minutes.\";s:14:\"meta_initiator\";s:9:\"Initiator\";s:25:\"meta_installation_remarks\";s:20:\"Installation Remarks\";s:26:\"meta_instructionaldesigner\";s:22:\"Instructional designer\";s:27:\"meta_intended_end_user_role\";s:22:\"Intended End User Role\";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:11:\"Is Based On\";s:17:\"meta_is_basis_for\";s:12:\"Is Basis For\";s:17:\"meta_is_format_of\";s:12:\"Is Format Of\";s:15:\"meta_is_part_of\";s:10:\"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:9:\"meta_kind\";s:4:\"Kind\";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:12:\"Byelorussian\";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:4:\"Fiji\";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:7:\"Kirghiz\";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:9:\"Moldavian\";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:5:\"Nauru\";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:12:\"Afan (oromo)\";s:9:\"meta_l_or\";s:5:\"Oriya\";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:\"Kurundi\";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:10:\"Singhalese\";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:7:\"Swahili\";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:5:\"Tonga\";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:5:\"Uigur\";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:7:\"Volapuk\";s:9:\"meta_l_wo\";s:5:\"Wolof\";s:9:\"meta_l_xh\";s:5:\"Xhosa\";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:12:\"meta_learner\";s:7:\"Learner\";s:27:\"meta_learning_resource_type\";s:22:\"Learning Resource Type\";s:12:\"meta_lecture\";s:7:\"Lecture\";s:14:\"meta_lifecycle\";s:9:\"Lifecycle\";s:11:\"meta_linear\";s:6:\"Linear\";s:13:\"meta_location\";s:8:\"Location\";s:8:\"meta_low\";s:3:\"Low\";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 Scheme\";s:20:\"meta_minimum_version\";s:15:\"Minimum Version\";s:10:\"meta_mixed\";s:5:\"Mixed\";s:9:\"meta_name\";s:4:\"Name\";s:19:\"meta_narrative_text\";s:14:\"Narrative Text\";s:14:\"meta_networked\";s:9:\"Networked\";s:16:\"meta_new_element\";s:11:\"New Element\";s:18:\"meta_no_annotation\";s:49:\"No metadata available for the Annotation section.\";s:22:\"meta_no_classification\";s:53:\"No metadata available for the Classification section.\";s:19:\"meta_no_educational\";s:50:\"No metadata available for the Educational section.\";s:17:\"meta_no_lifecycle\";s:48:\"No metadata available for the Lifecycle section.\";s:21:\"meta_no_meta_metadata\";s:52:\"No metadata available for the Meta-Metadata section.\";s:16:\"meta_no_relation\";s:47:\"No metadata available for the Relation section.\";s:14:\"meta_no_rights\";s:45:\"No metadata available for the Rights section.\";s:17:\"meta_no_technical\";s:48:\"No metadata available for the Technical section.\";s:7:\"meta_no\";s:2:\"No\";s:21:\"meta_operating_system\";s:16:\"Operating System\";s:17:\"meta_or_composite\";s:12:\"Or Composite\";s:33:\"meta_other_plattform_requirements\";s:27:\"Other Platform Requirements\";s:10:\"meta_other\";s:5:\"Other\";s:11:\"meta_pc_dos\";s:6:\"PC-DOS\";s:18:\"meta_please_select\";s:13:\"Please select\";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:14:\"meta_quickedit\";s:10:\"Quick Edit\";s:15:\"meta_references\";s:10:\"References\";s:13:\"meta_relation\";s:8:\"Relation\";s:16:\"meta_requirement\";s:11:\"Requirement\";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:11:\"meta_school\";s:6:\"School\";s:17:\"meta_scriptwriter\";s:12:\"Scriptwriter\";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:14:\"meta_structure\";s:9:\"Structure\";s:24:\"meta_subjectmatterexpert\";s:24:\"Subject matter expert(s)\";s:10:\"meta_table\";s:5:\"Table\";s:15:\"meta_taxon_path\";s:10:\"Taxon Path\";s:10:\"meta_taxon\";s:5:\"Taxon\";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: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:26:\"meta_typical_learning_time\";s:21:\"Typical Learning Time\";s:16:\"meta_unavailable\";s:11:\"Unavailable\";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:13:\"sco_propagate\";s:21:\"Propagate to all SCOs\";s:9:\"meta_c_AX\";s:14:\"Åland Islands\";s:9:\"meta_c_BL\";s:17:\"Saint Barthélemy\";s:9:\"meta_c_GG\";s:8:\"Guernsey\";s:9:\"meta_c_HK\";s:9:\"Hong Kong\";s:9:\"meta_c_IM\";s:11:\"Isle of Man\";s:9:\"meta_c_JE\";s:6:\"Jersey\";s:9:\"meta_c_ME\";s:10:\"Montenegro\";s:9:\"meta_c_MF\";s:26:\"Saint Martin (French part)\";s:9:\"meta_c_PS\";s:34:\"Palestinian Territories (Occupied)\";s:9:\"meta_c_RS\";s:6:\"Serbia\";s:9:\"meta_c_TL\";s:11:\"Timor-Leste\";s:9:\"meta_c_XK\";s:6:\"Kosovo\";s:19:\"md_adv_presentation\";s:12:\"Presentation\";s:16:\"udf_type_integer\";s:7:\"Integer\";s:17:\"md_adv_number_max\";s:13:\"Maximum Value\";s:17:\"md_adv_number_min\";s:13:\"Minimum Value\";s:14:\"udf_type_float\";s:5:\"Float\";s:17:\"udf_type_location\";s:8:\"Location\";s:22:\"md_adv_number_decimals\";s:8:\"Decimals\";s:25:\"md_adv_confirm_definition\";s:43:\"Please confirm the new definition settings.\";s:39:\"md_adv_confirm_definition_select_option\";s:14:\"Deleted Option\";s:46:\"md_adv_confirm_definition_select_option_remove\";s:12:\"Remove value\";s:49:\"md_adv_confirm_definition_select_option_overwrite\";s:12:\"Set value to\";s:40:\"md_adv_confirm_definition_select_section\";s:32:\"Migration of the deleted options\";s:22:\"md_adv_text_max_length\";s:14:\"Maximum Length\";s:17:\"md_adv_text_multi\";s:9:\"Multiline\";s:20:\"md_adv_number_suffix\";s:6:\"Suffix\";s:20:\"udf_type_selectmulti\";s:32:\"Selection List (Multiple Choice)\";s:43:\"md_adv_confirm_definition_select_option_all\";s:36:\"Handle all existing entries the same\";s:46:\"md_adv_confirm_definition_select_option_single\";s:30:\"Decide for each existing entry\";s:50:\"md_adv_confirm_definition_select_option_all_action\";s:9:\"New Value\";s:22:\"meta_obj_type_inactive\";s:16:\"Dataset not Used\";s:23:\"meta_obj_type_mandatory\";s:22:\"Dataset always offered\";s:22:\"meta_obj_type_optional\";s:24:\"Dataset needs activation\";s:12:\"meta_section\";s:7:\"Section\";s:12:\"meta_tab_lom\";s:3:\"LOM\";s:14:\"meta_tab_advmd\";s:15:\"Custom Metadata\";s:18:\"meta_tab_advmd_def\";s:26:\"Custom Metadata Definition\";s:11:\"meta_global\";s:6:\"Global\";s:21:\"md_adv_deleted_fields\";s:29:\"The fields have been deleted.\";s:25:\"meta_advmd_select_options\";s:7:\"Entries\";s:27:\"md_adv_field_filter_warning\";s:64:\"The field types %s are currently not supported as table filters.\";s:20:\"adt_error_max_length\";s:28:\"Please enter a shorter text.\";s:32:\"md_adv_col_presentation_ordering\";s:8:\"Position\";s:33:\"meta_info_only_repository_objects\";s:76:\"Only repository objects are listed below (and no media objects or LM pages).\";}'); +INSERT INTO `lng_modules` VALUES ('mmbr','en','a:5:{s:19:\"mmbr_selected_users\";s:21:\"Selected Participants\";s:28:\"mmbr_btn_mail_selected_users\";s:9:\"Send Mail\";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:16:\"info_refuse_sure\";s:54:\"Are you sure you want to refuse the following user(s)?\";}'); +INSERT INTO `lng_modules` VALUES ('mob','en','a:14:{s:11:\"mob_general\";s:7:\"General\";s:13:\"mob_subtitles\";s:9:\"Subtitles\";s:18:\"mob_subtitle_files\";s:14:\"Subtitle Files\";s:17:\"mob_subtitle_file\";s:13:\"Subtitle File\";s:12:\"mob_language\";s:8:\"Language\";s:8:\"mob_file\";s:4:\"File\";s:21:\"mob_really_delete_srt\";s:53:\"Do you really want to delete the following srt files?\";s:21:\"mob_srt_files_deleted\";s:33:\"Subtitle files have been deleted.\";s:10:\"mob_object\";s:6:\"Object\";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 \"_<lang code>.srt\" where lang code is e.g. \"en\", \"it\", \"de\".\";s:30:\"mob_file_could_not_be_uploaded\";s:27:\"File could not be uploaded.\";s:19:\"mob_multi_srt_files\";s:9:\"SRT Files\";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.\";}'); +INSERT INTO `lng_modules` VALUES ('news','en','a:93:{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:27:\"One posting has been added.\";s:14:\"news_all_items\";s:38:\"News for all items on Personal Desktop\";s:30:\"news_allow_longer_periods_info\";s:57:\"Users may select longer news periods on personal desktop.\";s:25:\"news_allow_longer_periods\";s:20:\"Allow Longer Periods\";s:31:\"news_allow_shorter_periods_info\";s:58:\"Users may select shorter news periods on personal desktop.\";s:26:\"news_allow_shorter_periods\";s:21:\"Allow Shorter Periods\";s:22:\"news_block_information\";s:125:\"The News block lists all news that are related to the Personal Items you have selected on the personal desktop.\";s:27:\"news_block_news_for_context\";s:4:\"News\";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:10:\"news_cache\";s:20:\"News Cache (Minutes)\";s:23:\"news_default_visibility\";s:14:\"Default Access\";s:23:\"news_edit_news_settings\";s:13:\"Edit Settings\";s:30:\"news_enable_internal_news_info\";s:148:\"Activates news blocks for categories, courses, groups and other objects. Users can subscribe to news and news are presented on the personal desktop.\";s:25:\"news_enable_internal_news\";s:20:\"Enable 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_internal_rss\";s:28:\"Enable RSS for Internal News\";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:24:\"news_enable_private_feed\";s:23:\"Enable private RSS Feed\";s:17:\"news_feed_url_for\";s:17:\"Feed URL for \'%s\'\";s:13:\"news_feed_url\";s:8:\"Feed URL\";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:22:\"news_hidden_news_block\";s:44:\"Block is currently hidden in learner\'s view.\";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:20:\"news_hide_news_block\";s:15:\"Hide News Block\";s:19:\"news_hide_news_date\";s:13:\"Starting Date\";s:28:\"news_hide_news_per_date_info\";s:63:\"Only news that are newer than a certain date will be displayed.\";s:23:\"news_hide_news_per_date\";s:15:\"Show News After\";s:18:\"news_internal_news\";s:4:\"News\";s:17:\"news_loading_news\";s:15:\"Loading News...\";s:32:\"news_news_item_content_long_info\";s:40:\"This text will not be published via RSS.\";s:27:\"news_news_item_content_long\";s:9:\"Long Text\";s:22:\"news_news_item_content\";s:4:\"Text\";s:19:\"news_news_item_head\";s:9:\"News Item\";s:20:\"news_news_item_title\";s:8:\"Headline\";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:25:\"news_news_item_visibility\";s:6:\"Access\";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: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:25:\"news_notifications_public\";s:20:\"Public Notifications\";s:18:\"news_notifications\";s:13:\"Notifications\";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:16:\"news_nr_of_items\";s:39:\"Number of Maximum News Items per Object\";s:19:\"news_pd_period_info\";s:127:\"Defines the time period used for news on the personal desktop. Select lower values, if you experience any performance problems.\";s:14:\"news_pd_period\";s:28:\"Personal Desktop News Period\";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:21:\"news_public_feed_info\";s:78:\"If this option is enabled, a separate RSS feed is provided for this Mediacast.\";s:16:\"news_public_feed\";s:14:\"Extra RSS Feed\";s:15:\"news_rss_period\";s:10:\"RSS Period\";s:13:\"news_settings\";s:13:\"News Settings\";s:16:\"news_time_period\";s:11:\"Time Period\";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:28:\"%s Postings 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\";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:16:\"news_attached_to\";s:11:\"Attached to\";s:13:\"news_add_news\";s:8:\"Add News\";s:21:\"news_rss_title_format\";s:27:\"Title Format of RSS Entries\";s:30:\"news_rss_title_format_obj_news\";s:28:\"Object Title - News Headline\";s:30:\"news_rss_title_format_news_obj\";s:28:\"News Headline (Object Title)\";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:40:\"news_news_item_def_visibility_users_info\";s:53:\"Only authenticated users have access to current news.\";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:31:\"news_inactive_private_feed_info\";s:77:\"Your private news feed is deactivated. Please set a password in the settings.\";s:8:\"news_rss\";s:3:\"RSS\";s:33:\"news_sorry_not_accessible_anymore\";s:43:\"Sorry, this item is not accessible anymore.\";s:29:\"news_timline_add_entries_info\";s:58:\"No news available yet. Click \"Add\" to create news entries.\";s:23:\"news_really_delete_news\";s:44:\"Do you really want to delete this news item?\";s:15:\"news_news_block\";s:10:\"News Block\";s:18:\"news_new_reactions\";s:13:\"New reactions\";s:17:\"news_new_comments\";s:12:\"New comments\";s:10:\"news_media\";s:10:\"Media File\";}'); +INSERT INTO `lng_modules` VALUES ('note','en','a:6:{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:36:\"note_comment_notification_salutation\";s:9:\"Hello %s,\";s:30:\"note_comment_notification_link\";s:4:\"Link\";s:32:\"note_comment_notification_reason\";s:151:\"You receive this message because your account is listed as a global recipient for all comments in the ILIAS administration (Personal Desktop settings).\";s:42:\"note_comment_notification_user_has_written\";s:15:\"%s has written:\";}'); +INSERT INTO `lng_modules` VALUES ('notes','en','a:25:{s:23:\"notes_activate_comments\";s:24:\"Activate Public Comments\";s:17:\"notes_add_comment\";s:11:\"Add Comment\";s:18:\"notes_all_comments\";s:12:\"All Comments\";s:13:\"notes_comment\";s:7:\"Comment\";s:25:\"notes_deactivate_comments\";s:26:\"Deactivate Public Comments\";s:19:\"notes_hide_comments\";s:13:\"Hide Comments\";s:17:\"notes_my_comments\";s:11:\"My Comments\";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:21:\"notes_public_comments\";s:15:\"Public Comments\";s:19:\"notes_show_comments\";s:13:\"Show Comments\";s:13:\"note_add_note\";s:8:\"Add Note\";s:16:\"note_add_comment\";s:11:\"Add Comment\";s:19:\"note_update_comment\";s:14:\"Update Comment\";s:16:\"note_update_note\";s:11:\"Update Note\";s:14:\"notes_comments\";s:8:\"Comments\";s:51:\"comments_feature_currently_not_activated_for_object\";s:73:\"The public comments feature is currently not activated for this resource.\";s:17:\"notes_no_comments\";s:31:\"No comment has been posted yet.\";s:20:\"note_content_removed\";s:29:\"The content has been removed.\";s:14:\"notes_sort_asc\";s:14:\"Sort Ascending\";s:15:\"notes_sort_desc\";s:15:\"Sort Descending\";s:21:\"notes_comment_deleted\";s:29:\"The comment has been deleted.\";s:22:\"notes_comments_deleted\";s:31:\"The comments have been deleted.\";s:20:\"notes_latest_comment\";s:14:\"Latest Comment\";s:22:\"notes_add_edit_comment\";s:16:\"Add/Edit Comment\";}'); +INSERT INTO `lng_modules` VALUES ('obj','en','a:50:{s:14:\"edit_questions\";s:14:\"Edit Questions\";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: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:15:\"obj_master_lang\";s:15:\"Master Language\";s:20:\"obj_additional_langs\";s:20:\"Additional Languages\";s:27:\"obj_deactivate_content_lang\";s:39:\"Deactivate Translation for Page Editing\";s:11:\"svy_results\";s:7:\"Results\";s:19:\"obj_multilinguality\";s:15:\"Multilingualism\";s:12:\"obj_features\";s:19:\"Additional Features\";s:25:\"obj_tool_setting_info_tab\";s:8:\"Info Tab\";s:23:\"obj_activation_list_gui\";s:12:\"Availability\";s:30:\"obj_tool_setting_info_tab_info\";s:37:\"The ‘Info’ tab will be displayed.\";s:16:\"obj_presentation\";s:12:\"Presentation\";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:27:\"obj_cont_transl_deactivated\";s:50:\"Translation for page editing has been deactivated.\";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: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:25:\"obj_activate_content_lang\";s:37:\"Activate Translation for Page Editing\";s:17:\"obj_add_languages\";s:13:\"Add Languages\";s:22:\"obj_activate_multilang\";s:24:\"Activate Multilingualism\";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:25:\"obj_multilang_deactivated\";s:37:\"Multilingualism has been deactivated.\";s:27:\"obj_tool_setting_taxonomies\";s:10:\"Taxonomies\";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:19:\"obj_target_location\";s:15:\"Target Location\";s:17:\"obj_copy_progress\";s:13:\"Copy Progress\";s:23:\"obj_permission_settings\";s:19:\"Permission Settings\";s:21:\"obj_import_file_error\";s:190:\"This file could not be imported. Please make sure that this is a valid ILIAS export file (XML Export), of the same object type. The filename must not be modified after export. Error Message:\";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:25:\"obj_tool_setting_use_news\";s:4:\"News\";s:30:\"obj_tool_setting_use_news_info\";s:45:\"Activate the news block and/or timeline view.\";s:39:\"obj_tool_setting_use_news_open_settings\";s:13:\"Open Settings\";s:14:\"obj_activation\";s:10:\"Activation\";s:29:\"obj_user_decides_notification\";s:47:\"Members have to manually activate notifications\";s:28:\"obj_settings_for_all_members\";s:38:\"Members will be notified automatically\";s:24:\"obj_user_not_disable_not\";s:50:\"Member are not allowed to deactivate notifications\";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: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:21:\"obj_more_translations\";s:17:\"More Translations\";s:23:\"obj_show_title_and_icon\";s:19:\"Show Title and Icon\";s:23:\"obj_show_header_actions\";s:19:\"Show Header Actions\";s:14:\"obj_tile_image\";s:10:\"Tile Image\";s:19:\"obj_tile_image_info\";s:112:\"The tile image will be used, if the container (course, folder, group, ...) activates the tile view presentation.\";}'); +INSERT INTO `lng_modules` VALUES ('objref','en','a:5:{s:15:\"objref_edit_ref\";s:15:\"Target Settings\";s:17:\"objref_edit_title\";s:14:\"Title Settings\";s:21:\"objref_title_settings\";s:20:\"Edit Reference Title\";s:18:\"objref_reuse_title\";s:24:\"Reuse Title of Reference\";s:19:\"objref_custom_title\";s:16:\"Use Custom Title\";}'); +INSERT INTO `lng_modules` VALUES ('orgu','en','a:113:{s:20:\"orgu_global_set_form\";s:35:\"Global Organisational Unit Settings\";s:25:\"orgu_global_set_positions\";s:57:\"Show User Data according to Organisational Unit Positions\";s:37:\"orgu_global_set_positions_type_active\";s:12:\"Positions in\";s:31:\"orgu_global_set_type_changeable\";s:10:\"Changeable\";s:38:\"orgu_global_set_type_changeable_object\";s:37:\"Setting is changeable on object level\";s:34:\"orgu_global_set_type_changeable_no\";s:25:\"Setting is not changeable\";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:20:\"msg_confirm_deletion\";s:55:\"Would you really like to delete the following Position?\";s:11:\"remove_user\";s:6:\"Remove\";s:23:\"msg_confirm_remove_user\";s:72:\"Would you really like to remove the following User from the Position %s?\";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:16:\"user_assignments\";s:16:\"User Assignments\";s:11:\"authorities\";s:11:\"Authorities\";s:9:\"authority\";s:9:\"Authority\";s:9:\"positions\";s:9:\"Positions\";s:12:\"add_position\";s:12:\"Add Position\";s:7:\"scope_1\";s:24:\"Same Organisational Unit\";s:7:\"scope_2\";s:31:\"Subsequent Organisational Units\";s:7:\"scope_3\";s:24:\"All Organisational Units\";s:7:\"over_-1\";s:8:\"Everyone\";s:4:\"over\";s:4:\"Over\";s:5:\"scope\";s:2:\"In\";s:20:\"msg_position_udpated\";s:21:\"Position aktualisiert\";s:17:\"remove_successful\";s:30:\"User was removed successfully.\";s:20:\"orgu_enable_my_staff\";s:18:\"Enable ‘Staff’\";s:25:\"orgu_enable_my_staff_info\";s:41:\"Shows learning progress of own employees.\";s:21:\"org_op_manage_members\";s:14:\"Manage Members\";s:21:\"org_op_access_results\";s:14:\"Access Results\";s:26:\"org_op_manage_participants\";s:19:\"Manage Participants\";s:25:\"org_op_score_participants\";s:18:\"Score Participants\";s:43:\"orgunit_position_permissions_not_active_for\";s:67:\"You cannot override the position specific permissions for the type:\";s:29:\"org_op_read_learning_progress\";s:37:\"View learning progress of other users\";s:30:\"org_op_write_learning_progress\";s:36:\"Set learning progress of other users\";s:30:\"org_op_edit_submissions_grades\";s:31:\"Edit submissions of other users\";s:41:\"form_title_org_default_permissions_update\";s:19:\"Default Permissions\";s:22:\"view_learning_progress\";s:22:\"View Learning Progress\";s:16:\"il_orgu_employee\";s:8:\"Employee\";s:19:\"orgu_staff_deassign\";s:61:\"Are you sure you want to deassign these users from this role?\";s:24:\"deassign_user_successful\";s:55:\"Users have been successfully deassigned from this role.\";s:16:\"il_orgu_superior\";s:8:\"Superior\";s:10:\"orgu_staff\";s:5:\"Staff\";s:27:\"confirm_deletion_and_assign\";s:23:\"Delete and Assign Users\";s:31:\"msg_assignment_to_employee_done\";s:42:\"Assignment to the employee role successful\";s:23:\"confirm_deletion_button\";s:6:\"Delete\";s:11:\"msg_deleted\";s:7:\"Deleted\";s:5:\"Staff\";s:5:\"Staff\";s:8:\"employee\";s:8:\"Employee\";s:8:\"superior\";s:8:\"Superior\";s:7:\"Actions\";s:7:\"Actions\";s:22:\"show_learning_progress\";s:22:\"Show Learning Progress\";s:23:\"users_successfuly_added\";s:37:\"The user has been added successfully.\";s:18:\"change_to_superior\";s:18:\"Change to superior\";s:18:\"change_to_employee\";s:18:\"Change to employee\";s:23:\"user_changed_successful\";s:39:\"The user has been changed successfully.\";s:22:\"ou_parent_id_not_valid\";s:36:\"The ou_parent_id could not be found.\";s:17:\"import_successful\";s:79:\"The import terminated successfully. Created: %s, edited/moved: %s, deleted: %s.\";s:31:\"import_terminated_with_warnings\";s:35:\"The import terminated with warnings\";s:29:\"import_terminated_with_errors\";s:34:\"The import terminated with errors.\";s:13:\"import_failed\";s:86:\"The import failed. Make sure your file is in the xml format and has a valid structure.\";s:20:\"orgu_already_deleted\";s:31:\"The object was already deleted.\";s:8:\"orgu_new\";s:23:\"New Organisational Unit\";s:8:\"orgu_add\";s:23:\"Add Organisational Unit\";s:11:\"orgu_import\";s:26:\"Import Organisational Unit\";s:11:\"local_staff\";s:12:\"Employees %s\";s:9:\"rec_staff\";s:27:\"Employees %s incl. Subunits\";s:11:\"placeholder\";s:3:\"...\";s:13:\"simple_import\";s:17:\"Simple XML Import\";s:10:\"simple_xml\";s:17:\"Simple XML Export\";s:15:\"import_xml_file\";s:11:\"Import File\";s:26:\"view_learning_progress_rec\";s:45:\"View Learning Progress of Unit incl. Subunits\";s:17:\"edit_translations\";s:21:\"Title and Description\";s:6:\"ext_id\";s:11:\"External ID\";s:14:\"ext_id_updated\";s:46:\"The external ID has been updated successfully.\";s:8:\"no_roles\";s:44:\"There are no additional roles at this point.\";s:17:\"local_other_roles\";s:25:\"Additional Local Roles %s\";s:12:\"backto_staff\";s:13:\"Back to Staff\";s:13:\"orgu_type_add\";s:28:\"Add Organisational Unit Type\";s:14:\"orgu_type_edit\";s:29:\"Edit Organisational Unit Type\";s:10:\"orgu_types\";s:5:\"Types\";s:21:\"orgu_type_msg_deleted\";s:32:\"Deleted Organisational Unit Type\";s:27:\"orgu_type_msg_missing_title\";s:50:\"There must be set a title for the default language\";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_deletion_prevented\";s:43:\"Deletion of object prevented by plugins: %s\";s:38:\"orgu_type_msg_setting_member_prevented\";s:37:\"Setting \'%s\' prevented by plugins: %s\";s:32:\"orgu_type_msg_updating_prevented\";s:43:\"Updating of object prevented by plugins: %s\";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:44:\"orgu_type_msg_setting_default_lang_prevented\";s:57:\"Setting \'%s\' as default language prevented by plugins: %s\";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: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:13:\"orgu_settings\";s:28:\"Organisational Unit Settings\";s:9:\"orgu_type\";s:24:\"Organisational Unit Type\";s:14:\"orgu_orgu_type\";s:24:\"Organisational Unit Type\";s:21:\"orgu_type_custom_icon\";s:45:\"Custom Icon for this Organisational Unit Type\";s:17:\"orgu_adv_settings\";s:17:\"Advanced Settings\";s:31:\"orgu_type_msg_error_custom_icon\";s:30:\"Could not save the custom icon\";s:28:\"orgu_type_available_amd_sets\";s:30:\"Available Custom Metadata Sets\";s:25:\"orgu_type_assign_amd_sets\";s:27:\"Assign Custom Metadata Sets\";s:22:\"not_movable_to_subtree\";s:86:\"An organisational unit cannot be moved into its own subtree. This would create a loop.\";s:18:\"simple_user_import\";s:19:\"XML User Assignment\";s:10:\"simple_xls\";s:19:\"Simple Excel Export\";s:21:\"ou_external_id_exists\";s:58:\"A unit with the External ID already exists on this system.\";s:22:\"user_import_successful\";s:62:\"The import terminated successfully. Assigned: %s, Removed: %s.\";s:10:\"no_orgunit\";s:60:\"Please check your XML-File. There is no Organisational Unit.\";s:13:\"no_assignment\";s:56:\"Please check your XML-File. There is no User Assignment.\";s:18:\"org_unit_not_found\";s:30:\"Organisational Unit not found.\";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:24:\"org_op_access_enrolments\";s:15:\"View Enrolments\";s:20:\"msg_position_updated\";s:17:\"Position updated.\";s:20:\"msg_position_created\";s:17:\"Position created.\";s:28:\"msg_success_permission_saved\";s:18:\"Permissions saved.\";}'); +INSERT INTO `lng_modules` VALUES ('payment','en','a:522:{s:15:\"advanced_search\";s:15:\"Advanced Search\";s:11:\"coupon_type\";s:11:\"Coupon-Type\";s:13:\"currency_cent\";s:4:\"Cent\";s:13:\"currency_euro\";s:4:\"Euro\";s:8:\"currency\";s:8:\"Currency\";s:21:\"delete_addresses_bill\";s:24:\"Delete Billing addresses\";s:20:\"delete_addresses_bmf\";s:20:\"Delete BMF addresses\";s:23:\"delete_addresses_paypal\";s:23:\"Delete Paypal addresses\";s:8:\"duration\";s:8:\"Duration\";s:10:\"edit_topic\";s:10:\"Edit Topic\";s:15:\"enable_ean_info\";s:154:\"This is required for invoicing the public sector in Denmark. Click here to read more about EAN.\";s:10:\"enable_ean\";s:10:\"Enable EAN\";s:12:\"excel_export\";s:12:\"Excel export\";s:9:\"filter_by\";s:2:\"by\";s:24:\"import_use_only_textfile\";s:58:\"Hint: Please use a plain-text file with one code per line.\";s:4:\"info\";s:32:\"Information about the pay method\";s:9:\"new_topic\";s:9:\"New Topic\";s:13:\"no_topics_yet\";s:21:\"No topics created yet\";s:18:\"no_vendor_selected\";s:19:\"No vendor selected.\";s:14:\"object_deleted\";s:14:\"Object Deleted\";s:12:\"pay_abstract\";s:8:\"Abstract\";s:24:\"pay_add_to_shopping_cart\";s:20:\"Add to shopping cart\";s:26:\"pay_added_to_shopping_cart\";s:28:\"Added item to shopping cart.\";s:7:\"pay_all\";s:3:\"All\";s:11:\"pay_article\";s:7:\"Article\";s:13:\"pay_bank_data\";s:9:\"Bank data\";s:11:\"pay_bill_no\";s:11:\"Invoice no.\";s:22:\"pay_bmf_account_holder\";s:14:\"Account holder\";s:22:\"pay_bmf_account_number\";s:14:\"Account number\";s:12:\"pay_bmf_back\";s:4:\"back\";s:17:\"pay_bmf_bank_code\";s:9:\"Bank code\";s:19:\"pay_bmf_card_holder\";s:11:\"Card holder\";s:19:\"pay_bmf_card_number\";s:11:\"Card number\";s:20:\"pay_bmf_check_number\";s:12:\"Check number\";s:30:\"pay_bmf_check_terms_conditions\";s:71:\"Please confirm that you\'ve read the terms and conditions and accept it.\";s:24:\"pay_bmf_credit_card_data\";s:11:\"Credit card\";s:29:\"pay_bmf_credit_card_not_valid\";s:110:\"The credit card data you\'ve entered isn\'t valid. Please check out whether all fields are filled out correctly.\";s:19:\"pay_bmf_credit_card\";s:11:\"Credit card\";s:24:\"pay_bmf_debit_entry_data\";s:11:\"Debit entry\";s:29:\"pay_bmf_debit_entry_not_valid\";s:110:\"The debit entry data you\'ve entered isn\'t valid. Please check out whether all fields are filled out correctly.\";s:19:\"pay_bmf_debit_entry\";s:39:\"Debit entry (german bank accounts only)\";s:31:\"pay_bmf_description_credit_card\";s:249:\"Please check out whether all articles you would like to order are in the shopping cart. By filling in your credit card data and clicking the \"Save\"-button you confirm your wish to order, that starts immediately. The data check may take some seconds.\";s:31:\"pay_bmf_description_debit_entry\";s:257:\"Please check out whether all articles you would like to order are in the shopping cart. By filling in your data for the debit entry and clicking the \"Save\"-button you confirm your wish to order, that starts immediately. The data check may take some seconds.\";s:32:\"pay_bmf_description_payment_type\";s:25:\"Please select how to pay.\";s:33:\"pay_bmf_description_personal_data\";s:46:\"Please fill out the following form completely.\";s:20:\"pay_bmf_house_number\";s:12:\"House number\";s:16:\"pay_bmf_optional\";s:8:\"optional\";s:10:\"pay_bmf_or\";s:2:\"or\";s:26:\"pay_bmf_password_not_valid\";s:27:\"Your password wasn\'t valid.\";s:30:\"pay_bmf_payment_type_not_valid\";s:75:\"The kind of paying you\'ve chosen isn\'t valid. Please select another option.\";s:20:\"pay_bmf_payment_type\";s:14:\"Kind of paying\";s:31:\"pay_bmf_personal_data_not_valid\";s:93:\"Your personal data isn\'t valid. Please check out whether all fields are filled out correctly.\";s:21:\"pay_bmf_personal_data\";s:18:\"Your personal data\";s:21:\"pay_bmf_please_select\";s:13:\"Please select\";s:14:\"pay_bmf_po_box\";s:6:\"PO Box\";s:25:\"pay_bmf_server_error_code\";s:33:\"Payment server returns error code\";s:34:\"pay_bmf_server_error_communication\";s:46:\"Error while communication with payment server.\";s:29:\"pay_bmf_server_error_sysadmin\";s:60:\"Please contact system administrator for further information.\";s:27:\"pay_bmf_shopping_cart_empty\";s:28:\"Your shopping card is empty.\";s:23:\"pay_bmf_street_or_pobox\";s:47:\"Please enter street and house number or po box.\";s:23:\"pay_bmf_subtotal_amount\";s:15:\"Subtotal amount\";s:29:\"pay_bmf_terms_conditions_read\";s:59:\"I have read the general terms and conditions and accept it.\";s:29:\"pay_bmf_terms_conditions_show\";s:4:\"show\";s:24:\"pay_bmf_terms_conditions\";s:28:\"General terms and conditions\";s:14:\"pay_bmf_thanks\";s:36:\"Thank you. Your order was submitted.\";s:20:\"pay_bmf_total_amount\";s:12:\"Total amount\";s:16:\"pay_bmf_validity\";s:11:\"valid until\";s:20:\"pay_bmf_vat_included\";s:12:\"VAT included\";s:18:\"pay_bmf_your_order\";s:10:\"Your order\";s:16:\"pay_change_price\";s:33:\"Change price/duration combination\";s:16:\"pay_click_to_buy\";s:7:\"Buy now\";s:17:\"pay_confirm_order\";s:52:\"Please confirm your order by entering your password.\";s:28:\"pay_crs_max_members_exceeded\";s:83:\"You cannot buy this course because the maximum number of users is already exceeded.\";s:15:\"pay_customer_no\";s:12:\"Customer no.\";s:19:\"pay_deleted_booking\";s:27:\"The entry has been deleted.\";s:17:\"pay_deleted_items\";s:37:\"The selected items have been deleted.\";s:17:\"pay_edit_abstract\";s:13:\"Edit Abstract\";s:20:\"pay_enable_shop_info\";s:70:\"If activated the ILIAS webshop is available and objects can be bought.\";s:15:\"pay_enable_shop\";s:11:\"Enable Shop\";s:10:\"pay_ending\";s:9:\"ends with\";s:21:\"pay_entitled_retrieve\";s:29:\"Entitled to retrieve data for\";s:17:\"pay_epay_canceled\";s:25:\"The payment was canceled.\";s:16:\"pay_epay_success\";s:120:\"The payment has been processed. Please be aware that it can take a few minutes before your purchase is fully registered.\";s:16:\"pay_expires_info\";s:76:\"This object is disposable. The payment has been expired, you can not buy it.\";s:10:\"pay_filter\";s:6:\"Filter\";s:22:\"pay_goto_buyed_objects\";s:24:\"Goto your bought objects\";s:22:\"pay_goto_shopping_cart\";s:22:\"Goto the shopping cart\";s:10:\"pay_header\";s:4:\"Shop\";s:29:\"pay_hide_advanced_search_info\";s:62:\"For simple shop with a few items hide the advanced search tab.\";s:24:\"pay_hide_advanced_search\";s:20:\"Hide Advanced Search\";s:21:\"pay_hide_coupons_info\";s:122:\"Hide coupons for the shopper. In case your shop is not using coupons this simplifies the buying process for your customer.\";s:16:\"pay_hide_coupons\";s:12:\"Hide coupons\";s:23:\"pay_hide_filtering_info\";s:40:\"Hide filtering options from the shopper.\";s:18:\"pay_hide_filtering\";s:14:\"Hide Filtering\";s:18:\"pay_hide_news_info\";s:58:\"Hides the shop news tab in case you\'re not using the news.\";s:13:\"pay_hide_news\";s:9:\"Hide news\";s:13:\"pay_hint_epay\";s:11:\"Tip to ePay\";s:15:\"pay_hint_paypal\";s:15:\"Hint for PayPal\";s:13:\"pay_info_epay\";s:114:\"When press ‘pay’ the ePay payment window opens. After you have completed the payment you will return to ILIAS.\";s:15:\"pay_info_paypal\";s:401:\"To pay for those objects that are in your shopping cart you\'ll leave ILIAS temporary and head for the PayPal website. Please follow the steps that are shown to you there. After paying successfully you\'ll be directed back to ILIAS automatically. Don\'t close the window of your browser at any time whilst the selling process. Otherwise the objects you\'ve bought can\'t be activated for you automatically.\";s:8:\"pay_info\";s:314:\"Access to the following material is not for free. If you want to gain access to a certain learning object please select a price. You can purchase one or several learning objects by using the button ‘shopping cart’ on your personal desktop. You are going to gain immediate access to a chosen object and period.\";s:37:\"pay_item_already_in_sc_choose_another\";s:109:\"This object was already taken up in your shopping cart. Select if necessary a new price/duration combination.\";s:22:\"pay_item_already_in_sc\";s:49:\"This object already exists in your shopping cart.\";s:11:\"pay_locator\";s:4:\"Shop\";s:28:\"pay_manual_sorting_of_topics\";s:24:\"Manual Sorting of Topics\";s:17:\"pay_max_hits_info\";s:63:\"Please enter a number for the maximum number of search results.\";s:12:\"pay_max_hits\";s:8:\"Max hits\";s:22:\"pay_message_attachment\";s:79:\"As a confirmation for your order we send you a bill (PDF format) as attachment.\";s:17:\"pay_message_hello\";s:4:\"Dear\";s:19:\"pay_message_regards\";s:15:\"Yours sincerely\";s:19:\"pay_message_subject\";s:16:\"Your ILIAS order\";s:18:\"pay_message_thanks\";s:31:\"Thank you for your ILIAS order.\";s:22:\"pay_no_vendors_created\";s:18:\"No vendors created\";s:24:\"pay_not_buyed_any_object\";s:31:\"You have not bought any object.\";s:19:\"pay_order_date_from\";s:15:\"Order date from\";s:18:\"pay_order_date_til\";s:14:\"Order date til\";s:19:\"pay_order_paid_body\";s:76:\"Your invoice for %products% is attached this mail. Thank you for your order.\";s:22:\"pay_order_paid_subject\";s:12:\"Your invoice\";s:14:\"pay_payed_bill\";s:18:\"Bill already payed\";s:16:\"pay_unpayed_bill\";s:55:\"Please wire the open balance to the given bank account.\";s:21:\"pay_payed_credit_card\";s:34:\"The order was paid by credit card.\";s:21:\"pay_payed_debit_entry\";s:34:\"The order was paid by debit entry.\";s:16:\"pay_payed_paypal\";s:29:\"The order was paid by PayPal.\";s:22:\"pay_paypal_error_fails\";s:59:\"PayPal reports errors that occurred during the transaction.\";s:21:\"pay_paypal_error_info\";s:86:\"If necessary feel free to contact the system administrator of this ILIAS installation.\";s:30:\"pay_paypal_error_not_completed\";s:44:\"The transaction isn\'t totally completed yet.\";s:30:\"pay_paypal_error_prev_trans_id\";s:59:\"The transaction id given by PayPal was already used before.\";s:31:\"pay_paypal_error_wrong_customer\";s:63:\"Checking this transaction resulted in no match of the customer.\";s:28:\"pay_paypal_error_wrong_items\";s:65:\"Checking this transaction resulted in no match of the sold items.\";s:29:\"pay_paypal_error_wrong_vendor\";s:61:\"Checking this transaction resulted in no match of the vendor.\";s:17:\"pay_paypal_failed\";s:51:\"Your purchase of ILIAS objects using PayPal failed!\";s:18:\"pay_paypal_success\";s:118:\"Thanks for your purchase of ILIAS objects using PayPal! You\'ll receive a written confirmation in PDF format by e-mail.\";s:22:\"pay_paypal_unreachable\";s:54:\"The connection to the payment server of PayPal failed.\";s:21:\"pay_personal_settings\";s:17:\"Personal Settings\";s:16:\"pay_reset_filter\";s:12:\"Reset filter\";s:16:\"pay_save_sorting\";s:12:\"Save Sorting\";s:19:\"pay_select_one_item\";s:23:\"Please select one item.\";s:16:\"pay_select_price\";s:43:\"Please select a price/duration combination.\";s:14:\"pay_send_order\";s:10:\"Send order\";s:23:\"pay_shopping_cart_empty\";s:28:\"Your shopping cart is empty.\";s:17:\"pay_sorting_value\";s:13:\"Sorting Value\";s:12:\"pay_starting\";s:11:\"starts with\";s:9:\"pay_step1\";s:47:\"Your order - Step 1/3: Enter your personal data\";s:9:\"pay_step2\";s:45:\"Your order - Step 2/3: Choose kind of payment\";s:21:\"pay_step3_credit_card\";s:70:\"Your order - Step 3/3: Enter your credit card data and send your order\";s:21:\"pay_step3_debit_entry\";s:63:\"Your order - Step 3/3: Enter your bank data and send your order\";s:13:\"pay_thumbnail\";s:9:\"Thumbnail\";s:36:\"pay_topics_allow_custom_sorting_info\";s:88:\"If enabled, every user can determine the sorting of topics in the webshop independently.\";s:31:\"pay_topics_allow_custom_sorting\";s:24:\"Custom Sorting of Topics\";s:36:\"pay_topics_default_sorting_direction\";s:35:\"Default Sorting Direction of Topics\";s:31:\"pay_topics_default_sorting_type\";s:30:\"Default Sorting Type of Topics\";s:23:\"pay_topics_sort_by_date\";s:7:\"By Date\";s:24:\"pay_topics_sort_by_title\";s:28:\"Titles in Alphabetical Order\";s:24:\"pay_topics_sort_manually\";s:8:\"Manually\";s:15:\"pay_update_view\";s:11:\"Update view\";s:11:\"paya_access\";s:6:\"Access\";s:17:\"paya_add_customer\";s:19:\"Add Selling Process\";s:20:\"paya_add_price_title\";s:9:\"New price\";s:14:\"paya_add_price\";s:13:\"Add new price\";s:21:\"paya_added_new_object\";s:60:\"Added new object. Please edit the pay method and the prices.\";s:20:\"paya_added_new_price\";s:17:\"Created new price\";s:18:\"paya_added_trustee\";s:20:\"Created new trustee.\";s:23:\"paya_bookings_available\";s:66:\"This object has been sold. Please delete all statistic data first.\";s:12:\"paya_buyable\";s:7:\"Buyable\";s:18:\"paya_buyed_objects\";s:14:\"Bought Objects\";s:20:\"paya_count_purchaser\";s:20:\"Number of purchasers\";s:35:\"paya_coupon_codes_import_successful\";s:18:\"Import successful.\";s:16:\"paya_coupons_add\";s:10:\"Add Coupon\";s:27:\"paya_coupons_already_in_use\";s:83:\"The code you typed in belongs to the same coupon as a code which is already in use.\";s:29:\"paya_coupons_assigned_objects\";s:16:\"Assigned Objects\";s:25:\"paya_coupons_availability\";s:35:\"Maximum Number of Usage of one Code\";s:23:\"paya_coupons_code_chars\";s:5:\"Chars\";s:38:\"paya_coupons_code_deleted_successfully\";s:20:\"Deleted Successfully\";s:28:\"paya_coupons_code_generation\";s:15:\"Code Generation\";s:24:\"paya_coupons_code_length\";s:11:\"Code Length\";s:17:\"paya_coupons_code\";s:4:\"Code\";s:25:\"paya_coupons_codes_import\";s:12:\"Import Codes\";s:32:\"paya_coupons_codes_not_available\";s:21:\"No codes created yet.\";s:18:\"paya_coupons_codes\";s:5:\"Codes\";s:25:\"paya_coupons_coupon_added\";s:13:\"Coupon added.\";s:29:\"paya_coupons_coupon_not_found\";s:42:\"No coupon found for the code you typed in.\";s:19:\"paya_coupons_coupon\";s:6:\"Coupon\";s:20:\"paya_coupons_coupons\";s:7:\"Coupons\";s:24:\"paya_coupons_description\";s:11:\"Description\";s:23:\"paya_coupons_edit_codes\";s:10:\"Edit Codes\";s:25:\"paya_coupons_edit_objects\";s:12:\"Edit Objects\";s:17:\"paya_coupons_edit\";s:11:\"Edit Coupon\";s:28:\"paya_coupons_fix_all_objects\";s:49:\"%s %s discount on the total amount of all objects\";s:33:\"paya_coupons_fix_selected_objects\";s:54:\"%s %s discount on the total amount of selected objects\";s:16:\"paya_coupons_fix\";s:3:\"fix\";s:17:\"paya_coupons_from\";s:10:\"Valid From\";s:27:\"paya_coupons_generate_codes\";s:14:\"Generate Codes\";s:25:\"paya_coupons_import_codes\";s:12:\"Import Codes\";s:38:\"paya_coupons_import_error_opening_file\";s:30:\"Error opening the import file!\";s:31:\"paya_coupons_no_codes_generated\";s:19:\"No codes generated.\";s:30:\"paya_coupons_no_codes_selected\";s:27:\"You did not select any code\";s:31:\"paya_coupons_no_object_assigned\";s:33:\"No object assigned to the coupon.\";s:26:\"paya_coupons_not_available\";s:23:\"No coupons created yet.\";s:22:\"paya_coupons_not_found\";s:17:\"No coupons found.\";s:22:\"paya_coupons_not_valid\";s:24:\"The coupon is not valid.\";s:28:\"paya_coupons_number_of_codes\";s:15:\"Number of Codes\";s:20:\"paya_coupons_objects\";s:7:\"Objects\";s:36:\"paya_coupons_percentaged_all_objects\";s:49:\"%s %s discount on the total amount of all objects\";s:41:\"paya_coupons_percentaged_selected_objects\";s:54:\"%s %s discount on the total amount of selected objects\";s:24:\"paya_coupons_percentaged\";s:11:\"percentaged\";s:34:\"paya_coupons_sure_delete_all_codes\";s:42:\"Are you sure you want to delete all codes?\";s:39:\"paya_coupons_sure_delete_selected_codes\";s:51:\"Are you sure you want to delete the selected codes?\";s:17:\"paya_coupons_till\";s:10:\"Valid Till\";s:18:\"paya_coupons_title\";s:5:\"Title\";s:22:\"paya_coupons_type_auto\";s:13:\"Automatically\";s:22:\"paya_coupons_type_self\";s:8:\"Manually\";s:17:\"paya_coupons_type\";s:11:\"Coupon Type\";s:31:\"paya_coupons_unassigned_objects\";s:18:\"Unassigned Objects\";s:27:\"paya_coupons_usage_of_codes\";s:14:\"Usage of Codes\";s:18:\"paya_coupons_value\";s:5:\"Value\";s:32:\"paya_customer_added_successfully\";s:61:\"The selling process was added to the statistics successfully.\";s:13:\"paya_customer\";s:8:\"Customer\";s:17:\"paya_delete_price\";s:12:\"Delete price\";s:23:\"paya_delete_trustee_msg\";s:26:\"Deleted selected trustees.\";s:23:\"paya_deleted_last_price\";s:32:\"The last price has been deleted.\";s:19:\"paya_deleted_object\";s:40:\"Stopped payment for the selected object.\";s:28:\"paya_deleted_selected_prices\";s:16:\"Price(s) deleted\";s:20:\"paya_details_updated\";s:16:\"Details updated.\";s:13:\"paya_disabled\";s:8:\"Disabled\";s:17:\"paya_edit_details\";s:12:\"Edit Details\";s:20:\"paya_edit_pay_method\";s:15:\"Edit Pay Method\";s:22:\"paya_edit_prices_first\";s:29:\"Please edit the prices first.\";s:16:\"paya_edit_prices\";s:11:\"Edit Prices\";s:12:\"paya_enabled\";s:7:\"Enabled\";s:16:\"paya_enter_login\";s:24:\"Please enter a username.\";s:22:\"paya_err_adding_object\";s:19:\"Error adding object\";s:26:\"paya_error_adding_customer\";s:69:\"An error occurred while adding the selling process to the statistics.\";s:27:\"paya_error_mandatory_fields\";s:40:\"Please fill in all mandatory fields (*).\";s:29:\"paya_error_no_object_id_given\";s:24:\"Please choose an object.\";s:25:\"paya_error_update_booking\";s:28:\"Error saving statistic data.\";s:12:\"paya_expires\";s:14:\"Expire payment\";s:19:\"paya_filter_reseted\";s:13:\"Filter reset.\";s:11:\"paya_header\";s:19:\"Shop Administration\";s:24:\"paya_insert_only_numbers\";s:28:\"Please insert only integers.\";s:16:\"paya_insert_vats\";s:15:\"Insert Vat-Rate\";s:12:\"paya_locator\";s:19:\"Shop Administration\";s:11:\"paya_months\";s:8:\"Month(s)\";s:24:\"paya_no_booking_id_given\";s:32:\"Error: no ‘booking id’ given\";s:16:\"paya_no_bookings\";s:23:\"No statistic available.\";s:23:\"paya_no_object_selected\";s:25:\"Please select one object.\";s:24:\"paya_no_objects_assigned\";s:29:\"There are no objects to sell.\";s:23:\"paya_no_price_available\";s:19:\"No prices available\";s:23:\"paya_no_prices_selected\";s:23:\"Please select one price\";s:26:\"paya_no_settings_necessary\";s:51:\"There are no settings necessary for this pay method\";s:16:\"paya_no_trustees\";s:20:\"No trustees created.\";s:19:\"paya_no_valid_login\";s:27:\"This username is not valid.\";s:20:\"paya_no_vat_id_given\";s:24:\"There is no vat-id given\";s:21:\"paya_no_vats_assigned\";s:16:\"No vats assigned\";s:23:\"paya_no_vendor_selected\";s:32:\"You haven‘t selected a vendor.\";s:24:\"paya_not_assign_yourself\";s:38:\"It is not possible to assign yourself.\";s:16:\"paya_not_buyable\";s:10:\"Not to buy\";s:27:\"paya_object_not_purchasable\";s:39:\"It is not possible to sell this object.\";s:11:\"paya_object\";s:7:\"Objects\";s:15:\"paya_order_date\";s:10:\"Order date\";s:29:\"paya_pay_method_not_specified\";s:13:\"Not specified\";s:15:\"paya_pay_method\";s:10:\"Pay method\";s:17:\"paya_payed_access\";s:12:\"Payed/Access\";s:10:\"paya_payed\";s:5:\"Payed\";s:17:\"paya_perm_coupons\";s:12:\"Edit coupons\";s:13:\"paya_perm_obj\";s:12:\"Edit objects\";s:14:\"paya_perm_stat\";s:15:\"Edit statistics\";s:20:\"paya_price_not_valid\";s:51:\"This price is not valid. Please insert only numbers\";s:26:\"paya_select_object_to_sell\";s:48:\"Please select the object which you want to sell.\";s:28:\"paya_select_pay_method_first\";s:35:\"Please select one pay method first.\";s:16:\"paya_sell_object\";s:11:\"Sell object\";s:18:\"paya_shopping_cart\";s:13:\"Shopping Cart\";s:14:\"paya_statistic\";s:9:\"Statistic\";s:23:\"paya_sure_delete_object\";s:88:\"Are you sure, you want to stop payment for this object? All assigned data will get lost.\";s:32:\"paya_sure_delete_selected_prices\";s:52:\"Are you sure you want to delete the selected prices?\";s:34:\"paya_sure_delete_selected_trustees\";s:54:\"Are you sure you want to delete the selected trustees?\";s:21:\"paya_sure_delete_stat\";s:48:\"Are you sure, you want to delete this statistic?\";s:20:\"paya_sure_delete_vat\";s:42:\"Are you sure, you want to delete this vat?\";s:21:\"paya_sure_delete_vats\";s:39:\"Are you sure you want to delete vat(s)?\";s:16:\"paya_transaction\";s:11:\"Transaction\";s:18:\"paya_trustee_table\";s:8:\"Trustees\";s:13:\"paya_trustees\";s:8:\"Trustees\";s:17:\"paya_update_price\";s:13:\"Update prices\";s:20:\"paya_updated_booking\";s:18:\"Updated statistic.\";s:18:\"paya_updated_price\";s:20:\"The price was saved.\";s:19:\"paya_updated_prices\";s:14:\"Updated prices\";s:21:\"paya_updated_trustees\";s:20:\"Updated permissions.\";s:26:\"paya_user_already_assigned\";s:22:\"User already assigned.\";s:23:\"paya_vat_already_exists\";s:28:\"This vat rate already exists\";s:20:\"paya_vat_not_deleted\";s:28:\"This vat rate is not deleted\";s:18:\"paya_vat_not_valid\";s:21:\"This vat is not valid\";s:14:\"paya_vats_info\";s:78:\"If you like to sell an object without a vat, please insert a vat-rate with 0 %\";s:11:\"paya_vendor\";s:6:\"Vendor\";s:15:\"payment_add_vat\";s:10:\"Create VAT\";s:36:\"payment_already_bought_but_no_access\";s:92:\"You already bought the object %s, but you do not have access yet or your license is expired.\";s:20:\"payment_back_to_shop\";s:12:\"Back to Shop\";s:23:\"payment_cannot_find_vat\";s:43:\"Cannot find VAT data set for the passed id.\";s:35:\"payment_cannot_read_nonexisting_vat\";s:52:\"The ID for fechting the VAT data set was not passed.\";s:32:\"payment_cannot_save_existing_vat\";s:28:\"Cannot save an existing VAT.\";s:37:\"payment_cannot_update_nonexisting_vat\";s:33:\"Cannot update a non existing VAT.\";s:16:\"payment_edit_vat\";s:8:\"Edit VAT\";s:27:\"payment_login_to_buy_object\";s:39:\"Please login for purchasing the object.\";s:21:\"payment_news_add_news\";s:13:\"Add Shop News\";s:32:\"payment_news_archive_period_info\";s:47:\"Time period to define when news move to archive\";s:27:\"payment_news_archive_period\";s:14:\"Archive-Period\";s:20:\"payment_news_created\";s:15:\"Shop news added\";s:24:\"payment_news_delete_sure\";s:48:\"Are you sure, you want to delete this shop news?\";s:20:\"payment_news_deleted\";s:17:\"Shop news deleted\";s:26:\"payment_news_no_news_items\";s:17:\"No news available\";s:27:\"payment_news_settings_saved\";s:28:\"The settings have been saved\";s:21:\"payment_news_settings\";s:18:\"Shop News Settings\";s:20:\"payment_news_updated\";s:24:\"The news have been saved\";s:12:\"payment_news\";s:9:\"Shop News\";s:25:\"payment_no_price_selected\";s:18:\"No price selected.\";s:30:\"payment_no_price_type_selected\";s:35:\"Please select a type for the price.\";s:16:\"payment_no_topic\";s:8:\"No Topic\";s:46:\"payment_object_not_buyable_if_not_vat_assigned\";s:74:\"Until there is no VAT assigned the object cannot be bought in the webshop.\";s:27:\"payment_price_invalid_price\";s:27:\"Please enter a valid price.\";s:30:\"payment_shop_not_objects_found\";s:33:\"No objects to buy could be found.\";s:17:\"payment_tax_rates\";s:9:\"Tax Rates\";s:26:\"payment_vat_administration\";s:14:\"Administration\";s:27:\"payment_vat_already_created\";s:40:\"A VAT with this rate is already created.\";s:32:\"payment_vat_deleted_successfully\";s:29:\"VAT was deleted successfully.\";s:53:\"payment_vat_has_to_be_defined_by_administration_short\";s:4:\"----\";s:25:\"payment_vat_input_invalid\";s:45:\"Please insert a valid value for the VAT rate.\";s:21:\"payment_vat_rate_info\";s:56:\"Please insert the VAT rate (without the %-sign), e.g. 7.\";s:22:\"payment_vat_title_info\";s:40:\"Please insert a label/title for the VAT.\";s:20:\"pays_active_bookings\";s:75:\"There active bookings for the selected vendor(s). Please delete them first.\";s:13:\"pays_add_info\";s:42:\"Additional information for bill (optional)\";s:15:\"pays_add_vendor\";s:10:\"Add vendor\";s:17:\"pays_added_vendor\";s:16:\"Added new vendor\";s:12:\"pays_address\";s:16:\"Address for bill\";s:29:\"pays_already_assigned_vendors\";s:52:\"The following number of users were already assigned:\";s:21:\"pays_assigned_vendors\";s:68:\"The following number of users have been assigned to the vendor list:\";s:15:\"pays_auth_token\";s:28:\"Unique Token Given by PayPal\";s:14:\"pays_bank_data\";s:18:\"Bank data for bill\";s:9:\"pays_bill\";s:4:\"Bill\";s:26:\"pays_bmf_bewirtschafter_nr\";s:12:\"Operator No.\";s:23:\"pays_bmf_ca_certificate\";s:22:\"Path to CA-Certificate\";s:27:\"pays_bmf_client_certificate\";s:26:\"Path to Client-Certificate\";s:18:\"pays_bmf_client_id\";s:9:\"Cliend Id\";s:24:\"pays_bmf_epayment_server\";s:15:\"ePayment-Server\";s:24:\"pays_bmf_haushaltsstelle\";s:20:\"Accounting Entry BMF\";s:34:\"pays_bmf_kennzeichen_mahnverfahren\";s:20:\"Dunning Procedure Id\";s:18:\"pays_bmf_object_id\";s:9:\"Object Id\";s:27:\"pays_bmf_settings_not_valid\";s:97:\"Your settings for BMF aren\'t valid. Please check out whether all fields are filled out correctly.\";s:17:\"pays_bmf_settings\";s:16:\"Settings for BMF\";s:16:\"pays_bmf_timeout\";s:7:\"Timeout\";s:29:\"pays_bmf_waehrungskennzeichen\";s:19:\"Currency (e.g. EUR)\";s:8:\"pays_bmf\";s:3:\"BMF\";s:26:\"pays_cost_center_not_valid\";s:33:\"Please enter a valid cost center.\";s:16:\"pays_cost_center\";s:11:\"Cost center\";s:21:\"pays_currency_subunit\";s:28:\"Currency (1/100) (e.g. Cent)\";s:18:\"pays_currency_unit\";s:19:\"Currency (e.g. EUR)\";s:18:\"pays_delete_vendor\";s:13:\"Deassign user\";s:27:\"pays_deleted_number_vendors\";s:50:\"The following number of vendors have been deleted:\";s:18:\"pays_eco_agreement\";s:16:\"Agreement Number\";s:24:\"pays_eco_cur_handle_code\";s:13:\"Currency Code\";s:15:\"pays_eco_layout\";s:14:\"Invoice Layout\";s:22:\"pays_eco_payment_terms\";s:13:\"Payment Terms\";s:23:\"pays_eco_product_number\";s:14:\"Product Number\";s:16:\"pays_edit_vendor\";s:9:\"Edit user\";s:17:\"pays_email_vendor\";s:26:\"Mail Address of the Vendor\";s:25:\"pays_epay_auth_email_info\";s:71:\"Email where information about processed transactions/payments are sent.\";s:20:\"pays_epay_auth_email\";s:18:\"Email Notification\";s:25:\"pays_epay_auth_token_info\";s:100:\"You also need to enter this in the ePay backend. The secret prevents users from simulating payments.\";s:20:\"pays_epay_auth_token\";s:20:\"Authentication Token\";s:14:\"pays_epay_info\";s:265:\"ePay is a payment gateway that enables ILIAS to receive VISA, MasterCard, JCB, VISA Electron, MasterCard Maestro, Diners, AMEX etc. In order to use this you must have a seperate agreement with ePay and a Merchant Id.\";s:30:\"pays_epay_instant_capture_info\";s:152:\"If enabled all amounts are drawn from the customer’s account immediately. Please make sure this is legal in your country before enabling this feature.\";s:25:\"pays_epay_instant_capture\";s:15:\"Instant Capture\";s:25:\"pays_epay_merchant_number\";s:11:\"Merchant id\";s:21:\"pays_epay_server_host\";s:11:\"Server host\";s:21:\"pays_epay_server_path\";s:11:\"Server path\";s:28:\"pays_epay_settings_not_valid\";s:62:\"The ePay settings could not be saved because they are invalid.\";s:18:\"pays_epay_settings\";s:18:\"ePay configuration\";s:9:\"pays_epay\";s:4:\"ePay\";s:21:\"pays_erp_bad_settings\";s:56:\"Please change the settings for %s as they are not valid.\";s:31:\"pays_erp_connection_established\";s:44:\"Connection established with %s successfully.\";s:14:\"pays_erp_error\";s:26:\"Error interacting with %s!\";s:13:\"pays_erp_info\";s:90:\"Enterprise, Resource and Planning systems setup. Integrates ILIAS with accounting systems.\";s:25:\"pays_erp_invoice_attached\";s:38:\"Your invoice is attached this message.\";s:28:\"pays_erp_invoice_copies_info\";s:24:\"Copies will be saved in:\";s:23:\"pays_erp_invoice_copies\";s:33:\"Save copies of generated invoices\";s:24:\"pays_erp_invoice_deleted\";s:20:\"Test Invoice Deleted\";s:27:\"pays_erp_invoice_delpreview\";s:19:\"Delete Test Invoice\";s:24:\"pays_erp_invoice_nowrite\";s:26:\"Cannot write to directory.\";s:24:\"pays_erp_invoice_preview\";s:31:\"View test invoice in new window\";s:17:\"pays_erp_settings\";s:12:\"ERP Settings\";s:15:\"pays_erp_system\";s:10:\"ERP System\";s:19:\"pays_erp_tst_billed\";s:10:\"billed for\";s:21:\"pays_erp_tst_existing\";s:15:\"Existing Debtor\";s:16:\"pays_erp_tst_new\";s:10:\"New Debtor\";s:20:\"pays_erp_tst_product\";s:103:\"This is just a test invoice. In an actual purchase the name of the course or file will be printed here.\";s:25:\"pays_erp_updated_settings\";s:39:\"ERP settings updated and %s set active.\";s:8:\"pays_erp\";s:3:\"ERP\";s:31:\"pays_general_settings_not_valid\";s:97:\"Your general settings aren\'t valid. Please check out whether all fields are filled out correctly.\";s:21:\"pays_general_settings\";s:16:\"General settings\";s:12:\"pays_general\";s:7:\"General\";s:25:\"pays_header_select_vendor\";s:16:\"Vendor selection\";s:12:\"pays_invoice\";s:7:\"Invoice\";s:22:\"pays_no_username_given\";s:17:\"No username given\";s:28:\"pays_no_valid_username_given\";s:23:\"No valid username given\";s:23:\"pays_no_vendor_selected\";s:18:\"No vendor selected\";s:20:\"pays_number_bookings\";s:15:\"Active bookings\";s:23:\"pays_objects_bill_exist\";s:89:\"Pay method ‘bill’ is activated for some objects. Therefore it can not be deactivated.\";s:22:\"pays_objects_bmf_exist\";s:88:\"Pay method ‘BMF’ is activated for some objects. Therefore it can not be deactivated.\";s:25:\"pays_objects_paypal_exist\";s:91:\"Pay method ‘PayPal’ is activated for some objects. Therefore it can not be deactivated.\";s:12:\"pays_offline\";s:7:\"Offline\";s:11:\"pays_online\";s:6:\"Online\";s:15:\"pays_page_style\";s:10:\"Page Style\";s:16:\"pays_pay_methods\";s:11:\"Pay methods\";s:30:\"pays_paypal_settings_not_valid\";s:100:\"Your settings for PayPal aren\'t valid. Please check out whether all fields are filled out correctly.\";s:20:\"pays_paypal_settings\";s:19:\"Settings for PayPal\";s:11:\"pays_paypal\";s:6:\"PayPal\";s:13:\"pays_pdf_path\";s:36:\"Path for generating bill as PDF file\";s:16:\"pays_server_host\";s:41:\"Server Host (e.g. https://www.paypal.com)\";s:16:\"pays_server_path\";s:42:\"Path to the Scripts (e.g. /cgi-bin/webscr)\";s:33:\"pays_sure_delete_selected_vendors\";s:51:\"Do you really want to delete the selected vendor(s)\";s:30:\"pays_too_many_vendors_selected\";s:55:\"Please select only one customer to perform this action.\";s:25:\"pays_updated_bmf_settings\";s:35:\"Your settings for BMF were updated.\";s:26:\"pays_updated_epay_settings\";s:29:\"Settings for ePay was updated\";s:29:\"pays_updated_general_settings\";s:35:\"Your general settings were updated.\";s:23:\"pays_updated_pay_method\";s:19:\"Changed pay method.\";s:28:\"pays_updated_paypal_settings\";s:38:\"Your settings for PayPal were updated.\";s:26:\"pays_user_already_assigned\";s:48:\"This user is already assigned to the vendor list\";s:13:\"pays_vat_rate\";s:24:\"VAT rate in % (optional)\";s:11:\"pays_vendor\";s:6:\"Vendor\";s:7:\"price_a\";s:5:\"Price\";s:10:\"price_from\";s:4:\"from\";s:6:\"prices\";s:6:\"Prices\";s:12:\"reset_filter\";s:12:\"Reset Filter\";s:15:\"search_in_title\";s:15:\"Search in title\";s:16:\"select_one_topic\";s:33:\"Please select at least one topic.\";s:10:\"set_filter\";s:10:\"Set Filter\";s:9:\"shop_info\";s:16:\"Shop Information\";s:8:\"sort_asc\";s:14:\"sort ascending\";s:7:\"sort_by\";s:15:\"Sort Objects by\";s:9:\"sort_desc\";s:15:\"sort descending\";s:19:\"sort_topics_by_date\";s:4:\"Date\";s:20:\"sort_topics_by_title\";s:5:\"Title\";s:14:\"sort_topics_by\";s:14:\"Sort Topics by\";s:20:\"sort_topics_manually\";s:8:\"Manually\";s:4:\"sort\";s:4:\"Sort\";s:24:\"statistics_filter_advice\";s:83:\"Please choose your favoured filter settings and press the ‘Update View’ button.\";s:18:\"sure_delete_topics\";s:50:\"Are you sure you want to delete the chosen topics?\";s:12:\"topic_edited\";s:33:\"The topic was edited successfully\";s:11:\"topic_saved\";s:32:\"The topic was saved successfully\";s:11:\"topic_title\";s:5:\"Title\";s:5:\"topic\";s:5:\"Topic\";s:14:\"topics_deleted\";s:43:\"The chosen topics were deleted successfully\";s:6:\"topics\";s:6:\"Topics\";s:18:\"unlimited_duration\";s:18:\"Unlimited duration\";s:6:\"update\";s:6:\"Update\";s:12:\"user_deleted\";s:12:\"User Deleted\";s:8:\"vat_rate\";s:8:\"Vat-Rate\";s:9:\"vat_title\";s:9:\"Vat-Title\";s:8:\"vat_unit\";s:8:\"Vat-Unit\";s:4:\"vats\";s:4:\"Vats\";s:17:\"paya_bill_history\";s:12:\"Bill History\";s:21:\"have_existing_account\";s:81:\"Do you already have an existing account? Please enter your username and password.\";s:24:\"have_no_existing_account\";s:103:\"if you don\'t have an account, you are able to login in with this account:(Username: %s Password: %s ).\";s:18:\"please_use_account\";s:57:\"For further purchases please login with use your account.\";s:13:\"buy_extension\";s:13:\"Buy Extension\";s:15:\"extension_price\";s:15:\"Extension Price\";s:16:\"terms_conditions\";s:3:\"GTC\";s:23:\"accept_terms_conditions\";s:56:\"Please accept the %s to continue the purchasing process.\";s:9:\"documents\";s:9:\"Documents\";s:21:\"activate_placeholders\";s:21:\"Activate Placeholders\";s:12:\"billing_mail\";s:13:\"Billing-Email\";s:14:\"select_subtype\";s:9:\"Suboption\";s:18:\"pay_hide_shop_info\";s:21:\"Hide Shop-Information\";s:23:\"pay_hide_shop_info_info\";s:30:\"Hides the tab shop-information\";s:17:\"use_shop_specials\";s:17:\"Use Shop Specials\";s:22:\"use_shop_specials_info\";s:126:\"If enabled, it is possible to mark shop objects as a ‘special’-offer. These objects will be shown on the entire shop site.\";s:7:\"special\";s:13:\"Special-Offer\";s:12:\"special_info\";s:62:\"If enabled, this object will be shown on the entire shop site.\";s:8:\"shop_url\";s:12:\"Link to shop\";s:23:\"shop_bought_objects_url\";s:22:\"Link to bought objects\";s:20:\"ilias_invoice_number\";s:20:\"ILIAS invoice number\";s:26:\"userdefined_invoice_number\";s:26:\"Userdefined invoice number\";s:23:\"incremental_start_value\";s:18:\"Incremental Number\";s:28:\"incremental_start_value_info\";s:78:\"This start value will be used as first incremental number for the next period.\";s:25:\"incremental_current_value\";s:26:\"current incremental number\";s:19:\"invoice_number_text\";s:25:\"invoice number definition\";s:19:\"show_general_filter\";s:19:\"Show general filter\";s:24:\"show_general_filter_info\";s:62:\"Let users find buyable objects with this general search filter\";s:18:\"show_topics_filter\";s:18:\"Show topics filter\";s:23:\"show_topics_filter_info\";s:54:\"Let users find buyable objects with this topics filter\";s:18:\"show_shop_explorer\";s:18:\"Show shop explorer\";s:23:\"show_shop_explorer_info\";s:56:\"This shop explorer simplifies the navigation within shop\";s:8:\"position\";s:4:\"Pos.\";s:6:\"amount\";s:6:\"Amount\";s:16:\"external_bill_no\";s:14:\"%s Billing-No.\";s:24:\"day_of_service_provision\";s:24:\"Day of service provision\";s:14:\"total_netprice\";s:28:\"Total netprice (without VAT)\";s:10:\"unit_price\";s:10:\"Unit price\";s:8:\"plus_vat\";s:8:\"Plus VAT\";s:6:\"credit\";s:6:\"Credit\";s:27:\"period_of_service_provision\";s:27:\"Period of service provision\";s:21:\"check_shop_activation\";s:34:\"Check Shop Settings for activation\";s:21:\"please_enter_currency\";s:23:\"Please enter a currency\";s:20:\"please_enter_address\";s:23:\"Please enter an address\";s:22:\"please_enter_bank_data\";s:29:\"Please enter the bank details\";s:21:\"please_enter_pdf_path\";s:51:\"Please enter a path for generating bill as PDF file\";s:29:\"please_activate_one_paymethod\";s:39:\"Please activate at least one pay method\";s:21:\"please_enter_bmf_data\";s:26:\"Please enter your BMF data\";s:24:\"please_enter_paypal_data\";s:29:\"Please enter your Paypal data\";s:22:\"please_enter_epay_data\";s:27:\"Please enter your EPay data\";s:17:\"please_enter_vats\";s:30:\"Please create at least one vat\";s:20:\"please_create_vendor\";s:33:\"Please create at least one vendor\";s:18:\"shop_activation_ok\";s:65:\"The shop settings are complete. You can now activate the webshop.\";s:17:\"click_to_buy_info\";s:134:\"You are successfully logged on. For continuing the purchasing process accept the general terms and conditions and click the buy button\";s:22:\"click_to_continue_info\";s:76:\"To continue the shopping process, click on \"Continue\" to log in or register.\";s:14:\"duration_month\";s:25:\"Access duration in months\";s:13:\"duration_date\";s:15:\"Access duration\";s:22:\"please_choose_category\";s:24:\"Please choose a category\";s:12:\"placeholders\";s:12:\"Placeholders\";s:17:\"current_timestamp\";s:22:\"Current Unix Timestamp\";s:7:\"user_id\";s:7:\"User ID\";s:18:\"incremental_number\";s:19:\"Incrementing Number\";s:15:\"topics_settings\";s:15:\"Topics Settings\";s:13:\"enable_topics\";s:13:\"Enable Topics\";s:18:\"enable_topics_info\";s:70:\"If enabled, you can assign purchasable objects to self-created topics.\";}'); +INSERT INTO `lng_modules` VALUES ('pd','en','a:70:{s:19:\"pd_sort_by_location\";s:16:\"Sort by Location\";s:15:\"pd_sort_by_type\";s:12:\"Sort by Type\";s:21:\"pd_sort_by_start_date\";s:18:\"Sort by Start Date\";s:30:\"pd_my_memberships_sort_default\";s:22:\"Default of Sort Option\";s:11:\"pd_upcoming\";s:8:\"Upcoming\";s:10:\"pd_ongoing\";s:7:\"Ongoing\";s:8:\"pd_ended\";s:5:\"Ended\";s:11:\"pd_not_date\";s:9:\"Not Dated\";s:27:\"pd_enable_block_moving_info\";s:69:\"Allow users to reorganize the content blocks on the personal desktop.\";s:22:\"pd_enable_block_moving\";s:19:\"Enable Block Moving\";s:19:\"pd_enable_bookmarks\";s:16:\"Enable Bookmarks\";s:29:\"pd_enable_my_memberships_info\";s:93:\"‘Courses and Groups’ contains all courses and groups the user is assigned to as a member.\";s:24:\"pd_enable_my_memberships\";s:31:\"Enable ‘Courses and Groups’\";s:24:\"pd_enable_my_offers_info\";s:99:\"The view ‘Selected Items’ contains all objects which are placed on the user\'s Personal Desktop.\";s:19:\"pd_enable_my_offers\";s:27:\"Enable ‘Selected Items’\";s:15:\"pd_enable_notes\";s:12:\"Enable Notes\";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:
  1. You can join courses or groups provided that joining them has been allowed by their administrators.
  2. An administratrator of a course or group can assign a membership to you.

In any case, the respective objects will appear automatically in this place.\";s:17:\"pd_my_memberships\";s:14:\"My Memberships\";s:12:\"pd_my_offers\";s:14:\"Selected Items\";s:35:\"pd_personal_items_default_view_info\";s:44:\"Choose the preferred view of Personal Items.\";s:30:\"pd_personal_items_default_view\";s:12:\"Default View\";s:11:\"pd_settings\";s:16:\"Personal Desktop\";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’.\";s:28:\"pd_enable_personal_workspace\";s:25:\"Enable Personal Workspace\";s:19:\"pd_enable_wsp_blogs\";s:12:\"Enable Blogs\";s:19:\"pd_enable_wsp_files\";s:12:\"Enable Files\";s:26:\"pd_enable_wsp_certificates\";s:19:\"Enable Certificates\";s:19:\"pd_enable_wsp_links\";s:12:\"Enable Links\";s:14:\"pd_enable_prtf\";s:17:\"Enable Portfolios\";s:18:\"pd_enable_comments\";s:15:\"Enable Comments\";s:27:\"pd_enable_user_publish_info\";s:90:\"If enabled, users can publish their profiles, workspace objects and portfolios on the Web.\";s:22:\"pd_enable_user_publish\";s:30:\"Enable User Content Publishing\";s:17:\"pd_export_profile\";s:20:\"Export Personal Data\";s:28:\"pd_download_last_export_file\";s:25:\"Download Last Export File\";s:23:\"pd_import_personal_data\";s:20:\"Import Personal Data\";s:15:\"pd_profile_data\";s:12:\"Profile Data\";s:12:\"pd_bookmarks\";s:9:\"Bookmarks\";s:8:\"pd_notes\";s:22:\"Personal Desktop Notes\";s:20:\"pd_private_calendars\";s:17:\"Private Calendars\";s:16:\"block_show_pdcal\";s:13:\"Show Calendar\";s:17:\"block_show_pdmail\";s:9:\"Show Mail\";s:20:\"block_show_pdsysmess\";s:20:\"Show System Messages\";s:16:\"block_show_pdtag\";s:12:\"Show My Tags\";s:17:\"block_show_pdnews\";s:9:\"Show News\";s:18:\"block_show_pdnotes\";s:10:\"Show Notes\";s:21:\"block_show_chatviewer\";s:16:\"Show Chat Viewer\";s:18:\"block_show_pdbookm\";s:14:\"Show Bookmarks\";s:25:\"block_show_pdfrmpostdraft\";s:20:\"Show Postings Drafts\";s:19:\"block_create_pdfeed\";s:15:\"Add New Webfeed\";s:12:\"block_show_x\";s:7:\"Show %s\";s:26:\"pd_info_delete_sure_remove\";s:81:\"Are you sure you want to remove the following objects from your Personal Desktop?\";s:31:\"pd_info_delete_sure_unsubscribe\";s:64:\"Are you sure you want to unsubscribe from the following objects?\";s:18:\"pd_remove_multiple\";s:23:\"Remove Multiple Objects\";s:35:\"pd_unsubscribe_multiple_memberships\";s:20:\"Unsubscribe Multiple\";s:26:\"pd_unsubscribe_memberships\";s:11:\"Unsubscribe\";s:21:\"pd_personal_workspace\";s:18:\"Personal Workspace\";s:23:\"pd_remove_multi_confirm\";s:25:\"The objects were removed.\";s:27:\"pd_enable_comments_del_user\";s:40:\"Comments may be deleted by their authors\";s:28:\"pd_enable_comments_del_tutor\";s:36:\"Any Comment may be deleted by tutors\";s:24:\"pd_comments_notification\";s:39:\"General notification about all comments\";s:29:\"pd_comments_notification_info\";s:67:\"Comma separated list of accounts that are notified for each comment\";s:18:\"block_show_pdportf\";s:15:\"Show Portfolios\";s:33:\"pd_enable_comments_del_tutor_info\";s:94:\"User with \"Edit Settings\" permission for an object can delete any comment made in this object.\";s:20:\"pd_sys_msg_own_block\";s:36:\"Show system messages in an own block\";s:21:\"pd_sys_msg_mail_block\";s:40:\"Show system messages in the \"Mail\" block\";s:19:\"pd_sys_msg_no_block\";s:54:\"Don\'t show any system messages on the personal desktop\";s:26:\"pd_enable_learning_history\";s:16:\"Learning History\";s:31:\"pd_enable_learning_history_info\";s:50:\"Enables an overview of all achievements of a user.\";s:15:\"pd_achievements\";s:12:\"Achievements\";}'); +INSERT INTO `lng_modules` VALUES ('pdesk','en','a:8:{s:23:\"bm_num_bookmark_folders\";s:9:\"Folder(s)\";s:16:\"bm_num_bookmarks\";s:11:\"Bookmark(s)\";s:11:\"pdesk_intro\";s:33:\"Welcome to your Personal Desktop!\";s:12:\"pdesk_intro2\";s:160:\"This is your personal space for organising your working and learning. You can put resources from other areas on your personal desktop. Doing so takes two steps:\";s:12:\"pdesk_intro3\";s:69:\"Click on \'%s\' and browse the existing working and learning resources.\";s:12:\"pdesk_intro4\";s:134:\"If you have found something of interest, put it on your desktop by clicking Add to Desktop in the object\'s Actions menu.\";s:22:\"bookmark_select_target\";s:21:\"Please select target.\";s:17:\"bookmark_moved_ok\";s:24:\"Bookmark has been moved.\";}'); +INSERT INTO `lng_modules` VALUES ('poll','en','a:59:{s:8:\"poll_new\";s:12:\"Add New Poll\";s:8:\"poll_add\";s:8:\"Add Poll\";s:9:\"poll_copy\";s:9:\"Copy Poll\";s:9:\"poll_edit\";s:9:\"Edit Poll\";s:13:\"poll_question\";s:8:\"Question\";s:10:\"poll_image\";s:5:\"Image\";s:17:\"poll_view_results\";s:15:\"Display Results\";s:24:\"poll_view_results_always\";s:6:\"Always\";s:23:\"poll_view_results_never\";s:5:\"Never\";s:28:\"poll_view_results_after_vote\";s:10:\"After Vote\";s:30:\"poll_view_results_after_period\";s:19:\"After Voting Period\";s:27:\"poll_activation_online_info\";s:59:\"Activate this setting to make the poll accessible to users.\";s:11:\"poll_answer\";s:6:\"Answer\";s:12:\"poll_answers\";s:16:\"Possible Answers\";s:14:\"poll_sortorder\";s:5:\"Order\";s:15:\"poll_percentage\";s:18:\"Current Percentage\";s:9:\"poll_vote\";s:4:\"Vote\";s:26:\"poll_block_message_offline\";s:21:\"This poll is offline.\";s:27:\"poll_block_message_inactive\";s:36:\"This poll will be available from %s.\";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:18:\"poll_votes_no_edit\";s:88:\"This poll already contains votes. You cannot edit the poll until you delete these votes.\";s:15:\"poll_population\";s:15:\"%s Participants\";s:17:\"poll_delete_votes\";s:16:\"Delete All Votes\";s:22:\"poll_delete_votes_sure\";s:42:\"Are you sure you want to delete all votes?\";s:30:\"poll_voting_period_and_results\";s:25:\"Voting Period and Results\";s:26:\"poll_voting_period_limited\";s:21:\"Limited Voting Period\";s:13:\"poll_absolute\";s:13:\"Current Votes\";s:31:\"poll_block_results_available_on\";s:36:\"The results will be available on %s.\";s:11:\"poll_import\";s:11:\"Import Poll\";s:11:\"poll_result\";s:7:\"Results\";s:23:\"poll_voting_period_info\";s:23:\"Deadline for Voting: %s\";s:26:\"poll_max_number_of_answers\";s:41:\"Maximum Number Of Answers per Participant\";s:22:\"poll_vote_error_single\";s:23:\"Please select 1 answer.\";s:21:\"poll_vote_error_multi\";s:38:\"Please select no more than %s answers.\";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:9:\"poll_mode\";s:4:\"Mode\";s:19:\"poll_mode_anonymous\";s:9:\"Anonymous\";s:24:\"poll_mode_anonymous_info\";s:44:\"Votes cannot be traced back to participants.\";s:18:\"poll_mode_personal\";s:8:\"Personal\";s:23:\"poll_mode_personal_info\";s:98:\"A list of participants with their respective votes is available when having sufficient permission.\";s:26:\"poll_non_anonymous_warning\";s:65:\"Your name and vote are visible for administrators in the results.\";s:19:\"poll_result_answers\";s:5:\"Votes\";s:17:\"poll_result_users\";s:12:\"Participants\";s:27:\"poll_notification_subscribe\";s:21:\"Activate Notification\";s:29:\"poll_notification_unsubscribe\";s:23:\"Deactivate Notification\";s:30:\"poll_vote_notification_subject\";s:19:\"Poll \"%s\": new vote\";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:13:\"poll_comments\";s:8:\"Comments\";s:20:\"poll_show_results_as\";s:15:\"Show Results as\";s:13:\"poll_barchart\";s:9:\"Bar Chart\";s:13:\"poll_piechart\";s:9:\"Pie Chart\";s:22:\"poll_anonymous_warning\";s:45:\"Your name is not visible in the poll results.\";s:41:\"poll_view_results_after_period_impossible\";s:33:\"The voting period is not limited.\";s:28:\"poll_voting_period_full_info\";s:27:\"Voting period from %s to %s\";}'); +INSERT INTO `lng_modules` VALUES ('prg','en','a:97:{s:29:\"form_msg_file_wrong_file_type\";s:16:\"Wrong file type.\";s:7:\"prg_new\";s:19:\"New Study Programme\";s:7:\"prg_add\";s:19:\"Add Study Programme\";s:8:\"prg_edit\";s:20:\"Edit Study Programme\";s:8:\"prg_type\";s:20:\"Study Programme Type\";s:14:\"prg_assessment\";s:26:\"Study Programme Assessment\";s:10:\"prg_points\";s:6:\"Points\";s:10:\"prg_status\";s:6:\"Status\";s:16:\"prg_status_draft\";s:5:\"Draft\";s:17:\"prg_status_active\";s:6:\"Active\";s:19:\"prg_status_outdated\";s:8:\"Outdated\";s:22:\"prg_status_in_progress\";s:11:\"In Progress\";s:20:\"prg_status_completed\";s:9:\"Completed\";s:21:\"prg_status_accredited\";s:10:\"Accredited\";s:23:\"prg_status_not_relevant\";s:12:\"Not Relevant\";s:12:\"prg_possible\";s:8:\"Possible\";s:17:\"prg_completion_by\";s:13:\"Completion by\";s:14:\"prg_changed_by\";s:10:\"Changed by\";s:17:\"prg_manual_status\";s:13:\"Manual Status\";s:19:\"prg_points_required\";s:15:\"Points Required\";s:18:\"prg_points_current\";s:14:\"Points Current\";s:15:\"prg_custom_plan\";s:11:\"Custom Plan\";s:14:\"prg_belongs_to\";s:10:\"Belongs to\";s:24:\"prg_show_individual_plan\";s:20:\"Show Individual Plan\";s:15:\"prg_remove_user\";s:11:\"Remove User\";s:19:\"prg_mark_accredited\";s:15:\"Mark Accredited\";s:21:\"prg_unmark_accredited\";s:17:\"Unmark Accredited\";s:27:\"prg_mark_accredited_success\";s:46:\"Accredited Program Node for User successfully.\";s:29:\"prg_unmark_accredited_success\";s:48:\"Unaccredited Program Node for User successfully.\";s:23:\"prg_remove_user_success\";s:26:\"Removed User successfully.\";s:12:\"prg_type_add\";s:20:\"Study Programme Type\";s:12:\"prg_subtypes\";s:8:\"Subtypes\";s:15:\"prg_subtype_add\";s:15:\"Add new subtype\";s:16:\"prg_adv_settings\";s:17:\"Advanced Settings\";s:20:\"prg_type_custom_icon\";s:12:\"Custom Icons\";s:25:\"prg_type_custom_icon_info\";s:16:\"Custom icon info\";s:30:\"prg_type_msg_error_custom_icon\";s:24:\"Error while storing icon\";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:13:\"prg_type_edit\";s:12:\"Edit subtype\";s:20:\"prg_type_msg_deleted\";s:15:\"Deleted subtype\";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: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:19:\"prg_save_tree_order\";s:15:\"Save tree order\";s:21:\"prg_cancel_tree_order\";s:18:\"Dismiss tree order\";s:26:\"prg_saved_order_successful\";s:22:\"Saved order successful\";s:18:\"prg_async_settings\";s:8:\"Settings\";s:13:\"prg_open_node\";s:19:\"Switch to this node\";s:16:\"prg_async_create\";s:18:\"Add new tree-child\";s:19:\"prg_create_new_node\";s:15:\"Create new node\";s:19:\"prg_create_new_leaf\";s:15:\"Create new leaf\";s:46:\"prg_please_select_a_course_for_creating_a_leaf\";s:54:\"Please select a course for creating a course link leaf\";s:18:\"prg_deleted_safely\";s:23:\"Node was deleted safely\";s:30:\"prg_not_allowed_node_to_delete\";s:39:\"You are not allowed to delete this node\";s:31:\"prg_added_course_ref_successful\";s:38:\"New course link was added successfully\";s:10:\"prg_manage\";s:6:\"Manage\";s:8:\"prg_view\";s:4:\"View\";s:28:\"prg_update_from_current_plan\";s:24:\"Update from current Plan\";s:21:\"prg_update_successful\";s:27:\"Saved changes successfully!\";s:31:\"prg_update_from_plan_successful\";s:39:\"Updated from current plan successfully!\";s:7:\"warning\";s:8:\"Warning!\";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:25:\"prg_no_members_not_active\";s:51:\"Can\'t add members, as this programme is not active.\";s:26:\"prg_type_msg_missing_title\";s:22:\"Title cannot be empty.\";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:33:\"prg_acknowledge_completed_courses\";s:29:\"Acknowledge Completed Courses\";s:25:\"prg_multi_mark_accredited\";s:10:\"Accredited\";s:27:\"prg_multi_unmark_accredited\";s:17:\"Unmark Accredited\";s:21:\"prg_multi_remove_user\";s:11:\"Remove User\";s:23:\"prg_multi_mark_relevant\";s:13:\"Mark Relevant\";s:25:\"prg_multi_unmark_relevant\";s:15:\"Unmark Relevant\";s:34:\"prg_multi_update_from_current_plan\";s:24:\"Update From Current Plan\";s:33:\"prg_mark_accredited_multi_success\";s:33:\"Mark Selected Users As Accredited\";s:35:\"prg_unmark_accredited_multi_success\";s:35:\"Unmark Selected Users As Accredited\";s:31:\"prg_mark_relevant_multi_success\";s:31:\"Mark Selected Users As Relevant\";s:35:\"prg_mark_not_relevant_multi_success\";s:33:\"Unmark Selected Users As Relevant\";s:24:\"prg_remove_users_success\";s:21:\"Remove Selected Users\";s:34:\"prg_remove_users_partitial_success\";s:33:\"Remove Selected Users Particially\";s:29:\"prg_remove_users_not_possible\";s:34:\"Remove Selected Users Not Possible\";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:20:\"prg_no_user_selected\";s:16:\"No User Selected\";s:12:\"prg_prg_type\";s:20:\"Study Programme Type\";s:32:\"prg_show_programmes_on_pd_always\";s:56:\"Study Programmes are always visible on Personal Desktop.\";s:35:\"prg_show_programmes_on_pd_only_read\";s:82:\"Study Programmes are only visible on Personal Desktop with ‘read’ permissions.\";s:40:\"prg_more_objects_without_read_permission\";s:80:\"Study Programme contains more objects you can\'t see because of less permissions.\";s:26:\"prg_can_not_manage_in_repo\";s:79:\"You\'re not allowed to manage this Study Programme, because of user assignments.\";s:19:\"prg_show_programmes\";s:10:\"Visibility\";s:15:\"prg_assign_date\";s:15:\"Assignment date\";s:15:\"prg_assigned_by\";s:11:\"Assigned by\";s:20:\"prg_points_reachable\";s:17:\"Points Obtainable\";s:12:\"prg_deadline\";s:8:\"Deadline\";s:17:\"prg_status_failed\";s:6:\"failed\";}'); +INSERT INTO `lng_modules` VALUES ('prtf','en','a:101:{s:15:\"prtf_portfolios\";s:10:\"Portfolios\";s:18:\"prtf_add_portfolio\";s:13:\"Add Portfolio\";s:19:\"prtf_edit_portfolio\";s:14:\"Edit Portfolio\";s:21:\"prtf_create_portfolio\";s:13:\"Add Portfolio\";s:22:\"prtf_portfolio_created\";s:15:\"Portfolio added\";s:19:\"prtf_set_as_default\";s:17:\"Set As My Profile\";s:27:\"prtf_sure_delete_portfolios\";s:57:\"Are you sure you want to delete the following portfolios?\";s:22:\"prtf_portfolio_deleted\";s:18:\"Portfolios deleted\";s:13:\"prtf_add_page\";s:8:\"Add Page\";s:17:\"prtf_page_created\";s:12:\"Page created\";s:32:\"prtf_sure_delete_portfolio_pages\";s:80:\"Are you sure you want to delete the following portfolio pages and/or blog pages?\";s:27:\"prtf_portfolio_page_deleted\";s:36:\"Portfolio and/or blog pages deleted.\";s:21:\"prtf_first_page_title\";s:18:\"Type of first page\";s:27:\"prtf_save_status_and_titles\";s:22:\"Save Status and Titles\";s:22:\"prtf_default_portfolio\";s:10:\"My Profile\";s:18:\"prtf_exercise_info\";s:63:\"This portfolio is part of the assignment \"%s\" of exercise \"%s\".\";s:23:\"prtf_finalize_portfolio\";s:29:\"Finalize and Submit Portfolio\";s:14:\"prtf_finalized\";s:33:\"The portfolio has been submitted.\";s:13:\"prtf_settings\";s:24:\"Portfolio Administration\";s:25:\"prtf_preview_banner_width\";s:12:\"Banner Width\";s:26:\"prtf_preview_banner_height\";s:13:\"Banner Height\";s:19:\"prtf_preview_banner\";s:13:\"Custom Banner\";s:11:\"prtf_banner\";s:6:\"Banner\";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:13:\"prtf_add_blog\";s:8:\"Add Blog\";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:20:\"prtf_public_comments\";s:15:\"Public Comments\";s:14:\"prtf_copy_page\";s:12:\"Copy Page(s)\";s:23:\"prtf_existing_portfolio\";s:18:\"Existing Portfolio\";s:18:\"prtf_new_portfolio\";s:13:\"New Portfolio\";s:17:\"prtf_pages_copied\";s:27:\"The pages have been copied.\";s:20:\"prtf_profile_picture\";s:23:\"Display Profile Picture\";s:20:\"prtf_use_page_layout\";s:15:\"Use Page Layout\";s:19:\"prtf_tab_portfolios\";s:13:\"My Portfolios\";s:20:\"prtf_tab_other_users\";s:25:\"Portfolios of Other Users\";s:21:\"prtf_unset_as_default\";s:19:\"Unset As My Profile\";s:24:\"prtf_preview_banner_info\";s:32:\"Default size is 1370x100 pixels.\";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:29:\"prtf_unset_default_share_info\";s:85:\"Then changes were saved. Please check the current settings for the portfolio sharing.\";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:37:\"prtf_template_editor_placeholder_info\";s:51:\"This placeholder will be replaced in the portfolio.\";s:18:\"prtf_creation_mode\";s:13:\"New Portfolio\";s:27:\"prtf_creation_mode_template\";s:20:\"Create from Template\";s:26:\"prtf_creation_mode_scratch\";s:23:\"Create without Template\";s:32:\"prtf_template_import_blog_create\";s:15:\"Create New Blog\";s:31:\"prtf_template_import_blog_reuse\";s:17:\"Use Existing Blog\";s:32:\"prtf_template_import_blog_ignore\";s:16:\"Remove Blog Page\";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:34:\"prtf_template_import_quota_failure\";s:81:\"This portfolio template cannot be copied because it would exceed your disk quota.\";s:15:\"prtf_properties\";s:20:\"Portfolio Properties\";s:10:\"prtf_style\";s:15:\"Portfolio Style\";s:31:\"prtf_template_import_new_skills\";s:69:\"If activated, these items will be added to your personal competences.\";s:35:\"prtf_page_element_teaser_my_courses\";s:63:\"The portfolio will display a list of your current courses here.\";s:34:\"prtf_page_element_my_courses_title\";s:18:\"Course Memberships\";s:31:\"prtf_page_element_teaser_skills\";s:54:\"The portfolio will display your competence level here.\";s:38:\"prtf_page_element_teaser_blog_template\";s:66:\"The portfolio will display a blog of your personal workspace here.\";s:43:\"prtf_page_element_teaser_consultation_hours\";s:62:\"The portfolio will display a consultation hours calendar here.\";s:33:\"prtf_page_element_teaser_settings\";s:8:\"Settings\";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:21:\"prtf_allow_my_courses\";s:29:\"Page Element ‘My Courses’\";s:26:\"prtf_allow_my_courses_info\";s:71:\"Enables to include a list of current course memberships in a portfolio.\";s:22:\"prtf_blog_page_created\";s:20:\"Blog has been added.\";s:23:\"prtf_edit_embedded_blog\";s:14:\"Edit Blog \"%s\"\";s:28:\"prtf_back_to_portfolio_owner\";s:14:\"Edit Portfolio\";s:22:\"prtf_manage_portfolios\";s:17:\"Manage Portfolios\";s:13:\"prtf_pd_block\";s:22:\"Personal Desktop Block\";s:18:\"prtf_pd_block_info\";s:80:\"Aktivates a block on the personal desktop that lists all portfolios of the user.\";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:24:\"prtf_shared_offline_info\";s:62:\"A portfolio has to be online to be accessible by shared users.\";s:10:\"pdf_export\";s:10:\"PDF Export\";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 workspace.\";s:22:\"prtf_add_existing_blog\";s:17:\"Use Existing Blog\";s:36:\"prtf_portfolio_created_from_template\";s:142:\"This is the preview of your new portfolio. To add pages and manage the content of the portfolio click on \"Edit Portfolio\" on top of this page.\";s:8:\"prtf_pdf\";s:13:\"Export as PDF\";s:20:\"prtf_print_selection\";s:14:\"Page Selection\";s:14:\"prtf_all_pages\";s:9:\"All Pages\";s:19:\"prtf_selected_pages\";s:14:\"Selected Pages\";s:18:\"prtf_print_options\";s:7:\"Options\";s:11:\"prtf_author\";s:6:\"Author\";s:9:\"prtf_link\";s:4:\"Link\";s:18:\"prtf_date_of_print\";s:13:\"Date of Print\";s:14:\"prtf_signature\";s:15:\"Signature Field\";s:19:\"prtf_signature_info\";s:66:\"Adds a field to the print where the author can sign the portfolio.\";s:19:\"prtf_signature_date\";s:15:\"Date, Signature\";s:13:\"prtf_copy_tab\";s:8:\"Copy Tab\";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.\";s:17:\"prtf_edit_content\";s:12:\"Edit Content\";s:15:\"prtf_set_online\";s:10:\"Set Online\";s:16:\"prtf_set_offline\";s:11:\"Set Offline\";s:18:\"prtf_no_submission\";s:13:\"No Submission\";s:18:\"prtf_submission_on\";s:15:\"Submitted on $1\";s:26:\"prtf_no_offline_share_info\";s:57:\"A portfolio has to be online to be shared by other users.\";s:24:\"prtf_has_been_set_online\";s:30:\"Portfolio has been set online.\";s:20:\"prtf_decl_authorship\";s:25:\"Declaration of Authorship\";s:24:\"prtf_download_submission\";s:19:\"Download Submission\";s:19:\"prtf_page_type_prtf\";s:14:\"Portfolio Page\";s:19:\"prtf_page_type_prtt\";s:23:\"Portfolio Template Page\";}'); +INSERT INTO `lng_modules` VALUES ('prtt','en','a:10:{s:8:\"prtt_new\";s:22:\"New Portfolio Template\";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:27:\"prtt_activation_online_info\";s:73:\"Activate this setting to make the portfolio template accessible to users.\";s:39:\"prtt_activation_limited_visibility_info\";s:84:\"If chosen, the portfolio template is visible even outside of the given availability.\";s:11:\"prtt_import\";s:25:\"Import Portfolio Template\";s:15:\"prtt_properties\";s:29:\"Portfolio Template Properties\";s:10:\"prtt_style\";s:24:\"Portfolio Template Style\";s:22:\"prtt_portfolio_created\";s:24:\"Portfolio Template added\";}'); +INSERT INTO `lng_modules` VALUES ('mst','en','a:11:{s:12:\"mst_my_staff\";s:5:\"Staff\";s:14:\"mst_list_users\";s:10:\"Staff List\";s:16:\"mst_list_courses\";s:10:\"Enrolments\";s:17:\"mst_select_course\";s:13:\"Select Course\";s:24:\"mst_please_select_course\";s:23:\"Please select a course.\";s:11:\"mst_opt_all\";s:3:\"All\";s:25:\"mst_memb_status_requested\";s:9:\"Requested\";s:27:\"mst_memb_status_waitinglist\";s:12:\"Waiting List\";s:26:\"mst_memb_status_registered\";s:10:\"Registered\";s:16:\"mst_show_courses\";s:10:\"Enrolments\";s:14:\"mst_courses_of\";s:16:\"Enrolments of %s\";}'); +INSERT INTO `lng_modules` VALUES ('ps','en','a:92:{s:28:\"ps_participants_list_courses\";s:70:\"Allow Activation of Participant Lists in the Member Gallery of Courses\";s:21:\"ps_agreement_accepted\";s:23:\"User Agreement Accepted\";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:13:\"ps_auto_https\";s:16:\"Autodetect HTTPS\";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_delete_sure\";s:48:\"Do you really want to delete these user fields ?\";s:20:\"ps_cdf_deleted_field\";s:13:\"Deleted value\";s:14:\"ps_cdf_deleted\";s:19:\"Deleted user fields\";s:15:\"crs_ps_cdf_info\";s:29:\"Further Course-Specific Data:\";s:15:\"grp_ps_cdf_info\";s:28:\"Further Group-Specific Data:\";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:18:\"ps_grp_user_fields\";s:26:\"Group-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:42:\"Visibility of User Profile Data in Courses\";s:16:\"ps_export_groups\";s:41:\"Visibility of User Profile Data in Groups\";s:14:\"ps_export_data\";s:34:\"Data Types of the Personal Profile\";s:15:\"ps_export_files\";s:12:\"Export Files\";s:16:\"ps_export_member\";s:7:\"Members\";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:26:\"ps_login_max_attempts_info\";s:313:\" Sets the maximum number of unsuccessful attempts to login. After the maximum number of unsuccessful attempts is exceeded, the respective user will be set to \'inactive\' and would require re-activation in User Management. Leave the field empty to disable this option and ILIAS will not count failed login attempts.\";s:21:\"ps_login_max_attempts\";s:22:\"Maximum Login Attempts\";s:15:\"ps_not_accepted\";s:12:\"Not Accepted\";s:46:\"ps_password_change_on_first_login_enabled_info\";s:100:\"If enabled, users have to change their password on first login (except users registered themselves).\";s:41:\"ps_password_change_on_first_login_enabled\";s:30:\"Change Password on First Login\";s:42:\"ps_password_chars_and_numbers_enabled_info\";s:61:\"If enabled, passwords have to contain characters and numbers.\";s:37:\"ps_password_chars_and_numbers_enabled\";s:28:\"Force Characters and Numbers\";s:24:\"ps_password_max_age_info\";s:83:\"Sets the maximum age of passwords in days. Set this to 0 for disabling this option.\";s:19:\"ps_password_max_age\";s:20:\"Maximum Password Age\";s:27:\"ps_password_max_length_info\";s:84:\"Sets the maximum size of account passwords. Set this to 0 for disabling this option.\";s:22:\"ps_password_max_length\";s:21:\"Maximum Password Size\";s:27:\"ps_password_min_length_info\";s:300:\"Sets the minimum size of account passwords. If set to 0, the passwords anyway have to have a minimum size of 1. If the required length is altered, the new requirement will be applied only to those accounts that were created or changed after the new length was set. Existing accounts are not affected.\";s:22:\"ps_password_min_length\";s:21:\"Minimum Password Size\";s:38:\"ps_password_special_chars_enabled_info\";s:57:\"If enabled, passwords have to contain special characters.\";s:33:\"ps_password_special_chars_enabled\";s:24:\"Force Special Characters\";s:17:\"ps_perform_export\";s:16:\"Start CSV-Export\";s:35:\"ps_prevent_simultaneous_logins_info\";s:96:\"If enabled, simultaneous logins with the same account from different computers are not possible.\";s:30:\"ps_prevent_simultaneous_logins\";s:27:\"Prevent Simultaneous Logins\";s:21:\"ps_privacy_protection\";s:16:\"Privacy Settings\";s:17:\"ps_profile_export\";s:31:\"Protection of User Profile Data\";s:20:\"crs_ps_required_info\";s:77:\"Further Course-Specific fields are required for accessing the course content.\";s:20:\"grp_ps_required_info\";s:75:\"Further Group-Specific fields are required for accessing the group content.\";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:7:\"ps_size\";s:10:\"Files Size\";s:19:\"ps_type_select_long\";s:28:\"Selection Box (Fixed Values)\";s:14:\"ps_type_select\";s:12:\"Select Field\";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:117:\"Attention: Minimum one user has accepted the user agreement. Modifying these settings will reset all user agreements.\";s:12:\"show_privacy\";s:7:\"Privacy\";s:13:\"show_security\";s:8:\"Security\";s:8:\"rbac_log\";s:14:\"Permission Log\";s:13:\"rbac_log_info\";s:51:\"Enable logging of all changes to object permissions\";s:12:\"rbac_log_age\";s:16:\"Keep Log Entries\";s:17:\"rbac_log_age_info\";s:35:\"Maximum age of log entries in month\";s:18:\"ps_cdf_data_fields\";s:21:\"Available User Fields\";s:17:\"ps_cdf_edit_field\";s:15:\"Edit Data Field\";s:15:\"ps_export_excel\";s:18:\"Start Excel Export\";s:20:\"ps_password_settings\";s:17:\"Password Settings\";s:18:\"cdf_edited_by_self\";s:11:\"by the User\";}'); +INSERT INTO `lng_modules` VALUES ('pwassist','en','a:14:{s:19:\"password_assistance\";s:19:\"Password Assistance\";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:1125:\"Register a new password for your user account: %1$s This message has been generated automatically by the ILIAS server %2$s 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: - If you have used the password assistance form on the ILIAS server by accident: Delete this mail. - If you are certain, that you never asked for password assistance at this ILIAS server: Please contact %5$s. - If you asked for password assistance, please proceed as follows: 1. Open your browser. 2. Enter the following address in your browser: %6$s 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. 3. On the web page shown by your browser, enter a new password for your user account. 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:60:\"A message has been sent to %1$s. Please check your mail box.\";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:880:\"These are the active username found for the given e-mail address: %s This message has been created automatically by the following ILIAS Server: %s 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:: -You have requested this e-mail by accident: Delete this e-mail. -You are sure, that you never requested this e-mail: Please contact %s. - If you requested this e-mail, please proceed as follows:: 1. Start your internet browser. 2. Enter the following url: %s 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. 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:\"pwassist_disabled_no_access\";s:103:\"Password assistance is not enabled. Please contact the system administration for further assistance: %s\";s:27:\"unassist_disabled_no_access\";s:103:\"Username assistance is not enabled. Please contact the system administration for further assistance: %s\";}'); +INSERT INTO `lng_modules` VALUES ('rating','en','a:25:{s:18:\"rating_your_rating\";s:11:\"Your Rating\";s:14:\"rat_one_rating\";s:10:\"One Rating\";s:17:\"rat_not_rated_yet\";s:13:\"Not Rated Yet\";s:14:\"rat_nr_ratings\";s:10:\"%s Ratings\";s:17:\"rating_categories\";s:17:\"Rating Categories\";s:19:\"rating_add_category\";s:12:\"Add Category\";s:22:\"rating_category_create\";s:15:\"Create Category\";s:19:\"rating_category_add\";s:3:\"Add\";s:23:\"rating_category_created\";s:17:\"Category created.\";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:23:\"rating_update_positions\";s:10:\"Save Order\";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:21:\"rating_overlay_submit\";s:13:\"Submit Rating\";s:19:\"rating_number_votes\";s:10:\"%s Ratings\";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:22:\"rating_activate_rating\";s:13:\"Enable Rating\";s:27:\"rating_activate_rating_info\";s:39:\"if enabled, users can rate this object.\";s:13:\"rating_remove\";s:13:\"Remove Rating\";}'); +INSERT INTO `lng_modules` VALUES ('rbac','en','a:821:{s:32:\"rbac_form_copy_roles_adjust_type\";s:28:\"Kind of Adapting Permissions\";s:36:\"rbac_form_copy_roles_adjust_type_add\";s:15:\"Add permissions\";s:38:\"rbac_form_copy_roles_adjust_type_clone\";s:16:\"Copy permissions\";s:39:\"rbac_form_copy_roles_adjust_type_remove\";s:18:\"Remove permissions\";s:41:\"rbac_form_copy_roles_adjust_type_add_info\";s:144:\"Adds SELECTED permissions of the selected role or role template to the default permissions of the target role. Unmarked permissions are ignored.\";s:43:\"rbac_form_copy_roles_adjust_type_clone_info\";s:184:\"All permissions of the selected role or role template overwrite all default permissions of the target role. This applies to selected and unselected permissions in the template or role.\";s:44:\"rbac_form_copy_roles_adjust_type_remove_info\";s:119:\"Removes the SELECTED permissions of the selected role or role template from the default permissions of the target role.\";s:34:\"rbac_form_copy_roles_adjust_button\";s:17:\"Adapt Permissions\";s:31:\"rbac_form_copy_roles_ce_add_yes\";s:44:\"Add selected permissions to existing objects\";s:30:\"rbac_form_copy_roles_ce_add_no\";s:31:\"Only adjust default permissions\";s:36:\"rbac_form_copy_roles_ce_add_yes_info\";s:130:\"Both the existing permission defaults of the target role and the permission settings of existing objects are extended accordingly.\";s:35:\"rbac_form_copy_roles_ce_add_no_info\";s:120:\"Only the existing default permission of the target role are extended. Permissions of existing objects remain unaffected.\";s:33:\"rbac_form_copy_roles_ce_clone_yes\";s:23:\"Change existing objects\";s:32:\"rbac_form_copy_roles_ce_clone_no\";s:29:\"DO NOT adapt existing objects\";s:38:\"rbac_form_copy_roles_ce_clone_yes_info\";s:160:\"Existing permission settings are overwritten accordingly and are applied in their entirety to all existing objects with all selected and unselected permissions.\";s:37:\"rbac_form_copy_roles_ce_clone_no_info\";s:141:\"Existing default permissions of the target role are overwritten. But the permission settings of the already existing objects are not changed.\";s:34:\"rbac_form_copy_roles_ce_remove_yes\";s:47:\"Reduce existing objects by selected permissions\";s:33:\"rbac_form_copy_roles_ce_remove_no\";s:31:\"Reduce only default permissions\";s:39:\"rbac_form_copy_roles_ce_remove_yes_info\";s:138:\"The selected permissions are removed from the permission defaults of the target role and from the permission settings of existing objects.\";s:38:\"rbac_form_copy_roles_ce_remove_no_info\";s:148:\"Selected permissions are only removed from the default permissions of the target role. The permission settings of existing objects are not adjusted.\";s:19:\"il_sess_participant\";s:19:\"Session Participant\";s:21:\"il_sess_status_closed\";s:30:\"Non-Participant Closed Session\";s:29:\"positions_override_operations\";s:24:\"Override global Settings\";s:13:\"amend_grading\";s:23:\"Amend finalized grading\";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: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: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: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: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:14:\"cat_read_users\";s:58:\"User can read local user accounts created in this category\";s:8:\"cat_read\";s:32:\"User has read access to 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: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: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:23:\"change_existing_objects\";s:23:\"Change Existing Objects\";s:29:\"change_existing_prefix_single\";s:6:\"Change\";s:22:\"change_existing_prefix\";s:15:\"Change Existing\";s:29:\"change_existing_suffix_single\";s:6:\" \";s:22:\"change_existing_suffix\";s:6:\" \";s:8:\"crs_copy\";s:20:\"User can copy course\";s:16:\"rbac_create_fold\";s:13:\"Create Folder\";s:10:\"crs_delete\";s:30:\"User can move or delete course\";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:8:\"crs_join\";s:20:\"User can join course\";s:9:\"crs_leave\";s:32:\"User can unsubscribe from course\";s:8:\"crs_read\";s:30:\"User has read access to course\";s:11:\"crs_visible\";s:17:\"Course is visible\";s:9:\"crs_write\";s:48:\"User can edit course settings and manage content\";s:19:\"edit_roleassignment\";s:20:\"Edit role assignment\";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:8:\"exc_read\";s:32:\"User can participate at exercise\";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:\"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: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:20:\"file_edit_permission\";s:35:\"User can change permission settings\";s:9:\"file_read\";s:22:\"User can download file\";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: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:12:\"fold_visible\";s:17:\"Folder is visible\";s:10:\"fold_write\";s:51:\"User can edit settings of folder and manage content\";s:13:\"frm_add_reply\";s:28:\"Users can reply to a posting\";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:41:\"User can edit, censor and delete postings\";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:8:\"glo_copy\";s:22:\"User can copy glossary\";s:10:\"glo_delete\";s:32:\"User can move or delete glossary\";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: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:8:\"grp_join\";s:19:\"User can join group\";s:9:\"grp_leave\";s:31:\"User can unsubscribe from group\";s:8:\"grp_read\";s:29:\"User has read access to group\";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:\"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: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: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: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:\"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: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:19:\"mail_system_message\";s:38:\"User can send internal system messages\";s:12:\"mail_visible\";s:30:\"Mail administration is visible\";s:10:\"mail_write\";s:45:\"User can edit settings in Mail administration\";s:9:\"mcst_copy\";s:23:\"User can copy mediacast\";s:11:\"mcst_delete\";s:33:\"User can move or delete mediacast\";s:20:\"mcst_edit_permission\";s:35:\"User can change permission settings\";s:9:\"mcst_read\";s:23:\"User can read mediacast\";s:12:\"mcst_visible\";s:20:\"Mediacast is visible\";s:10:\"mcst_write\";s:47:\"User can edit content and settings of mediacast\";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: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: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: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: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:15:\"rbac_create_cat\";s:17:\"Create Categories\";s:20:\"root_edit_permission\";s:35:\"User can change permission settings\";s:9:\"root_read\";s:48:\"User has read access to Repository - Home\";s:12:\"root_visible\";s:35:\"Repository - Home is visible\";s:10:\"root_write\";s:69:\"User can edit settings of Repository - Home and manage content\";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: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: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: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: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: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:11:\"svy_visible\";s:17:\"Survey is visible\";s:9:\"svy_write\";s:44:\"User can edit content and settings of survey\";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: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: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: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:15:\"tst_tst_results\";s:41:\"User has access to test results of others\";s:11:\"tst_visible\";s:15:\"Test is visible\";s:9:\"tst_write\";s:42:\"User can edit content and settings of test\";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:69:\"User is allowed to push items on the personal desktop.of role members\";s:15:\"usrf_read_users\";s:66:\"User has read access to local user accounts (local administrators)\";s:9:\"usrf_read\";s:43:\"User has read access to User administration\";s:12:\"usrf_visible\";s:30:\"User administration is visible\";s:10:\"usrf_write\";s:36:\"Edit settings in User 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:9:\"wiki_copy\";s:18:\"User can copy wiki\";s:11:\"wiki_delete\";s:28:\"User can move or delete wiki\";s:17:\"wiki_edit_content\";s:35:\"User can create and edit wiki pages\";s:20:\"wiki_edit_permission\";s:35:\"User can change permission settings\";s:9:\"wiki_read\";s:26:\"User can read wiki content\";s:12:\"wiki_visible\";s:15:\"Wiki is visible\";s:10:\"wiki_write\";s:30:\"User can edit settings of wiki\";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: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:\"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:16:\"rbac_create_sess\";s:14:\"Create Session\";s:14:\"crs_edit_event\";s:20:\"Edit Calendar Events\";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:20:\"crsr_edit_permission\";s:35:\"User can change permission settings\";s:12:\"crsr_visible\";s:22:\"Course link is visible\";s:10:\"crsr_write\";s:37:\"User can edit settings of course link\";s:22:\"edit_learning_progress\";s:22:\"Edit Learning Progress\";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: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:16:\"filter_all_roles\";s:33:\"Show all roles of current context\";s:19:\"filter_global_roles\";s:22:\"Show only global roles\";s:25:\"filter_local_roles_object\";s:46:\"Show only local roles defined at this position\";s:18:\"filter_local_roles\";s:40:\"Show only local roles of current context\";s:25:\"filter_roles_local_policy\";s:53:\"Show only roles using a local policy at this position\";s:14:\"grp_edit_event\";s:20:\"Edit Calendar Events\";s:22:\"info_user_view_changed\";s:17:\"User view changed\";s:5:\"leave\";s:11:\"Unsubscribe\";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:20:\"msg_no_roles_of_type\";s:47:\"No Roles available with selected filter setting\";s:11:\"mme_visible\";s:38:\"Administration of Main Menu is visible\";s:8:\"mme_read\";s:51:\"User has read access to administration of Main Menu\";s:9:\"mme_write\";s:50:\"User can edit settings of Main Menu administration\";s:19:\"mme_edit_permission\";s:63:\"User can change permission settings of Main Menu administration\";s:20:\"pdts_edit_permission\";s:70:\"User can change permission settings of Personal Desktop administration\";s:9:\"pdts_read\";s:55:\"User has read access to Personal Desktop administration\";s:12:\"pdts_visible\";s:42:\"Personal Desktop administration is visible\";s:10:\"pdts_write\";s:48:\"Edit settings of Personal Desktop administration\";s:22:\"perm_class_create_desc\";s:69:\"Determine which object types may be created under the current object.\";s:17:\"perm_class_create\";s:18:\"Create new Objects\";s:22:\"perm_class_object_desc\";s:27:\"Object-specific operations.\";s:17:\"perm_class_object\";s:18:\"Special Operations\";s:20:\"perm_local_role_desc\";s:83:\"This role is locally defined at the current object and correspond to a local policy\";s:15:\"perm_local_role\";s:10:\"Local Role\";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:21:\"perm_use_local_policy\";s:16:\"Use local policy\";s:32:\"rbac_change_existing_confirm_tbl\";s:42:\"Settings for ‘Change Existing Objects’\";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:26:\"rbac_delete_local_policies\";s:21:\"Delete Local Policies\";s:16:\"rbac_delete_role\";s:11:\"Delete Role\";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:24:\"rbac_keep_local_policies\";s:19:\"Keep Local Policies\";s:19:\"rbac_local_policies\";s:14:\"Local Policies\";s:20:\"rbac_role_delete_qst\";s:122:\"Are you sure you want to delete the following role?
All permissions granted by this role will be deleted permanently.\";s:21:\"rbac_role_delete_self\";s:143:\"Attention: 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: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:\"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: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:16:\"rbac_create_catr\";s:20:\"Create Category Link\";s:15:\"rbac_create_crs\";s:13:\"Create Course\";s:16:\"rbac_create_crsr\";s:18:\"Create Course Link\";s:15:\"rbac_create_exc\";s:15:\"Create Exercise\";s:16:\"rbac_create_feed\";s:15:\"Create Web Feed\";s:16:\"rbac_create_file\";s:11:\"Upload File\";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_htlm\";s:27:\"Create HTML Learning Module\";s:14:\"rbac_create_lm\";s:28:\"Create ILIAS Learning Module\";s:16:\"rbac_create_mcst\";s:16:\"Create Mediacast\";s:15:\"rbac_create_mep\";s:17:\"Create Media Pool\";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_sahs\";s:28:\"Create SCORM Learning Module\";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:16:\"rbac_create_webr\";s:14:\"Create Weblink\";s:16:\"rbac_create_wiki\";s:11:\"Create Wiki\";s:11:\"sess_delete\";s:31:\"User can move or delete session\";s:15:\"sess_edit_event\";s:20:\"Edit Calendar Events\";s:20:\"sess_edit_permission\";s:35:\"User can change permission settings\";s:9:\"sess_read\";s:32:\"User has read access to sessions\";s:12:\"sess_visible\";s:20:\"Sessions are visible\";s:10:\"sess_write\";s:42:\"User can edit session content and settings\";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:11:\"wfe_visible\";s:44:\"Administration of Workflow Engine is visible\";s:8:\"wfe_read\";s:57:\"User has read access to administration of Workflow Engine\";s:9:\"wfe_write\";s:56:\"User can edit settings of Workflow Engine administration\";s:19:\"wfe_edit_permission\";s:69:\"User can change permission settings of Workflow Engine administration\";s:25:\"mail_mail_to_global_roles\";s:35:\"User can send mails to global roles\";s:30:\"rbac_msg_user_already_assigned\";s:51:\"The chosen users are already assigned to this role.\";s:23:\"rbac_add_new_local_role\";s:18:\"Add New Local Role\";s:27:\"cals_add_consultation_hours\";s:54:\"User can offer and edit consultation hours in calendar\";s:3:\"log\";s:3:\"Log\";s:8:\"rbac_log\";s:3:\"Log\";s:12:\"rbac_changes\";s:7:\"Changes\";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:24:\"rbac_log_inheritance_add\";s:28:\"Stopped Inheritance for \"%s\"\";s:24:\"rbac_log_inheritance_rmv\";s:28:\"Allowed Inheritance for \"%s\"\";s:22:\"rbac_log_source_object\";s:13:\"Source object\";s:25:\"rbac_log_edit_permissions\";s:16:\"Edit Permissions\";s:20:\"rbac_log_move_object\";s:11:\"Move Object\";s:20:\"rbac_log_link_object\";s:11:\"Link Object\";s:20:\"rbac_log_copy_object\";s:11:\"Copy Object\";s:22:\"rbac_log_create_object\";s:13:\"Create Object\";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:21:\"rbac_log_change_owner\";s:22:\"Change Owner of Object\";s:22:\"rbac_log_changed_owner\";s:16:\"Changed Owner to\";s:24:\"rbac_role_add_to_desktop\";s:23:\"Add To Personal Desktop\";s:29:\"rbac_role_add_to_desktop_info\";s:56:\"Make object a selected desktop item for all role members\";s:21:\"rbac_role_rights_copy\";s:16:\"Copy Permissions\";s:27:\"rbac_role_rights_copy_empty\";s:4:\"None\";s:37:\"rbac_role_rights_copy_change_existing\";s:23:\"Change Existing Objects\";s:16:\"perm_global_role\";s:11:\"Global Role\";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:10:\"read_users\";s:28:\"Read Access to User Accounts\";s:22:\"cat_administrate_users\";s:32:\"Administrate Local User Accounts\";s:15:\"edit_permission\";s:18:\"Change Permissions\";s:10:\"edit_event\";s:13:\"Edit Calendar\";s:20:\"book_edit_permission\";s:52:\"User can change permission settings for booking pool\";s:12:\"book_visible\";s:23:\"Booking pool is visible\";s:9:\"book_read\";s:49:\"User can book resources / objects in booking pool\";s:11:\"book_delete\";s:36:\"User can move or delete booking pool\";s:10:\"book_write\";s:50:\"User can edit settings and content of booking pool\";s:16:\"rbac_create_book\";s:19:\"Create Booking Pool\";s:5:\"write\";s:13:\"Edit Settings\";s:17:\"rbac_local_policy\";s:12:\"Local Policy\";s:15:\"role_block_role\";s:10:\"Block Role\";s:23:\"role_confirm_block_role\";s:16:\"Save Role Status\";s:12:\"role_blocked\";s:29:\": Role will be blocked\";s:14:\"role_unblocked\";s:31:\": Role will be unblocked\";s:20:\"role_block_role_desc\";s:67:\"The access to this and all subordinated objects is will be revoked.\";s:28:\"role_confirm_block_role_info\";s:208:\"The following steps will be performed for the action \"Block Role\":

- the role permissions of this and all subordinated objects will be blocked.
- 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\":

- the local policy will be deleted.\";s:30:\"role_confirm_block_role_header\";s:71:\"Do you really want to change the block role status of the chosen roles?\";s:18:\"push_desktop_items\";s:34:\"Push Items on the Personal Desktop\";s:9:\"smtp_mail\";s:11:\"SMTP E-Mail\";s:20:\"mail_to_global_roles\";s:12:\"Global Mails\";s:9:\"add_reply\";s:9:\"Add Reply\";s:10:\"add_thread\";s:10:\"Add Thread\";s:12:\"moderate_frm\";s:8:\"Moderate\";s:27:\"rbac_repository_permissions\";s:22:\"Repository Permissions\";s:22:\"rbac_admin_permissions\";s:26:\"Administration Permissions\";s:22:\"add_consultation_hours\";s:22:\"Add Consultation Hours\";s:18:\"export_member_data\";s:16:\"Access User Data\";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:\"frma_visible\";s:31:\"Forum Administration is visible\";s:9:\"frma_read\";s:44:\"User has read access to Forum Administration\";s:10:\"frma_write\";s:46:\"User can edit settings in Forum Administration\";s:20:\"frma_edit_permission\";s:59:\"User can change permission settings of Forum administration\";s:15:\"rbac_create_usr\";s:39:\"User is allowed to create user accounts\";s:27:\"precondition_obligatory_alt\";s:30:\"Precondition must be fulfilled\";s:31:\"precondition_not_obligatory_alt\";s:24:\"Precondition is optional\";s:20:\"active_preconditions\";s:13:\"Preconditions\";s:23:\"precondition_obligatory\";s:10:\"Compulsory\";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: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:6:\"invite\";s:18:\"Inviting to survey\";s:16:\"rbac_global_rolt\";s:20:\"Global Role Template\";s:19:\"rbac_role_selection\";s:9:\"Role Type\";s:16:\"rbac_auto_global\";s:26:\"Auto generated global role\";s:14:\"rbac_ud_global\";s:24:\"User defined global role\";s:15:\"rbac_auto_local\";s:25:\"Auto generated local role\";s:13:\"rbac_ud_local\";s:23:\"User defined local role\";s:14:\"rbac_auto_rolt\";s:28:\"Auto generated role template\";s:12:\"rbac_ud_rolt\";s:26:\"User defined role template\";s:19:\"rbac_context_global\";s:6:\"Global\";s:12:\"chtr_visible\";s:20:\"Chat Room is visible\";s:9:\"chtr_read\";s:42:\"User can join and participate at chat room\";s:10:\"chtr_write\";s:49:\"User can edit settings of chat room and ban users\";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:12:\"otpl_visible\";s:47:\"Administration of Didactic Templates is visible\";s:9:\"otpl_read\";s:57:\"User has read access to Didactic Templates administration\";s:10:\"otpl_write\";s:44:\"User can edit settings of Didactic Templates\";s:20:\"otpl_edit_permission\";s:75:\"User can change permission settings in administration of Didactic Templates\";s:21:\"rbac_back_to_overview\";s:17:\"Back to Role List\";s:24:\"rbac_choose_copy_targets\";s:52:\"Please enter a query for selecting the target roles.\";s:24:\"rbac_select_copy_targets\";s:30:\"Please select the target roles\";s:15:\"rbac_role_title\";s:10:\"Role Title\";s:19:\"rbac_copy_behaviour\";s:18:\"Role Copy Settings\";s:32:\"rbac_not_change_existing_objects\";s:30:\"Do NOT change existing objects\";s:14:\"rbac_copy_role\";s:9:\"Copy Role\";s:18:\"rbac_copy_finished\";s:17:\"Finished copying.\";s:24:\"rbac_precondition_source\";s:17:\"Condition Trigger\";s:24:\"rbac_precondition_target\";s:26:\"Condition limits access to\";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:34:\"rbac_precondition_minimum_optional\";s:49:\"At least 2 preconditions have to remain optional.\";s:12:\"prfa_visible\";s:35:\"Portfolio administration is visible\";s:9:\"prfa_read\";s:48:\"User has read access to Portfolio administration\";s:10:\"prfa_write\";s:50:\"User can edit settings in Portfolio administration\";s:20:\"prfa_edit_permission\";s:63:\"User can change permission settings of Portfolio administration\";s:12:\"skmg_visible\";s:47:\"Competence Management administration is visible\";s:9:\"skmg_read\";s:63:\"User has read access to administration of Competence Management\";s:10:\"skmg_write\";s:47:\"User can edit settings of Competence Management\";s:20:\"skmg_edit_permission\";s:75:\"User can change permission settings of Competence Management administration\";s:12:\"blga_visible\";s:30:\"Blog Administration is visible\";s:9:\"blga_read\";s:43:\"User has read access to Blog Administration\";s:10:\"blga_write\";s:45:\"User can edit settings in Blog Administration\";s:20:\"blga_edit_permission\";s:58:\"User can change permission settings of Blog administration\";s:8:\"moderate\";s:8:\"Moderate\";s:16:\"rbac_create_chtr\";s:16:\"Create Chat Room\";s:19:\"rbac_edit_condition\";s:17:\"Edit Precondition\";s:26:\"rbac_condition_delete_sure\";s:60:\"Are you sure you want to delete the following preconditions?\";s:18:\"tst_tst_statistics\";s:34:\"User has access to test statistics\";s:12:\"blog_visible\";s:15:\"Blog is visible\";s:9:\"blog_read\";s:26:\"User can read blog content\";s:9:\"blog_copy\";s:18:\"User can copy blog\";s:10:\"blog_write\";s:27:\"User can edit blog settings\";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:16:\"rbac_create_blog\";s:11:\"Create Blog\";s:10:\"trac_write\";s:64:\"Edit settings in Statistics and Learning Progress administration\";s:11:\"dcl_visible\";s:26:\"Data Collection is visible\";s:8:\"dcl_read\";s:30:\"Read access to Data Collection\";s:8:\"dcl_copy\";s:29:\"User can copy data collection\";s:9:\"dcl_write\";s:53:\"User can edit settings and content of data collection\";s:10:\"dcl_delete\";s:39:\"User can move or delete data collection\";s:19:\"dcl_edit_permission\";s:35:\"User can change permission settings\";s:13:\"dcl_add_entry\";s:25:\"User can add/edit entries\";s:15:\"rbac_create_dcl\";s:22:\"Create Data Collection\";s:12:\"poll_visible\";s:15:\"Poll is visible\";s:9:\"poll_read\";s:28:\"User can participate at poll\";s:10:\"poll_write\";s:39:\"User can edit poll settings and content\";s:11:\"poll_delete\";s:28:\"User can move or delete poll\";s:9:\"poll_copy\";s:18:\"User can copy poll\";s:20:\"poll_edit_permission\";s:35:\"User can change permission settings\";s:16:\"rbac_create_poll\";s:11:\"Create Poll\";s:15:\"fld_create_poll\";s:11:\"Create Poll\";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:16:\"rbac_import_role\";s:11:\"Import Role\";s:18:\"rbac_role_imported\";s:27:\"The role has been imported.\";s:13:\"internal_mail\";s:13:\"Internal Mail\";s:18:\"mail_internal_mail\";s:41:\"User can use internal mail system (ILIAS)\";s:9:\"itgr_read\";s:32:\"User can see items in item group\";s:10:\"itgr_write\";s:48:\"User can edit content and settings of item group\";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:16:\"rbac_create_itgr\";s:17:\"Create Item Group\";s:10:\"contribute\";s:10:\"Contribute\";s:15:\"blog_contribute\";s:24:\"User can create postings\";s:14:\"lp_other_users\";s:45:\"See learning progress overview of other users\";s:19:\"trac_lp_other_users\";s:45:\"See learning progress overview of other users\";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: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:\"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: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: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: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: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:12:\"itgr_visible\";s:21:\"Item group is visible\";s:11:\"chtr_delete\";s:33:\"User can move or delete chat room\";s:16:\"dcl_edit_content\";s:12:\"Edit entries\";s:12:\"bibl_visible\";s:23:\"Bibliography is visible\";s:9:\"bibl_read\";s:34:\"User can read bibliography content\";s:9:\"bibl_copy\";s:17:\"Copy Bibliography\";s:10:\"bibl_write\";s:35:\"User can edit bibliography settings\";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:12:\"bibs_visible\";s:38:\"Bibliography-Administration is visible\";s:9:\"bibs_read\";s:34:\"User can read bibliography content\";s:10:\"bibs_write\";s:35:\"User can edit bibliography settings\";s:11:\"bibs_delete\";s:31:\"User can delete library entries\";s:9:\"bibs_copy\";s:26:\"User can copy bibliography\";s:20:\"bibs_edit_permission\";s:35:\"User can change permission settings\";s:19:\"edit_userassignment\";s:20:\"Edit User Assignment\";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:30:\"User can execute System Check.\";s:12:\"delete_files\";s:12:\"Delete Files\";s:16:\"cld_delete_files\";s:42:\"Users can delete Files in the cloud object\";s:14:\"delete_folders\";s:14:\"Delete Folders\";s:18:\"cld_delete_folders\";s:44:\"Users can delete Folders in the cloud object\";s:13:\"files_visible\";s:13:\"Files Visible\";s:17:\"cld_files_visible\";s:37:\"Files are visible in the cloud object\";s:15:\"folders_visible\";s:15:\"Folders Visible\";s:19:\"cld_folders_visible\";s:39:\"Folders are visible in the cloud object\";s:14:\"folders_create\";s:14:\"Create Folders\";s:18:\"cld_folders_create\";s:42:\"Folders may be created in the cloud object\";s:11:\"cld_visible\";s:23:\"Cloud Object is visible\";s:8:\"cld_read\";s:28:\"User can open a Cloud Object\";s:9:\"cld_write\";s:35:\"User can edit cloud object settings\";s:10:\"cld_delete\";s:28:\"User can delete cloud object\";s:14:\"cld_permission\";s:35:\"User can change permission settings\";s:10:\"cld_upload\";s:41:\"User can upload files to the cloud object\";s:12:\"cld_download\";s:45:\"User can download files from the cloud object\";s:19:\"cld_edit_permission\";s:35:\"User can change permission settings\";s:21:\"edit_in_online_editor\";s:21:\"Open in online editor\";s:25:\"cld_edit_in_online_editor\";s:45:\"User can open and edit files in online editor\";s:12:\"prtt_visible\";s:29:\"Portfolio Template is visible\";s:9:\"prtt_read\";s:42:\"User has read access to portfolio template\";s:9:\"prtt_copy\";s:32:\"User can copy portfolio template\";s:10:\"prtt_write\";s:56:\"User can edit settings and content of 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: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:21:\"org_op_access_results\";s:36:\"Access Results of Subordinated Users\";s:26:\"org_op_manage_participants\";s:32:\"Manage Subordinated Participants\";s:25:\"org_op_score_participants\";s:31:\"Score Subordinated Participants\";s:30:\"org_op_write_learning_progress\";s:42:\"Set learning Progress of subordinate users\";s:30:\"org_op_edit_submissions_grades\";s:31:\"Edit submissions of other users\";s:23:\"rbac_copy_role_add_perm\";s:15:\"Add Permissions\";s:26:\"rbac_copy_role_remove_perm\";s:18:\"Remove Permissions\";s:19:\"rbac_copy_role_copy\";s:16:\"Copy Permissions\";s:16:\"rbac_create_prtt\";s:25:\"Create Portfolio Template\";s:16:\"glo_edit_content\";s:21:\"User can edit content\";s:16:\"rbac_create_rolt\";s:24:\"Create new Role Template\";s:16:\"rbac_create_role\";s:15:\"Create new Role\";s:16:\"il_orgu_employee\";s:28:\"Organisational Unit Employee\";s:16:\"il_orgu_superior\";s:28:\"Organisational Unit Superior\";s:16:\"rbac_create_bibl\";s:19:\"Create Bibliography\";s:15:\"rbac_create_cld\";s:19:\"Create Cloud Object\";s:12:\"crss_visible\";s:32:\"Course administration is visible\";s:9:\"crss_read\";s:45:\"User has read access to Course administration\";s:10:\"crss_write\";s:38:\"Edit settings in Course administration\";s:20:\"crss_edit_permission\";s:60:\"User can change permission settings in Course administration\";s:12:\"grps_visible\";s:31:\"Group administration is visible\";s:9:\"grps_read\";s:44:\"User has read access to Group administration\";s:10:\"grps_write\";s:37:\"Edit settings in Group administration\";s:20:\"grps_edit_permission\";s:59:\"User can change permission settings in Group administration\";s:12:\"wiks_visible\";s:30:\"Wiki administration is visible\";s:9:\"wiks_read\";s:43:\"User has read access to Wiki administration\";s:10:\"wiks_write\";s:36:\"Edit settings in Wiki administration\";s:20:\"wiks_edit_permission\";s:58:\"User can change permission settings in Wiki administration\";s:11:\"tos_visible\";s:42:\"Terms of Service administration is visible\";s:8:\"tos_read\";s:55:\"User has read access to Terms of Service administration\";s:9:\"tos_write\";s:48:\"Edit settings in Terms of Service administration\";s:19:\"tos_edit_permission\";s:70:\"User can change permission settings in Terms of Service administration\";s:12:\"wbrs_visible\";s:33:\"Weblink administration is visible\";s:9:\"wbrs_read\";s:46:\"User has read access to Weblink administration\";s:10:\"wbrs_write\";s:39:\"Edit settings in Weblink administration\";s:20:\"wbrs_edit_permission\";s:61:\"User can change permission settings in Weblink administration\";s:12:\"reps_visible\";s:36:\"Repository administration is visible\";s:9:\"reps_read\";s:49:\"User has read access to Repository administration\";s:10:\"reps_write\";s:42:\"Edit settings in Repository administration\";s:20:\"reps_edit_permission\";s:64:\"User can change permission settings in Repository administration\";s:27:\"orgu_view_learning_progress\";s:22:\"View Learning Progress\";s:12:\"orgu_visible\";s:30:\"Organisational Unit is visible\";s:9:\"orgu_read\";s:43:\"User has read access to Organisational Unit\";s:10:\"orgu_write\";s:45:\"User can edit settings of Organisational Unit\";s:15:\"orgu_read_users\";s:69:\"User can read local user accounts created in this Organisational Unit\";s:27:\"orgu_cat_administrate_users\";s:80:\"User can create and administrate local user accounts in this 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_copy\";s:24:\"Copy Organisational Unit\";s:31:\"orgu_view_learning_progress_rec\";s:45:\"View Learning Progress of Unit incl. Subunits\";s:16:\"rbac_create_orgu\";s:27:\"Create Organisational Units\";s:15:\"statistics_read\";s:15:\"View Statistics\";s:20:\"wiki_statistics_read\";s:15:\"View Statistics\";s:12:\"excs_visible\";s:34:\"Exercise administration is visible\";s:9:\"excs_read\";s:47:\"User has read access to Exercise administration\";s:10:\"excs_write\";s:40:\"Edit settings in Exercise administration\";s:20:\"excs_edit_permission\";s:62:\"User can change permission settings in Exercise administration\";s:12:\"taxs_visible\";s:34:\"Taxonomy administration is visible\";s:9:\"taxs_read\";s:47:\"User has read access to Taxonomy administration\";s:10:\"taxs_write\";s:40:\"Edit settings in Taxonomy administration\";s:20:\"taxs_edit_permission\";s:62:\"User can change permission settings in Taxonomy administration\";s:22:\"read_learning_progress\";s:37:\"View learning progress of other users\";s:26:\"crs_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:26:\"grp_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:27:\"fold_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:25:\"lm_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:27:\"htlm_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:27:\"sahs_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:26:\"tst_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:26:\"exc_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:27:\"sess_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:27:\"file_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:27:\"mcst_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:26:\"lso_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:16:\"condition_failed\";s:6:\"Failed\";s:27:\"condition_learning_progress\";s:29:\"Derive from Learning Progress\";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:32:\"rbac_cant_import_role_wrong_type\";s:46:\"Can\'t import a role from item %s into item %s.\";s:8:\"ilias_id\";s:8:\"ILIAS-ID\";s:6:\"redact\";s:6:\"Redact\";s:11:\"blog_redact\";s:49:\"User can edit postings of other contributors, too\";s:20:\"edit_wiki_navigation\";s:15:\"Edit Navigation\";s:17:\"delete_wiki_pages\";s:12:\"Delete Pages\";s:24:\"activate_wiki_protection\";s:13:\"Set Read-Only\";s:16:\"rbac_permissions\";s:11:\"Permissions\";s:16:\"wiki_html_export\";s:11:\"Export HTML\";s:25:\"wiki_edit_wiki_navigation\";s:20:\"Edit Wiki Navigation\";s:22:\"wiki_delete_wiki_pages\";s:17:\"Delete Wiki Pages\";s:29:\"wiki_activate_wiki_protection\";s:27:\"Set Wiki Pages to Read-Only\";s:21:\"wiki_wiki_html_export\";s:19:\"Export Wiki as HTML\";s:12:\"cadm_visible\";s:41:\"User connection administration is visible\";s:9:\"cadm_read\";s:54:\"User has read access to user connection administration\";s:10:\"cadm_write\";s:55:\"User has write access to user connection administration\";s:20:\"cadm_edit_permission\";s:35:\"User can change permission settings\";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:11:\"prg_visible\";s:26:\"Study Programme is visible\";s:8:\"prg_copy\";s:29:\"User can copy Study Programme\";s:9:\"prg_write\";s:41:\"User can edit settings of 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:15:\"rbac_create_prg\";s:22:\"Create Study Programme\";s:12:\"prgs_visible\";s:41:\"Study Programme administration is visible\";s:9:\"prgs_read\";s:54:\"User has read access to Study Programme administration\";s:10:\"prgs_write\";s:47:\"Edit settings in Study Programme administration\";s:20:\"prgs_edit_permission\";s:60:\"Change permission settings in Study Programme administration\";s:9:\"feed_copy\";s:21:\"User can copy webfeed\";s:8:\"prg_read\";s:39:\"User has read access to Study Programme\";s:12:\"awra_visible\";s:46:\"‘Who is online?’ administration is visible\";s:9:\"awra_read\";s:59:\"User has read access to ‘Who is online?’ administration\";s:10:\"awra_write\";s:52:\"Edit settings in ‘Who is online?’ administration\";s:20:\"awra_edit_permission\";s:74:\"User can change permission settings in ‘Who is online?’ administration\";s:26:\"svy_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:26:\"svy_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:12:\"read_results\";s:14:\"Survey Results\";s:16:\"svy_read_results\";s:43:\"User has access to survey results of others\";s:27:\"sess_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:8:\"mep_copy\";s:24:\"User can copy media pool\";s:17:\"sty_write_content\";s:19:\"Edit Content Styles\";s:21:\"stys_sty_write_custom\";s:19:\"Edit Content Styles\";s:16:\"sty_write_system\";s:18:\"Edit System Styles\";s:21:\"stys_sty_write_system\";s:18:\"Edit System Styles\";s:21:\"sty_write_page_layout\";s:17:\"Edit Page Layouts\";s:26:\"stys_sty_write_page_layout\";s:17:\"Edit Page Layouts\";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:16:\"rbac_create_grpr\";s:17:\"Create Group Link\";s:12:\"bdga_visible\";s:31:\"Badge administration is visible\";s:9:\"bdga_read\";s:42:\"User can read badge administration content\";s:10:\"bdga_write\";s:43:\"User can edit badge administration settings\";s:20:\"bdga_edit_permission\";s:35:\"User can change permission settings\";s:13:\"news_add_news\";s:8:\"Add News\";s:17:\"grp_news_add_news\";s:38:\"Add and edit own news entries in group\";s:17:\"crs_news_add_news\";s:39:\"Add and edit own news entries in course\";s:12:\"iass_visible\";s:32:\"Individual Assessment is visible\";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:27:\"iass_edit_learning_progress\";s:62:\"Edit learning progress information of an Individual Assessment\";s:9:\"iass_copy\";s:29:\"Copy an Individual Assessment\";s:10:\"iass_write\";s:29:\"Edit an Individual Assessment\";s:11:\"iass_delete\";s:31:\"Delete 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:12:\"edit_members\";s:14:\"Manage members\";s:18:\"prg_manage_members\";s:33:\"Manage members of Study Programme\";s:16:\"rbac_create_iass\";s:28:\"Create Individual Assessment\";s:18:\"grp_manage_members\";s:23:\"Manage Members of Group\";s:18:\"crs_manage_members\";s:24:\"Manage Members of Course\";s:9:\"book_copy\";s:26:\"User can copy booking pool\";s:27:\"file_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:22:\"stys_sty_write_content\";s:19:\"Edit Content Styles\";s:9:\"grp_grade\";s:22:\"Grade Members of Group\";s:9:\"crs_grade\";s:23:\"Grade Members of Course\";s:19:\"wiki_edit_page_meta\";s:23:\"Edit Wiki Page Metadata\";s:23:\"edit_submissions_grades\";s:27:\"Edit Submissions and Grades\";s:27:\"exc_edit_submissions_grades\";s:36:\"User can edit submissions and grades\";s:15:\"release_objects\";s:15:\"Release Objects\";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:9:\"ltis_read\";s:42:\"User has read access to LTI administration\";s:10:\"ltis_write\";s:44:\"User can edit settings in LTI administration\";s:20:\"ltis_edit_permission\";s:57:\"User can change permission settings in LTI administration\";s:12:\"copa_visible\";s:23:\"Content Page is visible\";s:9:\"copa_read\";s:26:\"User can read Content Page\";s:9:\"copa_copy\";s:17:\"Copy Content Page\";s:10:\"copa_write\";s:26:\"User can edit Content Page\";s:11:\"copa_delete\";s:36:\"User can move or delete Content Page\";s:20:\"copa_edit_permission\";s:35:\"User can change permission settings\";s:16:\"rbac_create_copa\";s:19:\"Create Content Page\";s:27:\"copa_read_learning_progress\";s:46:\"User can view learning progress of other users\";s:27:\"copa_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:19:\"sess_manage_members\";s:32:\"Manage Participants of a Session\";s:16:\"manage_materials\";s:16:\"Manage Materials\";s:21:\"sess_manage_materials\";s:24:\"Manage Session Materials\";s:11:\"lso_visible\";s:28:\"Learning Sequence is visible\";s:8:\"lso_copy\";s:31:\"User can copy Learning Sequence\";s:9:\"lso_write\";s:43:\"User can edit settings of Learning Sequence\";s:10:\"lso_delete\";s:33:\"User can delete Learning Sequence\";s:18:\"lso_lp_other_users\";s:46:\"User can view learning progress of other users\";s:15:\"rbac_create_lso\";s:24:\"Create Learning Sequence\";s:18:\"sess_edit_metadata\";s:13:\"Edit Metadata\";s:18:\"iass_amend_grading\";s:42:\"Amend gradings in an Individual Assessment\";s:8:\"lso_read\";s:38:\"Users can access the Learning Sequence\";s:18:\"lso_manage_members\";s:35:\"Manage members of Learning Sequence\";s:19:\"lso_edit_permission\";s:56:\"User can change permission settings of Learning Sequence\";s:15:\"lso_participate\";s:41:\"User can subscribe to a Learning Sequence\";s:17:\"lso_unparticipate\";s:45:\"User can unsubscribe from a Learning Sequence\";s:26:\"lso_edit_learning_progress\";s:40:\"User can edit learning progress settings\";s:27:\"mcst_edit_learning_progress\";s:40:\"User can edit learning progress settings\";}'); +INSERT INTO `lng_modules` VALUES ('rcat','en','a:1:{s:9:\"rcat_call\";s:17:\"Call ECS Category\";}'); +INSERT INTO `lng_modules` VALUES ('rcrs','en','a:1:{s:9:\"rcrs_call\";s:15:\"Call ECS Course\";}'); +INSERT INTO `lng_modules` VALUES ('registration','en','a:103:{s:21:\"auth_radius_name_desc\";s:50:\"Please choose a name for this server configuration\";s:16:\"auth_radius_name\";s:28:\"Name of RADIUS Configuration\";s:23:\"auth_radius_role_select\";s:5:\"Role:\";s:16:\"auth_radius_sync\";s:20:\"User Synchronization\";s:34:\"reg_access_limitation_limited_time\";s:29:\"After registration access for\";s:35:\"reg_access_limitation_limited_until\";s:23:\"Access is limited until\";s:34:\"reg_access_limitation_missing_mode\";s:53:\"Please choose for all roles an Access Limitation Mode\";s:35:\"reg_access_limitation_mode_absolute\";s:33:\"Access is limited by a fixed date\";s:35:\"reg_access_limitation_mode_relative\";s:57:\"Limited access for a fixed time period after registration\";s:36:\"reg_access_limitation_mode_unlimited\";s:20:\"No access limitation\";s:26:\"reg_access_limitation_mode\";s:22:\"Access Limitation Mode\";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:17:\"Access Limitation\";s:18:\"reg_add_assignment\";s:14:\"New Assignment\";s:20:\"reg_added_assignment\";s:21:\"Added new assignment.\";s:16:\"reg_approve_info\";s:76:\"If checked any new user registration has to be approved by an administrator.\";s:27:\"reg_approve_needs_recipient\";s:149:\"You should define minimum one user who will be notified about new registrations, if the registration type ‘Registration with Approval’ is chosen.\";s:11:\"reg_approve\";s:26:\"Registration with Approval\";s:19:\"reg_available_roles\";s:16:\"Available Roles:\";s:39:\"reg_confirmation_hash_life_time_expired\";s:66:\"The confirmation link is not valid anymore. Please register again!\";s:36:\"reg_confirmation_hash_life_time_info\";s:86:\"Enter the lifetime (seconds) of confirmation links. 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_link_successful\";s:300:\"You successfully submitted an account request to ILIAS. You will receive a confirmation e-mail in the next minutes. Please confirm your registration by clicking the confirmation link in this mail.
You will be redirected to the login screen after 20 seconds.\";s:11:\"reg_default\";s:7:\"Default\";s:22:\"reg_deleted_assignment\";s:22:\"Deleted assignment(s).\";s:15:\"reg_direct_info\";s:80:\"If this is checked, any new user registration request is automatically approved.\";s:10:\"reg_direct\";s:19:\"Direct Registration\";s:12:\"reg_disabled\";s:24:\"No Registration Possible\";s:10:\"reg_domain\";s:6:\"Domain\";s:25:\"reg_email_role_assignment\";s:25:\"Role Assignment By Domain\";s:9:\"reg_email\";s:25:\"Automatic Role Assignment\";s:9:\"reg_fixed\";s:29:\"Selection From Specified List\";s:12:\"reg_info_pwd\";s:76:\"If enabled passwords will be send automatically to the new users per E-Mail.\";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:29:\"reg_mail_body_profile_changed\";s:26:\"your profile has changed !\";s:21:\"reg_mail_body_profile\";s:13:\"Profile data:\";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:22:\"reg_mail_new_user_body\";s:31:\"a new user has been registered.\";s:17:\"reg_mail_new_user\";s:21:\"New user registration\";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:21:\"reg_notification_info\";s:117:\"Enter one or more Login-Ids of users (comma separated) that will be informed about new user registrations per e-mail.\";s:16:\"reg_notification\";s:13:\"Notifications\";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:26:\"reg_type_confirmation_info\";s:188:\"This type allows self-registration of users but requires an e-mail confirmation to activate the account. This avoids self-registration to ILIAS with wrong or non-existent e-mail addresses.\";s:21:\"reg_type_confirmation\";s:37:\"Registration with E-Mail Confirmation\";s:8:\"reg_type\";s:17:\"Registration Type\";s:22:\"reg_unknown_recipients\";s:37:\"The following accounts are not valid:\";s:21:\"registration_settings\";s:30:\"ILIAS Auth / Self-Registration\";s:34:\"registration_user_new_account_mail\";s:21:\"Edit New Account Mail\";s:25:\"registration_tab_settings\";s:21:\"Registration Settings\";s:22:\"registration_tab_codes\";s:18:\"Registration Codes\";s:27:\"registration_reg_type_codes\";s:23:\"Registration with Codes\";s:32:\"registration_reg_type_codes_info\";s:70:\"This type allows self-registration of users but requires a valid code.\";s:22:\"registration_codes_add\";s:9:\"Add Codes\";s:25:\"registration_codes_export\";s:12:\"Export Codes\";s:30:\"registration_codes_edit_header\";s:9:\"Add Codes\";s:25:\"registration_codes_number\";s:15:\"Number Of Codes\";s:24:\"registration_codes_roles\";s:11:\"Global Role\";s:17:\"registration_code\";s:4:\"Code\";s:22:\"registration_generated\";s:18:\"Date Of Generation\";s:17:\"registration_used\";s:13:\"Date Of Usage\";s:22:\"registration_roles_all\";s:9:\"All Roles\";s:26:\"registration_generated_all\";s:9:\"All Dates\";s:33:\"registration_export_codes_no_data\";s:33:\"No codes to export were selected.\";s:27:\"registration_code_not_valid\";s:71:\"The given registration code is either invalid or already has been used.\";s:31:\"registration_disabled_no_access\";s:105:\"The self-registration is not enabled. Please contact the system administration for further assistance: %s\";s:31:\"reg_confirmation_hash_life_time\";s:8:\"Lifetime\";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:26:\"registration_no_valid_role\";s:85:\"There is currently no valid role for new accounts. Please contact your administrator.\";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:17:\"reg_email_domains\";s:50:\"The following e-mail address domains are valid: %s\";s:19:\"reg_allowed_domains\";s:30:\"Allowed E-Mail Address Domains\";s:24:\"reg_allowed_domains_info\";s:97:\"Use * as wildcard and ; as separator. E.g. \"*@ilias.de\". Registration codes override these rules.\";s:35:\"registration_codes_no_assigned_role\";s:27:\"No Predefined Assigned Role\";s:30:\"registration_codes_roles_local\";s:13:\"Local Role(s)\";s:30:\"registration_codes_roles_title\";s:21:\"Role for New Accounts\";s:40:\"registration_codes_roles_limitation_none\";s:31:\"No Predefined Access Limitation\";s:42:\"reg_access_limitation_mode_absolute_target\";s:11:\"Valid until\";s:42:\"reg_access_limitation_mode_relative_target\";s:9:\"Valid for\";s:40:\"registration_codes_access_limitation_all\";s:3:\"All\";s:32:\"registration_codes_override_info\";s:73:\"This setting overrides any values defined in ‘Registration Settings’.\";s:39:\"registration_codes_override_global_info\";s:55:\"These settings may be overridden by registration codes.\";s:22:\"reg_email_domains_code\";s:53:\"With a registration code any E-Mail-Address is valid.\";s:30:\"reg_mail_new_user_confirmation\";s:32:\"Request for account confirmation\";s:23:\"reg_mail_body_timelimit\";s:50:\"Your account has a limited period of validity: %s.\";s:23:\"registration_codes_type\";s:9:\"Code Type\";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: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:24:\"reg_mail_body_activation\";s:92:\"to activate your account and confirm ownership of this e-mail address, click the link below:\";}'); +INSERT INTO `lng_modules` VALUES ('rep','en','a:52:{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 %s 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 %s.\";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:16:\"rep_dependencies\";s:12:\"Dependencies\";s:20:\"rep_object_to_delete\";s:9:\"To Delete\";s:20:\"rep_dependent_object\";s:24:\"Resource with dependence\";s:14:\"rep_dependency\";s:10:\"Dependency\";s:27:\"rep_no_permission_to_delete\";s:23:\"No permission to delete\";s:36:\"rep_object_references_cannot_be_read\";s:38:\"No permissions for %s more references.\";s:37:\"rep_multiple_reference_deletion_intro\";s:41:\"Further references exist for this object.\";s:43:\"rep_multiple_reference_deletion_instruction\";s:52:\"Please select the ones which should also be deleted:\";s:27:\"rep_activation_availability\";s:12:\"Availability\";s:21:\"rep_activation_online\";s:6:\"Online\";s:21:\"rep_activation_access\";s:6:\"Access\";s:28:\"rep_activation_limited_start\";s:10:\"Start Time\";s:26:\"rep_activation_limited_end\";s:11:\"Finish Time\";s:33:\"rep_activation_limited_visibility\";s:14:\"Always Visible\";s:20:\"rep_visibility_until\";s:27:\"Limited Availability Period\";s:33:\"rep_activation_online_object_info\";s:54:\"This setting affects all references in the repository.\";s:30:\"rep_activation_access_ref_info\";s:72:\"This setting only affects this and no other reference in the repository.\";s:16:\"rep_object_lists\";s:12:\"Object Lists\";s:16:\"rep_custom_icons\";s:12:\"Custom Icons\";s:29:\"rep_new_item_group_unassigned\";s:12:\"Not Assigned\";s:19:\"rep_new_item_groups\";s:8:\"Grouping\";s:22:\"rep_new_item_group_add\";s:12:\"Add Grouping\";s:30:\"rep_new_item_group_nr_subitems\";s:26:\"Number of Assigned Objects\";s:38:\"rep_new_item_group_unassigned_subitems\";s:32:\"Number of Unassigned Objects: %s\";s:23:\"rep_new_item_group_edit\";s:13:\"Edit Grouping\";s:30:\"rep_new_item_group_delete_sure\";s:56:\"Are you sure you want to delete the following groupings?\";s:32:\"rep_new_item_group_add_separator\";s:20:\"Add Column Separator\";s:28:\"rep_new_item_group_separator\";s:16:\"Column Separator\";s:24:\"rep_new_item_group_other\";s:5:\"Other\";s:32:\"rep_add_new_def_grp_organisation\";s:12:\"Organisation\";s:27:\"rep_add_new_def_grp_content\";s:7:\"Content\";s:33:\"rep_add_new_def_grp_communication\";s:13:\"Communication\";s:30:\"rep_add_new_def_grp_assessment\";s:10:\"Assessment\";s:28:\"rep_add_new_def_grp_feedback\";s:23:\"Feedback and Evaluation\";s:29:\"rep_add_new_def_grp_templates\";s:9:\"Templates\";s:17:\"rep_new_item_menu\";s:23:\"‘Add New Item’-Menu\";s:15:\"rep_time_period\";s:6:\"Period\";s:15:\"rep_breadcr_crs\";s:29:\"Breadcrumb starts with course\";s:11:\"rep_default\";s:7:\"Default\";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: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.\";}'); +INSERT INTO `lng_modules` VALUES ('rfil','en','a:2:{s:9:\"rfil_call\";s:13:\"Call ECS File\";s:19:\"rfil_version_tstamp\";s:11:\"Upload Date\";}'); +INSERT INTO `lng_modules` VALUES ('rglo','en','a:1:{s:9:\"rglo_call\";s:17:\"Call ECS Glossary\";}'); +INSERT INTO `lng_modules` VALUES ('rgrp','en','a:1:{s:9:\"rgrp_call\";s:14:\"Call ECS Group\";}'); +INSERT INTO `lng_modules` VALUES ('rlm','en','a:1:{s:8:\"rlm_call\";s:24:\"Call ECS Learning Module\";}'); +INSERT INTO `lng_modules` VALUES ('rtst','en','a:1:{s:9:\"rtst_call\";s:13:\"Call ECS Test\";}'); +INSERT INTO `lng_modules` VALUES ('rwik','en','a:1:{s:9:\"rwik_call\";s:13:\"Call ECS Wiki\";}'); +INSERT INTO `lng_modules` VALUES ('sahs','en','a:49:{s:12:\"sahs_chapter\";s:7:\"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:24:\"sahs_learning_objectives\";s:19:\"Learning Objectives\";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:25:\"sahs_objectives_alignment\";s:29:\"Learning Objectives Alignment\";s:15:\"sahs_objectives\";s:19:\"Learning Objectives\";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:9:\"sahs_unit\";s:3:\"SCO\";s:14:\"sahs_new_asset\";s:9:\"New Asset\";s:15:\"sahs_insert_ass\";s:12:\"Insert Asset\";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:14:\"sahs_list_info\";s:63:\"Use leading * for bullet lists or leading # for numbered lists.\";s:27:\"sahs_insert_ass_inside_chap\";s:29:\"Insert Asset (inside chapter)\";s:27:\"sahs_insert_sco_inside_chap\";s:27:\"Insert SCO (inside chapter)\";s:37:\"sahs_insert_sco_from_clip_inside_chap\";s:42:\"Paste SCOs from Clipboard (inside chapter)\";s:37:\"sahs_insert_ass_from_clip_inside_chap\";s:44:\"Paste Assets from Clipboard (inside chapter)\";s:25:\"sahs_insert_ass_from_clip\";s:27:\"Paste Assets from Clipboard\";s:24:\"sahs_insert_special_page\";s:19:\"Insert Special Page\";s:25:\"sahs_choose_page_template\";s:20:\"Choose Page Template\";s:24:\"sahs_choose_special_page\";s:19:\"Choose Special Page\";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:19:\"sahs_authoring_mode\";s:14:\"Authoring Mode\";s:19:\"sahs_std_sequencing\";s:19:\"Standard Sequencing\";s:24:\"sahs_std_sequencing_info\";s:40:\"Use ILIAS standard sequencing behaviour.\";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: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:36:\"sahs_choose_pages_chap_scos_ass_only\";s:58:\"Please select either pages, SCOs, assets or chapters only.\";s:21:\"cont_insert_into_chap\";s:27:\"Insert items inside chapter\";s:22:\"cont_insert_after_chap\";s:26:\"Insert items after chapter\";s:20:\"sahs_desc_objectives\";s:22:\"Description/Objectives\";s:33:\"scorm_create_export_file_html_one\";s:48:\"Create Export File (HTML, One Page, Review Mode)\";s:20:\"sahs_mail_context_lp\";s:23:\"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:8:\"sahs_add\";s:28:\"Create SCORM Learning Module\";s:9:\"sahs_copy\";s:26:\"Copy SCORM Learning Module\";s:13:\"sahs_glo_info\";s:68:\"Please note that internal links in glossary terms are not supported.\";}'); +INSERT INTO `lng_modules` VALUES ('scormdebug','en','a:159:{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: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:8:\"SetValue\";s:9:\"send data\";s:8:\"GetValue\";s:8:\"get data\";s:6:\"Commit\";s:10:\"store data\";s:10:\"Initialize\";s:28:\"initialize API-communication\";s:9:\"Terminate\";s:42:\"store data and terminate API-communication\";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:13:\"GetDiagnostic\";s:62:\"allows the LMS (!) to define additional diagnostic information\";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:21:\"cmi.interactions.n.id\";s:32:\"Unique label for the interaction\";s:23:\"cmi.interactions.n.type\";s:37:\"Which type of interaction is recorded\";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: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: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:28:\"cmi.interactions.n.weighting\";s:62:\"Weight given to the interaction relative to other interactions\";s:35:\"cmi.interactions.n.learner_response\";s:56:\"Data generated when a learner responds to an interaction\";s:25:\"cmi.interactions.n.result\";s:51:\"Judgment of the correctness of the learner response\";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:30:\"cmi.interactions.n.description\";s:48:\"Brief informative description of the interaction\";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:34:\"cmi.learner_preference.audio_level\";s:53:\"Specifies an intended change in perceived audio level\";s:31:\"cmi.learner_preference.language\";s:70:\"The learner\'s preferred language for SCOs with multilingual capability\";s:37:\"cmi.learner_preference.delivery_speed\";s:58:\"The learner\'s preferred relative speed of content delivery\";s:39:\"cmi.learner_preference.audio_captioning\";s:69:\"Specifies whether captioning text corresponding to audio is displayed\";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:19:\"cmi.objectives.n.id\";s:30:\"Unique label for the objective\";s:32:\"cmi.objectives.n.score._children\";s:40:\"Listing of supported data model elements\";s:29:\"cmi.objectives.n.score.scaled\";s:69:\"Number that reflects the performance of the learner for the objective\";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: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.max\";s:64:\"Maximum value, for the objective, in the range for the raw score\";s:31:\"cmi.objectives.n.success_status\";s:56:\"Indicates whether the learner has mastered the objective\";s:34:\"cmi.objectives.n.completion_status\";s:68:\"Indicates whether the learner has completed the associated objective\";s:33:\"cmi.objectives.n.progress_measure\";s:76:\"Measure of the progress the learner has made toward completing the objective\";s:28:\"cmi.objectives.n.description\";s:57:\"Provides a brief informative description of 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:16:\"cmi.score.scaled\";s:51:\"Number that reflects the performance of the learner\";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:13:\"cmi.score.min\";s:44:\"Minimum value in the range for the raw score\";s:13:\"cmi.score.max\";s:44:\"Maximum value in the range for the raw score\";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:15:\"adl.nav.request\";s:68:\"Navigation request to be processed immediately following Terminate()\";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: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:7:\"i_green\";s:11:\"green: okay\";s:5:\"i_red\";s:11:\"red: error!\";s:8:\"i_orange\";s:25:\"orange: attention please!\";s:6:\"i_gray\";s:30:\"gray: error corrected by ILIAS\";s:9:\"i_fuchsia\";s:59:\"fuchsia: tolerated value because sent value is not rejected\";s:5:\"error\";s:5:\"error\";s:13:\"strange_error\";s:13:\"strange error\";s:16:\"strange_API-Call\";s:16:\"strange API-Call\";s:7:\"unknown\";s:7:\"unknown\";s:15:\"undefined_color\";s:15:\"undefined color\";s:15:\"description_for\";s:15:\"description for\";s:4:\"hide\";s:4:\"hide\";s:19:\"all_API-calls_shown\";s:34:\"All API-calls are currently shown.\";s:29:\"show_only_important_API-calls\";s:30:\"Show only important API-calls!\";s:30:\"only_important_API-Calls_shown\";s:45:\"Only important API-Calls are currently shown.\";s:18:\"show_all_API-calls\";s:19:\"Show all API-calls!\";s:7:\"log_for\";s:27:\"Log for the learning module\";s:7:\"started\";s:7:\"started\";s:10:\"nr_session\";s:17:\"number of session\";s:18:\"id_learning_module\";s:25:\"ID of the learning module\";s:23:\"sent_values_not_checked\";s:59:\"selected property: values sent by SCO are not fully checked\";s:9:\"SCO-title\";s:9:\"SCO-title\";s:8:\"SCO-name\";s:8:\"SCO-name\";s:12:\"milliseconds\";s:12:\"milliseconds\";s:8:\"API-call\";s:8:\"API-call\";s:12:\"return_value\";s:12:\"return value\";s:9:\"generated\";s:9:\"generated\";s:7:\"comment\";s:7:\"Comment\";s:28:\"summary_for_SCO_without_test\";s:32:\"Summary for a SCO without a test\";s:25:\"summary_for_SCO_with_test\";s:29:\"Summary for a SCO with a test\";s:20:\"no_missing_API-calls\";s:42:\"Missing API-calls had not been recognized.\";s:17:\"missing_API-calls\";s:28:\"These API-calls are missing:\";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:19:\"debugwindow_console\";s:7:\"Console\";s:16:\"debugwindow_logs\";s:4:\"Logs\";s:19:\"debugwindow_comment\";s:7:\"comment\";s:25:\"debugwindow_comment_enter\";s:25:\"Please enter your comment\";s:27:\"debugwindow_start_recording\";s:15:\"Start Recording\";s:26:\"debugwindow_stop_recording\";s:14:\"Stop Recording\";s:26:\"debugwindow_delete_logfile\";s:14:\"Delete logfile\";s:29:\"debugwindow_submission_failed\";s:17:\"Submission failed\";s:18:\"debugwindow_submit\";s:6:\"Submit\";s:18:\"debugwindow_cancel\";s:6:\"Cancel\";s:20:\"debugwindow_filename\";s:9:\"File Name\";s:16:\"debugwindow_date\";s:4:\"Date\";s:18:\"debugwindow_action\";s:6:\"Action\";s:18:\"debugwindow_delete\";s:6:\"Delete\";s:20:\"debugwindow_download\";s:8:\"Download\";s:16:\"debugwindow_open\";s:4:\"Open\";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: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: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:\";}'); +INSERT INTO `lng_modules` VALUES ('scormtrac','en','a:86:{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:17:\"completion_status\";s:17:\"completion_status\";s:20:\"completion_threshold\";s:20:\"completion_threshold\";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_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:18:\"exportselectedcore\";s:31:\"Basic report for chapters (SCO)\";s:26:\"exportselectedinteractions\";s:29:\"Basic report for interactions\";s:2:\"id\";s:2:\"ID\";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:5:\"lm_id\";s:25:\"ID of the learning module\";s:8:\"lm_title\";s:28:\"Title of the learning module\";s:16:\"progress_measure\";s:16:\"progress_measure\";s:6:\"result\";s:6:\"result\";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:32:\"sco_marked_for_learning_progress\";s:30:\"Relevant for learning progress\";s:9:\"sco_title\";s:22:\"Title of chapter / SCO\";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: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\";s:6:\"report\";s:6:\"Report\";s:21:\"exportselectedsuccess\";s:24:\"Basic report for success\";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:6:\"Status\";s:12:\"Total status\";s:10:\"Percentage\";s:28:\"Percentage of completed SCOs\";s:8:\"Attempts\";s:8:\"Attempts\";s:12:\"existingSCOs\";s:23:\"Number of existing SCOs\";s:11:\"startedSCOs\";s:22:\"Number of started SCOs\";s:13:\"completedSCOs\";s:30:\"Number of fully completed SCOs\";s:10:\"passedSCOs\";s:21:\"Number of passed SCOs\";s:24:\"roundedTotal_timeSeconds\";s:31:\"Total time in seconds (rounded)\";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:6:\"sco_id\";s:19:\"ID of chapter / SCO\";s:13:\"lesson_status\";s:13:\"lesson_status\";s:9:\"satisfied\";s:17:\"Status: satisfied\";s:7:\"measure\";s:15:\"Status: measure\";s:23:\"exportobjglobaltosystem\";s:59:\"Report for Objectives Global To System (used by Sequencing)\";s:24:\"exportselectedobjectives\";s:21:\"Report for objectives\";s:5:\"scope\";s:5:\"scope\";s:7:\"counter\";s:7:\"counter\";s:16:\"student_response\";s:26:\"student_response: Response\";s:7:\"ostatus\";s:23:\"Status of the objective\";s:17:\"exportselectedraw\";s:14:\"CMI (RAW) data\";s:6:\"lvalue\";s:3:\"Key\";s:6:\"rvalue\";s:5:\"Value\";s:13:\"identifierref\";s:14:\"SCO-Identifier\";}'); +INSERT INTO `lng_modules` VALUES ('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\";}'); +INSERT INTO `lng_modules` VALUES ('search','en','a:133:{s:18:\"add_members_header\";s:11:\"Add Members\";s:12:\"search_field\";s:18:\"Search Input Field\";s:15:\"search_dropdown\";s:16:\"Open Search Form\";s:19:\"adv_md_search_title\";s:25:\"Search in Custom Metadata\";s:14:\"append_results\";s:14:\"Append results\";s:18:\"last_search_result\";s:18:\"Last Search Result\";s:21:\"lucene_activate_field\";s:15:\"Activate Search\";s:30:\"lucene_advanced_settings_table\";s:15:\"Search Settings\";s:24:\"lucene_advanced_settings\";s:15:\"Advanced Search\";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: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:23:\"lucene_default_operator\";s:16:\"Default Operator\";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:27:\"lucene_err_quotes_not_empty\";s:47:\"Quotes (\") must contain at least one character.\";s:17:\"lucene_err_quotes\";s:33:\"Please close all quote (\") marks.\";s:23:\"lucene_general_settings\";s:16:\"General Settings\";s:16:\"lucene_host_info\";s:60:\"Please enter the hostname or Ip-address for the java server.\";s:11:\"lucene_host\";s:4:\"Host\";s:22:\"lucene_index_path_info\";s:54:\"Please enter a directory name for storing index files.\";s:17:\"lucene_index_path\";s:25:\"Directory for Index Files\";s:27:\"lucene_last_index_time_info\";s:71:\"Please modify this settings only if you have installed an index backup.\";s:22:\"lucene_last_index_time\";s:21:\"Last Index Generation\";s:12:\"lucene_level\";s:9:\"Log-Level\";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:10:\"lucene_log\";s:15:\"Path to Logfile\";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:14:\"lucene_max_sub\";s:19:\"Number of Sub-items\";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:9:\"lucene_or\";s:2:\"OR\";s:11:\"lucene_port\";s:4:\"Port\";s:22:\"lucene_relevance_short\";s:9:\"Relevance\";s:16:\"lucene_relevance\";s:27:\"Relevance of Search Results\";s:19:\"lucene_settings_tab\";s:6:\"Lucene\";s:21:\"lucene_settings_title\";s:15:\"Lucene Settings\";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:21:\"lucene_show_relevance\";s:14:\"Show Relevance\";s:21:\"lucene_size_frag_info\";s:61:\"Please choose the maximum size of highlighted text fragments.\";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: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 (AND)\";s:15:\"search_any_word\";s:35:\"Any word (OR)\";s:10:\"search_any\";s:9:\"-- Any --\";s:16:\"search_area_info\";s:52:\"Please select an area where the search should start.\";s:11:\"search_area\";s:4:\"Area\";s:27:\"search_auto_complete_length\";s:36:\"Number of Auto Complete List Entries\";s:25:\"search_choose_object_type\";s:30:\"Please choose one object type.\";s:14:\"search_content\";s:12:\"Page Content\";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:16:\"search_fast_info\";s:64:\"Search for titles, descriptions and keywords in all object types\";s:22:\"search_for_crs_members\";s:25:\"Search for Course Members\";s:22:\"search_for_grp_members\";s:24:\"Search for Group Members\";s:23:\"search_for_role_members\";s:23:\"Search for Role Members\";s:16:\"search_for_users\";s:16:\"Search for users\";s:16:\"search_full_info\";s:55:\"Choose this option to search in a large amount of data.\";s:16:\"search_grp_title\";s:10:\"Group Name\";s:22:\"search_hide_adv_search\";s:20:\"Hide Advanced Search\";s:12:\"search_index\";s:14:\"Indexed search\";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:20:\"search_minimum_three\";s:51:\"Your search must be at least three characters long.\";s:27:\"search_no_connection_lucene\";s:32:\"Cannot connect to Lucene server.\";s:20:\"search_no_match_hint\";s:228:\"Your search for %s did not match any documents.

Suggestions:
• Make sure all words are spelled correctly.
• Try different keywords.
• Try more general keywords.
• Try fewer keywords.\";s:15:\"search_no_match\";s:37:\"Your search did not match any results\";s:19:\"search_no_selection\";s:22:\"You made no selection.\";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: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:20:\"search_user_extended\";s:20:\"Extended User Search\";s:11:\"search_user\";s:5:\"Users\";s:12:\"search_users\";s:12:\"Search Users\";s:5:\"until\";s:5:\"up to\";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: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:25:\"search_err_user_not_exist\";s:43:\"A user with that login name does not exist.\";s:21:\"lucene_offline_filter\";s:13:\"Online-Status\";s:20:\"search_option_online\";s:6:\"Online\";s:21:\"search_option_offline\";s:7:\"Offline\";s:21:\"search_filter_by_type\";s:14:\"Filter by Type\";s:10:\"search_off\";s:3:\"Off\";s:37:\"search_add_members_from_container_grp\";s:26:\"Add Users of Current Group\";s:37:\"search_add_members_from_container_crs\";s:27:\"Add Users of Current Course\";s:15:\"search_mime_pdf\";s:9:\"PDF Files\";s:16:\"search_mime_word\";s:10:\"Word Files\";s:17:\"search_mime_excel\";s:11:\"Excel Files\";s:22:\"search_mime_powerpoint\";s:16:\"Powerpoint Files\";s:17:\"search_mime_image\";s:6:\"Images\";s:25:\"lucene_show_sub_relevance\";s:23:\"Show Sub-Item Relevance\";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: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:23:\"search_user_search_form\";s:27:\"Search in Personal Profiles\";s:28:\"search_user_search_info_form\";s:82:\"Data in personal profiles of users is indexed and can be used to search for users.\";s:19:\"search_minimum_info\";s:47:\"Your search must be at least %s characters long\";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:16:\"search_filter_cd\";s:23:\"Filter by Creation Date\";s:21:\"search_created_before\";s:25:\"Objects created before...\";s:20:\"search_created_after\";s:21:\"Objects created after\";s:17:\"search_created_on\";s:20:\"Objects create on...\";s:17:\"search_newer_than\";s:18:\"Objects newer than\";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:10:\"btn_search\";s:6:\"Search\";}'); +INSERT INTO `lng_modules` VALUES ('sess','en','a:71:{s:19:\"sess_mem_tbl_header\";s:20:\"Session Participants\";s:13:\"objs_crs_role\";s:12:\"Course Roles\";s:13:\"objs_grp_role\";s:11:\"Group Roles\";s:27:\"sess_part_filter_registered\";s:15:\"Only Registered\";s:29:\"sess_part_filter_participated\";s:13:\"Only Attended\";s:15:\"sess_print_list\";s:13:\"Generate List\";s:11:\"sess_import\";s:14:\"Import Session\";s:24:\"sess_members_print_title\";s:20:\"Session Participants\";s:9:\"sess_copy\";s:12:\"Copy Session\";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:13:\"sess_reg_type\";s:23:\" Registration Procedure\";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:16:\"sess_reg_request\";s:23:\"Apply for Participation\";s:17:\"sess_reg_disabled\";s:25:\"No Registration Necessary\";s:21:\"sess_reg_request_info\";s:83:\"An administrator has to decide upon each user\'s apply for participating in session.\";s:22:\"sess_reg_disabled_info\";s:56:\"Users do not need to register to participate in session.\";s:26:\"sess_reg_max_members_short\";s:17:\"Number of Members\";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:21:\"sess_reg_waiting_list\";s:12:\"Waiting List\";s:16:\"sess_section_reg\";s:21:\"Registration Settings\";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: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:23:\"sess_registered_confirm\";s:117:\"Participation requires confirmation by an administrator. You will be notified when your application has been handled.\";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:20:\"sess_reg_added_to_wl\";s:40:\"You have been added to the waiting list.\";s:21:\"sess_mail_sub_dec_sub\";s:37:\"Registration refused for session \"%s\"\";s:21:\"sess_mail_sub_dec_bod\";s:74:\"we regret to say that your registration has been refused for session \"%s\".\";s:21:\"sess_mail_sub_acc_sub\";s:29:\"Registration for Session \"%s\"\";s:21:\"sess_mail_sub_acc_bod\";s:42:\"you have been registered for session \"%s\".\";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:26:\"sess_reg_waiting_list_none\";s:4:\"None\";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: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:23:\"sess_max_members_needed\";s:67:\"A maximum number of members is needed for the waiting list feature.\";s:26:\"sess_list_reg_limit_places\";s:11:\"Free places\";s:19:\"sess_accept_request\";s:20:\"Accept Participation\";s:22:\"sess_new_registrations\";s:12:\"Join Request\";s:9:\"sess_open\";s:12:\"Open Session\";s:21:\"sess_filter_all_types\";s:9:\"All types\";s:24:\"sess_filter_not_assigned\";s:12:\"Not Assigned\";s:16:\"sess_is_assigned\";s:11:\"is Assigned\";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:26:\"sess_member_administration\";s:17:\"Edit Participants\";s:20:\"sess_members_gallery\";s:15:\"Session Gallery\";s:35:\"sess_mail_context_participant_title\";s:29:\"Sitzung: Mail to Participants\";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:15:\"mail_sess_roles\";s:26:\"Send Mail to Session Roles\";s:22:\"send_mail_participants\";s:27:\"All Participants of Session\";s:19:\"il_sess_participant\";s:20:\"Session Participants\";s:14:\"sess_mail_type\";s:20:\"Mail to Participants\";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:12:\"sess_contact\";s:7:\"Contact\";s:17:\"sess_mem_contacts\";s:16:\"Tutorial Support\";s:12:\"sess_members\";s:12:\"Participants\";s:10:\"sess_title\";s:16:\"Title of Session\";s:22:\"sess_material_assigned\";s:8:\"Assigned\";s:26:\"sess_material_not_assigned\";s:12:\"Not Assigned\";s:11:\"sess_assign\";s:6:\"Assign\";}'); +INSERT INTO `lng_modules` VALUES ('shib','en','a:38:{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:19:\"shib_attribute_name\";s:14:\"Attribute Name\";s:20:\"shib_attribute_value\";s:15:\"Attribute Value\";s:14:\"shib_attribute\";s:14:\"User Attribute\";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: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:11:\"shib_plugin\";s:20:\"Assignment by Plugin\";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:19:\"shib_role_name_info\";s:69:\"Please choose either a global role or enter the name of a local role.\";s:14:\"shib_role_name\";s:15:\"ILIAS Role Name\";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\";s:17:\"shib_activate_new\";s:26:\"New Accounts with Approval\";s:22:\"shib_activate_new_info\";s:75:\"If checked any new account creation has to be approved by an administrator.\";}'); +INSERT INTO `lng_modules` VALUES ('skmg','en','a:137:{s:13:\"skmg_settings\";s:30:\"Competence Management Settings\";s:16:\"skmg_enable_skmg\";s:30:\"Activate Competence Management\";s:11:\"skmg_skills\";s:11:\"Competences\";s:33:\"skmg_insert_basic_skill_from_clip\";s:39:\"Insert Basic Competences from Clipboard\";s:36:\"skmg_insert_skill_category_from_clip\";s:43:\"Insert Competence Categories from Clipboard\";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:4:\"skll\";s:16:\"Basic Competence\";s:4:\"scat\";s:19:\"Competence Category\";s:14:\"skmg_add_level\";s:9:\"Add Level\";s:16:\"skmg_skill_level\";s:16:\"Competence Level\";s:7:\"skmg_nr\";s:2:\"Nr\";s:12:\"skmg_trigger\";s:7:\"Trigger\";s:14:\"skmg_new_level\";s:9:\"New Level\";s:15:\"skmg_edit_level\";s:10:\"Edit Level\";s:17:\"skmg_update_order\";s:12:\"Update Order\";s:25:\"skmg_really_delete_levels\";s:61:\"Do you really want to delete the following competence levels?\";s:10:\"skmg_skill\";s:10:\"Competence\";s:17:\"skmg_skill_levels\";s:17:\"Competence Levels\";s:24:\"skmg_skill_level_trigger\";s:24:\"Competence Level Trigger\";s:15:\"skmg_no_trigger\";s:10:\"No Trigger\";s:19:\"skmg_remove_trigger\";s:14:\"Remove Trigger\";s:19:\"skmg_select_trigger\";s:14:\"Select Trigger\";s:33:\"skmg_skill_management_deactivated\";s:47:\"Competence Management is currently deactivated.\";s:21:\"skmg_cert_skill_title\";s:16:\"Competence Title\";s:27:\"skmg_cert_skill_level_title\";s:22:\"Competence Level Title\";s:29:\"skmg_cert_skill_trigger_title\";s:24:\"Competence Trigger Title\";s:14:\"skmg_edit_scat\";s:24:\"Edit Competence Category\";s:29:\"skmg_please_select_self_skill\";s:40:\"Start a new Self Evaluation. Competence:\";s:28:\"skmg_execute_self_evaluation\";s:5:\"Start\";s:25:\"skmg_your_self_evaluation\";s:20:\"Your Self-Evaluation\";s:14:\"skmg_no_skills\";s:14:\"No Competences\";s:25:\"skmg_save_self_evaluation\";s:22:\"Finish Self-Evaluation\";s:21:\"skmg_self_evaluations\";s:16:\"Self-Evaluations\";s:32:\"skmg_sure_delete_self_evaluation\";s:60:\"Do you really want to delete the following self-evaluations?\";s:36:\"skmg_please_select_your_skill_levels\";s:37:\"Please select your competence levels.\";s:20:\"skmg_self_evaluation\";s:15:\"Self-Evaluation\";s:14:\"skmg_next_step\";s:9:\"Next Step\";s:18:\"skmg_previous_step\";s:13:\"Previous Step\";s:20:\"skmg_skill_templates\";s:20:\"Competence Templates\";s:19:\"skmg_skill_template\";s:19:\"Competence Template\";s:46:\"skmg_insert_skill_template_reference_from_clip\";s:51:\"Insert Competence Template Reference from Clipboard\";s:13:\"skmg_new_sktr\";s:33:\"New Competence Template Reference\";s:14:\"skmg_edit_sktr\";s:34:\"Edit Competence Template Reference\";s:16:\"skmg_list_skills\";s:16:\"List Competences\";s:21:\"skmg_assign_materials\";s:16:\"Assign Materials\";s:14:\"skmg_add_skill\";s:14:\"Add Competence\";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:14:\"skmg_materials\";s:9:\"Materials\";s:18:\"skmg_remove_skills\";s:18:\"Remove Competences\";s:25:\"skmg_really_remove_skills\";s:70:\"Do you really want to remove the following competences from your list?\";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:15:\"skmg_save_order\";s:10:\"Save Order\";s:10:\"skmg_order\";s:5:\"Order\";s:13:\"skmg_order_nr\";s:12:\"Order Number\";s:16:\"skmg_create_skll\";s:17:\"Create Competence\";s:36:\"skmg_create_skill_template_reference\";s:36:\"Create Competence Template Reference\";s:26:\"skmg_create_skill_category\";s:26:\"Create Competence Category\";s:14:\"skmg_edit_skll\";s:24:\"Edit Competence Settings\";s:9:\"skmg_sktr\";s:29:\"Competence Template Reference\";s:10:\"skmg_items\";s:5:\"Items\";s:16:\"skmg_create_sctp\";s:24:\"Create Template Category\";s:14:\"skmg_edit_sctp\";s:22:\"Edit Template Category\";s:9:\"skmg_sctp\";s:28:\"Competence Template Category\";s:36:\"skmg_insert_skill_template_from_clip\";s:41:\"Insert Competence Template from Clipboard\";s:39:\"skmg_insert_template_category_from_clip\";s:39:\"Insert Template Category from Clipboard\";s:39:\"skmg_insert_please_choose_one_type_only\";s:37:\"Please choose only one type of items.\";s:10:\"skmg_level\";s:5:\"Level\";s:13:\"skmg_material\";s:8:\"Material\";s:17:\"skmg_remove_skill\";s:17:\"Remove Competence\";s:32:\"skmg_from_lower_to_higher_levels\";s:76:\"Please order the levels from lower ones on top to higher ones at the bottom.\";s:17:\"skmg_select_skill\";s:61:\"Click on a competence to add it to your personal competences.\";s:33:\"skmg_ass_materials_from_workspace\";s:193:\"Here you can assign materials, e.g. files, from your personal workspace to competence levels. If you would like to add materials to your personal workspace now, please click the following link.\";s:19:\"skmg_skill_profiles\";s:8:\"Profiles\";s:16:\"skmg_add_profile\";s:11:\"Add Profile\";s:17:\"skmg_edit_profile\";s:12:\"Edit Profile\";s:20:\"skmg_delete_profiles\";s:52:\"Do you really want to delete the following profiles?\";s:26:\"skmg_assigned_skill_levels\";s:26:\"Assigned Competence Levels\";s:17:\"skmg_assign_level\";s:12:\"Assign Level\";s:12:\"skmg_profile\";s:7:\"Profile\";s:18:\"skmg_remove_levels\";s:13:\"Remove Levels\";s:30:\"skmg_select_skill_level_assign\";s:22:\"Please select a skill.\";s:29:\"skmg_confirm_remove_level_ass\";s:78:\"So you really want to remove the following competence levels from the profile?\";s:19:\"skmg_assigned_users\";s:14:\"Assigned Users\";s:16:\"skmg_assign_user\";s:11:\"Assign User\";s:25:\"skmg_confirm_user_removal\";s:67:\"Do you really want to remove the following users from this profile?\";s:14:\"skmg_resources\";s:9:\"Resources\";s:17:\"skmg_add_resource\";s:12:\"Add Resource\";s:36:\"skmg_confirm_level_resources_removal\";s:79:\"Do you really want to remove the following resources from the competence level?\";s:17:\"skmg_target_level\";s:20:\"Profile Target Level\";s:15:\"skmg_360_survey\";s:12:\"360° Survey\";s:25:\"skmg_skill_needs_impr_res\";s:127:\"You need to improve this competence. The following resources provide learning material aligned to your target competence level.\";s:28:\"skmg_skill_needs_impr_no_res\";s:171:\"You need to improve this competence. Unfortunately there are currently no learning resources available providing learning material aligned to your target competence level.\";s:24:\"skmg_skill_no_needs_impr\";s:61:\"Your competence level is sufficient for the selected profile.\";s:10:\"skmg_usage\";s:5:\"Usage\";s:9:\"skmg_type\";s:4:\"Type\";s:11:\"skmg_number\";s:6:\"Number\";s:24:\"skmg_usage_type_info_gen\";s:33:\"General Use in Repository Objects\";s:24:\"skmg_usage_type_info_mat\";s:53:\"Users assigned material from their personal workspace\";s:25:\"skmg_usage_type_info_user\";s:17:\"Assigned to Users\";s:25:\"skmg_usage_type_info_pers\";s:35:\"Selected by Users as Personal Skill\";s:26:\"skmg_usage_type_info_seval\";s:16:\"Self Evaluations\";s:25:\"skmg_usage_type_info_prof\";s:22:\"Used in Skill Profiles\";s:24:\"skmg_usage_type_info_res\";s:49:\"Repository Objects Assigned as Suggested Resource\";s:22:\"skmg_usage_obj_objects\";s:9:\"Object(s)\";s:20:\"skmg_usage_obj_users\";s:7:\"User(s)\";s:23:\"skmg_usage_obj_profiles\";s:10:\"Profile(s)\";s:31:\"skmg_cannot_delete_nodes_in_use\";s:60:\"Some items cannot be deleted, because they are still in use.\";s:17:\"skmg_status_draft\";s:15:\"Draft (Offline)\";s:22:\"skmg_status_draft_info\";s:20:\"Item will be hidden.\";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:20:\"skmg_status_outdated\";s:8:\"Outdated\";s:25:\"skmg_status_outdated_info\";s:175:\"Item cannot be newly selected by users as personal skill, or newly assigned to repository objects or skill profiles. However existing assignments and data are still presented.\";s:11:\"skmg_status\";s:6:\"Status\";s:24:\"skmg_no_nodes_selectable\";s:46:\"Currently there are no competences selectable.\";s:24:\"skmg_suggested_resources\";s:19:\"Suggested Resources\";s:18:\"skmg_import_skills\";s:6:\"Import\";s:15:\"skmg_input_file\";s:11:\"Import File\";s:17:\"skmg_skill_in_use\";s:155:\"This skill 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:22:\"skmg_assigned_profiles\";s:17:\"Assigned Profiles\";s:20:\"skmg_selected_skills\";s:15:\"Selected Skills\";s:27:\"skmg_hide_profile_self_eval\";s:36:\"Hide Profile without Self Evaluation\";s:32:\"skmg_hide_profile_self_eval_info\";s:108:\"Profile target values will not be shown to a user, if no self evaluation has been done for a specific skill.\";s:14:\"skmg_suggested\";s:18:\"Suggested Resource\";s:22:\"skmg_lp_triggers_level\";s:23:\"Triggered by Completion\";s:18:\"skmg_save_settings\";s:13:\"Save Settings\";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:18:\"skmg_order_nr_info\";s:48:\"Positions competence in the list of competences.\";s:22:\"skmg_type_of_formation\";s:17:\"Type of Formation\";s:8:\"skmg_all\";s:3:\"All\";s:17:\"skmg_refresh_view\";s:7:\"Refresh\";s:25:\"skmg_materials_ressources\";s:19:\"Resources/Materials\";}'); +INSERT INTO `lng_modules` VALUES ('pdfgen','en','a:33:{s:9:\"phantomjs\";s:9:\"PhantomJS\";s:13:\"page_settings\";s:13:\"Page Settings\";s:9:\"page_size\";s:8:\"Pagesize\";s:6:\"margin\";s:10:\"Margin 345\";s:11:\"header_type\";s:6:\"Header\";s:4:\"text\";s:4:\"Text\";s:11:\"footer_type\";s:6:\"Footer\";s:9:\"head_text\";s:4:\"Text\";s:11:\"orientation\";s:11:\"Orientation\";s:13:\"header_height\";s:13:\"Header Height\";s:17:\"header_show_pages\";s:16:\"Show Pagenumbers\";s:11:\"footer_text\";s:4:\"Text\";s:13:\"footer_height\";s:13:\"Height Footer\";s:17:\"footer_show_pages\";s:16:\"Show Pagenumbers\";s:18:\"preferred_renderer\";s:18:\"Preferred Renderer\";s:17:\"selected_renderer\";s:17:\"Selected Renderer\";s:9:\"configure\";s:18:\"Configure Renderer\";s:12:\"config_saved\";s:18:\"Saved successfully\";s:16:\"config_not_saved\";s:13:\"Saving failed\";s:21:\"javascript_delay_info\";s:160:\"If JavaScript is used to render page content, add a delay to make sure the content appears in the PDF. The standard delay of 200ms should suffice in most cases.\";s:16:\"print_media_type\";s:38:\"Use print media type instead of screen\";s:16:\"javascript_delay\";s:16:\"Javascript delay\";s:11:\"margin_left\";s:11:\"Margin left\";s:10:\"margin_top\";s:10:\"Margin top\";s:12:\"margin_right\";s:12:\"Margin right\";s:8:\"viewport\";s:8:\"Viewport\";s:13:\"viewport_info\";s:35:\"Viewport in pixels e.g. \"1920*1080\"\";s:13:\"margin_bottom\";s:13:\"Margin bottom\";s:4:\"zoom\";s:4:\"Zoom\";s:11:\"image_scale\";s:11:\"Image scale\";s:16:\"reset_to_default\";s:25:\"Reset settings to default\";s:21:\"problem_with_purposes\";s:99:\"A problem in the configuration was detected, please use the button \"Cleanup\" to resolve this issue.\";s:7:\"cleanup\";s:7:\"Cleanup\";}'); +INSERT INTO `lng_modules` VALUES ('sop','en','a:24:{s:29:\"sop_check_system_requirements\";s:28:\"Checking system requirements\";s:22:\"sop_system_check_error\";s:58:\"Your Browser does not support the required HTML5 features.\";s:22:\"sop_system_check_https\";s:69:\"You should use https instead of http for the required HTML5 features.\";s:17:\"sop_lm_not_exists\";s:311:\"The Learning Module does not exist in the offline storage of this browser.
Please use use same device and browser as on Learning Module export.

If this is the right device and right browser maybe the Learning Module was removed by deleting the browser cache. Please contact your admininstrator.\";s:20:\"sop_already_exported\";s:153:\"This Learning Module has already been exported. Please open it with the computer on which you have installed Firefox with the SCORM Offline Player addon.\";s:15:\"sop_reload_page\";s:11:\"Reload page\";s:15:\"sop_text_export\";s:44:\"Export SCORM Learning Module for offline use\";s:10:\"sop_export\";s:28:\"SCORM Learning Module Export\";s:15:\"sop_desc_export\";s:157:\"A learning module in offline mode can only be used offline. Once the tracking data has been imported back to ILIAS, the learning module will be online again.\";s:22:\"sop_text_start_offline\";s:37:\"Start Learning Module in offline mode\";s:13:\"sop_start_sop\";s:29:\"Start Learning Module offline\";s:18:\"sop_text_start_som\";s:27:\"Start SCORM Offline Manager\";s:13:\"sop_start_som\";s:9:\"Start SOM\";s:22:\"sop_text_push_tracking\";s:63:\"Import offline tracking data to ILIAS and switch to online mode\";s:15:\"sop_purge_cache\";s:39:\"Delete offline cache of Learning Module\";s:17:\"sop_push_tracking\";s:20:\"Import tracking data\";s:21:\"sop_msg_lm_not_exists\";s:86:\"The learning module does either not exist or is inactive in the SCORM Offline Manager.\";s:16:\"sop_msg_close_lm\";s:73:\"The learning module is still open. Please close the SCORM Offline Player.\";s:22:\"sop_msg_export_failure\";s:73:\"Transferring content or data to SCORM Offline Manager was not successful.\";s:17:\"sop_msg_export_ok\";s:53:\"Transferring content and tracking data was successful\";s:22:\"sop_msg_export_content\";s:91:\"Transferring content to SCORM Offline Manager. This might need a moment. Please be patient.\";s:23:\"sop_msg_export_tracking\";s:77:\"Transferring tracking data to SCORM Offline Manager. Please wait some seconds\";s:21:\"sop_msg_push_tracking\";s:58:\"Transferring tracking data to ILIAS. Please wait a moment.\";s:24:\"sop_msg_push_tracking_ok\";s:41:\"Transfer of tracking data was successful.\";}'); +INSERT INTO `lng_modules` VALUES ('style','en','a:428:{s:9:\"sty_acopy\";s:4:\"Copy\";s:22:\"sty_add_characteristic\";s:15:\"Add Style Class\";s:13:\"sty_add_color\";s:9:\"Add Color\";s:13:\"sty_add_image\";s:9:\"Add Image\";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_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_background\";s:10:\"Background\";s:14:\"sty_base_color\";s:10:\"Base Color\";s:12:\"sty_based_on\";s:8:\"Based on\";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_border\";s:6:\"Border\";s:10:\"sty_bottom\";s:6:\"Bottom\";s:17:\"sty_caption_class\";s:7:\"Caption\";s:11:\"sty_caption\";s:7:\"Caption\";s:33:\"sty_characteristic_already_exists\";s:63:\"A style class with this title already exists within this style.\";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: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:9:\"sty_color\";s:5:\"Color\";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: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:26:\"sty_confirm_del_ind_styles\";s:45:\"Confirm Deletion of Individual Content Styles\";s:29:\"sty_confirm_template_deletion\";s:25:\"Confirm Template Deletion\";s:25:\"sty_copy_other_stylesheet\";s:28:\"Copy Style from Local Source\";s:20:\"sty_create_ind_style\";s:23:\"Create Individual Style\";s:25:\"sty_create_new_stylesheet\";s:16:\"Create new Style\";s:14:\"sty_create_pgl\";s:18:\"Create Page Layout\";s:10:\"sty_cursor\";s:6:\"Cursor\";s:17:\"sty_default_style\";s:13:\"Default Style\";s:29:\"sty_del_template_keep_classes\";s:29:\"Delete and keep Style Classes\";s:16:\"sty_del_template\";s:28:\"Delete Templates and Classes\";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:24:\"sty_disable_auto_margins\";s:20:\"Disable Auto Margins\";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:21:\"sty_generate_template\";s:17:\"Generate Template\";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_ihead_class\";s:26:\"Hor. Accordion Item Header\";s:24:\"sty_haccordion_templates\";s:24:\"Hor. Accordion Templates\";s:10:\"sty_height\";s:6:\"Height\";s:8:\"sty_hide\";s:4:\"Hide\";s:14:\"sty_horizontal\";s:10:\"Horizontal\";s:14:\"sty_image_file\";s:10:\"Image File\";s:10:\"sty_images\";s:6:\"Images\";s:21:\"sty_import_stylesheet\";s:12:\"Import Style\";s:21:\"sty_individual_styles\";s:17:\"Individual Styles\";s:22:\"sty_left_right_padding\";s:23:\"Cell Padding Left/Right\";s:8:\"sty_left\";s:4:\"Left\";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:22:\"sty_margin_and_padding\";s:18:\"Margin and Padding\";s:10:\"sty_margin\";s:6:\"Margin\";s:14:\"sty_media_char\";s:5:\"Media\";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:40:\"sty_msg_characteristic_must_only_include\";s:94:\"The title of style classes must start with a letter 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:11:\"sty_opacity\";s:7:\"Opacity\";s:13:\"sty_opt_saved\";s:13:\"Options saved\";s:12:\"sty_overflow\";s:8:\"Overflow\";s:11:\"sty_padding\";s:7:\"Padding\";s:13:\"sty_page_char\";s:4:\"Page\";s:12:\"sty_position\";s:8:\"Position\";s:15:\"sty_positioning\";s:11:\"Positioning\";s:11:\"sty_preview\";s:7:\"Preview\";s:17:\"sty_question_char\";s:8:\"Question\";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:22:\"sty_save_active_styles\";s:18:\"Save Active Styles\";s:20:\"sty_save_hide_status\";s:16:\"Save Hide Status\";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:13:\"sty_set_scope\";s:9:\"Set Scope\";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: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:14:\"sty_text_align\";s:14:\"Text Alignment\";s:19:\"sty_text_block_char\";s:16:\"Paragraph (Text)\";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:17:\"Characters (Text)\";s:18:\"sty_text_transform\";s:14:\"Text Transform\";s:8:\"sty_text\";s:4:\"Text\";s:22:\"sty_top_bottom_padding\";s:23:\"Cell Padding Top/Bottom\";s:7:\"sty_top\";s:3:\"Top\";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:14:\"sty_type_flist\";s:9:\"File List\";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_ihead\";s:26:\"Hor. Accordion Item Header\";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: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: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:15:\"sty_type_qfeedr\";s:15:\"Feedback, Right\";s:15:\"sty_type_qfeedw\";s:15:\"Feedback, Wrong\";s:15:\"sty_type_qinput\";s:10:\"Text Input\";s:16:\"sty_type_qlinput\";s:15:\"Long Text Input\";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_sco_desc\";s:15:\"SCO Description\";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:19:\"sty_type_table_cell\";s:10:\"Table Cell\";s:14:\"sty_type_table\";s:5:\"Table\";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_ihead\";s:27:\"Vert. Accordion Item Header\";s:8:\"sty_type\";s:4:\"Type\";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_ihead_class\";s:27:\"Vert. Accordion Item Header\";s:24:\"sty_vaccordion_templates\";s:25:\"Vert. Accordion Templates\";s:18:\"sty_vertical_align\";s:18:\"Vertical Alignment\";s:12:\"sty_vertical\";s:8:\"Vertical\";s:15:\"sty_white_space\";s:11:\"White Space\";s:16:\"sty_width_height\";s:14:\"Width x Height\";s:9:\"sty_width\";s:5:\"Width\";s:16:\"sty_word_spacing\";s:12:\"Word Spacing\";s:19:\"style_current_style\";s:13:\"Current Style\";s:18:\"style_delete_style\";s:12:\"Delete Style\";s:16:\"style_edit_style\";s:10:\"Edit Style\";s:12:\"sty_glo_char\";s:8:\"Glossary\";s:20:\"sty_type_glo_overlay\";s:16:\"Glossary Overlay\";s:20:\"sty_type_glo_ovtitle\";s:20:\"Term/Title (Overlay)\";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:25:\"sty_delete_other_selected\";s:8:\"Continue\";s:25:\"sty_all_styles_obligatory\";s:57:\"All selected styles are compulsory and cannot be deleted.\";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:23:\"sty_paste_style_classes\";s:19:\"Paste Style Classes\";s:33:\"sty_if_style_class_already_exists\";s:32:\"If style class already exists...\";s:13:\"sty_overwrite\";s:9:\"Overwrite\";s:17:\"sty_keep_existing\";s:13:\"Keep Existing\";s:25:\"sty_paste_characteristics\";s:19:\"Paste Style Classes\";s:24:\"sty_style_classes_copied\";s:31:\"Style classes have been copied.\";s:20:\"sty_type_glo_ovclink\";s:27:\"Glossary Overlay Close Link\";s:21:\"sty_type_glo_ovuglink\";s:18:\"Unit Glossary Link\";s:25:\"sty_type_glo_ovuglistlink\";s:23:\"Unit Glossary List Link\";s:12:\"sty_rte_char\";s:9:\"SCORM RTE\";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_tree\";s:16:\"RTE Tree Section\";s:17:\"sty_type_rte_node\";s:13:\"RTE Tree Node\";s:19:\"sty_type_rte_status\";s:10:\"RTE Status\";s:18:\"sty_type_rte_tlink\";s:18:\"RTE Tree Node Link\";s:8:\"sty_from\";s:4:\"From\";s:6:\"sty_to\";s:2:\"To\";s:21:\"sty_add_content_style\";s:17:\"Add Content Style\";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: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:18:\"sty_type_sco_fmess\";s:19:\"SCORM Final Message\";s:13:\"sty_type_qimg\";s:14:\"Question Image\";s:14:\"sty_type_qimgd\";s:18:\"Image Details Link\";s:15:\"sty_type_qordli\";s:15:\"Order List Item\";s:15:\"sty_type_qordul\";s:10:\"Order List\";s:16:\"sty_type_qetitem\";s:15:\"Error Text Item\";s:16:\"sty_type_qetcorr\";s:20:\"Error Text Corrected\";s:12:\"sty_type_iim\";s:31:\"Interactive Image Content Popup\";s:15:\"sty_type_marker\";s:24:\"Interactive Image Marker\";s:22:\"sty_import_page_layout\";s:18:\"Import Page Layout\";s:14:\"sty_type_qover\";s:17:\"Question Overview\";s:30:\"style_page_layout_module_scorm\";s:5:\"Scorm\";s:34:\"style_page_layout_module_portfolio\";s:9:\"Portfolio\";s:17:\"sty_type_rte_drag\";s:8:\"Drag Bar\";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:16:\"sty_type_rte_tul\";s:9:\"Tree List\";s:20:\"sty_move_user_styles\";s:21:\"Change Style of Users\";s:13:\"sty_substyles\";s:9:\"Substyles\";s:21:\"sty_assign_categories\";s:17:\"Assign Categories\";s:12:\"sty_substyle\";s:8:\"Substyle\";s:19:\"sty_cat_assignments\";s:26:\"Style/Category Assignments\";s:18:\"sty_add_assignment\";s:14:\"Add Assignment\";s:10:\"sty_switch\";s:6:\"Switch\";s:11:\"sty_default\";s:7:\"Default\";s:17:\"sty_media_queries\";s:13:\"Media Queries\";s:19:\"sty_add_media_query\";s:15:\"Add Media Query\";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:9:\"sty_order\";s:5:\"Order\";s:9:\"sty_query\";s:5:\"Query\";s:14:\"sty_save_order\";s:10:\"Save Order\";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_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:13:\"sty_transform\";s:9:\"Transform\";s:20:\"sty_transform_origin\";s:16:\"Transform-Origin\";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:12:\"sty_type_sub\";s:9:\"Subscript\";s:12:\"sty_type_sup\";s:11:\"Superscript\";s:22:\"sty_carousel_templates\";s:18:\"Carousel Templates\";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:18:\"sty_type_ha_iheada\";s:30:\"Hor. Accordion Header (active)\";s:17:\"sty_type_ha_ihcap\";s:22:\"Hor. Accordion Caption\";s:18:\"sty_type_va_iheada\";s:31:\"Vert. Accordion Header (active)\";s:17:\"sty_type_va_ihcap\";s:23:\"Vert. Accordion Caption\";s:19:\"sty_ha_iheada_class\";s:30:\"Hor. Accordion Header (active)\";s:18:\"sty_ha_ihcap_class\";s:22:\"Hor. Accordion Caption\";s:19:\"sty_va_iheada_class\";s:31:\"Vert. Accordion Header (active)\";s:18:\"sty_va_ihcap_class\";s:23:\"Vert. Accordion Caption\";s:16:\"add_system_style\";s:16:\"Add System Style\";s:12:\"add_substyle\";s:13:\"Add Sub Style\";s:7:\"skin_id\";s:7:\"Skin ID\";s:9:\"skin_name\";s:9:\"Skin Name\";s:12:\"skin_version\";s:12:\"Skin Version\";s:4:\"skin\";s:4:\"Skin\";s:8:\"style_id\";s:8:\"Style ID\";s:5:\"Style\";s:5:\"Style\";s:10:\"style_name\";s:10:\"Style Name\";s:9:\"image_dir\";s:15:\"Image Directory\";s:8:\"font_dir\";s:14:\"Font Directory\";s:9:\"sound_dir\";s:15:\"Sound Directory\";s:23:\"system_style_activation\";s:22:\"System Style Activated\";s:8:\"personal\";s:8:\"Personal\";s:4:\"less\";s:4:\"Less\";s:5:\"icons\";s:5:\"Icons\";s:13:\"documentation\";s:13:\"Documentation\";s:24:\"less_can_not_be_modified\";s:23:\"Less cannot be modified\";s:16:\"no_less_path_set\";s:16:\"No Less Path set\";s:31:\"less_less_installation_detected\";s:30:\"Less installation detected at:\";s:11:\"grey_colors\";s:11:\"Gray Colors\";s:10:\"grey_color\";s:10:\"Gray Color\";s:23:\"grey_colors_description\";s:22:\"Gray Color Description\";s:10:\"red_colors\";s:10:\"Red Colors\";s:9:\"red_color\";s:9:\"Red Color\";s:22:\"red_colors_description\";s:21:\"Red Color Description\";s:12:\"green_colors\";s:12:\"Green Colors\";s:11:\"green_color\";s:11:\"Green Color\";s:24:\"green_colors_description\";s:23:\"Green Color Description\";s:11:\"blue_colors\";s:11:\"Blue Colors\";s:10:\"blue_color\";s:10:\"Blue Color\";s:23:\"blue_colors_description\";s:22:\"Blue Color Description\";s:11:\"reset_icons\";s:11:\"Reset Icons\";s:13:\"update_colors\";s:13:\"Update Colors\";s:17:\"style_not_deleted\";s:57:\"The style could not be deleted for the following reasons:\";s:18:\"styles_not_deleted\";s:65:\"The styles could not have been deleted for the following reasons:\";s:27:\"cant_delete_activated_style\";s:32:\"Active Styles cannot be deleted.\";s:13:\"style_deleted\";s:14:\"Deleted Style:\";s:20:\"dir_preserved_linked\";s:15:\"Preserved Link:\";s:12:\"file_deleted\";s:32:\"Following file has been deleted:\";s:12:\"skin_deleted\";s:32:\"Following skin has been deleted:\";s:20:\"msg_sys_style_update\";s:31:\"System Styles have been updated\";s:29:\"cant_deactivate_default_style\";s:37:\"Default styles cannot be deactivated.\";s:29:\"cant_delete_if_users_assigned\";s:54:\"Styles can not be deleted if users are still assigned.\";s:20:\"default_style_set_to\";s:41:\"The default system style has been set to:\";s:21:\"personal_style_set_to\";s:36:\"Your personal style has been set to:\";s:15:\"refresh_entries\";s:15:\"Refresh Entries\";s:16:\"entries_reloaded\";s:30:\"All entries have been reloaded\";s:21:\"msg_sub_style_created\";s:31:\"The sub style has been created.\";s:5:\"style\";s:5:\"Style\";s:6:\"parent\";s:12:\"Parent Style\";s:15:\"sty_substyle_of\";s:12:\"Sub Style of\";s:10:\"assignment\";s:10:\"Assignment\";s:17:\"remove_assignment\";s:17:\"Remove Assignment\";s:15:\"reset_variables\";s:15:\"Reset Variables\";s:16:\"update_variables\";s:16:\"Update Variables\";s:17:\"less_file_updated\";s:156:\"The less variables have been updated. Important: Note that caching might prevent your changes from being shown. You might need to clear your browsers cache.\";s:15:\"less_file_reset\";s:154:\"The less variables have been reset. Important: Note that caching might prevent your changes from being shown. You might need to clear your browsers cache.\";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:\"settings_of_substyle\";s:16:\"Manage sub style\";s:17:\"settings_of_style\";s:12:\"Manage style\";s:9:\"of_parent\";s:10:\"of parent:\";s:9:\"from_skin\";s:8:\"of skin:\";s:15:\"dir_copied_from\";s:38:\"The directory has been copied to from:\";s:2:\"to\";s:3:\"to:\";s:11:\"dir_deleted\";s:41:\"The following directory has been deleted:\";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:23:\"sty_import_system_style\";s:19:\"Import System Style\";s:27:\"sty_copy_other_system_style\";s:17:\"Copy System Style\";s:12:\"sub_style_id\";s:12:\"Sub Style ID\";s:14:\"sub_style_name\";s:14:\"Sub Style Name\";s:32:\"less_variables_file_not_included\";s:24:\"The less variables file:\";s:17:\"in_main_less_file\";s:56:\"is not imported inside the system styles main less file:\";s:22:\"can_not_read_less_file\";s:28:\"Cannot read less file. Path:\";s:21:\"msg_sys_style_created\";s:51:\"The new system style has successfully been created.\";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: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:24:\"skin_version_description\";s:92:\"The skin version is used to re-cache the style after changes. It gets automatically updated.\";s:20:\"style_id_description\";s:201:\"The style id is used as name for style specific files such as css and less placed inside the skins folder. Only letters, numbers as well as hyphens or underline characters are to be used in style ID\'s.\";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:9:\"sub_style\";s:9:\"Sub Style\";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:20:\"font_dir_description\";s:115:\"Folder to store fonts of the skin into. This directory can be shared with other styles and sub styles of this skin.\";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: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:24:\"sub_style_id_description\";s:208:\"The sub style id is used as name for sub style specific files such as css and less placed inside the skins folder. Only letters, numbers as well as hyphens or underline characters are to be used in skin ID\'s.\";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: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:19:\"less_compile_failed\";s:135:\"Something in the compilation of the less file went wrong. Is lessc installed and the path set correctly in ILIAS setup? Original error:\";s:39:\"less_variables_empty_might_have_changed\";s:297:\"There are empty variables in your form. You might have changed your variables.less file since loading this form. The defaults from the variables.less file have been set for the empty fields. Please check those marked empty fields before compiling and saving the values to your variables.less file.\";s:19:\"less_variable_empty\";s:130:\"This variable was empty. The default from your variables.less file has been set. Please check if this is correct before compiling.\";s:17:\"zip_export_failed\";s:51:\"The ZIP export failed. The following error occured:\";s:17:\"no_style_selected\";s:31:\"No sub style has been selected.\";s:10:\"adapt_less\";s:10:\"Adapt Less\";s:22:\"adapt_less_description\";s:394:\"This is a direct representation of all less variables from the variables.less file used in the selected skin. Variable names and descriptions are drawn directly from this file 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 exact copy of the default delos style.\";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:11:\"adapt_icons\";s:17:\"Adapt Icon Colors\";s:17:\"invalid_less_path\";s:241:\"The provided lessc path is not valid or the webserver does not have the proper permission to read and execute lessc. Lessc (or the file linked to by the file pointed to by the lessc path) has to be readabele and executable by your webserver.\";s:18:\"provided_less_path\";s:20:\"Provided lessc path:\";s:11:\"used_colors\";s:12:\"Used Colors:\";s:14:\"style_imported\";s:42:\"Style has been successfully imported into:\";s:12:\"style_copied\";s:35:\"Style has been successfully copied.\";s:17:\"directory_created\";s:18:\"Directory created:\";s:18:\"color_changed_from\";s:19:\"Color changed from:\";s:16:\"color_changed_to\";s:3:\"to:\";s:13:\"edit_by_color\";s:13:\"Edit by Color\";s:12:\"edit_by_icon\";s:12:\"Edit by Icon\";s:11:\"update_icon\";s:11:\"Update Icon\";s:11:\"select_icon\";s:11:\"Select Icon\";s:11:\"change_icon\";s:11:\"Change Icon\";s:5:\"color\";s:5:\"Color\";s:10:\"adapt_icon\";s:10:\"Adapt Icon\";s:22:\"adapt_icon_description\";s:44:\"Adapt icon colors or change the icon itself.\";s:7:\"preview\";s:7:\"Preview\";s:13:\"icons_gallery\";s:13:\"Icons Gallery\";s:32:\"cant_delete_style_with_substyles\";s:41:\"Styles with sub styles cannot be deleted.\";s:25:\"style_assignments_deleted\";s:63:\"Style assignments of the following Sub Style have been deleted:\";s:14:\"skin_id_exists\";s:41:\"There exists already a skin with this ID.\";s:6:\"usages\";s:7:\"Usages:\";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:20:\"manage_system_styles\";s:20:\"Manage System Styles\";s:5:\"scope\";s:5:\"Scope\";s:18:\"open_documentation\";s:18:\"Open Documentation\";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:19:\"sty_type_code_block\";s:12:\"Code (Block)\";s:20:\"sty_type_code_inline\";s:13:\"Code (Inline)\";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.\";}'); +INSERT INTO `lng_modules` VALUES ('survey','en','a:665:{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:20:\"adm_no_special_users\";s:79:\"There are no special users defined who are able to run a survey more than once.\";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.
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:36:\"cannot_switch_to_online_no_questions\";s:96:\"The status cannot be changed to "online" because there are no questions in the survey!\";s:10:\"categories\";s:7:\"Answers\";s:20:\"category_nr_selected\";s:20:\"Number of selections\";s:8:\"category\";s:6:\"Answer\";s:5:\"chart\";s:5:\"Chart\";s:13:\"codes_created\";s:15:\"Code(s) created\";s:13:\"codes_deleted\";s:15:\"Code(s) deleted\";s:5:\"codes\";s:12:\"Access Codes\";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:70:\"Are you sure you want to delete the 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:14:\"constraint_add\";s:16:\"Add Routing Rule\";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:11:\"constraints\";s:7:\"Routing\";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:20:\"define_questionblock\";s:21:\"Define Question Block\";s:16:\"delete_user_data\";s:44:\"Delete the Survey Data of the Selected Users\";s:20:\"description_maxchars\";s:86:\"If nothing entered the maximum number of characters for this text answer is unlimited.\";s:9:\"disinvite\";s:26:\"Take from Personal Desktop\";s:21:\"display_all_available\";s:21:\"Display all available\";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:27:\"dp_standard_attitude_agree5\";s:77:\"Standard Attitude (strongly agree-agree-undecided-disagree-strongly disagree)\";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:29:\"dp_standard_attitude_desired5\";s:81:\"Standard Attitude (strongly desired-desired-neutral-undesired-strongly undesired)\";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_good5\";s:59:\"Standard Attitude (very good-good-fair-poor-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: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:27:\"dp_standard_beliefs_always5\";s:57:\"Standard Beliefs (always-many times-varying-rarely-never)\";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:25:\"dp_standard_beliefs_true5\";s:72:\"Standard Beliefs (definitely true-true-undecided-false-definitely 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:16:\"end_date_reached\";s:53:\"You cannot start the survey. The end date is reached!\";s:8:\"end_date\";s:8:\"End Date\";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: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 "%s". Please check the survey code you have entered!\";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:17:\"evaluation_access\";s:31:\"Participants\' Access to Results\";s:10:\"evaluation\";s:10:\"Statistics\";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:25:\"filter_all_question_types\";s:18:\"All Question Types\";s:24:\"filter_all_questionpools\";s:18:\"All Question Pools\";s:6:\"filter\";s:6:\"Filter\";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: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:13:\"internal_link\";s:13:\"Internal Link\";s:12:\"introduction\";s:20:\"Introductory Message\";s:20:\"invitation_mode_desc\";s:73:\"A link reference to the survey is created on the users\' personal desktop.\";s:15:\"invitation_mode\";s:45:\"Put Link to Survey on the Personal Desktop of\";s:14:\"invitation_off\";s:25:\"Do not put on any Desktop\";s:10:\"invitation\";s:28:\"Put Link On Personal Desktop\";s:13:\"invited_users\";s:14:\"Selected Users\";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:11:\"maintenance\";s:12:\"Participants\";s:14:\"manage_phrases\";s:10:\"My Phrases\";s:27:\"material_added_successfully\";s:37:\"You successfully set a material link!\";s:8:\"material\";s:8:\"Material\";s:17:\"materials_deleted\";s:48:\"Material(s) have been removed from the question.\";s:9:\"materials\";s:9:\"Materials\";s:17:\"matrix_appearance\";s:10:\"Appearance\";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:25:\"matrix_bipolar_adjectives\";s:18:\"Bipolar Adjectives\";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:24:\"matrix_column_separators\";s:17:\"Column Separators\";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: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:31:\"matrix_neutral_column_separator\";s:24:\"Neutral Column Separator\";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: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:21:\"matrix_row_separators\";s:14:\"Row Separators\";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:14:\"median_between\";s:7:\"between\";s:6:\"median\";s:6:\"Median\";s:8:\"menuback\";s:4:\"Back\";s:16:\"menubacktosurvey\";s:18:\"Back to the Survey\";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:21:\"mode_nr_of_selections\";s:16:\"Nr of Selections\";s:9:\"mode_text\";s:26:\"Most Selected Value (Text)\";s:4:\"mode\";s:19:\"Most Selected Value\";s:24:\"msg_deleted_export_files\";s:22:\"Export file(s) deleted\";s:36:\"msg_enter_value_for_valid_constraint\";s:52:\"Please enter a value to create a valid routing rule!\";s:20:\"msg_users_disinvited\";s:18:\"User(s) disinvited\";s:16:\"new_survey_codes\";s:25:\"new survey access code(s)\";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:8:\"not_used\";s:12:\"not used yet\";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: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:12:\"phrase_saved\";s:34:\"The phrase was saved successfully!\";s:13:\"please_select\";s:19:\"-- please select --\";s:16:\"predefined_users\";s:33:\"Put on desktops of selected users\";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: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:13:\"question_type\";s:13:\"Question Type\";s:22:\"questionblock_inserted\";s:23:\"Question Block inserted\";s:13:\"questionblock\";s:14:\"Question Block\";s:23:\"questionblocks_inserted\";s:24:\"Question Blocks inserted\";s:14:\"questionblocks\";s:15:\"Question Blocks\";s:18:\"questions_inserted\";s:21:\"Question(s) inserted!\";s:17:\"questions_removed\";s:45:\"Question(s) and/or question block(s) removed!\";s:9:\"questions\";s:9:\"Questions\";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: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: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:11:\"save_phrase\";s:14:\"Save as Phrase\";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:25:\"select_questionpool_short\";s:20:\"Question Pool Survey\";s:19:\"select_questionpool\";s:59:\"Please select a question pool to store the created question\";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: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:17:\"show_questiontext\";s:25:\"Display the Question Text\";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:31:\"spl_online_property_description\";s:65:\"If the question pool is not online, it cannot be used in surveys.\";s:19:\"spl_online_property\";s:6:\"Online\";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:22:\"start_date_not_reached\";s:60:\"You cannot start the survey until the start date is reached!\";s:10:\"start_date\";s:10:\"Start Date\";s:12:\"start_survey\";s:12:\"Start Survey\";s:7:\"subtype\";s:7:\"Subtype\";s:20:\"survey_code_url_name\";s:55:\"URL (use right mouse button to copy URL)\";s:15:\"survey_code_url\";s:21:\"URL for Direct Access\";s:16:\"survey_code_used\";s:11:\"Code was ..\";s:11:\"survey_code\";s:18:\"Survey Access Code\";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:39:\"survey_error_insert_incomplete_question\";s:82:\"You tried to add an incomplete question to the survey! The question was not added.\";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:17:\"survey_is_offline\";s:61:\"You cannot start the survey! The survey is currently offline.\";s:11:\"survey_next\";s:7:\"Next >>\";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:16:\"survey_questions\";s:9:\"Questions\";s:12:\"survey_start\";s:16:\"Go To Start Page\";s:23:\"survey_use_start_button\";s:49:\"You must enter the survey using the start button!\";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:25:\"svy_all_user_data_deleted\";s:46:\"All user data of this survey has been deleted!\";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:24:\"svy_delete_all_user_data\";s:20:\"Delete all User Data\";s:18:\"svy_eval_cumulated\";s:8:\"Overview\";s:15:\"svy_eval_detail\";s:7:\"Details\";s:13:\"svy_eval_user\";s:15:\"Per Participant\";s:16:\"svy_export_files\";s:12:\"Export Files\";s:22:\"svy_general_properties\";s:18:\"General Properties\";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:30:\"svy_selected_user_data_deleted\";s:64:\"The survey data of the selected user(s) was deleted successfully\";s:23:\"svy_show_questiontitles\";s:19:\"Show Question Title\";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:15:\"unlimited_users\";s:39:\"Put on desktops of all registered users\";s:27:\"upper_limit_must_be_greater\";s:53:\"The upper limit must be greater than the lower limit!\";s:11:\"upper_limit\";s:11:\"Upper Limit\";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:16:\"use_anonymous_id\";s:16:\"Show Survey Code\";s:26:\"use_browser_print_function\";s:50:\"Please use the print function of your web browser.\";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:22:\"wrong_survey_code_used\";s:74:\"No access to survey. Your survey code is invalid or has already been used.\";s:16:\"svy_search_users\";s:23:\"Search for participants\";s:21:\"dont_use_questionpool\";s:77:\"Don\'t insert the questions in a question pool (only available in this survey)\";s:18:\"other_answer_label\";s:32:\"Label of other answer (optional)\";s:16:\"use_other_answer\";s:11:\"Open answer\";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: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:15:\"use_min_answers\";s:17:\"Answer selections\";s:22:\"use_min_answers_option\";s:33:\"Set a number of answer selections\";s:14:\"nr_min_answers\";s:7:\"Minimum\";s:14:\"nr_max_answers\";s:7:\"Maximum\";s:22:\"err_maxvaluegeminvalue\";s:119:\"The maximum value must be greater or equal than the minimum value and less 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:18:\"err_no_min_answers\";s:35:\"Please check at least %s answer(s).\";s:18:\"err_no_max_answers\";s:32:\"Please check at most %s answers.\";s:20:\"err_no_exact_answers\";s:34:\"Please check exactly %s answer(s).\";s:5:\"label\";s:5:\"Label\";s:10:\"label_info\";s:65:\"Alternative identifier for further data processing (e.g. in SPSS)\";s:17:\"export_label_only\";s:17:\"Export label only\";s:17:\"export_title_only\";s:17:\"Export title only\";s:18:\"export_title_label\";s:22:\"Export title and label\";s:16:\"mailnotification\";s:40:\"Seperate E-Mail for Each Finished Survey\";s:13:\"mailaddresses\";s:19:\"Recipient addresses\";s:18:\"mailaddresses_info\";s:95:\"Enter a comma separated list of recipients who will receive a notification on finished surveys.\";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:20:\"mail_import_example2\";s:33:\"sandraowen@domain.tld;Sandra;Owen\";s:20:\"mail_import_example3\";s:35:\"kennethbirt@domain.tld;Kenneth;Birt\";s:11:\"edit_phrase\";s:11:\"Edit phrase\";s:10:\"phrase_new\";s:17:\"Create new phrase\";s:18:\"no_phrase_selected\";s:17:\"Nothing selected.\";s:12:\"other_answer\";s:12:\"Other answer\";s:20:\"constraint_fulfilled\";s:9:\"Show page\";s:15:\"conjunction_and\";s:31:\"if each constraint is fulfilled\";s:14:\"conjunction_or\";s:30:\"if one constraint is fulfilled\";s:21:\"conjunction_and_title\";s:41:\"Fulfill each of the following constraints\";s:20:\"conjunction_or_title\";s:40:\"Fulfill one of the following constraints\";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:28:\"external_recipients_imported\";s:39:\"External recipients have been imported.\";s:13:\"externalmails\";s:11:\"Import file\";s:17:\"mail_survey_codes\";s:29:\"Mail access codes or messages\";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: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:10:\"recipients\";s:10:\"Recipients\";s:11:\"send_to_all\";s:17:\"To all recipients\";s:13:\"not_sent_only\";s:55:\"Only to new recipients (who did not receive a mail yet)\";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: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:26:\"default_codes_mail_subject\";s:23:\"Your access code for %s\";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: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:15:\"mail_sent_short\";s:4:\"Sent\";s:21:\"finished_mail_subject\";s:28:\"The survey \"%s\" was finished\";s:18:\"msg_min_nr_answers\";s:35:\"Please check at least %s answer(s).\";s:18:\"msg_max_nr_answers\";s:32:\"Please check at most %s answers.\";s:22:\"msg_min_max_nr_answers\";s:48:\"Please check at least %s and at most %s answers.\";s:25:\"msg_min_max_exact_answers\";s:34:\"Please check exactly %s answer(s).\";s:19:\"msg_duplicate_scale\";s:33:\"Please enter unique scale values.\";s:11:\"workingtime\";s:12:\"Working time\";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:20:\"insert_saved_message\";s:19:\"Insert Message Text\";s:20:\"delete_saved_message\";s:19:\"Delete Message Text\";s:20:\"msg_message_inserted\";s:20:\"Messagetext inserted\";s:23:\"msg_no_message_inserted\";s:28:\"Please select a message text\";s:19:\"msg_message_deleted\";s:19:\"Messagetext deleted\";s:22:\"msg_no_message_deleted\";s:34:\"Please select a saved message text\";s:31:\"question_changed_in_survey_only\";s:35:\"Question was changed only in survey\";s:20:\"survey_prev_question\";s:13:\"Previous Page\";s:20:\"survey_next_question\";s:9:\"Next Page\";s:14:\"survey_jump_to\";s:7:\"Jump to\";s:23:\"survey_add_new_question\";s:15:\"Create Question\";s:21:\"svy_settings_template\";s:8:\"Template\";s:20:\"survey_per_page_view\";s:9:\"Page View\";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:21:\"survey_dnd_split_page\";s:10:\"Split Page\";s:26:\"survey_dnd_clear_clipboard\";s:15:\"Clear Clipboard\";s:16:\"survey_dnd_paste\";s:5:\"Paste\";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: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:29:\"survey_confirm_template_reset\";s:62:\"Are you sure that you do not want to use the template anymore?\";s:21:\"survey_template_reset\";s:30:\"The template has been removed.\";s:24:\"survey_introduction_info\";s:60:\"This message is permanently displayed on the ‘Info’-tab.\";s:20:\"survey_question_pool\";s:13:\"Question Pool\";s:26:\"survey_question_pool_usage\";s:13:\"Question Pool\";s:21:\"survey_pool_selection\";s:14:\"Pool Selection\";s:14:\"survey_no_pool\";s:24:\"Do not use question pool\";s:15:\"survey_new_pool\";s:24:\"Create new question pool\";s:20:\"survey_existing_pool\";s:26:\"Use existing question pool\";s:18:\"survey_delete_page\";s:11:\"Delete Page\";s:19:\"survey_at_beginning\";s:16:\"At The Beginning\";s:18:\"survey_behind_page\";s:6:\"Behind\";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:19:\"survey_block_hidden\";s:6:\"hidden\";s:20:\"survey_block_visible\";s:7:\"visible\";s:28:\"survey_question_text_visible\";s:12:\"Text visible\";s:27:\"survey_question_text_hidden\";s:11:\"Text hidden\";s:16:\"survey_move_page\";s:9:\"Move Page\";s:17:\"survey_page_moved\";s:24:\"The page has been moved.\";s:29:\"survey_copy_questions_to_pool\";s:20:\"Add to question pool\";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: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:23:\"survey_auto_block_title\";s:11:\"Page Header\";s:20:\"survey_edit_settings\";s:13:\"Edit Settings\";s:12:\"survey_order\";s:10:\"Sort Order\";s:21:\"survey_cancel_preview\";s:14:\"Cancel Preview\";s:28:\"survey_cannot_preview_survey\";s:21:\"Preview not available\";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:34:\"survey_questions_to_clipboard_copy\";s:88:\"Question(s) were copied to the clipboard. Please select a target or empty the clipboard.\";s:23:\"survey_clipboard_notice\";s:90:\"There are question(s) in the clipboard. Select the target position or empty the clipboard.\";s:19:\"survey_edit_heading\";s:12:\"Edit Heading\";s:21:\"survey_delete_heading\";s:14:\"Remove Heading\";s:31:\"survey_available_question_pools\";s:15:\"Available Pools\";s:26:\"survey_question_pool_title\";s:10:\"Pool Title\";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:36:\"survey_sync_insufficient_permissions\";s:24:\"Insufficient Permissions\";s:19:\"survey_sync_success\";s:36:\"The selected questions were updated.\";s:13:\"svy_save_sync\";s:29:\"Save and Sync Question Copies\";s:21:\"survey_question_title\";s:14:\"Question Title\";s:40:\"survey_question_editor_settings_template\";s:34:\"List View (in Tab ‘Questions’)\";s:28:\"survey_sure_delete_questions\";s:73:\"Are you sure that you want to delete the following questions or headings?\";s:17:\"svy_participation\";s:13:\"Participation\";s:21:\"svy_page_add_question\";s:10:\"Add new %s\";s:19:\"svy_create_question\";s:15:\"Create Question\";s:16:\"freetext_answers\";s:12:\"Open Answers\";s:18:\"svy_neutral_answer\";s:72:\"Text for a Neutral Answer (‘Not Specified’, ‘I don\'t know’ etc.)\";s:41:\"svy_matrix_layout_percentages_sum_invalid\";s:42:\"The column settings do not sum up to 100%.\";s:8:\"svy_copy\";s:11:\"Copy Survey\";s:26:\"svy_activation_online_info\";s:56:\"Only if a survey is online, users can participate in it.\";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: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:17:\"svy_invite_action\";s:23:\"Put on Personal Desktop\";s:23:\"survey_code_delete_sure\";s:59:\"Are you sure you want to delete the following access codes?\";s:15:\"survey_360_mode\";s:14:\"360° Feedback\";s:26:\"survey_360_self_evaluation\";s:15:\"Self-Evaluation\";s:22:\"survey_360_self_raters\";s:28:\"Appraisees Select Own Raters\";s:25:\"survey_360_self_appraisee\";s:19:\"Open 360° Feedback\";s:18:\"survey_360_results\";s:32:\"Access To Results For Appraisees\";s:23:\"survey_360_results_none\";s:20:\"No Access to Results\";s:22:\"survey_360_results_own\";s:32:\"Access to Feedback of Own Raters\";s:22:\"survey_360_results_all\";s:13:\"All Feedbacks\";s:21:\"survey_360_appraisees\";s:10:\"Appraisees\";s:22:\"survey_360_edit_raters\";s:13:\"Manage Raters\";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:29:\"survey_360_add_external_rater\";s:18:\"Add External Rater\";s:24:\"survey_360_no_appraisees\";s:50:\"There are currently no appraisees for you to rate.\";s:29:\"survey_360_add_self_appraisee\";s:40:\"Add yourself as appraisee to this survey\";s:21:\"survey_360_list_title\";s:10:\"360° Mode\";s:27:\"survey_360_select_appraisee\";s:6:\"Select\";s:20:\"survey_360_appraisee\";s:9:\"Appraisee\";s:29:\"survey_activate_skill_service\";s:27:\"Activate Competence Service\";s:19:\"survey_skill_assign\";s:30:\"Question/Competence Assignment\";s:12:\"survey_skill\";s:10:\"Competence\";s:24:\"survey_assign_competence\";s:17:\"Assign Competence\";s:24:\"survey_remove_competence\";s:17:\"Remove Competence\";s:23:\"survey_skill_thresholds\";s:21:\"Competence Thresholds\";s:18:\"survey_skill_level\";s:16:\"Competence Level\";s:21:\"survey_up_to_x_points\";s:14:\"Up to x points\";s:17:\"survey_skill_nr_q\";s:19:\"Number of Questions\";s:29:\"survey_skill_max_scale_points\";s:17:\"Max. Scale Points\";s:20:\"survey_reached_level\";s:13:\"Reached Level\";s:19:\"survey_sum_of_means\";s:33:\"Sum of Arithm. Means per Question\";s:18:\"survey_calc_skills\";s:27:\"Determine Competence Levels\";s:26:\"survey_360_rater_mail_sent\";s:9:\"Mail sent\";s:43:\"survey_360_rater_message_content_registered\";s:28:\"Message Content (Registered)\";s:42:\"survey_360_rater_message_content_anonymous\";s:27:\"Message Content (Anonymous)\";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: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:32:\"survey_360_rater_subject_default\";s:49:\"You have been invited as rater to a 360° survey.\";s:26:\"survey_360_raters_finished\";s:15:\"Raters Finished\";s:25:\"survey_360_rater_finished\";s:15:\"Survey Finished\";s:18:\"survey_competences\";s:11:\"Competences\";s:34:\"svy_skl_comp_assignm_not_supported\";s:62:\"Competence assignment is not supported for this question type.\";s:8:\"svy_back\";s:4:\"Back\";s:30:\"survey_360_appraisee_is_closed\";s:36:\"The appraisee has closed his survey.\";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_appraisee_info\";s:14:\"Appraisee Info\";s:29:\"survey_360_raters_status_info\";s:15:\"Raters finished\";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:41:\"survey_360_appraisee_close_action_success\";s:50:\"You have closed your 360° survey for your raters.\";s:40:\"survey_360_appraisee_close_action_status\";s:24:\"Survey was closed on %s.\";s:31:\"survey_360_sure_appraisee_close\";s:65:\"Are you sure you want to close the survey for all of your raters?\";s:32:\"survey_360_appraisee_close_table\";s:9:\"Closed on\";s:20:\"svy_eval_competences\";s:18:\"Competence Results\";s:16:\"svy_gap_analysis\";s:12:\"Gap Analysis\";s:26:\"svy_all_survey_competences\";s:22:\"All Survey Competences\";s:17:\"survey_360_raters\";s:6:\"Raters\";s:11:\"svy_results\";s:7:\"Results\";s:12:\"svy_analysis\";s:8:\"Analysis\";s:23:\"survey_reminder_setting\";s:27:\"Remind Users to Participate\";s:21:\"survey_reminder_start\";s:5:\"Start\";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:32:\"survey_notification_target_group\";s:12:\"Target Group\";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:40:\"survey_notification_target_group_invited\";s:58:\"All users who got the survey put on their Personal Desktop\";s:45:\"survey_notification_target_group_invited_info\";s:32:\"Number of current recipients: %s\";s:33:\"survey_notification_tutor_setting\";s:42:\"One E-Mail after all Participants Finished\";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:33:\"survey_notification_tutor_subject\";s:46:\"All participants have finished the survey \"%s\"\";s:36:\"survey_notification_tutor_salutation\";s:9:\"Hello %s,\";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:23:\"survey_reminder_subject\";s:28:\"Survey \"%s\" was not finished\";s:26:\"survey_reminder_salutation\";s:9:\"Hello %s,\";s:20:\"survey_reminder_body\";s:53:\"the following survey has not been finished by you yet\";s:20:\"survey_reminder_link\";s:3:\"URL\";s:20:\"survey_360_mode_info\";s:33:\"Use for peer-reviewing of persons\";s:47:\"survey_360_appraisee_close_action_success_admin\";s:63:\"The 360° surveys of the appraisees were closed for the 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:28:\"survey_360_remove_appraisees\";s:19:\"Remove Appraisee(s)\";s:41:\"survey_notification_finished_introduction\";s:50:\"The following 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: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:25:\"survey_reminder_cron_info\";s:63:\"If activated, users will be reminded to participate in surveys.\";s:31:\"mailparticipantdata_placeholder\";s:89:\"These placeholders are replaced by actual user data if ‘Privacy’ is ‘With Names’:\";s:25:\"spl_save_obligatory_state\";s:22:\"Save Compulsory States\";s:20:\"survey_not_available\";s:3:\"n/a\";s:23:\"survey_results_finished\";s:15:\"Survey finished\";s:20:\"svy_view_own_results\";s:18:\"View given answers\";s:20:\"svy_mail_own_results\";s:18:\"Mail given answers\";s:28:\"svy_mail_own_results_subject\";s:26:\"Survey \"%s\" - Your Answers\";s:20:\"svy_results_view_own\";s:33:\"Participants can View Own Answers\";s:22:\"svy_eval_skipped_value\";s:22:\"Results: ‘skipped’\";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: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:16:\"svy_import_codes\";s:12:\"Import Codes\";s:21:\"svy_import_codes_info\";s:40:\"This import requires a \"%s\" export file.\";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: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:31:\"survey_360_self_evaluation_info\";s:62:\"Appraisees are allowed to rate themselves using the questions.\";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: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:28:\"survey_360_results_none_info\";s:58:\"Appraisees can not access the feedback provided by raters.\";s:27:\"survey_360_results_own_info\";s:60:\"Appraisees can access only the feedback of their own raters.\";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: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: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:21:\"survey_execution_exit\";s:18:\"Back to repository\";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:28:\"survey_results_anonymization\";s:7:\"Privacy\";s:27:\"survey_results_personalized\";s:10:\"With Names\";s:32:\"survey_results_personalized_info\";s:170:\"In the tab ‘Results’ the names of the participants and their respective answers are listed. Users having access to this tab can inspect who has provided which answer.\";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:20:\"material_added_empty\";s:47:\"The object does not have any suitable material.\";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:25:\"survey_constraint_deleted\";s:34:\"The routing rule has been deleted.\";s:33:\"svy_settings_section_before_start\";s:34:\"Information before start of survey\";s:27:\"svy_settings_section_access\";s:32:\"Administering the survey: Access\";s:39:\"svy_settings_section_question_behaviour\";s:47:\"Administering the survey: Behaviour of question\";s:30:\"svy_settings_section_finishing\";s:20:\"Finishing the survey\";s:30:\"svy_settings_section_reminders\";s:9:\"Reminders\";s:17:\"svy_export_format\";s:21:\"Export survey data as\";s:26:\"svy_fraction_of_selections\";s:22:\"Fraction of selections\";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:26:\"svy_mail_send_confirmation\";s:31:\"Send Participation Confirmation\";s:29:\"svy_mail_confirmation_subject\";s:45:\"Survey \"%s\" - Your participation confirmation\";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:22:\"survey_results_started\";s:14:\"Survey started\";s:26:\"survey_results_not_started\";s:18:\"Survey not started\";s:25:\"svy_mail_own_results_body\";s:41:\"you participated in the following survey:\";s:31:\"svy_mail_context_reminder_title\";s:15:\"Survey Reminder\";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:26:\"svy_reminder_mail_template\";s:13:\"Mail Template\";s:31:\"svy_reminder_mail_template_none\";s:24:\"Do not use mail template\";s:13:\"svy_eval_view\";s:4:\"View\";s:27:\"svy_eval_view_tables_charts\";s:15:\"Table and chart\";s:20:\"svy_eval_view_tables\";s:5:\"Table\";s:20:\"svy_eval_view_charts\";s:5:\"Chart\";s:17:\"svy_eval_captions\";s:7:\"Figures\";s:26:\"svy_eval_captions_abs_perc\";s:23:\"Absolute and Percentage\";s:21:\"svy_eval_captions_abs\";s:8:\"Absolute\";s:22:\"svy_eval_captions_perc\";s:10:\"Percentage\";s:31:\"msg_input_only_positive_numbers\";s:46:\"Please enter positive numbers in scale values.\";s:15:\"error_save_code\";s:103:\"Value not saved properly. The E- mail: \'%s\' is not valid. First name: \'%s\', Last name: \'%s\'.
\";s:29:\"cant_send_email_smtp_disabled\";s:77:\"Sending external mails is not available. This option is deactivated globally.\";s:18:\"cannot_send_emails\";s:58:\"You do not possess sufficient permissions to send e-mails.\";s:17:\"sub_tab_dashboard\";s:9:\"Dashboard\";s:21:\"svy_print_show_labels\";s:11:\"Show labels\";s:21:\"svy_print_hide_labels\";s:11:\"Hide labels\";s:16:\"svy_self_ev_mode\";s:20:\"Self-Evaluation Only\";s:16:\"svy_self_ev_info\";s:24:\"Use for self evaluation.\";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:30:\"svy_self_ev_access_results_all\";s:46:\"Access to Self-Evaluations of All Participants\";s:15:\"svy_participant\";s:11:\"Participant\";s:19:\"svy_answer_too_long\";s:76:\"Your current answer is too long (%s characters). Please shorten your answer.\";s:31:\"svy_appraisses_cannot_be_raters\";s:89:\"User cannot be added as rater. Use self evaluation option in the survey settings instead.\";}'); +INSERT INTO `lng_modules` VALUES ('sysc','en','a:48:{s:14:\"sysc_tab_trash\";s:15:\"Deleted Objects\";s:25:\"sysc_administrate_deleted\";s:28:\"Administrate Deleted Objects\";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:17:\"sysc_trash_action\";s:6:\"Action\";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:20:\"sysc_trash_limit_num\";s:12:\"Limit Number\";s:20:\"sysc_trash_limit_age\";s:9:\"Limit Age\";s:21:\"sysc_trash_limit_type\";s:13:\"Limit by Type\";s:13:\"sysc_overview\";s:8:\"Overview\";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:18:\"sysc_completed_num\";s:15:\"Fulfilled Tasks\";s:15:\"sysc_failed_num\";s:19:\"Not Fulfilled Tasks\";s:18:\"sysc_task_overview\";s:5:\"Tasks\";s:20:\"sysc_action_validate\";s:8:\"Validate\";s:18:\"sysc_action_repair\";s:6:\"Repair\";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: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:21:\"sysc_action_list_tree\";s:27:\"Create Repository Tree Dump\";s:21:\"sysc_action_show_tree\";s:25:\"Show Repository Tree Dump\";s:28:\"sysc_tree_duplicate_failures\";s:70:\"Found duplicate entries in tree structure. Number of duplicate entries\";s:20:\"sysc_message_success\";s:15:\"No errors found\";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:14:\"sysc_status_na\";s:12:\"Not Executed\";s:19:\"sysc_status_running\";s:7:\"Running\";s:18:\"sysc_status_failed\";s:6:\"Failed\";s:21:\"sysc_status_completed\";s:9:\"Completed\";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:33:\"sysc_message_tree_missing_confirm\";s:79:\"Do you really want to restore missing entries in the repository tree structure?\";s:21:\"sysc_btn_tree_missing\";s:15:\"Restore Missing\";s:26:\"sysc_tree_missing_failures\";s:71:\"Found missing entries in the tree structure. Number of missing entries:\";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: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: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:19:\"sysc_task_structure\";s:14:\"Tree structure\";s:24:\"sysc_task_structure_desc\";s:52:\"Analyzes and corrects the repository tree structure.\";s:28:\"sysc_tree_structure_failures\";s:59:\"Number of failures in the tree structure (parent-Relation):\";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:23:\"sysc_btn_tree_structure\";s:23:\"Recreate Tree Structure\";}'); +INSERT INTO `lng_modules` VALUES ('tagging','en','a:18:{s:17:\"tagging_all_users\";s:9:\"All Users\";s:21:\"tagging_edit_settings\";s:13:\"Edit Settings\";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:24:\"tagging_enable_all_users\";s:22:\"Show Tags of All Users\";s:22:\"tagging_enable_tagging\";s:14:\"Enable Tagging\";s:22:\"tagging_forbidden_tags\";s:14:\"Forbidden Tags\";s:25:\"tagging_resources_for_tag\";s:24:\"Resources tagged with %s\";s:20:\"tagging_search_users\";s:12:\"Search Users\";s:16:\"tagging_settings\";s:8:\"Settings\";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:11:\"tagging_tag\";s:3:\"Tag\";s:12:\"tagging_tags\";s:4:\"Tags\";s:23:\"tagging_users_using_tag\";s:15:\"Users Using Tag\";s:15:\"tagging_set_tag\";s:8:\"Set Tags\";s:19:\"tagging_other_users\";s:19:\"Tags of Other Users\";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:37:\"tag_remove_tags_of_obj_without_access\";s:10:\"Remove Tag\";s:16:\"tag_tags_deleted\";s:47:\"Tag has been removed from inaccessible objects.\";}'); +INSERT INTO `lng_modules` VALUES ('tax','en','a:23:{s:12:\"tax_taxonomy\";s:8:\"Taxonomy\";s:8:\"obj_taxn\";s:4:\"Node\";s:8:\"tax_node\";s:4:\"Node\";s:9:\"tax_nodes\";s:5:\"Nodes\";s:15:\"tax_create_node\";s:11:\"Create Node\";s:16:\"tax_new_tax_node\";s:8:\"New Node\";s:9:\"tax_order\";s:5:\"Order\";s:16:\"tax_alphabetical\";s:12:\"Alphabetical\";s:10:\"tax_manual\";s:6:\"Manual\";s:12:\"tax_order_nr\";s:8:\"Order Nr\";s:23:\"tax_target_within_nodes\";s:56:\"The target must not be a sub-node of the selected items.\";s:24:\"tax_please_select_target\";s:25:\"Please select the target.\";s:20:\"tax_confirm_deletion\";s:70:\"Do you really want to delete the whole taxonomy and all its relations?\";s:15:\"tax_tax_deleted\";s:30:\"The taxonomy has been deleted.\";s:16:\"tax_add_taxonomy\";s:12:\"Add Taxonomy\";s:9:\"tax_added\";s:26:\"Taxonomy has been created.\";s:15:\"tax_max_one_tax\";s:49:\"You can use maximum one taxonomy in this context.\";s:16:\"tax_node_sorting\";s:16:\"Sorting of Nodes\";s:16:\"tax_item_sorting\";s:33:\"Support Sorting of Assigned Items\";s:18:\"tax_assigned_items\";s:14:\"Assigned Items\";s:29:\"tax_admin_settings_repository\";s:21:\"Repository Taxonomies\";s:18:\"tax_tax_assignment\";s:19:\"Taxonomy Assignment\";s:16:\"tax_tax_settings\";s:17:\"Taxonomy Settings\";}'); +INSERT INTO `lng_modules` VALUES ('tbl','en','a:7:{s:13:\"tbl_templates\";s:4:\"View\";s:19:\"tbl_template_create\";s:17:\"Save Current View\";s:19:\"tbl_template_delete\";s:17:\"Delete Saved View\";s:20:\"tbl_template_created\";s:32:\"The current view has been saved.\";s:20:\"tbl_template_deleted\";s:32:\"The saved view has been deleted.\";s:14:\"tbl_export_csv\";s:10:\"Export CSV\";s:16:\"tbl_export_excel\";s:12:\"Export Excel\";}'); +INSERT INTO `lng_modules` VALUES ('tos','en','a:69:{s:19:\"tos_last_reset_date\";s:43:\"The terms of service have been reset on %s.\";s:15:\"tos_never_reset\";s:46:\"The terms of service have not been reset, yet.\";s:33:\"tos_agreement_documents_tab_label\";s:16:\"Terms of Service\";s:26:\"tos_add_document_btn_label\";s:12:\"Add Document\";s:13:\"tos_agreement\";s:16:\"Terms of Service\";s:20:\"tos_agreement_exists\";s:8:\"Existent\";s:21:\"tos_agreement_missing\";s:7:\"Missing\";s:22:\"tos_agreement_document\";s:8:\"Document\";s:30:\"tos_agreement_document_missing\";s:7:\"Missing\";s:16:\"tos_tos_settings\";s:8:\"Settings\";s:17:\"tos_status_enable\";s:6:\"Enable\";s:15:\"tos_status_desc\";s:90:\"If activated, users are forced to accept the terms of service before they can enter ILIAS.\";s:27:\"tos_reset_tos_for_all_users\";s:22:\"Reset Terms of Service\";s:18:\"tos_sure_reset_tos\";s:165:\"Are you sure you want to reset the terms of service for all users in system? This also applies to those accounts that are used for the SOAP web service for instance.\";s:20:\"tos_reset_successful\";s:50:\"The terms of service have been reset successfully.\";s:21:\"tos_form_new_doc_head\";s:15:\"Create Document\";s:22:\"tos_form_edit_doc_head\";s:13:\"Edit Document\";s:23:\"tos_form_document_title\";s:5:\"Title\";s:28:\"tos_form_document_title_info\";s:38:\"Please enter a title for the document.\";s:17:\"tos_form_document\";s:8:\"Document\";s:22:\"tos_form_document_info\";s:193:\"Please select a file from your local filesystem. You can either upload a plain text file, or a simple HTML file. HTML files will be purified, only the contents of the body element will be used.\";s:21:\"tos_form_document_new\";s:14:\"Change Content\";s:26:\"tos_form_document_new_info\";s:278:\"Please select a file from your local filesystem. You can either upload a plain text file, or a simple HTML file. HTML files will be purified, only the contents of the body element will be used. The existing contents will be replaced, the acceptance history will not be affected.\";s:33:\"tos_form_document_content_changed\";s:117:\"The contents of the uploaded file was purified by ILIAS. Please check the result and upload a new file, if necessary.\";s:25:\"tos_disabled_no_docs_left\";s:157:\"The user agreements are now disabled, because all documents have been deleted. Please create at least one document before enabling the user agreements again.\";s:18:\"tos_tbl_docs_title\";s:9:\"Documents\";s:25:\"tos_tbl_docs_head_sorting\";s:7:\"Sorting\";s:23:\"tos_tbl_docs_head_title\";s:5:\"Title\";s:25:\"tos_tbl_docs_head_created\";s:13:\"Creation Date\";s:29:\"tos_tbl_docs_head_last_change\";s:11:\"Last Change\";s:26:\"tos_tbl_docs_head_criteria\";s:8:\"Criteria\";s:33:\"tos_tbl_docs_action_add_criterion\";s:13:\"Add Criterion\";s:24:\"tos_doc_sure_detach_crit\";s:47:\"Are your sure you want to detach the criterion?\";s:31:\"tos_tbl_docs_cell_not_criterion\";s:21:\"No criterion assigned\";s:31:\"tos_tbl_hist_cell_not_criterion\";s:21:\"No criterion assigned\";s:33:\"tos_doc_detach_crit_confirm_title\";s:16:\"Detach Criterion\";s:14:\"tos_doc_delete\";s:15:\"Delete Document\";s:21:\"tos_doc_crit_detached\";s:32:\"The criterion has been detached.\";s:21:\"tos_doc_crit_attached\";s:32:\"The criterion has been attached.\";s:20:\"tos_doc_crit_changed\";s:31:\"The criterion has been changed.\";s:30:\"tos_form_attach_criterion_head\";s:16:\"Attach Criterion\";s:28:\"tos_form_edit_criterion_head\";s:25:\"Edit Criterion Assignment\";s:18:\"tos_form_criterion\";s:9:\"Criterion\";s:12:\"tos_document\";s:8:\"Document\";s:27:\"tos_sure_delete_documents_s\";s:45:\"Are you sure you want to delete the document?\";s:27:\"tos_sure_delete_documents_p\";s:55:\"Are you sure you want to delete the selected documents?\";s:23:\"tos_deleted_documents_s\";s:30:\"The document has been deleted.\";s:23:\"tos_deleted_documents_p\";s:32:\"The documents have been deleted.\";s:17:\"tos_saved_sorting\";s:27:\"The sorting has been saved.\";s:33:\"tos_tbl_hist_head_acceptance_date\";s:4:\"Date\";s:23:\"tos_tbl_hist_head_login\";s:5:\"Login\";s:27:\"tos_tbl_hist_head_firstname\";s:9:\"Firstname\";s:26:\"tos_tbl_hist_head_lastname\";s:8:\"Lastname\";s:26:\"tos_tbl_hist_head_document\";s:8:\"Document\";s:26:\"tos_tbl_hist_head_criteria\";s:8:\"Criteria\";s:17:\"tos_last_modified\";s:11:\"Last Change\";s:22:\"tos_acceptance_history\";s:18:\"Acceptance History\";s:10:\"tos_period\";s:6:\"Period\";s:15:\"tos_period_from\";s:4:\"From\";s:16:\"tos_period_until\";s:5:\"Until\";s:22:\"tos_no_documents_exist\";s:57:\"Currently there are no terms of service documents at all.\";s:32:\"tos_no_documents_exist_cant_save\";s:122:\"Currently there are no terms of service documents at all. Please add at least one document before activated this service..\";s:46:\"tos_criterion_assignment_must_be_unique_insert\";s:99:\"You cannot attach this criterion with this value. There is already an identical criterion attached.\";s:46:\"tos_criterion_assignment_must_be_unique_update\";s:93:\"You cannot change the criterion as desired. There is already an identical criterion attached.\";s:29:\"tos_crit_type_usr_global_role\";s:20:\"User has Global Role\";s:34:\"tos_crit_type_usr_global_role_info\";s:72:\"The criterion is fulfilled if the user is assigned to the selected role.\";s:26:\"tos_crit_type_usr_language\";s:16:\"Profile Language\";s:31:\"tos_crit_type_usr_language_info\";s:142:\"The criterion is fulfilled if the selected language is set for a user profile. Please note that this criterion type can be attached only once.\";s:28:\"tos_account_reg_not_possible\";s:157:\"A self registration is not possible because of a missing user agreement. Please contact your system administrator for further information.\";}'); +INSERT INTO `lng_modules` VALUES ('trac','en','a:230:{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: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:26:\"trac_anonymized_info_short\";s:12:\"(Anonymized)\";s:20:\"trac_anonymized_info\";s:46:\"If enabled, all statistics will be anonymized.\";s:15:\"trac_anonymized\";s:10:\"Anonymized\";s:13:\"trac_assigned\";s:8:\"Assigned\";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:12:\"trac_comment\";s:6:\"Remark\";s:14:\"trac_completed\";s:9:\"Completed\";s:16:\"trac_crs_objects\";s:19:\"Course Participants\";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_failed\";s:6:\"Failed\";s:16:\"trac_filter_area\";s:4:\"Area\";s:18:\"trac_filter_hidden\";s:6:\"Hidden\";s:18:\"trac_hide_selected\";s:19:\"Hide Selected Items\";s:9:\"trac_hide\";s:4:\"Hide\";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:22:\"trac_learning_progress\";s:17:\"Learning Progress\";s:30:\"trac_lp_determination_info_crs\";s:69:\"Select the items that determine the overall learning progress status.\";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:21:\"trac_lp_determination\";s:39:\"Items Determining the Learning Progress\";s:14:\"trac_lp_filter\";s:6:\"Filter\";s:9:\"trac_mark\";s:4:\"Mark\";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’ .
Items can be assigned to the collection on this screen after saving this setting.\";s:20:\"trac_mode_collection\";s:45:\"Status is Determined by a Collection of Items\";s:21:\"trac_mode_deactivated\";s:32:\"Learning Progress is Deactivated\";s:15:\"trac_mode_event\";s:36:\"Tutors Monitor and Record Attendance\";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:27:\"trac_mode_exercise_returned\";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:25:\"trac_mode_manual_by_tutor\";s:29:\"Tutors Monitor and Set Status\";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:16:\"trac_mode_manual\";s:57:\"Users Monitor and Set Status Themselves (Complete Module)\";s:25:\"trac_mode_objectives_info\";s:109:\"The learning progress will be automatically determined according to the number of passed learning objectives.\";s:20:\"trac_mode_objectives\";s:43:\"Status is Determined by Learning Objectives\";s:20:\"trac_mode_scorm_info\";s:284:\"The learning progress status will automatically be determined by the status of selected SCOs.
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: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:23:\"trac_mode_scorm_package\";s:47:\"Status is Determined by the Whole SCORM Package\";s:15:\"trac_mode_scorm\";s:51:\"Status is Determined by a Collection of SCORM Items\";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:23:\"trac_mode_test_finished\";s:21:\"Test Must be Finished\";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:21:\"trac_mode_test_passed\";s:19:\"Test Must be Passed\";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.
The Typical Learning Time can be specified in the \'Metadata\'-tab.\";s:13:\"trac_mode_tlt\";s:58:\"Minimally Required Amount of Time Spent on Learning Module\";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:16:\"trac_mode_visits\";s:42:\"Status is Determined from Number of Visits\";s:9:\"trac_mode\";s:4:\"Mode\";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:12:\"trac_objects\";s:5:\"Users\";s:17:\"trac_participated\";s:12:\"Participated\";s:13:\"trac_progress\";s:26:\"Personal Learning Progress\";s:12:\"trac_refresh\";s:7:\"Refresh\";s:15:\"trac_registered\";s:10:\"Registered\";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:20:\"trac_required_visits\";s:25:\"Number of Required Visits\";s:24:\"trac_sahs_relevant_items\";s:13:\"Content Items\";s:16:\"trac_select_area\";s:11:\"Select Area\";s:19:\"trac_settings_saved\";s:15:\"Saved settings.\";s:13:\"trac_settings\";s:8:\"Settings\";s:15:\"trac_spent_time\";s:10:\"Spent Time\";s:11:\"trac_status\";s:6:\"Status\";s:16:\"trac_time_passed\";s:21:\"Editing Time Exceeded\";s:22:\"trac_title_description\";s:19:\"Title / Description\";s:17:\"trac_total_online\";s:17:\"Total Time Online\";s:21:\"trac_update_edit_user\";s:14:\"Saved settings\";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:16:\"trac_visits_info\";s:50:\"A click counts as new visit only after %s seconds.\";s:11:\"trac_visits\";s:25:\"Required Number of Visits\";s:9:\"view_mode\";s:9:\"View Mode\";s:17:\"trac_first_access\";s:12:\"First Access\";s:15:\"trac_read_count\";s:13:\"Access Number\";s:18:\"trac_spent_seconds\";s:10:\"Time Spent\";s:15:\"trac_percentage\";s:10:\"Percentage\";s:12:\"trac_summary\";s:7:\"Summary\";s:13:\"trac_subitems\";s:14:\"Show Sub-Items\";s:17:\"trac_participants\";s:17:\"Show Participants\";s:10:\"trac_title\";s:5:\"Title\";s:11:\"trac_matrix\";s:11:\"Matrix View\";s:19:\"registration_filter\";s:20:\"Date of Registration\";s:10:\"user_total\";s:10:\"User Total\";s:15:\"create_date_min\";s:21:\"Earliest Registration\";s:15:\"create_date_max\";s:19:\"Latest Registration\";s:14:\"read_count_avg\";s:18:\"Average page views\";s:30:\"trac_mode_deactivated_info_new\";s:84:\"The learning progress status is not displayed and does not influence parent objects.\";s:27:\"trac_lp_determination_tutor\";s:39:\"Display of objects in learning progress\";s:36:\"trac_lp_determination_info_crs_tutor\";s:64:\"This selection is not connected to the learning progress status.\";s:12:\"trac_average\";s:7:\"Average\";s:8:\"trac_sum\";s:3:\"Sum\";s:11:\"trac_others\";s:6:\"Others\";s:36:\"trac_learning_progress_settings_info\";s:22:\"Activate extended data\";s:8:\"trac_all\";s:3:\"All\";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:25:\"trac_name_of_installation\";s:20:\"Name of Installation\";s:16:\"trac_object_name\";s:14:\"Name of Object\";s:16:\"trac_object_link\";s:14:\"Link to Object\";s:17:\"trac_object_owner\";s:15:\"Owner of Object\";s:16:\"trac_report_date\";s:14:\"Date of Report\";s:17:\"trac_report_owner\";s:15:\"Owner of Report\";s:26:\"trac_first_and_last_access\";s:21:\"First and Last Access\";s:29:\"trac_read_count_spent_seconds\";s:19:\"Time Spent / Access\";s:23:\"trac_object_stat_access\";s:15:\"Usage Intensity\";s:15:\"trac_show_graph\";s:10:\"Show Graph\";s:11:\"trac_figure\";s:10:\"Key Figure\";s:22:\"trac_object_stat_types\";s:17:\"Number of Objects\";s:14:\"trac_reference\";s:10:\"References\";s:10:\"trac_trash\";s:14:\"Moved to Trash\";s:22:\"trac_object_stat_daily\";s:11:\"Daily Usage\";s:22:\"trac_object_stat_admin\";s:11:\"Manage Data\";s:16:\"trac_delete_data\";s:11:\"Delete Data\";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:17:\"trac_data_deleted\";s:22:\"Data has been deleted.\";s:19:\"trac_sync_obj_stats\";s:11:\"Update Data\";s:27:\"trac_sync_obj_stats_success\";s:22:\"Data has been updated.\";s:19:\"trac_status_changed\";s:18:\"Last Status Change\";s:25:\"trac_learning_progress_of\";s:23:\"Learning Progress of %s\";s:20:\"trac_group_materials\";s:39:\"Create Grouping with Optional Materials\";s:22:\"trac_release_materials\";s:45:\"Disintegrate 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:15:\"trac_min_passed\";s:35:\"Minimum Number of Passed Materials:\";s:22:\"trac_object_statistics\";s:17:\"Object Statistics\";s:33:\"trac_determines_learning_progress\";s:28:\"Determines Learning Progress\";s:19:\"trac_manual_display\";s:28:\"Display in Learning Progress\";s:22:\"trac_manual_no_display\";s:35:\"Do not display in Learning Progress\";s:24:\"trac_manual_is_displayed\";s:12:\"Is Displayed\";s:13:\"trac_log_info\";s:44:\"Last Aggregation: %s (Unprocessed items: %s)\";s:18:\"trac_log_info_link\";s:6:\"Update\";s:19:\"trac_object_stat_lp\";s:35:\"Learning Progress Statistics Course\";s:23:\"trac_object_stat_lp_min\";s:4:\"Min.\";s:23:\"trac_object_stat_lp_max\";s:4:\"Max.\";s:18:\"trac_members_short\";s:7:\"Members\";s:12:\"trac_current\";s:7:\"Current\";s:16:\"trac_aggregation\";s:11:\"Aggregation\";s:18:\"session_statistics\";s:18:\"Session Statistics\";s:21:\"trac_last_aggregation\";s:16:\"Last Aggregation\";s:28:\"trac_last_maxed_out_sessions\";s:14:\"Last Full Load\";s:22:\"trac_maxed_out_counter\";s:14:\"Rejected Users\";s:20:\"trac_sessions_opened\";s:10:\"Admissions\";s:20:\"trac_sessions_closed\";s:8:\"Leavings\";s:19:\"trac_maxed_out_time\";s:15:\"Full Load [min]\";s:18:\"trac_closed_manual\";s:6:\"Logout\";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:34:\"trac_session_statistics_mode_today\";s:5:\"Today\";s:37:\"trac_session_statistics_mode_last_day\";s:13:\"Last 24 Hours\";s:38:\"trac_session_statistics_mode_last_week\";s:11:\"Last 7 Days\";s:39:\"trac_session_statistics_mode_last_month\";s:12:\"Last 30 Days\";s:23:\"trac_session_active_avg\";s:25:\"Active Sessions (Average)\";s:23:\"trac_session_active_min\";s:25:\"Active Sessions (Minimum)\";s:23:\"trac_session_active_max\";s:25:\"Active Sessions (Maximum)\";s:31:\"trac_session_statistics_no_data\";s:43:\"No data for this statistics could be found.\";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:32:\"trac_session_statistics_mode_day\";s:3:\"Day\";s:33:\"trac_session_statistics_mode_week\";s:4:\"Week\";s:34:\"trac_session_statistics_mode_month\";s:5:\"Month\";s:24:\"trac_current_system_load\";s:19:\"Current System Load\";s:22:\"trac_short_system_load\";s:10:\"Short term\";s:21:\"trac_long_system_load\";s:9:\"Long term\";s:25:\"trac_periodic_system_load\";s:8:\"Periodic\";s:13:\"trac_begin_at\";s:10:\"Start date\";s:10:\"trac_scale\";s:5:\"Scale\";s:12:\"trac_measure\";s:6:\"Figure\";s:11:\"trac_end_at\";s:8:\"End Date\";s:33:\"trac_session_statistics_mode_year\";s:4:\"Year\";s:16:\"trac_closed_misc\";s:5:\"Misc.\";s:27:\"trac_lp_on_personal_desktop\";s:37:\"Learning Progress on Personal Desktop\";s:22:\"trac_lp_learner_access\";s:26:\"View Own Learning Progress\";s:22:\"trac_filter_has_status\";s:49:\"Show also objects with status ‘not attempted’\";s:16:\"trac_mode_plugin\";s:6:\"Plugin\";s:27:\"trac_lp_learner_access_info\";s:63:\"If active, users can access their own learning progress status.\";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.
The Typical Learning Time per chapter can be set on this screen after you have saved 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.
Chapters can be selected as Progress-relevant on this screen after you have saved this setting.\";s:35:\"trac_collection_manual_learner_info\";s:61:\"The learning progress for this object has to be set manually.\";s:41:\"trac_collection_manual_learner_changed_ts\";s:10:\"Changed on\";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:16:\"trac_lp_list_gui\";s:36:\"Personal Desktop, Repository, Search\";s:21:\"trac_lp_list_gui_info\";s:72:\"If activated, the learning progress status is included in objects lists.\";s:27:\"trac_object_statistics_info\";s:85:\"If activated, the basic data for the usage statistics will be gathered and processed.\";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: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: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_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: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: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:30:\"trac_lp_determination_info_mob\";s:85:\"Select the items that determine the overall learning progress status of the Mediacast\";s:38:\"trac_lp_settings_info_parent_container\";s:43:\"Learning Progress of Atop Container Objects\";s:25:\"trac_mode_study_programme\";s:25:\"Study Programme Completed\";s:35:\"trac_lp_settings_info_parent_legend\";s:66:\"The learning progress status of this object is influenced by \"%s\".\";s:14:\"trac_cron_info\";s:64:\"Please activate the \"Object Statistics\" cron job to gather data.\";s:13:\"trac_defaults\";s:17:\"Completion Status\";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:22:\"trac_defaults_inactive\";s:8:\"Inactive\";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:27:\"trac_lhist_obj_completed_in\";s:25:\"$1$ was completed in $2$.\";s:24:\"trac_lhist_obj_completed\";s:18:\"$1$ was completed.\";}'); +INSERT INTO `lng_modules` VALUES ('trac#','en','a:1:{s:28:\"trac_mode_test_finished_info\";s:39:\"Users have to finish a test completely.\";}'); +INSERT INTO `lng_modules` VALUES ('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.\";}'); +INSERT INTO `lng_modules` VALUES ('user','en','a:126:{s:17:\"clipboard_add_btn\";s:16:\"Add to Clipboard\";s:22:\"clipboard_add_from_btn\";s:18:\"Add from Clipboard\";s:20:\"clipboard_user_added\";s:34:\"Added selected users to clipboard.\";s:21:\"clipboard_table_title\";s:25:\"Clipboard (User Accounts)\";s:20:\"clipboard_remove_btn\";s:21:\"Remove from Clipboard\";s:19:\"clipboard_empty_btn\";s:15:\"Empty Clipboard\";s:19:\"user_access_limited\";s:7:\"Limited\";s:21:\"user_access_unlimited\";s:9:\"Unlimited\";s:33:\"user_activate_public_profile_info\";s:79:\"First and last name will always be visible in your profile, if it is activated.\";s:28:\"user_activate_public_profile\";s:10:\"Activation\";s:15:\"user_activation\";s:10:\"Activation\";s:8:\"user_all\";s:3:\"All\";s:8:\"user_any\";s:3:\"Any\";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: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:31:\"user_please_select_course_group\";s:34:\"Please select a course or a group.\";s:24:\"user_public_profile_info\";s:114:\"Please select which personal data is visible in your profile and which users should be able to visit your profile.\";s:36:\"user_screen_reader_optimization_info\";s:44:\"Improve ILIAS for usage with screen readers.\";s:31:\"user_screen_reader_optimization\";s:26:\"Screen Reader Optimization\";s:24:\"user_select_course_group\";s:19:\"Select Course/Group\";s:23:\"user_visible_in_profile\";s:24:\"Visible in Personal Data\";s:32:\"usr_public_profile_disabled_info\";s:57:\"Your information is only visible to administrative staff.\";s:27:\"usr_public_profile_disabled\";s:16:\"Profile Disabled\";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\";s:32:\"enable_local_user_administration\";s:32:\"Enable Local User Administration\";s:37:\"enable_local_user_administration_info\";s:92:\"If enabled, local user accounts can be administrated in categories and organisational units.\";s:20:\"restrict_user_access\";s:34:\"Restricted Access to User Accounts\";s:25:\"restrict_user_access_info\";s:211:\"Enabled this option only if you want to restrict the access to user accounts. If enabled access to local and global user accounts is only granted when a role has the permission ‘Read Access to User Account’.\";s:25:\"user_adm_enable_alpha_nav\";s:46:\"Alphabetical Navigation in User Administration\";s:10:\"user_order\";s:5:\"Order\";s:29:\"user_save_ordering_and_titles\";s:24:\"Save ordering and titles\";s:20:\"user_profile_preview\";s:7:\"Preview\";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_profile_portfolio\";s:120:\"If you want to use a portfolio as your profile, go to the portfolio section and set ‘My Profile’ for that portfolio.\";s:22:\"user_account_codes_add\";s:9:\"Add Codes\";s:25:\"user_account_codes_export\";s:12:\"Export Codes\";s:30:\"user_account_codes_edit_header\";s:9:\"Add Codes\";s:25:\"user_account_codes_number\";s:15:\"Number Of Codes\";s:17:\"user_account_code\";s:4:\"Code\";s:29:\"user_account_code_valid_until\";s:11:\"Valid Until\";s:36:\"user_account_code_valid_until_static\";s:8:\"End Date\";s:37:\"user_account_code_valid_until_dynamic\";s:14:\"Number of Days\";s:27:\"user_account_code_generated\";s:18:\"Date Of Generation\";s:22:\"user_account_code_used\";s:11:\"Date Of Use\";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:39:\"user_account_code_valid_until_unlimited\";s:9:\"Unlimited\";s:25:\"user_account_code_setting\";s:36:\"Enable Account Re-Activation By Code\";s:30:\"user_account_code_setting_info\";s:70:\"Inactive Accounts can be re-activated by users with pre-defined codes.\";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:29:\"user_allow_delete_own_account\";s:33:\"Allow users to delete own account\";s:42:\"user_delete_own_account_notification_email\";s:19:\"Notification E-Mail\";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:42:\"user_delete_own_account_final_confirmation\";s:72:\"Please confirm for the last time to remove your user account from ILIAS!\";s:37:\"user_delete_own_account_email_subject\";s:20:\"User account deleted\";s:34:\"user_delete_own_account_email_body\";s:54:\"Your user account \"%s\" has been deleted from %s on %s.\";s:23:\"user_store_last_visited\";s:12:\"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:20:\"user_lv_do_not_store\";s:27:\"Never remember last visited\";s:14:\"user_ownership\";s:18:\"Repository Objects\";s:23:\"user_delete_own_account\";s:14:\"Delete Account\";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:20:\"tos_not_accepted_yet\";s:16:\"Not accepted yet\";s:20:\"tos_accepted_content\";s:16:\"Accepted Content\";s:43:\"user_delete_own_account_logout_confirmation\";s:88:\"Your account has been flagged for deletion. Please authenticate to continue the process.\";s:37:\"user_delete_own_account_logout_button\";s:25:\"Proceed to Authentication\";s:31:\"user_delete_own_account_aborted\";s:42:\"Aborted deletion, account was not changed.\";s:21:\"inform_user_mail_info\";s:143:\"If activated, an e-mail will be sent to the user. Its content can be defined in Administration > User Management > Settings > New Account Mail.\";s:6:\"usr_id\";s:7:\"User ID\";s:9:\"interests\";s:9:\"Interests\";s:17:\"interests_general\";s:17:\"General Interests\";s:22:\"interests_help_offered\";s:13:\"Offering Help\";s:22:\"interests_help_looking\";s:16:\"Looking For Help\";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:34:\"send_mail_to_inactive_users_suffix\";s:21:\"Days before Deletion.\";s:40:\"send_mail_to_inactive_users_numbers_only\";s:47:\"Only positive non decimal numbers are accepted.\";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:16:\"del_mail_subject\";s:40:\"(ILIAS) – Your account will be deleted\";s:13:\"del_mail_body\";s:189:\"Hello %1$s, %2$s you haven\'t logged in for a long period of time, on %3$s. So your account will be probably deleted on %4$s. You have to login again to prevent the deletion of your account.\";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:35:\"send_mail_reminder_window_too_small\";s:60:\"Your Frequency setting is too large for this reminder value.\";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:8:\"feedhash\";s:12:\"Newsfeedhash\";s:8:\"has_role\";s:4:\"Role\";s:8:\"criteria\";s:8:\"Criteria\";s:14:\"starting_point\";s:14:\"Starting Point\";s:24:\"user_role_starting_point\";s:21:\"User - Starting Point\";s:28:\"roles_without_starting_point\";s:37:\"Roles without defined starting point:\";s:28:\"all_roles_has_starting_point\";s:34:\"All the roles have starting points\";s:13:\"starting_page\";s:14:\"Starting Point\";s:15:\"starting_points\";s:15:\"Starting Points\";s:26:\"user_chooses_starting_page\";s:27:\"User Chooses Starting Point\";s:10:\"save_order\";s:10:\"Save Order\";s:17:\"editing_this_role\";s:4:\"Role\";s:21:\"create_starting_point\";s:11:\"Create Rule\";s:23:\"starting_point_settings\";s:23:\"Starting Point Settings\";s:29:\"confirm_delete_starting_point\";s:42:\"Are you sure you want to delete this rule?\";s:28:\"back_to_starting_points_list\";s:23:\"Back to Starting Points\";s:17:\"user_profile_info\";s:17:\"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:24:\"user_make_profile_public\";s:15:\"Publish Profile\";s:18:\"usr_letter_avatars\";s:14:\"Letter Avatars\";s:23:\"usr_letter_avatars_info\";s:95:\"Shows initial of user name or login as profile picture, if no public picture is being provided.\";s:25:\"user_prompting_recurrence\";s:20:\"Prompting Recurrence\";s:23:\"user_prompting_settings\";s:18:\"Prompting Settings\";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:52:\"Once after 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:101:\"The user will be prompted periodically with the profile, if the user did not publish the profile yet.\";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:20:\"obj_ref_id_not_exist\";s:39:\"The entered Reference-Id does not exist\";s:23:\"msg_spoint_not_modified\";s:27:\"Starting point not modified\";s:21:\"user_profile_info_std\";s:25:\"Default User Profile Info\";}'); +INSERT INTO `lng_modules` VALUES ('usr','en','a:3:{s:12:\"user_actions\";s:12:\"User Actions\";s:11:\"user_action\";s:11:\"User Action\";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).\";}'); +INSERT INTO `lng_modules` VALUES ('webr','en','a:19:{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: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: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:12:\"Weblink Name\";s:14:\"webr_list_desc\";s:27:\"Description of Weblink List\";s:15:\"webr_list_title\";s:21:\"Title of Weblink List\";s:13:\"webr_new_link\";s:15:\"Add New Weblink\";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\";s:11:\"webr_import\";s:14:\"Import Weblink\";s:9:\"webr_copy\";s:12:\"Copy Weblink\";s:17:\"invalid_links_tbl\";s:13:\"Invalid Links\";}'); +INSERT INTO `lng_modules` VALUES ('wfe','en','a:31:{s:9:\"dashboard\";s:9:\"Dashboard\";s:11:\"definitions\";s:19:\"Process Definitions\";s:9:\"instances\";s:17:\"Process Instances\";s:12:\"obj_wfe_desc\";s:18:\"Process Automation\";s:14:\"upload_process\";s:25:\"Upload Process Definition\";s:23:\"process_definition_file\";s:23:\"Process Definition File\";s:28:\"process_definition_file_info\";s:12:\"BPMN2-Models\";s:20:\"upload_parse_success\";s:47:\"Process Definition uploaded, parsed and stored.\";s:13:\"start_process\";s:13:\"Start Process\";s:15:\"process_started\";s:15:\"Process started\";s:24:\"input_variables_required\";s:14:\"Input required\";s:20:\"input_variables_desc\";s:49:\"The process requires the following data to start:\";s:27:\"input_static_variables_desc\";s:55:\"The process requires the following data for its starts:\";s:17:\"delete_definition\";s:17:\"Delete Definition\";s:18:\"definition_deleted\";s:28:\"Workflow-Definition deleted.\";s:12:\"subject_type\";s:12:\"Subject Type\";s:10:\"subject_id\";s:10:\"Subject ID\";s:13:\"subject_by_id\";s:13:\"Subject By ID\";s:15:\"subject_by_mask\";s:14:\"Masked Subject\";s:12:\"context_type\";s:12:\"Context Type\";s:10:\"context_id\";s:10:\"Context ID\";s:13:\"context_by_id\";s:13:\"Context By ID\";s:15:\"context_by_mask\";s:14:\"Masked Context\";s:15:\"start_listening\";s:17:\"Activate Listener\";s:14:\"stop_listening\";s:19:\"Deactivate Listener\";s:24:\"static_input_form_header\";s:44:\"Input Data for All Instances of the Workflow\";s:23:\"start_event_form_header\";s:42:\"Relevant Events for the Start of Workflows\";s:30:\"wfe_sure_to_delete_process_def\";s:47:\"Are you sure you want to delete the definition?\";s:30:\"wfe_request_missing_process_id\";s:61:\"The process id is missing, cannot perform the desired action.\";s:21:\"wfe_started_listening\";s:13:\"Process armed\";s:21:\"wfe_stopped_listening\";s:16:\"Process disarmed\";}'); +INSERT INTO `lng_modules` VALUES ('wfld','en','a:3:{s:8:\"wfld_new\";s:17:\"Create New Folder\";s:8:\"wfld_add\";s:13:\"Create Folder\";s:9:\"wfld_edit\";s:11:\"Edit Folder\";}'); +INSERT INTO `lng_modules` VALUES ('wiki','en','a:178:{s:20:\"wiki_activate_rating\";s:25:\"Activate Rating For Pages\";s:14:\"wiki_all_pages\";s:9:\"All Pages\";s:16:\"wiki_contributor\";s:11:\"Contributor\";s:17:\"wiki_contributors\";s:12:\"Contributors\";s:15:\"wiki_created_by\";s:10:\"Created By\";s:11:\"wiki_failed\";s:6:\"Failed\";s:24:\"wiki_feedback_from_tutor\";s:19:\"Feedback from Tutor\";s:21:\"wiki_general_settings\";s:16:\"General Settings\";s:12:\"wiki_grading\";s:7:\"Grading\";s:17:\"wiki_introduction\";s:12:\"Introduction\";s:20:\"wiki_last_changed_by\";s:15:\"Last Changed By\";s:17:\"wiki_last_changed\";s:11:\"Last Change\";s:22:\"wiki_last_visited_page\";s:17:\"Last Visited Page\";s:9:\"wiki_mark\";s:4:\"Mark\";s:14:\"wiki_new_pages\";s:9:\"New Pages\";s:18:\"wiki_no_start_page\";s:38:\"Wiki is missing a valid starting page.\";s:14:\"wiki_notgraded\";s:10:\"Not Graded\";s:35:\"wiki_number_users_notes_or_comments\";s:60:\"Number of users that attached notes or comments to this page\";s:19:\"wiki_orphaned_pages\";s:14:\"Orphaned Pages\";s:24:\"wiki_other_pages_linking\";s:32:\"Other Pages Linking to This Page\";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:14:\"wiki_page_hits\";s:9:\"Page Hits\";s:9:\"wiki_page\";s:4:\"Page\";s:10:\"wiki_pages\";s:5:\"Pages\";s:11:\"wiki_passed\";s:6:\"Passed\";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:21:\"wiki_quick_navigation\";s:21:\"Wiki Quick Navigation\";s:19:\"wiki_recent_changes\";s:14:\"Recent Changes\";s:19:\"wiki_search_results\";s:14:\"Search Results\";s:11:\"wiki_search\";s:6:\"Search\";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:15:\"wiki_start_page\";s:10:\"Start Page\";s:10:\"wiki_style\";s:5:\"Style\";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:14:\"wiki_wiki_page\";s:9:\"Wiki Page\";s:16:\"wiki_wiki_search\";s:11:\"Wiki Search\";s:11:\"wiki_import\";s:11:\"Import Wiki\";s:32:\"wiki_change_notification_subject\";s:34:\"Wiki \"%1$s\" has been changed: %2$s\";s:41:\"wiki_change_notification_page_body_update\";s:40:\"the following wiki page has been updated\";s:41:\"wiki_change_notification_page_body_delete\";s:40:\"the following wiki page has been deleted\";s:42:\"wiki_change_notification_page_body_comment\";s:51:\"a comment has been added to the following wiki page\";s:34:\"wiki_change_notification_page_link\";s:3:\"URL\";s:29:\"wiki_change_notification_link\";s:3:\"URL\";s:15:\"wiki_whole_wiki\";s:10:\"Whole Wiki\";s:19:\"wiki_selected_pages\";s:14:\"Selected Pages\";s:35:\"wiki_change_notification_salutation\";s:9:\"Hello %s,\";s:20:\"wiki_public_comments\";s:15:\"Public Comments\";s:13:\"wiki_ordering\";s:8:\"Ordering\";s:16:\"wiki_indentation\";s:11:\"Indentation\";s:29:\"wiki_save_ordering_and_indent\";s:29:\"Save Ordering and Indentation\";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:22:\"wiki_removed_imp_pages\";s:34:\"Important pages removed from list.\";s:30:\"wiki_ordering_and_indent_saved\";s:31:\"Ordering and Indentation saved.\";s:19:\"wiki_imp_page_added\";s:11:\"Page added.\";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:19:\"wiki_page_unblocked\";s:35:\"Write permission granted for users.\";s:17:\"wiki_page_blocked\";s:94:\"Wiki page is set to read-only. Only users with «Edit Settings» permission have write access.\";s:16:\"wiki_last_edited\";s:11:\"Last edited\";s:24:\"wiki_page_already_exists\";s:38:\"A page with this title already exists.\";s:16:\"wiki_rename_page\";s:11:\"Rename Page\";s:18:\"wiki_new_page_name\";s:9:\"New Title\";s:22:\"wiki_news_page_created\";s:31:\"New wiki page has been created.\";s:22:\"wiki_news_page_changed\";s:27:\"Wiki page has been updated.\";s:15:\"wiki_changed_by\";s:10:\"Changed by\";s:24:\"wiki_page_status_blocked\";s:18:\"Page is read-only.\";s:14:\"wiki_functions\";s:14:\"Wiki Functions\";s:15:\"wiki_navigation\";s:15:\"Wiki Navigation\";s:15:\"wiki_page_lists\";s:10:\"Page Lists\";s:27:\"wiki_notification_activated\";s:35:\"Notification Activated (Whole Wiki)\";s:32:\"wiki_page_notification_activated\";s:36:\"Notification Activated (Single Page)\";s:33:\"wiki_notification_deactivate_wiki\";s:32:\"Deactivate Notification for Wiki\";s:33:\"wiki_notification_deactivate_page\";s:32:\"Deactivate Notification for Page\";s:31:\"wiki_notification_activate_wiki\";s:30:\"Activate Notification for Wiki\";s:31:\"wiki_notification_activate_page\";s:30:\"Activate Notification for Page\";s:15:\"wiki_block_page\";s:13:\"Set Read-Only\";s:17:\"wiki_unblock_page\";s:18:\"Grant Write Access\";s:16:\"wiki_delete_page\";s:11:\"Delete Page\";s:11:\"wiki_rename\";s:6:\"Rename\";s:14:\"wiki_rate_page\";s:19:\"Rate this Wiki Page\";s:17:\"wiki_page_actions\";s:12:\"Page Actions\";s:29:\"wiki_notification_deactivated\";s:24:\"Notification Deactivated\";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:29:\"wiki_activate_new_page_rating\";s:29:\"Activate Rating For New Pages\";s:29:\"wiki_activate_extended_rating\";s:26:\"Activate Rating Categories\";s:25:\"wiki_activate_page_rating\";s:15:\"Activate Rating\";s:27:\"wiki_deactivate_page_rating\";s:17:\"Deactivate Rating\";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:17:\"wiki_rate_overall\";s:9:\"Rate Wiki\";s:8:\"wiki_wpg\";s:9:\"Wiki Page\";s:22:\"wiki_advmd_block_title\";s:23:\"Custom Metadata of Page\";s:19:\"wiki_stat_num_pages\";s:15:\"Number of Pages\";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: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:19:\"wiki_page_templates\";s:14:\"Page Templates\";s:28:\"wiki_template_status_removed\";s:24:\"Template status removed.\";s:27:\"wiki_remove_template_status\";s:22:\"Remove Template Status\";s:19:\"wiki_template_added\";s:20:\"Template page added.\";s:20:\"wiki_templ_new_pages\";s:26:\"Available on Page Creation\";s:22:\"wiki_templ_add_to_page\";s:43:\"Available for Being Added to Existing Pages\";s:17:\"wiki_add_template\";s:19:\"Set Template Status\";s:24:\"wiki_empty_page_template\";s:36:\"Empty Page Template on Page Creation\";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:13:\"wiki_new_page\";s:8:\"New Page\";s:18:\"wiki_page_template\";s:13:\"Page Template\";s:15:\"wiki_empty_page\";s:10:\"Empty Page\";s:16:\"wiki_create_page\";s:11:\"Create Page\";s:15:\"wiki_stat_scope\";s:9:\"Timeframe\";s:16:\"wiki_stat_figure\";s:6:\"Figure\";s:23:\"wiki_stat_deleted_pages\";s:23:\"Number of Deleted Pages\";s:20:\"wiki_stat_read_pages\";s:23:\"Number of Read Accesses\";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: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:20:\"wiki_stat_rating_avg\";s:14:\"Average Rating\";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: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:15:\"wiki_stat_words\";s:15:\"Number of Words\";s:19:\"wiki_stat_words_avg\";s:33:\" Average Number of Words per Page\";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:19:\"wiki_stat_footnotes\";s:19:\"Number of Footnotes\";s:23:\"wiki_stat_footnotes_avg\";s:36:\"Average Number of Footnotes 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:24:\"wiki_stat_page_user_edit\";s:31:\"Number of Users Who Edited Page\";s:19:\"wiki_stat_page_read\";s:23:\"Number of Read Accesses\";s:29:\"wiki_stat_page_internal_links\";s:24:\"Number of Internal Links\";s:29:\"wiki_stat_page_external_links\";s:24:\"Number of External Links\";s:20:\"wiki_stat_page_words\";s:15:\"Number of Words\";s:25:\"wiki_stat_page_characters\";s:20:\"Number of Characters\";s:24:\"wiki_stat_page_footnotes\";s:19:\"Number of Footnotes\";s:22:\"wiki_stat_page_ratings\";s:17:\"Number of Ratings\";s:20:\"wiki_show_print_view\";s:10:\"Print View\";s:20:\"wiki_show_pdf_export\";s:10:\"PDF Export\";s:22:\"wiki_set_as_start_page\";s:17:\"Set as Start Page\";s:12:\"wiki_purpose\";s:7:\"Purpose\";s:20:\"wiki_select_one_item\";s:23:\"Please select one item.\";s:13:\"wiki_add_link\";s:8:\"Add Link\";s:14:\"wiki_link_text\";s:9:\"Link Text\";s:16:\"wiki_target_page\";s:11:\"Target Page\";s:16:\"wiki_page_exists\";s:13:\"Existing Page\";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:18:\"wiki_no_page_found\";s:49:\"No wiki page has been found for search term \'$1\'.\";s:16:\"wiki_pages_found\";s:48:\"The following pages match your 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: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:28:\"wiki_unhide_meta_adv_records\";s:26:\"Show additional properties\";s:16:\"wiki_html_export\";s:11:\"Export HTML\";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:9:\"wiki_copy\";s:9:\"Copy Wiki\";s:19:\"wiki_page_list_mode\";s:12:\"Type of List\";s:29:\"wiki_page_list_mode_unordered\";s:12:\"Not numbered\";s:27:\"wiki_page_list_mode_ordered\";s:8:\"Numbered\";s:29:\"wiki_pg_list_no_search_fields\";s:69:\"No searchable metadata fields found in the metadata sets of the wiki.\";s:33:\"wiki_change_notification_body_new\";s:35:\"the following wiki page was created\";s:19:\"wiki_type_wiki_team\";s:9:\"Team Wiki\";s:18:\"wiki_exercise_info\";s:58:\"This wiki is part of the assignment \"%s\" of exercise \"%s\".\";s:18:\"wiki_finalize_wiki\";s:24:\"Finalize and Submit Wiki\";s:14:\"wiki_finalized\";s:38:\"Wiki has been finalized and submitted.\";s:28:\"wiki_exercise_submitted_info\";s:61:\"Your last submission was on %s. Please check the export file.\";s:17:\"wiki_team_members\";s:12:\"Team Members\";s:21:\"wiki_exc_wiki_created\";s:22:\"Wiki has been created.\";s:17:\"wiki_exc_template\";s:13:\"Wiki Template\";s:24:\"wiki_download_submission\";s:24:\"Download Submission File\";s:18:\"wiki_page_type_wpg\";s:9:\"Wiki Page\";}'); +INSERT INTO `lng_modules` VALUES ('skll','en','a:8:{s:27:\"skll_new_skill_achievements\";s:65:\"You achieved new competence levels in the period of %1$s to %2$s:\";s:33:\"skll_intro_skill_notification_for\";s:59:\"this is an overview of your latest competence achievements.\";s:23:\"skll_skill_notification\";s:23:\"Competence Notification\";s:28:\"skll_skill_notification_desc\";s:44:\"Informs user on newly set competence levels.\";s:28:\"skll_competence_achievements\";s:42:\"New competence achievements and appraisals\";s:25:\"skll_lhist_skill_achieved\";s:38:\"Status $4$ of $3$ was assigned in $1$.\";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$.\";}'); +INSERT INTO `lng_modules` VALUES ('wsp','en','a:59:{s:22:\"wsp_personal_workspace\";s:9:\"Workspace\";s:34:\"wsp_personal_workspace_description\";s:60:\"Here you can manage your private files, blogs and artifacts.\";s:13:\"wsp_type_file\";s:4:\"File\";s:13:\"wsp_type_wfld\";s:6:\"Folder\";s:13:\"wsp_type_blog\";s:4:\"Blog\";s:13:\"wsp_type_tstv\";s:17:\"Certificate: Test\";s:13:\"wsp_type_excv\";s:21:\"Certificate: Exercise\";s:29:\"wsp_set_permission_registered\";s:20:\"All Registered Users\";s:22:\"wsp_set_permission_all\";s:14:\"World Wide Web\";s:30:\"wsp_permission_registered_info\";s:48:\"This object is shared with all registered users.\";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:15:\"wsp_permissions\";s:5:\"Share\";s:15:\"wsp_shared_with\";s:11:\"Shared With\";s:30:\"wsp_set_permission_single_user\";s:13:\"A Single User\";s:24:\"wsp_set_permission_group\";s:16:\"Members of Group\";s:25:\"wsp_set_permission_course\";s:17:\"Members of Course\";s:31:\"wsp_set_permission_all_password\";s:28:\"World Wide Web with Password\";s:22:\"wsp_permission_removed\";s:23:\"Entry has been removed.\";s:22:\"wsp_share_with_members\";s:18:\"Share with members\";s:17:\"wsp_share_success\";s:27:\"A new entry has been added.\";s:22:\"wsp_share_search_users\";s:12:\"Search Users\";s:16:\"wsp_tab_personal\";s:12:\"My Resources\";s:14:\"wsp_tab_shared\";s:24:\"Resources of Other Users\";s:20:\"wsp_shared_resources\";s:16:\"Shared Resources\";s:22:\"wsp_copy_to_repository\";s:18:\"Copy to Repository\";s:22:\"wsp_move_to_repository\";s:18:\"Move to Repository\";s:17:\"wsp_status_shared\";s:6:\"Shared\";s:13:\"wsp_type_webr\";s:7:\"Weblink\";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:16:\"wsp_password_for\";s:12:\"Password for\";s:20:\"wsp_invalid_password\";s:30:\"The given password is invalid.\";s:20:\"wsp_share_with_users\";s:16:\"Share with users\";s:17:\"wsp_tab_ownership\";s:21:\"My Repository Objects\";s:15:\"wsp_shared_date\";s:13:\"Date of Share\";s:15:\"wsp_shared_type\";s:11:\"Shared With\";s:22:\"wsp_shared_object_type\";s:16:\"Type of Resource\";s:22:\"wsp_shared_user_filter\";s:10:\"Login/Name\";s:22:\"wsp_shared_date_filter\";s:11:\"Shared From\";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:16:\"wsp_shared_title\";s:17:\"Title of Resource\";s:13:\"wsp_list_excv\";s:20:\"Exercise Certificate\";s:13:\"wsp_list_tstv\";s:16:\"Test Certificate\";s:13:\"wsp_type_crsv\";s:19:\"Certificate: Course\";s:13:\"wsp_list_crsv\";s:18:\"Course Certificate\";s:13:\"wsp_type_scov\";s:18:\"Certificate: SCORM\";s:13:\"wsp_list_scov\";s:17:\"SCORM Certificate\";s:22:\"wsp_shared_table_title\";s:6:\"Shares\";s:30:\"wsp_shared_filter_reset_button\";s:12:\"Reset Search\";s:24:\"wsp_shared_filter_button\";s:6:\"Search\";s:13:\"share_content\";s:12:\"Share Object\";s:10:\"share_with\";s:8:\"Username\";s:22:\"element_already_shared\";s:45:\"This object is already shared with this user.\";s:15:\"search_no_match\";s:38:\"Your search did not match any results.\";s:14:\"element_shared\";s:14:\"Object shared.\";s:5:\"share\";s:5:\"Share\";s:30:\"error_creating_certificate_pdf\";s:103:\"The certificate could not be created. Please contact the administrator to check the certificate server.\";}'); +INSERT INTO `lng_modules` VALUES ('copa','en','a:9:{s:8:\"copa_new\";s:19:\"Create Content Page\";s:11:\"copa_import\";s:19:\"Import Content Page\";s:9:\"copa_copy\";s:17:\"Copy Content Page\";s:8:\"copa_add\";s:16:\"Add Content Page\";s:9:\"copa_edit\";s:17:\"Edit Content Page\";s:18:\"obj_copa_duplicate\";s:22:\"Duplicate 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:19:\"copa_page_type_copa\";s:12:\"Content Page\";}'); +INSERT INTO `lng_modules` VALUES ('ui','en','a:3:{s:18:\"ui_chars_remaining\";s:21:\"Characters remaining:\";s:12:\"ui_chars_min\";s:8:\"Minimum:\";s:12:\"ui_chars_max\";s:8:\"Maximum:\";}'); +INSERT INTO `lng_modules` VALUES ('cond','en','a:1:{s:25:\"cond_under_parent_control\";s:57:\"Preconditions are under the control of the parent object.\";}'); +INSERT INTO `lng_modules` VALUES ('lhist','en','a:13:{s:22:\"lhist_learning_history\";s:16:\"Learning History\";s:16:\"lhist_no_entries\";s:75:\"Achieve your goals! Learn something today to further your learning history.\";s:17:\"lhist_first_login\";s:11:\"First Login\";s:9:\"lhist_all\";s:3:\"All\";s:14:\"lhist_selected\";s:8:\"Selected\";s:12:\"lhist_manual\";s:6:\"Manual\";s:12:\"lhist_period\";s:6:\"Period\";s:25:\"lhist_type_of_achievement\";s:19:\"Type of Achievement\";s:17:\"cont_update_lhist\";s:29:\"Edit Learning History Element\";s:17:\"cont_create_lhist\";s:31:\"Create Learning History Element\";s:27:\"lhist_cont_placeholder_text\";s:86:\"This element will show the learning history in the presentation mode of the portfolio.\";s:11:\"lhist_lhist\";s:16:\"Learning History\";s:15:\"lhist_show_more\";s:9:\"Show More\";}'); +INSERT INTO `lng_modules` VALUES ('mme','en','a:70:{s:5:\"flush\";s:17:\"Remove Lost Items\";s:19:\"msg_subitem_flushed\";s:19:\"Lost Items removed.\";s:4:\"main\";s:9:\"Main Menu\";s:15:\"subtab_topitems\";s:9:\"Top Items\";s:15:\"subtab_subitems\";s:5:\"Items\";s:8:\"tab_back\";s:4:\"Back\";s:11:\"topitem_add\";s:12:\"Add Top Item\";s:12:\"topitem_edit\";s:4:\"Edit\";s:14:\"topitem_delete\";s:6:\"Delete\";s:17:\"topitem_translate\";s:9:\"Translate\";s:16:\"topitem_position\";s:8:\"Position\";s:13:\"topitem_title\";s:5:\"Title\";s:14:\"topitem_active\";s:6:\"Active\";s:18:\"topitem_subentries\";s:5:\"Items\";s:16:\"topitem_provider\";s:8:\"Provider\";s:15:\"topitem_actions\";s:7:\"Actions\";s:19:\"topitem_type_parent\";s:8:\"Top Item\";s:17:\"topitem_type_link\";s:4:\"Link\";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:21:\"topitem_active_byline\";s:37:\"Activate this Top Item for all users.\";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:11:\"subitem_add\";s:8:\"Add Item\";s:12:\"subitem_edit\";s:4:\"Edit\";s:14:\"subitem_delete\";s:6:\"Delete\";s:17:\"subitem_translate\";s:9:\"Translate\";s:10:\"sub_parent\";s:8:\"Top Item\";s:12:\"sub_position\";s:8:\"Position\";s:9:\"sub_title\";s:5:\"Title\";s:8:\"sub_type\";s:4:\"Type\";s:10:\"sub_active\";s:6:\"Active\";s:10:\"sub_status\";s:6:\"Status\";s:12:\"sub_provider\";s:8:\"Provider\";s:11:\"sub_actions\";s:7:\"Actions\";s:11:\"button_save\";s:4:\"Save\";s:19:\"table_show_inactive\";s:13:\"Show inactive\";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:15:\"sub_type_byline\";s:66:\"Specific type for the Item additional configuration may be needed.\";s:17:\"sub_active_byline\";s:33:\"Activate this Item for all users.\";s:13:\"add_languages\";s:12:\"Add Language\";s:19:\"mm_translation_lang\";s:8:\"Language\";s:20:\"mm_translation_trans\";s:11:\"Translation\";s:16:\"additional_langs\";s:20:\"Additional Languages\";s:19:\"msg_languages_added\";s:15:\"Added languages\";s:22:\"msg_translations_saved\";s:18:\"Translations saved\";s:24:\"msg_translations_deleted\";s:20:\"Translations deleted\";s:14:\"topitem_css_id\";s:6:\"CSS-ID\";s:9:\"type_lost\";s:4:\"Lost\";s:20:\"component_not_active\";s:27:\"Component is not activated.\";s:26:\"item_must_be_always_active\";s:20:\"Item must be active.\";s:19:\"msg_subitem_deleted\";s:13:\"Item deleted.\";s:19:\"msg_topitem_deleted\";s:13:\"Item deleted.\";s:22:\"subitem_confirm_delete\";s:48:\"Do you really want to delete the following Item?\";s:22:\"topitem_confirm_delete\";s:48:\"Do you really want to delete the following Item?\";s:14:\"field_external\";s:13:\"External Link\";s:19:\"field_external_info\";s:42:\"Link will be opnened in a separate Window.\";s:9:\"field_url\";s:3:\"URL\";s:14:\"field_url_info\";s:47:\"Link to the desired website, lead by http(s)://\";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:20:\"type_top_parent_item\";s:9:\"Container\";s:18:\"type_top_link_item\";s:4:\"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:9:\"type_link\";s:4:\"Link\";s:14:\"type_link_list\";s:9:\"Link List\";s:12:\"type_complex\";s:7:\"Complex\";s:20:\"type_repository_link\";s:15:\"Repository-Link\";}'); +INSERT INTO `lng_modules` VALUES ('like','en','a:2:{s:8:\"reaction\";s:8:\"Reaction\";s:4:\"like\";s:4:\"Like\";}'); +INSERT INTO `lng_modules` VALUES ('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\";}'); +INSERT INTO `lng_modules` VALUES ('cert','en','a:21:{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:36:\"certificate_migration_lastrun_failed\";s:52:\"The migration of the certificates failed. Try again?\";s:37:\"certificate_migration_confirm_started\";s:26:\"The migration was started.\";s:24:\"certificate_migration_go\";s:15:\"Start Migration\";s:17:\"user_certificates\";s:12:\"Certificates\";s:30:\"error_creating_certificate_pdf\";s:103:\"The certificate could not be created. Please contact the administrator to check the certificate server.\";s:20:\"cert_error_no_access\";s:39:\"You have no access to this certificate.\";s:26:\"certificate_same_not_saved\";s:83:\"No new version of certificate template was saved, because the values didn\'t change.\";s:31:\"certificate_achievement_sub_obj\";s:20:\"Certificate for %1$s\";s:23:\"certificate_achievement\";s:14:\"%1$s achieved.\";s:27:\"certificate_no_object_title\";s:25:\"No object title available\";s:26:\"certificate_no_object_desc\";s:31:\"No object description available\";s:26:\"cert_sortable_by_title_asc\";s:15:\"Title Ascending\";s:27:\"cert_sortable_by_title_desc\";s:16:\"Title Descending\";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:20:\"cert_issued_on_label\";s:9:\"Issued On\";s:19:\"cert_download_label\";s:8:\"Download\";s:17:\"cert_object_label\";s:6:\"Object\";s:22:\"cert_description_label\";s:11:\"Description\";s:23:\"cert_currently_no_certs\";s:51:\"Currently you did not achieve any certificate, yet.\";}'); +INSERT INTO `lng_modules` VALUES ('lso','en','a:92:{s:12:\"learner_view\";s:8:\"Overview\";s:6:\"manage\";s:6:\"Manage\";s:22:\"manage_content_maintab\";s:7:\"Content\";s:12:\"show_summary\";s:4:\"Info\";s:22:\"table_sequence_content\";s:18:\"Content Management\";s:14:\"table_position\";s:8:\"Position\";s:11:\"table_title\";s:5:\"Title\";s:12:\"table_online\";s:6:\"Online\";s:17:\"table_may_proceed\";s:16:\"User may proceed\";s:13:\"table_actions\";s:7:\"Actions\";s:19:\"delete_confirmation\";s:45:\"Are you sure you want to delete this objects?\";s:15:\"entries_deleted\";s:26:\"Successfuly delete entries\";s:30:\"no_entries_selected_for_delete\";s:44:\"There has to be at least one entry selected.\";s:25:\"lso_member_administration\";s:17:\"Edit Participants\";s:19:\"lso_members_gallery\";s:33:\"Learning Sequence Members Gallery\";s:14:\"lso_start_item\";s:5:\"Start\";s:16:\"lso_search_users\";s:12:\"Search Users\";s:14:\"lso_print_list\";s:13:\"Generate list\";s:18:\"lso_mem_tbl_header\";s:24:\"Learning Sequence Member\";s:26:\"lso_users_already_assigned\";s:54:\"The user is already assigned to this learning sequence\";s:23:\"lso_msg_member_assigned\";s:47:\"User(s) assigned as learning sequence member(s)\";s:16:\"lso_notification\";s:12:\"Notification\";s:23:\"lso_header_edit_members\";s:12:\"Edit Members\";s:23:\"lso_members_print_title\";s:25:\"Learning sequence members\";s:22:\"lso_at_least_one_admin\";s:61:\"There has to be at least one learning sequence administrator.\";s:19:\"lso_members_deleted\";s:15:\"Deleted members\";s:14:\"mail_lso_roles\";s:41:\"Send mails to roles of learning sequence.\";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: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:29:\"lso_mail_notification_reg_sub\";s:42:\"User registered for learning sequence \"%s\"\";s:17:\"lso_min_one_admin\";s:78:\"There has to be at least one administrator assigned to this learning sequence.\";s:25:\"lso_header_delete_members\";s:75:\"Would you like to remove the following members from this learning sequence?\";s:8:\"abstract\";s:8:\"Abstract\";s:12:\"abstract_img\";s:18:\"Image for Abstract\";s:5:\"extro\";s:8:\"Exitpage\";s:9:\"extro_img\";s:18:\"Image for Exitpage\";s:16:\"lso_player_start\";s:23:\"Start Learning Sequence\";s:17:\"lso_player_review\";s:24:\"Review Learning Sequence\";s:17:\"lso_player_resume\";s:24:\"Resume Learning Sequence\";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:18:\"lso_player_suspend\";s:7:\"Suspend\";s:19:\"lso_player_previous\";s:8:\"Previous\";s:15:\"lso_player_next\";s:4:\"Next\";s:8:\"lso_read\";s:41:\"User has read access to Learning Sequence\";s:19:\"lso_edit_permission\";s:35:\"User can change permission settings\";s:16:\"condition_always\";s:6:\"Always\";s:8:\"finished\";s:8:\"Finished\";s:12:\"not_finished\";s:12:\"Not Finished\";s:6:\"failed\";s:6:\"Failed\";s:18:\"lso_settings_intro\";s:18:\"Intropage Settings\";s:18:\"lso_settings_extro\";s:17:\"Exitpage Settings\";s:13:\"lso_notify_on\";s:44:\"Notification about new registrations enabled\";s:14:\"lso_notify_off\";s:45:\"Notification about new registrations disabled\";s:14:\"lso_new_status\";s:19:\"Your new status is:\";s:34:\"lso_notification_explanation_admin\";s:102:\"You receive mail from ILIAS because you are learning sequence administrator with notification enabled.\";s:31:\"lso_mail_unsubscribe_member_sub\";s:57:\"Your cancellation of membership in 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_notification_unsub_sub\";s:32:\"User left 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:29:\"lso_mail_subscribe_member_sub\";s:44:\"Your registration 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:33:\"lso_mail_notification_reg_req_sub\";s:38:\"Request to join 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:20:\"lso_mail_sub_dec_sub\";s:47:\"Registration refused for learning sequence \"%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_acc_sub\";s:31:\"Registration confirmed for \"%s\"\";s:20:\"lso_mail_sub_acc_bod\";s:75:\"we are pleased to confirm your registration for the learning sequence \"%s\".\";s:15:\"lso_mail_wl_sub\";s:44:\"Your registration for 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:19:\"lso_mail_status_sub\";s:40:\"Changed status in learning sequence \"%s\"\";s:19:\"lso_mail_status_bod\";s:55:\"your status in learning sequence \"%s\" has been changed.\";s:12:\"first_access\";s:12:\"First Access\";s:11:\"last_access\";s:11:\"Last Access\";s:25:\"lso_settings_availability\";s:12:\"availability\";s:17:\"avail_time_period\";s:6:\"Period\";s:15:\"completed_steps\";s:12:\"Passed Steps\";s:17:\"last_visited_step\";s:17:\"Last visited Step\";s:15:\"members_gallery\";s:14:\"Member Gallery\";s:21:\"lso_show_members_info\";s:34:\"Member Gallery available for users\";s:15:\"entries_updated\";s:13:\"Entries saved\";s:10:\"curriculum\";s:10:\"Curriculum\";s:13:\"unparticipate\";s:11:\"Unsubscribe\";s:11:\"participate\";s:9:\"Subscribe\";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.\";}'); +INSERT INTO `lng_modules` VALUES ('validation','en','a:11:{s:10:\"not_an_int\";s:37:\"Value of type \'%s\' is not an integer.\";s:12:\"not_a_string\";s:35:\"Value of type \'%s\' is not a string.\";s:10:\"not_a_null\";s:33:\"Value of type \'%s\' is not a null.\";s:16:\"not_greater_than\";s:30:\"\'%s\' is not greater than \'%s\'.\";s:13:\"not_less_than\";s:27:\"\'%s\' is not less 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:11:\"not_generic\";s:27:\"It is not the case that: %s\";s:14:\"not_max_length\";s:45:\"The entered text has a length more than \'%s\'.\";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\";}'); +INSERT INTO `lng_modules` VALUES ('qpl','en','a:4:{s:17:\"qpl_page_type_qht\";s:4:\"Hint\";s:17:\"qpl_page_type_qpl\";s:13:\"Question Page\";s:18:\"qpl_page_type_qfbg\";s:16:\"General Feedback\";s:18:\"qpl_page_type_qfbs\";s:16:\"Special Feedback\";}'); +INSERT INTO `lng_modules` VALUES ('sc13','en','a:1:{s:19:\"sc13_page_type_sahs\";s:17:\"SCORM Editor Page\";}'); +INSERT INTO `lng_modules` VALUES ('impr','en','a:1:{s:19:\"impr_page_type_impr\";s:7:\"Imprint\";}'); + +-- +-- Table structure for table `lo_access` +-- + +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`) +) ; + +-- +-- Dumping data for table `lo_access` +-- + + +-- +-- Table structure for table `loc_rnd_qpl` +-- + +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`) +) ; + +-- +-- Dumping data for table `loc_rnd_qpl` +-- + + +-- +-- Table structure for table `loc_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `loc_settings` +-- + + +-- +-- Table structure for table `loc_tst_assignments` +-- + +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`) +) ; + +-- +-- Dumping data for table `loc_tst_assignments` +-- + + +-- +-- Table structure for table `loc_tst_assignments_seq` +-- + +CREATE TABLE `loc_tst_assignments_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `loc_tst_assignments_seq` +-- + + +-- +-- Table structure for table `loc_tst_run` +-- + +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`) +) ; + +-- +-- Dumping data for table `loc_tst_run` +-- + + +-- +-- Table structure for table `loc_user_results` +-- + +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`) +) ; + +-- +-- Dumping data for table `loc_user_results` +-- + + +-- +-- Table structure for table `log_components` +-- + +CREATE TABLE `log_components` ( + `component_id` varchar(20) NOT NULL DEFAULT '', + `log_level` int(11) DEFAULT NULL, + PRIMARY KEY (`component_id`) +) ; + +-- +-- Dumping data for table `log_components` +-- + +INSERT INTO `log_components` VALUES ('ac',0); +INSERT INTO `log_components` VALUES ('amet',NULL); +INSERT INTO `log_components` VALUES ('auth',0); +INSERT INTO `log_components` VALUES ('awrn',0); +INSERT INTO `log_components` VALUES ('btsk',NULL); +INSERT INTO `log_components` VALUES ('cat',NULL); +INSERT INTO `log_components` VALUES ('chtr',0); +INSERT INTO `log_components` VALUES ('cont',NULL); +INSERT INTO `log_components` VALUES ('contact',0); +INSERT INTO `log_components` VALUES ('copg',0); +INSERT INTO `log_components` VALUES ('crs',0); +INSERT INTO `log_components` VALUES ('db',0); +INSERT INTO `log_components` VALUES ('ds',NULL); +INSERT INTO `log_components` VALUES ('exp',0); +INSERT INTO `log_components` VALUES ('file',0); +INSERT INTO `log_components` VALUES ('glo',0); +INSERT INTO `log_components` VALUES ('grp',0); +INSERT INTO `log_components` VALUES ('init',0); +INSERT INTO `log_components` VALUES ('lchk',0); +INSERT INTO `log_components` VALUES ('lm',0); +INSERT INTO `log_components` VALUES ('log',0); +INSERT INTO `log_components` VALUES ('log_root',0); +INSERT INTO `log_components` VALUES ('mail',0); +INSERT INTO `log_components` VALUES ('meta',NULL); +INSERT INTO `log_components` VALUES ('mob',0); +INSERT INTO `log_components` VALUES ('obj',0); +INSERT INTO `log_components` VALUES ('otpl',0); +INSERT INTO `log_components` VALUES ('rep',0); +INSERT INTO `log_components` VALUES ('sc13',NULL); +INSERT INTO `log_components` VALUES ('skll',0); +INSERT INTO `log_components` VALUES ('spl',NULL); +INSERT INTO `log_components` VALUES ('src',0); +INSERT INTO `log_components` VALUES ('styl',NULL); +INSERT INTO `log_components` VALUES ('svy',NULL); +INSERT INTO `log_components` VALUES ('trac',NULL); +INSERT INTO `log_components` VALUES ('tree',0); +INSERT INTO `log_components` VALUES ('user',0); +INSERT INTO `log_components` VALUES ('webr',0); +INSERT INTO `log_components` VALUES ('wiki',NULL); +INSERT INTO `log_components` VALUES ('wsrv',0); +INSERT INTO `log_components` VALUES ('mmbr',NULL); +INSERT INTO `log_components` VALUES ('cal',NULL); +INSERT INTO `log_components` VALUES ('pdfg',NULL); +INSERT INTO `log_components` VALUES ('lti',NULL); +INSERT INTO `log_components` VALUES ('bgtk',NULL); +INSERT INTO `log_components` VALUES ('frm',NULL); +INSERT INTO `log_components` VALUES ('book',NULL); +INSERT INTO `log_components` VALUES ('exc',NULL); +INSERT INTO `log_components` VALUES ('mep',NULL); +INSERT INTO `log_components` VALUES ('cert',NULL); +INSERT INTO `log_components` VALUES ('evnt',NULL); +INSERT INTO `log_components` VALUES ('wbdv',NULL); +INSERT INTO `log_components` VALUES ('mme',NULL); +INSERT INTO `log_components` VALUES ('lhist',NULL); +INSERT INTO `log_components` VALUES ('tos',NULL); +INSERT INTO `log_components` VALUES ('sysc',NULL); +INSERT INTO `log_components` VALUES ('rnd',NULL); + +-- +-- Table structure for table `loginname_history` +-- + +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`) +) ; + +-- +-- Dumping data for table `loginname_history` +-- + + +-- +-- Table structure for table `lso_activation` +-- + +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`) +) ; + +-- +-- Dumping data for table `lso_activation` +-- + + +-- +-- Table structure for table `lso_settings` +-- + +CREATE TABLE `lso_settings` ( + `obj_id` int(11) NOT NULL, + `abstract` longtext DEFAULT NULL, + `extro` longtext DEFAULT NULL, + `abstract_image` varchar(128) DEFAULT NULL, + `extro_image` varchar(128) DEFAULT NULL, + `gallery` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `lso_settings` +-- + + +-- +-- Table structure for table `lso_states` +-- + +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 DEFAULT NULL, + `first_access` varchar(32) DEFAULT NULL, + `last_access` varchar(32) DEFAULT NULL, + PRIMARY KEY (`lso_ref_id`,`usr_id`) +) ; + +-- +-- Dumping data for table `lso_states` +-- + + +-- +-- Table structure for table `lti2_consumer` +-- + +CREATE TABLE `lti2_consumer` ( + `consumer_pk` int(11) NOT NULL, + `name` varchar(50) NOT NULL, + `consumer_key256` varchar(256) NOT NULL, + `consumer_key` longblob 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 DEFAULT NULL, + `tool_proxy` longblob DEFAULT NULL, + `settings` longblob DEFAULT NULL, + `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, + PRIMARY KEY (`consumer_pk`) +) ; + +-- +-- Dumping data for table `lti2_consumer` +-- + + +-- +-- Table structure for table `lti2_consumer_seq` +-- + +CREATE TABLE `lti2_consumer_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `lti2_consumer_seq` +-- + + +-- +-- Table structure for table `lti2_context` +-- + +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 DEFAULT NULL, + `created` datetime NOT NULL, + `updated` datetime NOT NULL, + PRIMARY KEY (`context_pk`), + KEY `i1_idx` (`consumer_pk`) +) ; + +-- +-- Dumping data for table `lti2_context` +-- + + +-- +-- Table structure for table `lti2_context_seq` +-- + +CREATE TABLE `lti2_context_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `lti2_context_seq` +-- + + +-- +-- Table structure for table `lti2_nonce` +-- + +CREATE TABLE `lti2_nonce` ( + `consumer_pk` int(11) NOT NULL, + `value` varchar(32) NOT NULL, + `expires` datetime NOT NULL, + PRIMARY KEY (`consumer_pk`,`value`) +) ; + +-- +-- Dumping data for table `lti2_nonce` +-- + + +-- +-- Table structure for table `lti2_resource_link` +-- + +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 DEFAULT NULL, + `primary_resource_link_pk` int(11) DEFAULT NULL, + `share_approved` tinyint(4) DEFAULT NULL, + `created` datetime NOT NULL, + `updated` datetime NOT NULL, + PRIMARY KEY (`resource_link_pk`), + KEY `i1_idx` (`consumer_pk`), + KEY `i2_idx` (`context_pk`) +) ; + +-- +-- Dumping data for table `lti2_resource_link` +-- + + +-- +-- Table structure for table `lti2_resource_link_seq` +-- + +CREATE TABLE `lti2_resource_link_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `lti2_resource_link_seq` +-- + + +-- +-- Table structure for table `lti2_share_key` +-- + +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`) +) ; + +-- +-- Dumping data for table `lti2_share_key` +-- + + +-- +-- Table structure for table `lti2_tool_proxy` +-- + +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`) +) ; + +-- +-- Dumping data for table `lti2_tool_proxy` +-- + + +-- +-- Table structure for table `lti2_tool_proxy_seq` +-- + +CREATE TABLE `lti2_tool_proxy_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `lti2_tool_proxy_seq` +-- + + +-- +-- Table structure for table `lti2_user_result` +-- + +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`) +) ; + +-- +-- Dumping data for table `lti2_user_result` +-- + + +-- +-- Table structure for table `lti2_user_result_seq` +-- + +CREATE TABLE `lti2_user_result_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `lti2_user_result_seq` +-- + + +-- +-- Table structure for table `lti_ext_consumer` +-- + +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`) +) ; + +-- +-- Dumping data for table `lti_ext_consumer` +-- + + +-- +-- Table structure for table `lti_ext_consumer_otype` +-- + +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`) +) ; + +-- +-- Dumping data for table `lti_ext_consumer_otype` +-- + + +-- +-- Table structure for table `lti_ext_consumer_seq` +-- + +CREATE TABLE `lti_ext_consumer_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `lti_ext_consumer_seq` +-- + + +-- +-- Table structure for table `lti_int_provider_obj` +-- + +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`) +) ; + +-- +-- Dumping data for table `lti_int_provider_obj` +-- + + +-- +-- Table structure for table `mail` +-- + +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_type` varchar(255) DEFAULT NULL, + `m_email` tinyint(4) 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 DEFAULT NULL, + `rcp_to` longtext DEFAULT NULL, + `rcp_cc` longtext DEFAULT NULL, + `rcp_bcc` longtext DEFAULT NULL, + `attachments` longtext DEFAULT NULL, + `tpl_ctx_id` varchar(100) DEFAULT NULL, + `tpl_ctx_params` longblob DEFAULT NULL, + 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`) +) ; + +-- +-- Dumping data for table `mail` +-- + + +-- +-- Table structure for table `mail_attachment` +-- + +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)) +) ; + +-- +-- Dumping data for table `mail_attachment` +-- + + +-- +-- Table structure for table `mail_cron_orphaned` +-- + +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`) +) ; + +-- +-- Dumping data for table `mail_cron_orphaned` +-- + + +-- +-- Table structure for table `mail_man_tpl` +-- + +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 DEFAULT NULL, + `is_default` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`tpl_id`), + KEY `i1_idx` (`context`) +) ; + +-- +-- Dumping data for table `mail_man_tpl` +-- + + +-- +-- Table structure for table `mail_man_tpl_seq` +-- + +CREATE TABLE `mail_man_tpl_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `mail_man_tpl_seq` +-- + + +-- +-- Table structure for table `mail_obj_data` +-- + +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`) +) ; + +-- +-- Dumping data for table `mail_obj_data` +-- + +INSERT INTO `mail_obj_data` VALUES (2,6,'a_root','root'); +INSERT INTO `mail_obj_data` VALUES (3,6,'b_inbox','inbox'); +INSERT INTO `mail_obj_data` VALUES (4,6,'c_trash','trash'); +INSERT INTO `mail_obj_data` VALUES (5,6,'d_drafts','drafts'); +INSERT INTO `mail_obj_data` VALUES (6,6,'e_sent','sent'); +INSERT INTO `mail_obj_data` VALUES (7,6,'z_local','local'); + +-- +-- Table structure for table `mail_obj_data_seq` +-- + +CREATE TABLE `mail_obj_data_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=9; + +-- +-- Dumping data for table `mail_obj_data_seq` +-- + +INSERT INTO `mail_obj_data_seq` VALUES (8); + +-- +-- Table structure for table `mail_options` +-- + +CREATE TABLE `mail_options` ( + `user_id` int(11) NOT NULL DEFAULT 0, + `linebreak` tinyint(4) 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, + PRIMARY KEY (`user_id`), + KEY `i1_idx` (`user_id`,`linebreak`) +) ; + +-- +-- Dumping data for table `mail_options` +-- + +INSERT INTO `mail_options` VALUES (6,60,'',0,0,3); + +-- +-- Table structure for table `mail_saved` +-- + +CREATE TABLE `mail_saved` ( + `user_id` int(11) NOT NULL DEFAULT 0, + `m_type` varchar(255) DEFAULT NULL, + `m_email` tinyint(4) DEFAULT NULL, + `m_subject` varchar(255) DEFAULT NULL, + `use_placeholders` tinyint(4) NOT NULL DEFAULT 0, + `m_message` longtext DEFAULT NULL, + `rcp_to` longtext DEFAULT NULL, + `rcp_cc` longtext DEFAULT NULL, + `rcp_bcc` longtext DEFAULT NULL, + `attachments` longtext DEFAULT NULL, + `tpl_ctx_id` varchar(100) DEFAULT NULL, + `tpl_ctx_params` longblob DEFAULT NULL, + PRIMARY KEY (`user_id`) +) ; + +-- +-- Dumping data for table `mail_saved` +-- + + +-- +-- Table structure for table `mail_seq` +-- + +CREATE TABLE `mail_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `mail_seq` +-- + + +-- +-- Table structure for table `mail_template` +-- + +CREATE TABLE `mail_template` ( + `lang` varchar(5) NOT NULL DEFAULT ' ', + `subject` varchar(200) DEFAULT NULL, + `body` longtext DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `mail_template` +-- + + +-- +-- Table structure for table `mail_tpl_ctx` +-- + +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`) +) ; + +-- +-- Dumping data for table `mail_tpl_ctx` +-- + +INSERT INTO `mail_tpl_ctx` VALUES ('crs_context_member_manual','Modules/Course','ilCourseMailTemplateMemberContext',NULL); +INSERT INTO `mail_tpl_ctx` VALUES ('crs_context_tutor_manual','Modules/Course','ilCourseMailTemplateTutorContext',NULL); +INSERT INTO `mail_tpl_ctx` VALUES ('mail_template_generic','Services/Mail','ilMailTemplateGenericContext',NULL); +INSERT INTO `mail_tpl_ctx` VALUES ('sahs_context_lp','Modules/ScormAicc','ilScormMailTemplateLPContext',NULL); +INSERT INTO `mail_tpl_ctx` VALUES ('svy_context_rmd','Modules/Survey','ilSurveyMailTemplateReminderContext',NULL); +INSERT INTO `mail_tpl_ctx` VALUES ('sess_context_participant_manual','Modules/Session','ilSessionMailTemplateParticipantContext',NULL); +INSERT INTO `mail_tpl_ctx` VALUES ('exc_context_submit_rmd','Modules/Exercise','ilExcMailTemplateSubmitReminderContext',NULL); +INSERT INTO `mail_tpl_ctx` VALUES ('exc_context_grade_rmd','Modules/Exercise','ilExcMailTemplateGradeReminderContext',NULL); +INSERT INTO `mail_tpl_ctx` VALUES ('exc_context_peer_rmd','Modules/Exercise','ilExcMailTemplatePeerReminderContext',NULL); + +-- +-- Table structure for table `mail_tree` +-- + +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`) +) ; + +-- +-- Dumping data for table `mail_tree` +-- + +INSERT INTO `mail_tree` VALUES (6,2,0,1,12,1); +INSERT INTO `mail_tree` VALUES (6,3,2,2,3,2); +INSERT INTO `mail_tree` VALUES (6,4,2,4,5,2); +INSERT INTO `mail_tree` VALUES (6,5,2,6,7,2); +INSERT INTO `mail_tree` VALUES (6,6,2,8,9,2); +INSERT INTO `mail_tree` VALUES (6,7,2,10,11,2); + +-- +-- Table structure for table `map_area` +-- + +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(200) 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`) +) ; + +-- +-- Dumping data for table `map_area` +-- + + +-- +-- Table structure for table `media_item` +-- + +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, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `media_item` +-- + + +-- +-- Table structure for table `media_item_seq` +-- + +CREATE TABLE `media_item_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `media_item_seq` +-- + + +-- +-- Table structure for table `member_agreement` +-- + +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`) +) ; + +-- +-- Dumping data for table `member_agreement` +-- + + +-- +-- Table structure for table `member_noti` +-- + +CREATE TABLE `member_noti` ( + `ref_id` int(11) NOT NULL DEFAULT 0, + `nmode` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`ref_id`) +) ; + +-- +-- Dumping data for table `member_noti` +-- + + +-- +-- Table structure for table `member_noti_user` +-- + +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`) +) ; + +-- +-- Dumping data for table `member_noti_user` +-- + + +-- +-- Table structure for table `mep_data` +-- + +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`) +) ; + +-- +-- Dumping data for table `mep_data` +-- + + +-- +-- Table structure for table `mep_item` +-- + +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`) +) ; + +-- +-- Dumping data for table `mep_item` +-- + +INSERT INTO `mep_item` VALUES (1,'dummy','Dummy',1,''); + +-- +-- Table structure for table `mep_item_seq` +-- + +CREATE TABLE `mep_item_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=2; + +-- +-- Dumping data for table `mep_item_seq` +-- + +INSERT INTO `mep_item_seq` VALUES (1); + +-- +-- Table structure for table `mep_tree` +-- + +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`) +) ; + +-- +-- Dumping data for table `mep_tree` +-- + + +-- +-- Table structure for table `mob_parameter` +-- + +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`) +) ; + +-- +-- Dumping data for table `mob_parameter` +-- + + +-- +-- Table structure for table `mob_usage` +-- + +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`) +) ; + +-- +-- Dumping data for table `mob_usage` +-- + + +-- +-- Table structure for table `module_class` +-- + +CREATE TABLE `module_class` ( + `class` varchar(100) NOT NULL DEFAULT ' ', + `module` varchar(100) DEFAULT NULL, + `dir` varchar(200) DEFAULT NULL, + PRIMARY KEY (`class`) +) ; + +-- +-- Dumping data for table `module_class` +-- + +INSERT INTO `module_class` VALUES ('ilObjRemoteLearningModuleGUI','RemoteLearningModule','classes'); +INSERT INTO `module_class` VALUES ('ilObjIndividualAssessmentGUI','IndividualAssessment','classes'); +INSERT INTO `module_class` VALUES ('ilSystemSupportContactsGUI','SystemFolder','classes'); +INSERT INTO `module_class` VALUES ('ilLMEditorGUI','LearningModule','classes'); +INSERT INTO `module_class` VALUES ('ilLMPresentationGUI','LearningModule','classes'); +INSERT INTO `module_class` VALUES ('ilGlossaryEditorGUI','Glossary','classes'); +INSERT INTO `module_class` VALUES ('ilGlossaryPresentationGUI','Glossary','classes'); +INSERT INTO `module_class` VALUES ('ilSAHSPresentationGUI','ScormAicc','classes'); +INSERT INTO `module_class` VALUES ('ilSAHSEditGUI','ScormAicc','classes'); +INSERT INTO `module_class` VALUES ('ilObjCategoryReferenceGUI','CategoryReference','classes'); +INSERT INTO `module_class` VALUES ('ilObjRemoteWikiGUI','RemoteWiki','classes'); +INSERT INTO `module_class` VALUES ('ilExerciseHandlerGUI','Exercise','classes'); +INSERT INTO `module_class` VALUES ('ilObjGroupReferenceGUI','GroupReference','classes'); +INSERT INTO `module_class` VALUES ('ilObjChatroomGUI','Chatroom','classes'); +INSERT INTO `module_class` VALUES ('ilObjChatroomAdminGUI','Chatroom','classes'); +INSERT INTO `module_class` VALUES ('ilHTLMEditorGUI','HTMLLearningModule','classes'); +INSERT INTO `module_class` VALUES ('ilHTLMPresentationGUI','HTMLLearningModule','classes'); +INSERT INTO `module_class` VALUES ('ilObjQuestionPoolGUI','TestQuestionPool','classes'); +INSERT INTO `module_class` VALUES ('ilObjCourseReferenceGUI','CourseReference','classes'); +INSERT INTO `module_class` VALUES ('ilObjLearningSequenceGUI','LearningSequence','classes'); +INSERT INTO `module_class` VALUES ('ilLinkResourceHandlerGUI','WebResource','classes'); +INSERT INTO `module_class` VALUES ('ilObjRemoteGlossaryGUI','RemoteGlossary','classes'); +INSERT INTO `module_class` VALUES ('ilObjRemoteCourseGUI','RemoteCourse','classes'); +INSERT INTO `module_class` VALUES ('ilObjTestGUI','Test','classes'); +INSERT INTO `module_class` VALUES ('ilObjPortfolioGUI','Portfolio','classes'); +INSERT INTO `module_class` VALUES ('ilPortfolioRepositoryGUI','Portfolio','classes'); +INSERT INTO `module_class` VALUES ('ilObjRemoteTestGUI','RemoteTest','classes'); +INSERT INTO `module_class` VALUES ('ilObjRemoteCategoryGUI','RemoteCategory','classes'); +INSERT INTO `module_class` VALUES ('ilObjRemoteGroupGUI','RemoteGroup','classes'); +INSERT INTO `module_class` VALUES ('ilObjRemoteFileGUI','RemoteFile','classes'); +INSERT INTO `module_class` VALUES ('ilMediaCastHandlerGUI','MediaCast','classes'); +INSERT INTO `module_class` VALUES ('ilMediaPoolPresentationGUI','MediaPool','classes'); +INSERT INTO `module_class` VALUES ('ilWikiHandlerGUI','Wiki','classes'); +INSERT INTO `module_class` VALUES ('ilObjSurveyQuestionPoolGUI','SurveyQuestionPool','classes'); +INSERT INTO `module_class` VALUES ('ilObjSurveyGUI','Survey','classes'); + +-- +-- Table structure for table `note` +-- + +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 DEFAULT NULL, + `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, + PRIMARY KEY (`id`), + KEY `i1_idx` (`author`), + KEY `i2_idx` (`rep_obj_id`,`obj_id`,`obj_type`) +) ; + +-- +-- Dumping data for table `note` +-- + + +-- +-- Table structure for table `note_seq` +-- + +CREATE TABLE `note_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `note_seq` +-- + + +-- +-- Table structure for table `note_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `note_settings` +-- + + +-- +-- Table structure for table `notification` +-- + +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`) +) ; + +-- +-- Dumping data for table `notification` +-- + + +-- +-- Table structure for table `notification_channels` +-- + +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`) +) ; + +-- +-- Dumping data for table `notification_channels` +-- + +INSERT INTO `notification_channels` VALUES ('mail','mail','mail_desc','ilNotificationMailHandler','Services/Notifications/classes/class.ilNotificationMailHandler.php','set_by_admin'); +INSERT INTO `notification_channels` VALUES ('osd','osd','osd_desc','ilNotificationOSDHandler','Services/Notifications/classes/class.ilNotificationOSDHandler.php','set_by_admin'); + +-- +-- Table structure for table `notification_data` +-- + +CREATE TABLE `notification_data` ( + `notification_id` int(11) NOT NULL DEFAULT 0, + `serialized` varchar(4000) NOT NULL DEFAULT '', + PRIMARY KEY (`notification_id`) +) ; + +-- +-- Dumping data for table `notification_data` +-- + + +-- +-- Table structure for table `notification_data_seq` +-- + +CREATE TABLE `notification_data_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `notification_data_seq` +-- + + +-- +-- Table structure for table `notification_listener` +-- + +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`) +) ; + +-- +-- Dumping data for table `notification_listener` +-- + + +-- +-- Table structure for table `notification_osd` +-- + +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, + PRIMARY KEY (`notification_osd_id`) +) ; + +-- +-- Dumping data for table `notification_osd` +-- + + +-- +-- Table structure for table `notification_osd_seq` +-- + +CREATE TABLE `notification_osd_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `notification_osd_seq` +-- + + +-- +-- Table structure for table `notification_queue` +-- + +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`) +) ; + +-- +-- Dumping data for table `notification_queue` +-- + + +-- +-- Table structure for table `notification_types` +-- + +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`) +) ; + +-- +-- Dumping data for table `notification_types` +-- + +INSERT INTO `notification_types` VALUES ('chat_invitation','chat_invitation','chat_invitation_description','chat','set_by_admin'); +INSERT INTO `notification_types` VALUES ('osd_maint','osd_maint','osd_maint_description','osd_notification','set_by_admin'); + +-- +-- Table structure for table `notification_usercfg` +-- + +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`) +) ; + +-- +-- Dumping data for table `notification_usercfg` +-- + +INSERT INTO `notification_usercfg` VALUES (-1,'buddysystem_request','mail'); +INSERT INTO `notification_usercfg` VALUES (-1,'buddysystem_request','osd'); +INSERT INTO `notification_usercfg` VALUES (-1,'chat_invitation','mail'); +INSERT INTO `notification_usercfg` VALUES (-1,'chat_invitation','osd'); +INSERT INTO `notification_usercfg` VALUES (-1,'osd_main','osd'); + +-- +-- Table structure for table `obj_content_master_lng` +-- + +CREATE TABLE `obj_content_master_lng` ( + `obj_id` int(11) NOT NULL DEFAULT 0, + `master_lang` varchar(2) NOT NULL DEFAULT '', + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `obj_content_master_lng` +-- + + +-- +-- Table structure for table `obj_lp_stat` +-- + +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`) +) ; + +-- +-- Dumping data for table `obj_lp_stat` +-- + + +-- +-- Table structure for table `obj_members` +-- + +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`) +) ; + +-- +-- Dumping data for table `obj_members` +-- + + +-- +-- Table structure for table `obj_noti_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `obj_noti_settings` +-- + + +-- +-- Table structure for table `obj_stat` +-- + +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`) +) ; + +-- +-- Dumping data for table `obj_stat` +-- + + +-- +-- Table structure for table `obj_stat_log` +-- + +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`) +) ; + +-- +-- Dumping data for table `obj_stat_log` +-- + + +-- +-- Table structure for table `obj_stat_log_seq` +-- + +CREATE TABLE `obj_stat_log_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `obj_stat_log_seq` +-- + + +-- +-- Table structure for table `obj_stat_tmp` +-- + +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`) +) ; + +-- +-- Dumping data for table `obj_stat_tmp` +-- + + +-- +-- Table structure for table `obj_type_stat` +-- + +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`) +) ; + +-- +-- Dumping data for table `obj_type_stat` +-- + + +-- +-- Table structure for table `obj_user_data_hist` +-- + +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`) +) ; + +-- +-- Dumping data for table `obj_user_data_hist` +-- + + +-- +-- Table structure for table `obj_user_stat` +-- + +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`) +) ; + +-- +-- Dumping data for table `obj_user_stat` +-- + + +-- +-- Table structure for table `object_data` +-- + +CREATE TABLE `object_data` ( + `obj_id` int(11) NOT NULL DEFAULT 0, + `type` char(4) DEFAULT 'none', + `title` char(255) DEFAULT NULL, + `description` char(128) DEFAULT NULL, + `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, + PRIMARY KEY (`obj_id`), + KEY `i1_idx` (`type`), + KEY `i2_idx` (`title`), + KEY `i4_idx` (`import_id`), + KEY `i5_idx` (`owner`) +) ; + +-- +-- Dumping data for table `object_data` +-- + +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); +INSERT INTO `object_data` VALUES (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); +INSERT INTO `object_data` VALUES (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); +INSERT INTO `object_data` VALUES (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); +INSERT INTO `object_data` VALUES (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); +INSERT INTO `object_data` VALUES (6,'usr','root user','ilias@yourserver.com',-1,'2002-01-16 16:09:22','2016-12-14 14:44:49','',NULL); +INSERT INTO `object_data` VALUES (7,'usrf','User accounts','Manage user accounts here.',-1,'2002-06-27 09:24:06','2004-01-20 12:23:47','',NULL); +INSERT INTO `object_data` VALUES (8,'rolf','Roles','Manage your roles here.',-1,'2002-06-27 09:24:06','2004-01-20 12:23:40','',NULL); +INSERT INTO `object_data` VALUES (9,'adm','System Settings','Folder contains the systems settings',-1,'2002-07-15 12:37:33','2002-07-15 12:37:33','',NULL); +INSERT INTO `object_data` VALUES (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); +INSERT INTO `object_data` VALUES (11,'lngf','Languages','Manage your system languages here.',-1,'2002-07-15 15:52:51','2004-01-20 12:24:06','',NULL); +INSERT INTO `object_data` VALUES (12,'mail','Mail Settings','Configure global mail settings here.',-1,'2003-08-15 10:07:28','2004-01-20 12:24:00','',NULL); +INSERT INTO `object_data` VALUES (13,'usr','Anonymous','Anonymous user account. DO NOT DELETE!',-1,'2003-08-15 10:07:30','2003-08-15 10:07:30','',NULL); +INSERT INTO `object_data` VALUES (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); +INSERT INTO `object_data` VALUES (15,'typ','grp','Group object',-1,'2002-07-15 15:54:37','2002-07-15 15:54:37','',NULL); +INSERT INTO `object_data` VALUES (16,'typ','cat','Category object',-1,'2002-07-15 15:54:54','2002-07-15 15:54:54','',NULL); +INSERT INTO `object_data` VALUES (17,'typ','crs','Course object',-1,'2002-07-15 15:55:08','2002-07-15 15:55:08','',NULL); +INSERT INTO `object_data` VALUES (18,'typ','mob','Multimedia object',-1,NULL,'2003-08-15 12:03:20','',NULL); +INSERT INTO `object_data` VALUES (19,'typ','mail','Mailmodule object',-1,'2002-07-15 15:55:49','2002-07-15 15:55:49','',NULL); +INSERT INTO `object_data` VALUES (20,'typ','sahs','SCORM/AICC Learning Module',-1,'2003-08-15 10:07:28','2003-08-15 12:23:10','',NULL); +INSERT INTO `object_data` VALUES (21,'typ','adm','Administration Panel object',-1,'2002-07-15 15:56:38','2002-07-15 15:56:38','',NULL); +INSERT INTO `object_data` VALUES (22,'typ','usrf','User Folder object',-1,'2002-07-15 15:56:52','2002-07-15 15:56:52','',NULL); +INSERT INTO `object_data` VALUES (23,'typ','rolf','Role Folder object',-1,'2002-07-15 15:57:06','2002-07-15 15:57:06','',NULL); +INSERT INTO `object_data` VALUES (24,'typ','objf','Object-Type Folder object',-1,'2002-07-15 15:57:17','2002-07-15 15:57:17','',NULL); +INSERT INTO `object_data` VALUES (25,'typ','usr','User object',-1,'2002-07-15 15:53:37','2003-08-15 12:30:56','',NULL); +INSERT INTO `object_data` VALUES (26,'typ','typ','Object Type Definition object',-1,'2002-07-15 15:58:16','2002-07-15 15:58:16','',NULL); +INSERT INTO `object_data` VALUES (27,'typ','rolt','Role template object',-1,'2002-07-15 15:58:16','2002-07-15 15:58:16','',NULL); +INSERT INTO `object_data` VALUES (28,'typ','lngf','Language Folder object',-1,'2002-08-28 14:22:01','2002-08-28 14:22:01','',NULL); +INSERT INTO `object_data` VALUES (29,'typ','lng','Language object',-1,'2002-08-30 10:18:29','2002-08-30 10:18:29','',NULL); +INSERT INTO `object_data` VALUES (30,'typ','role','Role Object',-1,'2002-08-30 10:21:37','2002-08-30 10:21:37','',NULL); +INSERT INTO `object_data` VALUES (31,'typ','dbk','Digilib Book',-1,'2003-08-15 10:07:29','2003-08-15 12:30:19','',NULL); +INSERT INTO `object_data` VALUES (32,'typ','glo','Glossary',-1,'2003-08-15 10:07:30','2003-08-15 12:29:54','',NULL); +INSERT INTO `object_data` VALUES (33,'typ','root','Root Folder Object',-1,'2002-12-21 00:04:00','2003-08-15 12:04:20','',NULL); +INSERT INTO `object_data` VALUES (34,'typ','lm','Learning module Object',-1,'2002-07-15 15:54:04','2003-08-15 12:33:04','',NULL); +INSERT INTO `object_data` VALUES (35,'typ','notf','Note Folder Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',NULL); +INSERT INTO `object_data` VALUES (36,'typ','note','Note Object',-1,'2002-12-21 00:04:00','2002-12-21 00:04:00','',NULL); +INSERT INTO `object_data` VALUES (37,'typ','frm','Forum object',-1,'2002-07-15 15:54:22','2003-08-15 12:36:40','',NULL); +INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2021-05-14 10:10:08','',NULL); +INSERT INTO `object_data` VALUES (71,'lng','de','not_installed',6,'2003-08-15 10:25:19','2015-12-22 16:29:24','',NULL); +INSERT INTO `object_data` VALUES (72,'lng','es','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',NULL); +INSERT INTO `object_data` VALUES (73,'lng','it','not_installed',6,'2003-08-15 10:25:19','2003-08-15 10:25:19','',NULL); +INSERT INTO `object_data` VALUES (80,'rolt','il_grp_admin','Administrator role template of groups',-1,'2003-08-15 10:07:28','2016-12-16 15:05:30','',NULL); +INSERT INTO `object_data` VALUES (81,'rolt','il_grp_member','Member role template of groups',-1,'2003-08-15 10:07:28','2016-12-16 15:06:38','',NULL); +INSERT INTO `object_data` VALUES (82,'rolt','il_grp_status_closed','Group role template',-1,'2003-08-15 10:07:29','2003-08-15 13:21:38','',NULL); +INSERT INTO `object_data` VALUES (83,'rolt','il_grp_status_open','Group role template',-1,'2003-08-15 10:07:29','2003-08-15 13:21:25','',NULL); +INSERT INTO `object_data` VALUES (84,'typ','exc','Exercise object',-1,'2003-11-30 21:22:49','2003-11-30 21:22:49','',NULL); +INSERT INTO `object_data` VALUES (85,'typ','auth','Authentication settings',-1,'2003-11-30 21:22:49','2003-11-30 21:22:49','',NULL); +INSERT INTO `object_data` VALUES (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); +INSERT INTO `object_data` VALUES (87,'typ','fold','Folder object',-1,'2003-11-30 21:22:50','2003-11-30 21:22:50','',NULL); +INSERT INTO `object_data` VALUES (88,'typ','file','File object',-1,'2003-11-30 21:22:50','2003-11-30 21:22:50','',NULL); +INSERT INTO `object_data` VALUES (89,'lng','fr','not_installed',6,'2004-01-20 12:22:17','2004-01-20 12:22:17','',NULL); +INSERT INTO `object_data` VALUES (90,'lng','nl','not_installed',6,'2004-01-20 12:22:17','2004-01-20 12:22:17','',NULL); +INSERT INTO `object_data` VALUES (91,'lng','pl','not_installed',6,'2004-01-20 12:22:17','2004-01-20 12:22:17','',NULL); +INSERT INTO `object_data` VALUES (93,'lng','zh','not_installed',6,'2004-01-20 12:22:17','2004-01-20 12:22:17','',NULL); +INSERT INTO `object_data` VALUES (94,'typ','tst','Test object',-1,'2004-02-18 21:17:40','2004-02-18 21:17:40','',NULL); +INSERT INTO `object_data` VALUES (95,'typ','qpl','Question pool object',-1,'2004-02-18 21:17:40','2004-02-18 21:17:40','',NULL); +INSERT INTO `object_data` VALUES (99,'typ','recf','RecoveryFolder object',-1,'2004-03-09 18:13:16','2004-03-09 18:13:16','',NULL); +INSERT INTO `object_data` VALUES (100,'recf','__Restored Objects','Contains objects restored by recovery tool',-1,'2004-03-09 18:13:16','2004-03-09 18:13:16','',NULL); +INSERT INTO `object_data` VALUES (101,'typ','mep','Media pool object',-1,'2004-04-19 00:09:14','2004-04-19 00:09:14','',NULL); +INSERT INTO `object_data` VALUES (102,'typ','htlm','HTML LM object',-1,'2004-04-19 00:09:15','2004-04-19 00:09:15','',NULL); +INSERT INTO `object_data` VALUES (103,'typ','svy','Survey object',-1,'2004-05-15 01:18:59','2004-05-15 01:18:59','',NULL); +INSERT INTO `object_data` VALUES (104,'typ','spl','Question pool object (Survey)',-1,'2004-05-15 01:18:59','2004-05-15 01:18:59','',NULL); +INSERT INTO `object_data` VALUES (106,'typ','cals','Calendar Settings',-1,'2004-06-21 01:27:18','2004-06-21 01:27:18','',NULL); +INSERT INTO `object_data` VALUES (107,'cals','Calendar Settings','Configure Calendar Settings here',-1,'2004-06-21 01:27:18','2004-06-21 01:27:18','',NULL); +INSERT INTO `object_data` VALUES (108,'typ','trac','UserTracking object',-1,'2004-07-11 01:03:12','2004-07-11 01:03:12','',NULL); +INSERT INTO `object_data` VALUES (109,'trac','__User Tracking','System user tracking',-1,'2004-07-11 01:03:12','2004-07-11 01:03:12','',NULL); +INSERT INTO `object_data` VALUES (110,'rolt','il_crs_admin','Administrator template for course admins',-1,'2004-09-02 09:49:43','2016-12-16 15:00:10','',NULL); +INSERT INTO `object_data` VALUES (111,'rolt','il_crs_tutor','Tutor template for course tutors',-1,'2004-09-02 09:49:43','2016-12-16 15:03:56','',NULL); +INSERT INTO `object_data` VALUES (112,'rolt','il_crs_member','Member template for course members',-1,'2004-09-02 09:49:43','2016-12-16 15:00:53','',NULL); +INSERT INTO `object_data` VALUES (115,'typ','assf','AssessmentFolder object',-1,'2005-01-07 17:21:15','2005-01-07 17:21:15','',NULL); +INSERT INTO `object_data` VALUES (116,'assf','__Test&Assessment','Test&Assessment Administration',-1,'2005-01-07 17:21:15','2005-01-07 17:21:15','',NULL); +INSERT INTO `object_data` VALUES (117,'typ','stys','Style Settings',-1,'2005-03-02 08:59:01','2005-03-02 08:59:01','',NULL); +INSERT INTO `object_data` VALUES (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); +INSERT INTO `object_data` VALUES (121,'typ','crsg','Course grouping object',-1,'2005-03-02 08:59:02','2005-03-02 08:59:02','',NULL); +INSERT INTO `object_data` VALUES (122,'typ','webr','Link resource object',-1,'2005-03-13 22:41:38','2005-03-13 22:41:38','',NULL); +INSERT INTO `object_data` VALUES (123,'typ','seas','Search settings',-1,'2005-06-20 09:50:00','2005-06-20 09:50:00','',NULL); +INSERT INTO `object_data` VALUES (124,'seas','Search settings','Search settings',-1,'2005-06-20 09:50:00','2005-06-20 09:50:00','',NULL); +INSERT INTO `object_data` VALUES (125,'rolt','Local Administrator','Role template for local administrators.',6,'2005-07-20 15:33:13','2016-12-16 15:09:46','',NULL); +INSERT INTO `object_data` VALUES (127,'typ','extt','external tools settings',-1,'2005-07-20 18:10:04','2005-07-20 18:10:04','',NULL); +INSERT INTO `object_data` VALUES (128,'extt','External tools settings','Configuring external tools',-1,'2005-07-20 18:10:04','2005-07-20 18:10:04','',NULL); +INSERT INTO `object_data` VALUES (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); +INSERT INTO `object_data` VALUES (132,'chtr','Public chat','Public chat',6,'2005-11-07 12:41:22','2005-11-07 12:41:22','',NULL); +INSERT INTO `object_data` VALUES (133,'rolf','132','(ref_id 24)',6,'2005-11-07 12:41:22','2005-11-07 12:41:22','',NULL); +INSERT INTO `object_data` VALUES (134,'role','il_chat_moderator_24','Moderator of chat obj_no.132',6,'2005-11-07 12:41:22','2005-11-07 12:41:22','',NULL); +INSERT INTO `object_data` VALUES (135,'typ','adve','Advanced editing object',-1,'2006-07-11 18:43:23','2006-07-11 18:43:23','',NULL); +INSERT INTO `object_data` VALUES (136,'adve','__AdvancedEditing','Advanced Editing',-1,'2006-07-11 18:43:23','2006-07-11 18:43:23','',NULL); +INSERT INTO `object_data` VALUES (137,'typ','ps','Privacy security settings',-1,'2007-02-26 17:58:49','2007-02-26 17:58:49','',NULL); +INSERT INTO `object_data` VALUES (138,'ps','__PrivacySecurity','Privacy and Security',-1,'2007-02-26 17:58:49','2007-02-26 17:58:49','',NULL); +INSERT INTO `object_data` VALUES (139,'typ','nwss','News settings',-1,'2007-02-26 17:58:50','2007-02-26 17:58:50','',NULL); +INSERT INTO `object_data` VALUES (140,'nwss','__NewsSettings','News Settings',-1,'2007-02-26 17:58:50','2007-02-26 17:58:50','',NULL); +INSERT INTO `object_data` VALUES (141,'typ','feed','External Feed',-1,'2007-02-26 17:58:50','2007-02-26 17:58:50','',NULL); +INSERT INTO `object_data` VALUES (142,'typ','mcst','Media Cast',-1,'2007-04-03 13:43:46','2007-04-03 13:43:46','',NULL); +INSERT INTO `object_data` VALUES (143,'typ','pdts','Personal desktop settings',-1,'2007-04-03 13:43:47','2007-04-03 13:43:47','',NULL); +INSERT INTO `object_data` VALUES (144,'pdts','__PersonalDesktopSettings','Personal Desktop Settings',-1,'2007-04-03 13:43:47','2007-04-03 13:43:47','',NULL); +INSERT INTO `object_data` VALUES (145,'typ','rcrs','Remote Course Object',-1,'2007-09-25 19:47:53','2007-09-25 19:47:53','',NULL); +INSERT INTO `object_data` VALUES (146,'typ','mds','Meta Data settings',-1,'2007-09-25 19:47:53','2007-09-25 19:47:53','',NULL); +INSERT INTO `object_data` VALUES (147,'mds','__MetaDataSettings','Meta Data Settings',-1,'2007-09-25 19:47:53','2007-09-25 19:47:53','',NULL); +INSERT INTO `object_data` VALUES (148,'rolt','il_frm_moderator','Moderator template for forum moderators',-1,'2007-11-27 14:43:12','2007-11-27 14:43:12','',NULL); +INSERT INTO `object_data` VALUES (149,'typ','cmps','Component settings',-1,'2008-06-02 16:08:54','2008-06-02 16:08:54','',NULL); +INSERT INTO `object_data` VALUES (150,'cmps','__ComponentSettings','Component Settings',-1,'2008-06-02 16:08:54','2008-06-02 16:08:54','',NULL); +INSERT INTO `object_data` VALUES (151,'typ','facs','File Access settings object',-1,'2008-06-02 16:08:55','2008-06-02 16:08:55','',NULL); +INSERT INTO `object_data` VALUES (152,'facs','Files','Settings for files and file handling',-1,'2008-06-02 16:08:55','2016-12-16 15:43:54','',NULL); +INSERT INTO `object_data` VALUES (153,'typ','svyf','Survey Settings',-1,'2008-06-02 16:08:55','2008-06-02 16:08:55','',NULL); +INSERT INTO `object_data` VALUES (154,'svyf','__SurveySettings','Survey Settings',-1,'2008-06-02 16:08:55','2008-06-02 16:08:55','',NULL); +INSERT INTO `object_data` VALUES (155,'typ','sess','Session object',-1,'2008-06-02 16:08:55','2008-06-02 16:08:55','',NULL); +INSERT INTO `object_data` VALUES (156,'typ','mcts','Mediacast settings',-1,'2008-06-02 16:08:56','2008-06-02 16:08:56','',NULL); +INSERT INTO `object_data` VALUES (157,'mcts','__MediacastSettings','Mediacast Settings',-1,'2008-06-02 16:08:56','2008-06-02 16:08:56','',NULL); +INSERT INTO `object_data` VALUES (158,'typ','wiki','Wiki',-1,'2008-06-02 16:08:57','2008-06-02 16:08:57','',NULL); +INSERT INTO `object_data` VALUES (159,'typ','crsr','Course Reference Object',-1,'2008-09-23 19:24:09','2008-09-23 19:24:09','',NULL); +INSERT INTO `object_data` VALUES (160,'typ','catr','Category Reference Object',-1,'2008-09-23 19:24:09','2008-09-23 19:24:09','',NULL); +INSERT INTO `object_data` VALUES (161,'typ','tags','Tagging settings',-1,'2008-09-23 19:24:09','2008-09-23 19:24:09','',NULL); +INSERT INTO `object_data` VALUES (162,'tags','__TaggingSettings','Tagging Settings',-1,'2008-09-23 19:24:09','2008-09-23 19:24:09','',NULL); +INSERT INTO `object_data` VALUES (163,'typ','cert','Certificate settings',-1,'2009-07-20 13:03:21','2009-07-20 13:03:21','',NULL); +INSERT INTO `object_data` VALUES (164,'cert','__CertificateSettings','Certificate Settings',-1,'2009-07-20 13:03:21','2009-07-20 13:03:21','',NULL); +INSERT INTO `object_data` VALUES (165,'typ','lrss','Learning resources settings',-1,'2009-07-20 13:03:21','2009-07-20 13:03:21','',NULL); +INSERT INTO `object_data` VALUES (166,'lrss','__LearningResourcesSettings','Learning Resources Settings',-1,'2009-07-20 13:03:21','2009-07-20 13:03:21','',NULL); +INSERT INTO `object_data` VALUES (167,'typ','accs','Accessibility settings',-1,'2009-07-20 13:07:28','2009-07-20 13:07:28','',NULL); +INSERT INTO `object_data` VALUES (168,'accs','__AccessibilitySettings','Accessibility Settings',-1,'2009-07-20 13:07:28','2009-07-20 13:07:28','',NULL); +INSERT INTO `object_data` VALUES (169,'typ','mobs','Media Object/Pool settings',-1,'2009-07-20 13:08:42','2009-07-20 13:08:42','',NULL); +INSERT INTO `object_data` VALUES (170,'mobs','__MediaObjectSettings','Media Object/Pool Settings',-1,'2009-07-20 13:08:42','2009-07-20 13:08:42','',NULL); +INSERT INTO `object_data` VALUES (171,'typ','frma','Forum administration',-1,'2010-07-19 16:42:55','2010-07-19 16:42:55','',NULL); +INSERT INTO `object_data` VALUES (172,'frma','__ForumAdministration','Forum Administration',-1,'2010-07-19 16:42:55','2010-07-19 16:42:55','',NULL); +INSERT INTO `object_data` VALUES (173,'typ','book','Booking Manager',-1,'2010-07-19 16:43:10','2010-07-19 16:43:10','',NULL); +INSERT INTO `object_data` VALUES (174,'typ','skmg','Skill Management',-1,'2011-08-07 11:39:00','2011-08-07 11:39:00','',NULL); +INSERT INTO `object_data` VALUES (175,'skmg','__SkillManagement','Skill Management',-1,'2011-08-07 11:39:00','2011-08-07 11:39:00','',NULL); +INSERT INTO `object_data` VALUES (176,'typ','blga','Blog administration',-1,'2011-08-07 11:39:04','2011-08-07 11:39:04','',NULL); +INSERT INTO `object_data` VALUES (177,'blga','__BlogAdministration','Blog Administration',-1,'2011-08-07 11:39:04','2011-08-07 11:39:04','',NULL); +INSERT INTO `object_data` VALUES (178,'typ','prfa','Portfolio administration',-1,'2011-08-07 11:39:04','2011-08-07 11:39:04','',NULL); +INSERT INTO `object_data` VALUES (179,'prfa','__PortfolioAdministration','Portfolio Administration',-1,'2011-08-07 11:39:04','2011-08-07 11:39:04','',NULL); +INSERT INTO `object_data` VALUES (180,'typ','chtr','Chatroom Object',-1,'2011-08-07 11:39:06','2011-08-07 11:39:06','',NULL); +INSERT INTO `object_data` VALUES (181,'chta','Chatroom Admin','Chatroom General Settings',-1,'2011-08-07 11:39:06','2011-08-07 11:39:06','',NULL); +INSERT INTO `object_data` VALUES (182,'typ','chta','Chatroom Administration Type',-1,'2011-08-07 11:39:08','2011-08-07 11:39:08','',NULL); +INSERT INTO `object_data` VALUES (183,'typ','otpl','Object Template administration',-1,'2011-10-04 16:53:24','2011-10-04 16:53:24','',NULL); +INSERT INTO `object_data` VALUES (184,'otpl','__ObjectTemplateAdministration','Object Template Administration',-1,'2011-10-04 16:53:24','2011-10-04 16:53:24','',NULL); +INSERT INTO `object_data` VALUES (185,'chtr','Public Chatroom','Public Chatroom',-1,'2011-10-04 16:53:25','2011-10-04 16:53:25','',NULL); +INSERT INTO `object_data` VALUES (186,'rolf','185','(ref_id )',-1,'2011-10-04 16:53:25','2011-10-04 16:53:25','',NULL); +INSERT INTO `object_data` VALUES (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); +INSERT INTO `object_data` VALUES (188,'rolt','il_chat_moderator','Moderator template for chat moderators',-1,'2011-10-04 16:53:25','2011-10-04 16:53:25','',NULL); +INSERT INTO `object_data` VALUES (189,'typ','blog','Blog Object',-1,'2012-09-04 14:25:29','2012-09-04 14:25:29','',NULL); +INSERT INTO `object_data` VALUES (190,'typ','dcl','Data Collection Object',-1,'2012-09-04 14:25:30','2012-09-04 14:25:30','',NULL); +INSERT INTO `object_data` VALUES (191,'typ','poll','Poll Object',-1,'2012-09-04 14:25:41','2012-09-04 14:25:41','',NULL); +INSERT INTO `object_data` VALUES (192,'typ','hlps','Help Settings',-1,'2012-09-04 14:25:48','2012-09-04 14:25:48','',NULL); +INSERT INTO `object_data` VALUES (193,'hlps','HelpSettings','Help Settings',-1,'2012-09-04 14:25:48','2012-09-04 14:25:48','',NULL); +INSERT INTO `object_data` VALUES (194,'typ','itgr','Item Group',-1,'2012-09-04 14:25:52','2012-09-04 14:25:52','',NULL); +INSERT INTO `object_data` VALUES (195,'typ','rcat','Remote Category Object',-1,'2012-09-04 14:26:14','2012-09-04 14:26:14','',NULL); +INSERT INTO `object_data` VALUES (196,'typ','rwik','Remote Wiki Object',-1,'2012-09-04 14:26:14','2012-09-04 14:26:14','',NULL); +INSERT INTO `object_data` VALUES (197,'typ','rlm','Remote Learning Module Object',-1,'2012-09-04 14:26:15','2012-09-04 14:26:15','',NULL); +INSERT INTO `object_data` VALUES (198,'typ','rglo','Remote Glossary Object',-1,'2012-09-04 14:26:15','2012-09-04 14:26:15','',NULL); +INSERT INTO `object_data` VALUES (199,'typ','rfil','Remote File Object',-1,'2012-09-04 14:26:16','2012-09-04 14:26:16','',NULL); +INSERT INTO `object_data` VALUES (200,'typ','rgrp','Remote Group Object',-1,'2012-09-04 14:26:16','2012-09-04 14:26:16','',NULL); +INSERT INTO `object_data` VALUES (201,'typ','rtst','Remote Test Object',-1,'2012-09-04 14:26:17','2012-09-04 14:26:17','',NULL); +INSERT INTO `object_data` VALUES (202,'rolt','il_blog_contributor','Contributor template for blogs',-1,'2012-10-27 19:30:37','2012-10-27 19:30:37','',NULL); +INSERT INTO `object_data` VALUES (203,'typ','ecss','ECS Administration',-1,'2012-11-23 17:12:57','2012-11-23 17:12:57','',NULL); +INSERT INTO `object_data` VALUES (204,'ecss','__ECSSettings','ECS Administration',-1,'2012-11-23 17:12:57','2012-11-23 17:12:57','',NULL); +INSERT INTO `object_data` VALUES (205,'typ','tos','Terms of Service',-1,'2013-10-11 18:59:35','2013-10-11 18:59:35','',NULL); +INSERT INTO `object_data` VALUES (206,'tos','Terms of Service','Terms of Service: Settings',-1,'2013-10-11 18:59:35','2013-10-11 18:59:35','',NULL); +INSERT INTO `object_data` VALUES (207,'typ','bibl','Bibliographic Object',-1,'2013-10-11 18:59:37','2013-10-11 18:59:37','',NULL); +INSERT INTO `object_data` VALUES (208,'typ','sysc','System Check',-1,'2013-10-11 18:59:40','2013-10-11 18:59:40','',NULL); +INSERT INTO `object_data` VALUES (209,'sysc','System Check','System Check',-1,'2013-10-11 18:59:40','2013-10-11 18:59:40','',NULL); +INSERT INTO `object_data` VALUES (210,'typ','cld','Cloud Folder',-1,'2013-10-11 18:59:40','2013-10-11 18:59:40','',NULL); +INSERT INTO `object_data` VALUES (211,'typ','reps','Repository Settings',-1,'2013-10-11 18:59:42','2013-10-11 18:59:42','',NULL); +INSERT INTO `object_data` VALUES (212,'reps','Repository Settings','Repository Settings',-1,'2013-10-11 18:59:42','2013-10-11 18:59:42','',NULL); +INSERT INTO `object_data` VALUES (213,'typ','crss','Course Settings',-1,'2013-10-11 18:59:42','2013-10-11 18:59:42','',NULL); +INSERT INTO `object_data` VALUES (214,'crss','Course Settings','Course Settings',-1,'2013-10-11 18:59:42','2013-10-11 18:59:42','',NULL); +INSERT INTO `object_data` VALUES (215,'typ','grps','Group Settings',-1,'2013-10-11 18:59:42','2013-10-11 18:59:42','',NULL); +INSERT INTO `object_data` VALUES (216,'grps','Group Settings','Group Settings',-1,'2013-10-11 18:59:42','2013-10-11 18:59:42','',NULL); +INSERT INTO `object_data` VALUES (217,'typ','wbrs','WebResource Settings',-1,'2013-10-11 18:59:42','2013-10-11 18:59:42','',NULL); +INSERT INTO `object_data` VALUES (218,'wbrs','WebResource Settings','WebResource Settings',-1,'2013-10-11 18:59:42','2013-10-11 18:59:42','',NULL); +INSERT INTO `object_data` VALUES (219,'typ','prtt','Portfolio Template Object',-1,'2013-10-11 19:04:51','2013-10-11 19:04:51','',NULL); +INSERT INTO `object_data` VALUES (220,'typ','orgu','Organisational Unit',-1,'2013-10-11 19:04:52','2013-10-11 19:04:52','',NULL); +INSERT INTO `object_data` VALUES (221,'orgu','__OrgUnitAdministration','Organisationsal Units',-1,'2013-10-11 19:04:52','2013-10-11 19:04:52','',NULL); +INSERT INTO `object_data` VALUES (222,'rolt','il_orgu_superior','OrgUnit Superior Role Template',-1,'2013-10-11 19:04:52','2013-10-11 19:04:52','',NULL); +INSERT INTO `object_data` VALUES (223,'typ','wiks','Wiki Settings',-1,'2013-11-06 17:13:57','2013-11-06 17:13:57','',NULL); +INSERT INTO `object_data` VALUES (224,'wiks','Wiki Settings','Wiki Settings',-1,'2013-11-06 17:13:57','2013-11-06 17:13:57','',NULL); +INSERT INTO `object_data` VALUES (225,'typ','excs','Exercise Settings',-1,'2014-09-23 21:48:42','2014-09-23 21:48:42','',NULL); +INSERT INTO `object_data` VALUES (226,'excs','Exercise Settings','Exercise Settings',-1,'2014-09-23 21:48:42','2014-09-23 21:48:42','',NULL); +INSERT INTO `object_data` VALUES (227,'typ','taxs','Taxonomy Settings',-1,'2014-09-23 21:48:42','2014-09-23 21:48:42','',NULL); +INSERT INTO `object_data` VALUES (228,'taxs','Taxonomy Settings','Taxonomy Settings',-1,'2014-09-23 21:48:42','2014-09-23 21:48:42','',NULL); +INSERT INTO `object_data` VALUES (229,'typ','bibs','BibliographicAdmin',-1,'2014-09-23 21:48:55','2014-09-23 21:48:55','',NULL); +INSERT INTO `object_data` VALUES (230,'bibs','BibliographicAdmin','BibliographicAdmin',-1,'2014-09-23 21:48:55','2014-09-23 21:48:55','',NULL); +INSERT INTO `object_data` VALUES (231,'rolt','il_blog_editor','Editor template for blogs',-1,'2015-09-30 12:57:25','2015-12-22 15:28:30','',NULL); +INSERT INTO `object_data` VALUES (232,'typ','awra','Awareness Tool Administration',-1,'2015-09-30 12:57:29','2015-09-30 12:57:29','',NULL); +INSERT INTO `object_data` VALUES (233,'awra','__AwarenessToolAdministration','Awareness Tool Administration',-1,'2015-09-30 12:57:29','2015-09-30 12:57:29','',NULL); +INSERT INTO `object_data` VALUES (234,'typ','logs','Logging Administration',-1,'2015-09-30 12:57:31','2015-09-30 12:57:31','',NULL); +INSERT INTO `object_data` VALUES (235,'logs','__LoggingSettings','Logging Administration',-1,'2015-09-30 12:57:31','2015-09-30 12:57:31','',NULL); +INSERT INTO `object_data` VALUES (236,'typ','prg','StudyProgramme',-1,'2015-09-30 12:57:34','2015-09-30 12:57:34','',NULL); +INSERT INTO `object_data` VALUES (237,'typ','prgs','StudyProgrammeAdmin',-1,'2015-09-30 12:57:35','2015-09-30 12:57:35','',NULL); +INSERT INTO `object_data` VALUES (238,'prgs','StudyProgrammeAdmin','StudyProgrammeAdmin',-1,'2015-09-30 12:57:35','2015-09-30 12:57:35','',NULL); +INSERT INTO `object_data` VALUES (239,'typ','cadm','Contact',-1,'2015-11-17 15:20:05','2015-11-17 15:20:05','',NULL); +INSERT INTO `object_data` VALUES (240,'cadm','Contact','Contact',-1,'2015-11-17 15:20:05','2015-11-17 15:20:05','',NULL); +INSERT INTO `object_data` VALUES (241,'lng','ka','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (242,'lng','ar','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (243,'lng','bg','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (244,'lng','sq','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (245,'lng','ro','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (246,'lng','sk','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (247,'lng','da','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (248,'lng','hu','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (249,'lng','uk','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (250,'lng','fa','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (251,'lng','sr','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (252,'lng','pt','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (253,'lng','ja','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (254,'lng','vi','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (255,'lng','ru','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (256,'lng','et','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (257,'lng','lt','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (258,'lng','cs','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (259,'lng','tr','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (260,'lng','el','not_installed',6,'2015-12-22 14:32:40','2015-12-22 14:32:40','',NULL); +INSERT INTO `object_data` VALUES (261,'typ','grpr','Group Reference Object',-1,'2016-09-02 13:26:19','2016-09-02 13:26:19','',NULL); +INSERT INTO `object_data` VALUES (262,'typ','bdga','Badge Settings',-1,'2016-09-02 13:26:21','2016-09-02 13:26:21','',NULL); +INSERT INTO `object_data` VALUES (263,'bdga','Badge Settings','Badge Settings',-1,'2016-09-02 13:26:21','2016-09-02 13:26:21','',NULL); +INSERT INTO `object_data` VALUES (264,'typ','wfe','WorkflowEngine',-1,'2016-09-02 13:33:13','2016-09-02 13:33:13','',NULL); +INSERT INTO `object_data` VALUES (265,'wfe','WorkflowEngine','WorkflowEngine',-1,'2016-09-02 13:33:13','2016-09-02 13:33:13','',NULL); +INSERT INTO `object_data` VALUES (266,'typ','iass','Individual Assessment',-1,'2016-09-02 13:33:17','2016-09-02 13:33:17','',NULL); +INSERT INTO `object_data` VALUES (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); +INSERT INTO `object_data` VALUES (268,'rolt','il_sess_participant','Session participant template',-1,'2018-01-25 08:42:46','2018-01-25 08:42:46',NULL,NULL); +INSERT INTO `object_data` VALUES (269,'rolt','il_sess_status_closed','Closed session template',0,'2018-01-25 08:42:46','2018-01-25 08:42:46',NULL,NULL); +INSERT INTO `object_data` VALUES (270,'typ','pdfg','PDFGeneration',-1,'2018-01-25 08:42:49','2018-01-25 08:42:49',NULL,NULL); +INSERT INTO `object_data` VALUES (271,'pdfg','PDFGeneration','PDFGeneration',-1,'2018-01-25 08:42:49','2018-01-25 08:42:49',NULL,NULL); +INSERT INTO `object_data` VALUES (272,'typ','ltis','LTI Settings',-1,'2018-01-25 08:42:57','2018-01-25 08:42:57',NULL,NULL); +INSERT INTO `object_data` VALUES (273,'ltis','LTI Settings','LTI Settings',-1,'2018-01-25 08:42:57','2018-01-25 08:42:57',NULL,NULL); +INSERT INTO `object_data` VALUES (274,'typ','copa','Content Page Object',-1,'2019-03-20 18:15:58','2019-03-20 18:15:58',NULL,NULL); +INSERT INTO `object_data` VALUES (275,'typ','mme','Main Menu',-1,'2019-03-20 18:16:04','2019-03-20 18:16:04',NULL,NULL); +INSERT INTO `object_data` VALUES (276,'mme','Main Menu','Main Menu',-1,'2019-03-20 18:16:04','2019-03-20 18:16:04',NULL,NULL); +INSERT INTO `object_data` VALUES (277,'typ','lso','Learning Sequence',-1,'2019-03-20 18:16:05','2019-03-20 18:16:05',NULL,NULL); +INSERT INTO `object_data` VALUES (278,'rolt','il_lso_admin','Admin template for learning sequences',-1,'2019-03-20 18:16:05','2019-03-20 18:16:05',NULL,NULL); +INSERT INTO `object_data` VALUES (279,'rolt','il_lso_member','Member template for learning sequences',-1,'2019-03-20 18:16:05','2019-03-20 18:16:05',NULL,NULL); +INSERT INTO `object_data` VALUES (280,'typ','lsos','LearningSequenceAdmin',-1,'2020-10-23 12:47:38','2020-10-23 12:47:38',NULL,NULL); +INSERT INTO `object_data` VALUES (281,'lsos','LearningSequenceAdmin','LearningSequenceAdmin',-1,'2020-10-23 12:47:38','2020-10-23 12:47:38',NULL,NULL); + +-- +-- Table structure for table `object_data_del` +-- + +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 DEFAULT NULL, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `object_data_del` +-- + + +-- +-- Table structure for table `object_data_seq` +-- + +CREATE TABLE `object_data_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=282; + +-- +-- Dumping data for table `object_data_seq` +-- + +INSERT INTO `object_data_seq` VALUES (281); + +-- +-- Table structure for table `object_description` +-- + +CREATE TABLE `object_description` ( + `obj_id` int(11) NOT NULL DEFAULT 0, + `description` longtext DEFAULT NULL, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `object_description` +-- + +INSERT INTO `object_description` VALUES (152,'Settings for files and file handling'); + +-- +-- Table structure for table `object_reference` +-- + +CREATE TABLE `object_reference` ( + `ref_id` int(11) NOT NULL DEFAULT 0, + `obj_id` int(11) NOT NULL DEFAULT 0, + `deleted` datetime DEFAULT NULL, + PRIMARY KEY (`ref_id`), + KEY `i1_idx` (`obj_id`), + KEY `i2_idx` (`deleted`) +) ; + +-- +-- Dumping data for table `object_reference` +-- + +INSERT INTO `object_reference` VALUES (1,1,NULL); +INSERT INTO `object_reference` VALUES (7,7,NULL); +INSERT INTO `object_reference` VALUES (8,8,NULL); +INSERT INTO `object_reference` VALUES (9,9,NULL); +INSERT INTO `object_reference` VALUES (10,10,NULL); +INSERT INTO `object_reference` VALUES (11,11,NULL); +INSERT INTO `object_reference` VALUES (12,12,NULL); +INSERT INTO `object_reference` VALUES (14,98,NULL); +INSERT INTO `object_reference` VALUES (15,100,NULL); +INSERT INTO `object_reference` VALUES (16,107,NULL); +INSERT INTO `object_reference` VALUES (17,109,NULL); +INSERT INTO `object_reference` VALUES (18,86,NULL); +INSERT INTO `object_reference` VALUES (20,116,NULL); +INSERT INTO `object_reference` VALUES (21,118,NULL); +INSERT INTO `object_reference` VALUES (22,124,NULL); +INSERT INTO `object_reference` VALUES (23,128,NULL); +INSERT INTO `object_reference` VALUES (24,132,NULL); +INSERT INTO `object_reference` VALUES (25,133,NULL); +INSERT INTO `object_reference` VALUES (26,136,NULL); +INSERT INTO `object_reference` VALUES (27,138,NULL); +INSERT INTO `object_reference` VALUES (28,140,NULL); +INSERT INTO `object_reference` VALUES (29,144,NULL); +INSERT INTO `object_reference` VALUES (30,147,NULL); +INSERT INTO `object_reference` VALUES (31,150,NULL); +INSERT INTO `object_reference` VALUES (32,152,NULL); +INSERT INTO `object_reference` VALUES (33,154,NULL); +INSERT INTO `object_reference` VALUES (34,157,NULL); +INSERT INTO `object_reference` VALUES (35,162,NULL); +INSERT INTO `object_reference` VALUES (36,164,NULL); +INSERT INTO `object_reference` VALUES (37,166,NULL); +INSERT INTO `object_reference` VALUES (38,168,NULL); +INSERT INTO `object_reference` VALUES (39,170,NULL); +INSERT INTO `object_reference` VALUES (40,172,NULL); +INSERT INTO `object_reference` VALUES (41,175,NULL); +INSERT INTO `object_reference` VALUES (42,177,NULL); +INSERT INTO `object_reference` VALUES (43,179,NULL); +INSERT INTO `object_reference` VALUES (44,181,NULL); +INSERT INTO `object_reference` VALUES (45,184,NULL); +INSERT INTO `object_reference` VALUES (46,185,NULL); +INSERT INTO `object_reference` VALUES (47,186,NULL); +INSERT INTO `object_reference` VALUES (48,193,NULL); +INSERT INTO `object_reference` VALUES (49,204,NULL); +INSERT INTO `object_reference` VALUES (50,206,NULL); +INSERT INTO `object_reference` VALUES (51,209,NULL); +INSERT INTO `object_reference` VALUES (52,212,NULL); +INSERT INTO `object_reference` VALUES (53,214,NULL); +INSERT INTO `object_reference` VALUES (54,216,NULL); +INSERT INTO `object_reference` VALUES (55,218,NULL); +INSERT INTO `object_reference` VALUES (56,221,NULL); +INSERT INTO `object_reference` VALUES (57,224,NULL); +INSERT INTO `object_reference` VALUES (58,226,NULL); +INSERT INTO `object_reference` VALUES (59,228,NULL); +INSERT INTO `object_reference` VALUES (60,230,NULL); +INSERT INTO `object_reference` VALUES (61,233,NULL); +INSERT INTO `object_reference` VALUES (62,235,NULL); +INSERT INTO `object_reference` VALUES (63,238,NULL); +INSERT INTO `object_reference` VALUES (64,240,NULL); +INSERT INTO `object_reference` VALUES (65,263,NULL); +INSERT INTO `object_reference` VALUES (66,265,NULL); +INSERT INTO `object_reference` VALUES (67,271,NULL); +INSERT INTO `object_reference` VALUES (68,273,NULL); +INSERT INTO `object_reference` VALUES (69,276,NULL); +INSERT INTO `object_reference` VALUES (70,281,NULL); + +-- +-- Table structure for table `object_reference_seq` +-- + +CREATE TABLE `object_reference_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=71; + +-- +-- Dumping data for table `object_reference_seq` +-- + +INSERT INTO `object_reference_seq` VALUES (70); + +-- +-- Table structure for table `object_reference_ws` +-- + +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`) +) ; + +-- +-- Dumping data for table `object_reference_ws` +-- + + +-- +-- Table structure for table `object_reference_ws_seq` +-- + +CREATE TABLE `object_reference_ws_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `object_reference_ws_seq` +-- + + +-- +-- Table structure for table `object_translation` +-- + +CREATE TABLE `object_translation` ( + `obj_id` int(11) NOT NULL DEFAULT 0, + `title` varchar(128) 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`) +) ; + +-- +-- Dumping data for table `object_translation` +-- + +INSERT INTO `object_translation` VALUES (9,'Open Source eLearning','','en',1); + +-- +-- Table structure for table `openid_provider` +-- + +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`) +) ; + +-- +-- Dumping data for table `openid_provider` +-- + +INSERT INTO `openid_provider` VALUES (1,1,'MyOpenID','http://%s.myopenid.com',1); + +-- +-- Table structure for table `openid_provider_seq` +-- + +CREATE TABLE `openid_provider_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=2; + +-- +-- Dumping data for table `openid_provider_seq` +-- + +INSERT INTO `openid_provider_seq` VALUES (1); + +-- +-- Table structure for table `orgu_data` +-- + +CREATE TABLE `orgu_data` ( + `orgu_id` int(11) NOT NULL DEFAULT 0, + `orgu_type_id` int(11) DEFAULT NULL, + PRIMARY KEY (`orgu_id`) +) ; + +-- +-- Dumping data for table `orgu_data` +-- + + +-- +-- Table structure for table `orgu_obj_pos_settings` +-- + +CREATE TABLE `orgu_obj_pos_settings` ( + `obj_id` int(11) NOT NULL DEFAULT 0, + `active` tinyint(4) DEFAULT 0, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `orgu_obj_pos_settings` +-- + + +-- +-- Table structure for table `orgu_obj_type_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `orgu_obj_type_settings` +-- + + +-- +-- Table structure for table `orgu_path_storage` +-- + +CREATE TABLE `orgu_path_storage` ( + `ref_id` bigint(20) NOT NULL DEFAULT 0, + `obj_id` bigint(20) DEFAULT NULL, + `path` longtext DEFAULT NULL, + PRIMARY KEY (`ref_id`) +) ; + +-- +-- Dumping data for table `orgu_path_storage` +-- + + +-- +-- Table structure for table `orgu_types` +-- + +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`) +) ; + +-- +-- Dumping data for table `orgu_types` +-- + + +-- +-- Table structure for table `orgu_types_adv_md_rec` +-- + +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`) +) ; + +-- +-- Dumping data for table `orgu_types_adv_md_rec` +-- + + +-- +-- Table structure for table `orgu_types_seq` +-- + +CREATE TABLE `orgu_types_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `orgu_types_seq` +-- + + +-- +-- Table structure for table `orgu_types_trans` +-- + +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`) +) ; + +-- +-- Dumping data for table `orgu_types_trans` +-- + + +-- +-- Table structure for table `osc_activity` +-- + +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`) +) ; + +-- +-- Dumping data for table `osc_activity` +-- + + +-- +-- Table structure for table `osc_conversation` +-- + +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`) +) ; + +-- +-- Dumping data for table `osc_conversation` +-- + + +-- +-- Table structure for table `osc_messages` +-- + +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 DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `osc_messages` +-- + + +-- +-- Table structure for table `page_anchor` +-- + +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`) +) ; + +-- +-- Dumping data for table `page_anchor` +-- + + +-- +-- Table structure for table `page_editor_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `page_editor_settings` +-- + +INSERT INTO `page_editor_settings` VALUES ('rep','active_acc','1'); +INSERT INTO `page_editor_settings` VALUES ('rep','active_code','1'); +INSERT INTO `page_editor_settings` VALUES ('rep','active_com','1'); +INSERT INTO `page_editor_settings` VALUES ('rep','active_emp','1'); +INSERT INTO `page_editor_settings` VALUES ('rep','active_fn','1'); +INSERT INTO `page_editor_settings` VALUES ('rep','active_imp','1'); +INSERT INTO `page_editor_settings` VALUES ('rep','active_quot','1'); +INSERT INTO `page_editor_settings` VALUES ('rep','active_str','1'); +INSERT INTO `page_editor_settings` VALUES ('rep','active_sub','1'); +INSERT INTO `page_editor_settings` VALUES ('rep','active_sup','1'); +INSERT INTO `page_editor_settings` VALUES ('rep','active_tex','1'); +INSERT INTO `page_editor_settings` VALUES ('rep','active_xln','1'); + +-- +-- Table structure for table `page_history` +-- + +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 DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `page_history` +-- + + +-- +-- Table structure for table `page_layout` +-- + +CREATE TABLE `page_layout` ( + `layout_id` int(11) NOT NULL DEFAULT 0, + `content` longtext DEFAULT NULL, + `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, + PRIMARY KEY (`layout_id`) +) ; + +-- +-- Dumping data for table `page_layout` +-- + +INSERT INTO `page_layout` VALUES (1,'','1A Simple text page with accompanying media','Example description',1,0,0,1,0); +INSERT INTO `page_layout` VALUES (2,'','1C Text page with accompanying media and test','',1,0,0,1,0); +INSERT INTO `page_layout` VALUES (3,'','1E Text page with accompanying media followed by test and text','',1,0,0,1,0); +INSERT INTO `page_layout` VALUES (4,'','2C Simple media page with accompanying text and test','',1,0,0,1,0); +INSERT INTO `page_layout` VALUES (5,'','7C Vertical component navigation page with media and text','',1,0,0,1,0); + +-- +-- Table structure for table `page_layout_seq` +-- + +CREATE TABLE `page_layout_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=6; + +-- +-- Dumping data for table `page_layout_seq` +-- + +INSERT INTO `page_layout_seq` VALUES (5); + +-- +-- Table structure for table `page_object` +-- + +CREATE TABLE `page_object` ( + `page_id` int(11) NOT NULL DEFAULT 0, + `parent_id` int(11) DEFAULT NULL, + `content` longtext DEFAULT NULL, + `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 DEFAULT NULL, + `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, + PRIMARY KEY (`page_id`,`parent_type`,`lang`), + KEY `i3_idx` (`parent_id`,`parent_type`,`last_change`) +) ; + +-- +-- Dumping data for table `page_object` +-- + +INSERT INTO `page_object` VALUES (1,NULL,'','impr',6,0,'2016-12-16 15:25:17','2016-12-16 15:25:17',6,'52bee1212f8a154aac268a0c20b77437','{{{{{LV_show_adv}}}}}{{{{{LV_hide_adv}}}}}

Legal Notice

\n
\n','2016-12-16 15:25:17',NULL,NULL,1,0,0,0,0,'-',NULL,0); +INSERT INTO `page_object` VALUES (1,0,'Headline 1
','stys',0,0,NULL,NULL,0,'','',NULL,NULL,NULL,1,0,0,0,0,'-',0,0); +INSERT INTO `page_object` VALUES (2,0,'Headline 1
','stys',0,0,NULL,NULL,0,'','',NULL,NULL,NULL,1,0,0,0,0,'-',0,0); +INSERT INTO `page_object` VALUES (3,0,'Headline 1
','stys',0,0,NULL,NULL,0,'','',NULL,NULL,NULL,1,0,0,0,0,'-',0,0); +INSERT INTO `page_object` VALUES (4,0,'Headline 1
','stys',0,0,NULL,NULL,0,'','',NULL,NULL,NULL,1,0,0,0,0,'-',0,0); +INSERT INTO `page_object` VALUES (5,0,'Headline 1
','stys',0,0,NULL,NULL,0,'','',NULL,NULL,NULL,1,0,0,0,0,'-',0,0); + +-- +-- Table structure for table `page_pc_usage` +-- + +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`) +) ; + +-- +-- Dumping data for table `page_pc_usage` +-- + + +-- +-- Table structure for table `page_qst_answer` +-- + +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`) +) ; + +-- +-- Dumping data for table `page_qst_answer` +-- + + +-- +-- Table structure for table `page_question` +-- + +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`) +) ; + +-- +-- Dumping data for table `page_question` +-- + + +-- +-- Table structure for table `page_style_usage` +-- + +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`) +) ; + +-- +-- Dumping data for table `page_style_usage` +-- + + +-- +-- Table structure for table `page_style_usage_seq` +-- + +CREATE TABLE `page_style_usage_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `page_style_usage_seq` +-- + + +-- +-- Table structure for table `pdfgen_conf` +-- + +CREATE TABLE `pdfgen_conf` ( + `conf_id` int(11) NOT NULL, + `renderer` varchar(255) NOT NULL, + `service` varchar(255) NOT NULL, + `purpose` varchar(255) NOT NULL, + `config` longtext DEFAULT NULL, + PRIMARY KEY (`conf_id`) +) ; + +-- +-- Dumping data for table `pdfgen_conf` +-- + + +-- +-- Table structure for table `pdfgen_conf_seq` +-- + +CREATE TABLE `pdfgen_conf_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `pdfgen_conf_seq` +-- + + +-- +-- Table structure for table `pdfgen_map` +-- + +CREATE TABLE `pdfgen_map` ( + `map_id` int(11) NOT NULL, + `service` varchar(255) NOT NULL, + `purpose` varchar(255) NOT NULL, + `preferred` varchar(255) NOT NULL, + `selected` varchar(255) NOT NULL, + PRIMARY KEY (`map_id`) +) ; + +-- +-- Dumping data for table `pdfgen_map` +-- + +INSERT INTO `pdfgen_map` VALUES (1,'Test','PrintViewOfQuestions','PhantomJS','PhantomJS'); +INSERT INTO `pdfgen_map` VALUES (2,'Test','UserResult','PhantomJS','PhantomJS'); +INSERT INTO `pdfgen_map` VALUES (3,'Wiki','ContentExport','PhantomJS','PhantomJS'); +INSERT INTO `pdfgen_map` VALUES (4,'Portfolio','ContentExport','PhantomJS','PhantomJS'); + +-- +-- Table structure for table `pdfgen_map_seq` +-- + +CREATE TABLE `pdfgen_map_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=5; + +-- +-- Dumping data for table `pdfgen_map_seq` +-- + +INSERT INTO `pdfgen_map_seq` VALUES (4); + +-- +-- Table structure for table `pdfgen_purposes` +-- + +CREATE TABLE `pdfgen_purposes` ( + `purpose_id` int(11) NOT NULL, + `service` varchar(255) NOT NULL, + `purpose` varchar(255) NOT NULL, + PRIMARY KEY (`purpose_id`) +) ; + +-- +-- Dumping data for table `pdfgen_purposes` +-- + +INSERT INTO `pdfgen_purposes` VALUES (1,'Test','PrintViewOfQuestions'); +INSERT INTO `pdfgen_purposes` VALUES (2,'Test','UserResult'); +INSERT INTO `pdfgen_purposes` VALUES (3,'Wiki','ContentExport'); +INSERT INTO `pdfgen_purposes` VALUES (4,'Portfolio','ContentExport'); + +-- +-- Table structure for table `pdfgen_purposes_seq` +-- + +CREATE TABLE `pdfgen_purposes_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=5; + +-- +-- Dumping data for table `pdfgen_purposes_seq` +-- + +INSERT INTO `pdfgen_purposes_seq` VALUES (4); + +-- +-- Table structure for table `pdfgen_renderer` +-- + +CREATE TABLE `pdfgen_renderer` ( + `renderer_id` int(11) NOT NULL, + `renderer` varchar(255) NOT NULL, + `path` varchar(255) NOT NULL, + PRIMARY KEY (`renderer_id`) +) ; + +-- +-- Dumping data for table `pdfgen_renderer` +-- + +INSERT INTO `pdfgen_renderer` VALUES (1,'TCPDF','Services/PDFGeneration/classes/renderer/tcpdf/class.ilTCPDFRenderer.php'); +INSERT INTO `pdfgen_renderer` VALUES (2,'PhantomJS','Services/PDFGeneration/classes/renderer/phantomjs/class.ilPhantomJSRenderer.php'); + +-- +-- Table structure for table `pdfgen_renderer_avail` +-- + +CREATE TABLE `pdfgen_renderer_avail` ( + `availability_id` int(11) NOT NULL, + `service` varchar(255) NOT NULL, + `purpose` varchar(255) NOT NULL, + `renderer` varchar(255) NOT NULL, + PRIMARY KEY (`availability_id`) +) ; + +-- +-- Dumping data for table `pdfgen_renderer_avail` +-- + +INSERT INTO `pdfgen_renderer_avail` VALUES (1,'Test','PrintViewOfQuestions','PhantomJS'); +INSERT INTO `pdfgen_renderer_avail` VALUES (2,'Test','UserResult','PhantomJS'); +INSERT INTO `pdfgen_renderer_avail` VALUES (3,'Test','PrintViewOfQuestions','TCPDF'); +INSERT INTO `pdfgen_renderer_avail` VALUES (4,'Test','UserResult','TCPDF'); +INSERT INTO `pdfgen_renderer_avail` VALUES (5,'Wiki','ContentExport','PhantomJS'); +INSERT INTO `pdfgen_renderer_avail` VALUES (6,'Portfolio','ContentExport','PhantomJS'); + +-- +-- Table structure for table `pdfgen_renderer_avail_seq` +-- + +CREATE TABLE `pdfgen_renderer_avail_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=7; + +-- +-- Dumping data for table `pdfgen_renderer_avail_seq` +-- + +INSERT INTO `pdfgen_renderer_avail_seq` VALUES (6); + +-- +-- Table structure for table `pdfgen_renderer_seq` +-- + +CREATE TABLE `pdfgen_renderer_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=3; + +-- +-- Dumping data for table `pdfgen_renderer_seq` +-- + +INSERT INTO `pdfgen_renderer_seq` VALUES (2); + +-- +-- Table structure for table `personal_clipboard` +-- + +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`) +) ; + +-- +-- Dumping data for table `personal_clipboard` +-- + + +-- +-- Table structure for table `personal_pc_clipboard` +-- + +CREATE TABLE `personal_pc_clipboard` ( + `user_id` int(11) NOT NULL DEFAULT 0, + `content` longtext DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `personal_pc_clipboard` +-- + + +-- +-- Table structure for table `pg_amd_page_list` +-- + +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, + PRIMARY KEY (`id`,`field_id`) +) ; + +-- +-- Dumping data for table `pg_amd_page_list` +-- + + +-- +-- Table structure for table `pg_amd_page_list_seq` +-- + +CREATE TABLE `pg_amd_page_list_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `pg_amd_page_list_seq` +-- + + +-- +-- Table structure for table `post_conditions` +-- + +CREATE TABLE `post_conditions` ( + `ref_id` int(11) NOT NULL, + `value` int(11) NOT NULL, + `condition_operator` varchar(32) NOT NULL, + PRIMARY KEY (`ref_id`,`condition_operator`,`value`) +) ; + +-- +-- Dumping data for table `post_conditions` +-- + + +-- +-- Table structure for table `preview_data` +-- + +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`) +) ; + +-- +-- Dumping data for table `preview_data` +-- + + +-- +-- Table structure for table `prg_settings` +-- + +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, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `prg_settings` +-- + + +-- +-- Table structure for table `prg_settings_seq` +-- + +CREATE TABLE `prg_settings_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `prg_settings_seq` +-- + + +-- +-- Table structure for table `prg_translations` +-- + +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`) +) ; + +-- +-- Dumping data for table `prg_translations` +-- + + +-- +-- Table structure for table `prg_translations_seq` +-- + +CREATE TABLE `prg_translations_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `prg_translations_seq` +-- + + +-- +-- Table structure for table `prg_type` +-- + +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`) +) ; + +-- +-- Dumping data for table `prg_type` +-- + + +-- +-- Table structure for table `prg_type_adv_md_rec` +-- + +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`) +) ; + +-- +-- Dumping data for table `prg_type_adv_md_rec` +-- + + +-- +-- Table structure for table `prg_type_adv_md_rec_seq` +-- + +CREATE TABLE `prg_type_adv_md_rec_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `prg_type_adv_md_rec_seq` +-- + + +-- +-- Table structure for table `prg_type_seq` +-- + +CREATE TABLE `prg_type_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `prg_type_seq` +-- + + +-- +-- Table structure for table `prg_usr_assignments` +-- + +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, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `prg_usr_assignments` +-- + + +-- +-- Table structure for table `prg_usr_assignments_seq` +-- + +CREATE TABLE `prg_usr_assignments_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `prg_usr_assignments_seq` +-- + + +-- +-- Table structure for table `prg_usr_progress` +-- + +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, + PRIMARY KEY (`id`), + UNIQUE KEY `con_idx` (`assignment_id`,`prg_id`,`usr_id`) +) ; + +-- +-- Dumping data for table `prg_usr_progress` +-- + + +-- +-- Table structure for table `prg_usr_progress_seq` +-- + +CREATE TABLE `prg_usr_progress_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `prg_usr_progress_seq` +-- + + +-- +-- Table structure for table `qpl_a_cloze` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_a_cloze` +-- + + +-- +-- Table structure for table `qpl_a_cloze_combi_res` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_a_cloze_combi_res` +-- + + +-- +-- Table structure for table `qpl_a_cloze_seq` +-- + +CREATE TABLE `qpl_a_cloze_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_a_cloze_seq` +-- + + +-- +-- Table structure for table `qpl_a_errortext` +-- + +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, + PRIMARY KEY (`answer_id`), + KEY `i1_idx` (`question_fi`) +) ; + +-- +-- Dumping data for table `qpl_a_errortext` +-- + + +-- +-- Table structure for table `qpl_a_errortext_seq` +-- + +CREATE TABLE `qpl_a_errortext_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_a_errortext_seq` +-- + + +-- +-- Table structure for table `qpl_a_essay` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_a_essay` +-- + + +-- +-- Table structure for table `qpl_a_essay_seq` +-- + +CREATE TABLE `qpl_a_essay_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_a_essay_seq` +-- + + +-- +-- Table structure for table `qpl_a_imagemap` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_a_imagemap` +-- + + +-- +-- Table structure for table `qpl_a_imagemap_seq` +-- + +CREATE TABLE `qpl_a_imagemap_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_a_imagemap_seq` +-- + + +-- +-- Table structure for table `qpl_a_kprim` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_a_kprim` +-- + + +-- +-- Table structure for table `qpl_a_lome` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_a_lome` +-- + + +-- +-- Table structure for table `qpl_a_matching` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_a_matching` +-- + + +-- +-- Table structure for table `qpl_a_matching_seq` +-- + +CREATE TABLE `qpl_a_matching_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_a_matching_seq` +-- + + +-- +-- Table structure for table `qpl_a_mc` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_a_mc` +-- + + +-- +-- Table structure for table `qpl_a_mc_seq` +-- + +CREATE TABLE `qpl_a_mc_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_a_mc_seq` +-- + + +-- +-- Table structure for table `qpl_a_mdef` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_a_mdef` +-- + + +-- +-- Table structure for table `qpl_a_mdef_seq` +-- + +CREATE TABLE `qpl_a_mdef_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_a_mdef_seq` +-- + + +-- +-- Table structure for table `qpl_a_mterm` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_a_mterm` +-- + + +-- +-- Table structure for table `qpl_a_mterm_seq` +-- + +CREATE TABLE `qpl_a_mterm_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_a_mterm_seq` +-- + + +-- +-- Table structure for table `qpl_a_ordering` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_a_ordering` +-- + + +-- +-- Table structure for table `qpl_a_ordering_seq` +-- + +CREATE TABLE `qpl_a_ordering_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_a_ordering_seq` +-- + + +-- +-- Table structure for table `qpl_a_sc` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_a_sc` +-- + + +-- +-- Table structure for table `qpl_a_sc_seq` +-- + +CREATE TABLE `qpl_a_sc_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_a_sc_seq` +-- + + +-- +-- Table structure for table `qpl_a_textsubset` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_a_textsubset` +-- + + +-- +-- Table structure for table `qpl_a_textsubset_seq` +-- + +CREATE TABLE `qpl_a_textsubset_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_a_textsubset_seq` +-- + + +-- +-- Table structure for table `qpl_fb_generic` +-- + +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 DEFAULT NULL, + PRIMARY KEY (`feedback_id`), + KEY `i1_idx` (`question_fi`) +) ; + +-- +-- Dumping data for table `qpl_fb_generic` +-- + + +-- +-- Table structure for table `qpl_fb_generic_seq` +-- + +CREATE TABLE `qpl_fb_generic_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_fb_generic_seq` +-- + + +-- +-- Table structure for table `qpl_fb_specific` +-- + +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 DEFAULT NULL, + `question` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`feedback_id`), + UNIQUE KEY `con_idx` (`question_fi`,`question`,`answer`), + KEY `i1_idx` (`question_fi`) +) ; + +-- +-- Dumping data for table `qpl_fb_specific` +-- + + +-- +-- Table structure for table `qpl_fb_specific_seq` +-- + +CREATE TABLE `qpl_fb_specific_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_fb_specific_seq` +-- + + +-- +-- Table structure for table `qpl_hint_tracking` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_hint_tracking` +-- + + +-- +-- Table structure for table `qpl_hint_tracking_seq` +-- + +CREATE TABLE `qpl_hint_tracking_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_hint_tracking_seq` +-- + + +-- +-- Table structure for table `qpl_hints` +-- + +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 DEFAULT NULL, + PRIMARY KEY (`qht_hint_id`) +) ; + +-- +-- Dumping data for table `qpl_hints` +-- + + +-- +-- Table structure for table `qpl_hints_seq` +-- + +CREATE TABLE `qpl_hints_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_hints_seq` +-- + + +-- +-- Table structure for table `qpl_num_range` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_num_range` +-- + + +-- +-- Table structure for table `qpl_num_range_seq` +-- + +CREATE TABLE `qpl_num_range_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_num_range_seq` +-- + + +-- +-- Table structure for table `qpl_qst_cloze` +-- + +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 DEFAULT NULL, + `feedback_mode` varchar(16) NOT NULL DEFAULT 'gapQuestion', + PRIMARY KEY (`question_fi`) +) ; + +-- +-- Dumping data for table `qpl_qst_cloze` +-- + + +-- +-- Table structure for table `qpl_qst_errortext` +-- + +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, + PRIMARY KEY (`question_fi`) +) ; + +-- +-- Dumping data for table `qpl_qst_errortext` +-- + + +-- +-- Table structure for table `qpl_qst_essay` +-- + +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', + PRIMARY KEY (`question_fi`) +) ; + +-- +-- Dumping data for table `qpl_qst_essay` +-- + + +-- +-- Table structure for table `qpl_qst_fileupload` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_qst_fileupload` +-- + + +-- +-- Table structure for table `qpl_qst_flash` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_qst_flash` +-- + + +-- +-- Table structure for table `qpl_qst_horder` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_qst_horder` +-- + + +-- +-- Table structure for table `qpl_qst_imagemap` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_qst_imagemap` +-- + + +-- +-- Table structure for table `qpl_qst_javaapplet` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_qst_javaapplet` +-- + + +-- +-- Table structure for table `qpl_qst_kprim` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_qst_kprim` +-- + + +-- +-- Table structure for table `qpl_qst_lome` +-- + +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 DEFAULT NULL, + `min_auto_complete` tinyint(4) DEFAULT 3, + `identical_scoring` tinyint(4) DEFAULT 1, + PRIMARY KEY (`question_fi`) +) ; + +-- +-- Dumping data for table `qpl_qst_lome` +-- + + +-- +-- Table structure for table `qpl_qst_matching` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_qst_matching` +-- + + +-- +-- Table structure for table `qpl_qst_mc` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_qst_mc` +-- + + +-- +-- Table structure for table `qpl_qst_numeric` +-- + +CREATE TABLE `qpl_qst_numeric` ( + `question_fi` int(11) NOT NULL DEFAULT 0, + `maxnumofchars` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`question_fi`) +) ; + +-- +-- Dumping data for table `qpl_qst_numeric` +-- + + +-- +-- Table structure for table `qpl_qst_ordering` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_qst_ordering` +-- + + +-- +-- Table structure for table `qpl_qst_sc` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_qst_sc` +-- + + +-- +-- Table structure for table `qpl_qst_skl_assigns` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_qst_skl_assigns` +-- + + +-- +-- Table structure for table `qpl_qst_skl_sol_expr` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_qst_skl_sol_expr` +-- + + +-- +-- Table structure for table `qpl_qst_textsubset` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_qst_textsubset` +-- + + +-- +-- Table structure for table `qpl_qst_type` +-- + +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`) +) ; + +-- +-- Dumping data for table `qpl_qst_type` +-- + +INSERT INTO `qpl_qst_type` VALUES (1,'assSingleChoice',0,NULL); +INSERT INTO `qpl_qst_type` VALUES (2,'assMultipleChoice',0,NULL); +INSERT INTO `qpl_qst_type` VALUES (3,'assClozeTest',0,NULL); +INSERT INTO `qpl_qst_type` VALUES (4,'assMatchingQuestion',0,NULL); +INSERT INTO `qpl_qst_type` VALUES (5,'assOrderingQuestion',0,NULL); +INSERT INTO `qpl_qst_type` VALUES (6,'assImagemapQuestion',0,NULL); +INSERT INTO `qpl_qst_type` VALUES (7,'assJavaApplet',0,NULL); +INSERT INTO `qpl_qst_type` VALUES (8,'assTextQuestion',0,NULL); +INSERT INTO `qpl_qst_type` VALUES (9,'assNumeric',0,NULL); +INSERT INTO `qpl_qst_type` VALUES (10,'assTextSubset',0,NULL); +INSERT INTO `qpl_qst_type` VALUES (12,'assFlashQuestion',0,NULL); +INSERT INTO `qpl_qst_type` VALUES (13,'assOrderingHorizontal',0,NULL); +INSERT INTO `qpl_qst_type` VALUES (14,'assFileUpload',0,NULL); +INSERT INTO `qpl_qst_type` VALUES (15,'assErrorText',0,NULL); +INSERT INTO `qpl_qst_type` VALUES (16,'assFormulaQuestion',0,NULL); +INSERT INTO `qpl_qst_type` VALUES (17,'assKprimChoice',0,NULL); +INSERT INTO `qpl_qst_type` VALUES (18,'assLongMenu',0,NULL); + +-- +-- Table structure for table `qpl_questionpool` +-- + +CREATE TABLE `qpl_questionpool` ( + `id_questionpool` int(11) NOT NULL DEFAULT 0, + `obj_fi` int(11) NOT NULL DEFAULT 0, + `isonline` varchar(1) DEFAULT '0', + `questioncount` int(11) NOT NULL DEFAULT 0, + `tstamp` int(11) NOT NULL DEFAULT 0, + `show_taxonomies` tinyint(4) NOT NULL DEFAULT 0, + `nav_taxonomy` int(11) DEFAULT NULL, + `skill_service` tinyint(4) DEFAULT NULL, + PRIMARY KEY (`id_questionpool`), + KEY `i1_idx` (`obj_fi`) +) ; + +-- +-- Dumping data for table `qpl_questionpool` +-- + + +-- +-- Table structure for table `qpl_questionpool_seq` +-- + +CREATE TABLE `qpl_questionpool_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_questionpool_seq` +-- + + +-- +-- Table structure for table `qpl_questions` +-- + +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, + `working_time` varchar(8) DEFAULT '00:00:00', + `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 DEFAULT NULL, + `add_cont_edit_mode` varchar(16) DEFAULT NULL, + `external_id` varchar(255) DEFAULT NULL, + PRIMARY KEY (`question_id`), + KEY `i1_idx` (`question_type_fi`), + KEY `i2_idx` (`original_id`), + KEY `i3_idx` (`obj_fi`), + KEY `i4_idx` (`title`) +) ; + +-- +-- Dumping data for table `qpl_questions` +-- + + +-- +-- Table structure for table `qpl_questions_seq` +-- + +CREATE TABLE `qpl_questions_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_questions_seq` +-- + + +-- +-- Table structure for table `qpl_sol_sug` +-- + +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 DEFAULT NULL, + PRIMARY KEY (`suggested_solution_id`), + KEY `i1_idx` (`question_fi`) +) ; + +-- +-- Dumping data for table `qpl_sol_sug` +-- + + +-- +-- Table structure for table `qpl_sol_sug_seq` +-- + +CREATE TABLE `qpl_sol_sug_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `qpl_sol_sug_seq` +-- + + +-- +-- Table structure for table `rbac_fa` +-- + +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`) +) ; + +-- +-- Dumping data for table `rbac_fa` +-- + +INSERT INTO `rbac_fa` VALUES (2,8,'y','y',0); +INSERT INTO `rbac_fa` VALUES (3,8,'n','n',0); +INSERT INTO `rbac_fa` VALUES (4,8,'y','n',0); +INSERT INTO `rbac_fa` VALUES (5,8,'y','n',0); +INSERT INTO `rbac_fa` VALUES (14,8,'y','n',0); +INSERT INTO `rbac_fa` VALUES (80,8,'n','y',0); +INSERT INTO `rbac_fa` VALUES (81,8,'n','n',0); +INSERT INTO `rbac_fa` VALUES (82,8,'n','n',0); +INSERT INTO `rbac_fa` VALUES (83,8,'n','n',0); +INSERT INTO `rbac_fa` VALUES (110,8,'n','y',0); +INSERT INTO `rbac_fa` VALUES (111,8,'n','n',0); +INSERT INTO `rbac_fa` VALUES (112,8,'n','n',0); +INSERT INTO `rbac_fa` VALUES (125,8,'n','y',0); +INSERT INTO `rbac_fa` VALUES (131,8,'n','n',0); +INSERT INTO `rbac_fa` VALUES (134,24,'y','n',0); +INSERT INTO `rbac_fa` VALUES (148,8,'n','n',0); +INSERT INTO `rbac_fa` VALUES (187,46,'y','n',0); +INSERT INTO `rbac_fa` VALUES (188,8,'n','n',0); +INSERT INTO `rbac_fa` VALUES (202,8,'n','n',0); +INSERT INTO `rbac_fa` VALUES (222,8,'n','n',0); +INSERT INTO `rbac_fa` VALUES (231,8,'n','n',0); +INSERT INTO `rbac_fa` VALUES (267,8,'n','n',0); +INSERT INTO `rbac_fa` VALUES (268,8,'n','n',0); +INSERT INTO `rbac_fa` VALUES (269,8,'n','n',0); +INSERT INTO `rbac_fa` VALUES (278,8,'n','n',0); +INSERT INTO `rbac_fa` VALUES (279,8,'n','n',0); + +-- +-- Table structure for table `rbac_log` +-- + +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 DEFAULT NULL, + PRIMARY KEY (`log_id`), + KEY `i1_idx` (`ref_id`), + KEY `i2_idx` (`created`) +) ; + +-- +-- Dumping data for table `rbac_log` +-- + + +-- +-- Table structure for table `rbac_log_seq` +-- + +CREATE TABLE `rbac_log_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `rbac_log_seq` +-- + + +-- +-- Table structure for table `rbac_operations` +-- + +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`) +) ; + +-- +-- Dumping data for table `rbac_operations` +-- + +INSERT INTO `rbac_operations` VALUES (1,'edit_permission','edit permissions','rbac',9000); +INSERT INTO `rbac_operations` VALUES (2,'visible','view object','general',1000); +INSERT INTO `rbac_operations` VALUES (3,'read','access object','general',2000); +INSERT INTO `rbac_operations` VALUES (4,'write','modify object','general',6000); +INSERT INTO `rbac_operations` VALUES (6,'delete','remove object','general',8000); +INSERT INTO `rbac_operations` VALUES (7,'join','join/subscribe','object',1200); +INSERT INTO `rbac_operations` VALUES (8,'leave','leave/unsubscribe','object',1400); +INSERT INTO `rbac_operations` VALUES (9,'add_reply','Reply to forum articles','object',3050); +INSERT INTO `rbac_operations` VALUES (10,'moderate_frm','delete forum articles','object',3750); +INSERT INTO `rbac_operations` VALUES (11,'smtp_mail','send external mail','object',210); +INSERT INTO `rbac_operations` VALUES (12,'system_message','allow to send system messages','object',220); +INSERT INTO `rbac_operations` VALUES (13,'create_usr','create new user account','create',9999); +INSERT INTO `rbac_operations` VALUES (14,'create_role','create new role definition','create',9999); +INSERT INTO `rbac_operations` VALUES (15,'create_rolt','create new role definition template','create',9999); +INSERT INTO `rbac_operations` VALUES (16,'create_cat','create new category','create',9999); +INSERT INTO `rbac_operations` VALUES (17,'create_grp','create new group','create',9999); +INSERT INTO `rbac_operations` VALUES (18,'create_frm','create new forum','create',9999); +INSERT INTO `rbac_operations` VALUES (19,'create_crs','create new course','create',9999); +INSERT INTO `rbac_operations` VALUES (20,'create_lm','create new learning module','create',9999); +INSERT INTO `rbac_operations` VALUES (21,'create_sahs','create new SCORM/AICC learning module','create',9999); +INSERT INTO `rbac_operations` VALUES (22,'create_glo','create new glossary','create',9999); +INSERT INTO `rbac_operations` VALUES (23,'create_dbk','create new digibook','create',9999); +INSERT INTO `rbac_operations` VALUES (24,'create_exc','create new exercise','create',9999); +INSERT INTO `rbac_operations` VALUES (25,'create_file','upload new file','create',9999); +INSERT INTO `rbac_operations` VALUES (26,'create_fold','create new folder','create',9999); +INSERT INTO `rbac_operations` VALUES (27,'create_tst','create new test','create',9999); +INSERT INTO `rbac_operations` VALUES (28,'create_qpl','create new question pool','create',9999); +INSERT INTO `rbac_operations` VALUES (30,'internal_mail','users can use mail system','object',200); +INSERT INTO `rbac_operations` VALUES (31,'create_mep','create new media pool','create',9999); +INSERT INTO `rbac_operations` VALUES (32,'create_htlm','create new html learning module','create',9999); +INSERT INTO `rbac_operations` VALUES (40,'edit_userassignment','change userassignment of roles','object',2500); +INSERT INTO `rbac_operations` VALUES (41,'edit_roleassignment','change roleassignments of user accounts','object',2500); +INSERT INTO `rbac_operations` VALUES (42,'create_svy','create new survey','create',9999); +INSERT INTO `rbac_operations` VALUES (43,'create_spl','create new question pool (Survey)','create',9999); +INSERT INTO `rbac_operations` VALUES (45,'invite','invite','object',2600); +INSERT INTO `rbac_operations` VALUES (47,'cat_administrate_users','Administrate local user','object',7050); +INSERT INTO `rbac_operations` VALUES (48,'read_users','read local users','object',7000); +INSERT INTO `rbac_operations` VALUES (49,'push_desktop_items','Allow pushing desktop items','object',2400); +INSERT INTO `rbac_operations` VALUES (50,'create_webr','create web resource','create',9999); +INSERT INTO `rbac_operations` VALUES (51,'search','Allow using search','object',300); +INSERT INTO `rbac_operations` VALUES (52,'moderate','Moderate objects','object',3700); +INSERT INTO `rbac_operations` VALUES (55,'edit_learning_progress','edit learning progress','object',3600); +INSERT INTO `rbac_operations` VALUES (56,'tst_statistics','view the statistics of a test','object',7100); +INSERT INTO `rbac_operations` VALUES (57,'export_member_data','Export member data','object',0); +INSERT INTO `rbac_operations` VALUES (58,'copy','Copy Object','general',4000); +INSERT INTO `rbac_operations` VALUES (59,'create_feed','create external feed','create',9999); +INSERT INTO `rbac_operations` VALUES (60,'create_mcst','create media cast','create',9999); +INSERT INTO `rbac_operations` VALUES (61,'create_rcrs','create remote course','create',9999); +INSERT INTO `rbac_operations` VALUES (62,'add_thread','Add Threads','object',3100); +INSERT INTO `rbac_operations` VALUES (63,'create_sess','create session','create',9999); +INSERT INTO `rbac_operations` VALUES (64,'edit_content','Edit content','object',3000); +INSERT INTO `rbac_operations` VALUES (65,'create_wiki','create wiki','create',9999); +INSERT INTO `rbac_operations` VALUES (66,'edit_event','Edit calendar event','object',3600); +INSERT INTO `rbac_operations` VALUES (67,'create_crsr','create course reference','create',9999); +INSERT INTO `rbac_operations` VALUES (68,'create_catr','create category reference','create',9999); +INSERT INTO `rbac_operations` VALUES (69,'mail_to_global_roles','User may send mails to global roles','object',230); +INSERT INTO `rbac_operations` VALUES (71,'create_book','create booking pool','create',9999); +INSERT INTO `rbac_operations` VALUES (72,'add_consultation_hours','Add Consultation Hours Calendar','object',300); +INSERT INTO `rbac_operations` VALUES (73,'create_chtr','create chatroom','create',9999); +INSERT INTO `rbac_operations` VALUES (74,'create_blog','Create Blog','create',9999); +INSERT INTO `rbac_operations` VALUES (75,'create_dcl','Create Data Collection','create',9999); +INSERT INTO `rbac_operations` VALUES (76,'create_poll','Create Poll','create',9999); +INSERT INTO `rbac_operations` VALUES (77,'add_entry','Add Entry','object',3200); +INSERT INTO `rbac_operations` VALUES (78,'create_itgr','Create Item Group','create',9999); +INSERT INTO `rbac_operations` VALUES (79,'contribute','Contribute','object',3205); +INSERT INTO `rbac_operations` VALUES (80,'lp_other_users','See LP Data Of Other Users','object',250); +INSERT INTO `rbac_operations` VALUES (81,'create_bibl','Create Bibliographic','create',9999); +INSERT INTO `rbac_operations` VALUES (82,'create_cld','Create Cloud Folder','create',9999); +INSERT INTO `rbac_operations` VALUES (83,'upload','Upload Items','object',3240); +INSERT INTO `rbac_operations` VALUES (84,'delete_files','Delete Files','object',3260); +INSERT INTO `rbac_operations` VALUES (85,'delete_folders','Delete Folders','object',3270); +INSERT INTO `rbac_operations` VALUES (86,'download','Download Items','object',3230); +INSERT INTO `rbac_operations` VALUES (87,'files_visible','Files are visible','object',3210); +INSERT INTO `rbac_operations` VALUES (88,'folders_visible','Folders are visible','object',3220); +INSERT INTO `rbac_operations` VALUES (89,'folders_create','Folders may be created','object',3250); +INSERT INTO `rbac_operations` VALUES (90,'create_prtt','Create Portfolio Template','create',9999); +INSERT INTO `rbac_operations` VALUES (91,'create_orgu','Create OrgUnit','create',9999); +INSERT INTO `rbac_operations` VALUES (92,'view_learning_progress','View learning progress from users in this orgu.','object',270); +INSERT INTO `rbac_operations` VALUES (93,'view_learning_progress_rec','View learning progress from users in this orgu and subsequent orgus.','object',280); +INSERT INTO `rbac_operations` VALUES (94,'statistics_read','Read Statistics','object',2200); +INSERT INTO `rbac_operations` VALUES (95,'read_learning_progress','Read Learning Progress','object',2300); +INSERT INTO `rbac_operations` VALUES (96,'redact','Redact','object',6100); +INSERT INTO `rbac_operations` VALUES (97,'edit_wiki_navigation','Edit Wiki Navigation','object',3220); +INSERT INTO `rbac_operations` VALUES (98,'delete_wiki_pages','Delete Wiki Pages','object',3300); +INSERT INTO `rbac_operations` VALUES (99,'activate_wiki_protection','Set Read-Only','object',3240); +INSERT INTO `rbac_operations` VALUES (100,'wiki_html_export','Wiki HTML Export','object',3242); +INSERT INTO `rbac_operations` VALUES (101,'create_prg','Create Study Programme','create',9999); +INSERT INTO `rbac_operations` VALUES (102,'manage_members','Manage Members','object',2400); +INSERT INTO `rbac_operations` VALUES (103,'sty_write_content','Edit Content Styles','object',6101); +INSERT INTO `rbac_operations` VALUES (104,'sty_write_system','Edit System Styles','object',6100); +INSERT INTO `rbac_operations` VALUES (105,'sty_write_page_layout','Edit Page Layouts','object',6102); +INSERT INTO `rbac_operations` VALUES (106,'create_grpr','Create Group Reference','create',9999); +INSERT INTO `rbac_operations` VALUES (107,'news_add_news','Add News','object',2100); +INSERT INTO `rbac_operations` VALUES (108,'create_iass','Create Individual Assessment','create',9999); +INSERT INTO `rbac_operations` VALUES (109,'edit_members','Manage members','object',2400); +INSERT INTO `rbac_operations` VALUES (110,'amend_grading','Amend grading','object',8200); +INSERT INTO `rbac_operations` VALUES (111,'grade','Grade','object',2410); +INSERT INTO `rbac_operations` VALUES (112,'edit_page_meta','Edit Page Metadata','object',3050); +INSERT INTO `rbac_operations` VALUES (113,'release_objects','Release objects','object',500); +INSERT INTO `rbac_operations` VALUES (114,'edit_submissions_grades','Edit Submissions Grades','object',3800); +INSERT INTO `rbac_operations` VALUES (115,'tst_results','view the results of test participants','object',7050); +INSERT INTO `rbac_operations` VALUES (116,'create_copa','Create Content Page Object','create',9999); +INSERT INTO `rbac_operations` VALUES (117,'manage_materials','Manage Materials','object',6500); +INSERT INTO `rbac_operations` VALUES (118,'edit_metadata','Edit Metadata','object',5800); +INSERT INTO `rbac_operations` VALUES (119,'create_lso','Create Learning Sequence','create',9999); +INSERT INTO `rbac_operations` VALUES (120,'participate','Participate to Learning Sequence','object',1010); +INSERT INTO `rbac_operations` VALUES (121,'unparticipate','Unparticipate from Learning Sequence','object',1020); +INSERT INTO `rbac_operations` VALUES (122,'read_results','Access Results','object',2500); + +-- +-- Table structure for table `rbac_operations_seq` +-- + +CREATE TABLE `rbac_operations_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=123; + +-- +-- Dumping data for table `rbac_operations_seq` +-- + +INSERT INTO `rbac_operations_seq` VALUES (122); + +-- +-- Table structure for table `rbac_pa` +-- + +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`) +) ; + +-- +-- Dumping data for table `rbac_pa` +-- + +INSERT INTO `rbac_pa` VALUES (2,'a:1:{i:0;s:2:\"51\";}',22); +INSERT INTO `rbac_pa` VALUES (3,'a:1:{i:0;s:2:\"51\";}',22); +INSERT INTO `rbac_pa` VALUES (4,'a:2:{i:0;i:3;i:1;i:2;}',1); +INSERT INTO `rbac_pa` VALUES (4,'a:1:{i:0;i:30;}',12); +INSERT INTO `rbac_pa` VALUES (4,'a:1:{i:0;i:51;}',22); +INSERT INTO `rbac_pa` VALUES (4,'a:2:{i:0;i:2;i:1;i:3;}',24); +INSERT INTO `rbac_pa` VALUES (4,'a:2:{i:0;i:2;i:1;i:3;}',46); +INSERT INTO `rbac_pa` VALUES (5,'a:2:{i:0;i:3;i:1;i:2;}',1); +INSERT INTO `rbac_pa` VALUES (5,'a:2:{i:0;i:30;i:1;i:69;}',12); +INSERT INTO `rbac_pa` VALUES (5,'a:1:{i:0;s:2:\"51\";}',22); +INSERT INTO `rbac_pa` VALUES (14,'a:2:{i:0;i:3;i:1;i:2;}',1); +INSERT INTO `rbac_pa` VALUES (14,'a:1:{i:0;i:69;}',12); +INSERT INTO `rbac_pa` VALUES (14,'a:1:{i:0;s:2:\"51\";}',22); +INSERT INTO `rbac_pa` VALUES (80,'a:1:{i:0;s:2:\"51\";}',22); +INSERT INTO `rbac_pa` VALUES (81,'a:1:{i:0;s:2:\"51\";}',22); +INSERT INTO `rbac_pa` VALUES (82,'a:1:{i:0;s:2:\"51\";}',22); +INSERT INTO `rbac_pa` VALUES (83,'a:1:{i:0;s:2:\"51\";}',22); +INSERT INTO `rbac_pa` VALUES (110,'a:1:{i:0;s:2:\"51\";}',22); +INSERT INTO `rbac_pa` VALUES (111,'a:1:{i:0;s:2:\"51\";}',22); +INSERT INTO `rbac_pa` VALUES (112,'a:1:{i:0;s:2:\"51\";}',22); +INSERT INTO `rbac_pa` VALUES (134,'a:3:{i:0;i:52;i:1;i:3;i:2;i:2;}',24); +INSERT INTO `rbac_pa` VALUES (187,'a:3:{i:0;i:52;i:1;i:3;i:2;i:2;}',46); + +-- +-- Table structure for table `rbac_ta` +-- + +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`) +) ; + +-- +-- Dumping data for table `rbac_ta` +-- + +INSERT INTO `rbac_ta` VALUES (15,1); +INSERT INTO `rbac_ta` VALUES (15,2); +INSERT INTO `rbac_ta` VALUES (15,3); +INSERT INTO `rbac_ta` VALUES (15,4); +INSERT INTO `rbac_ta` VALUES (15,6); +INSERT INTO `rbac_ta` VALUES (15,7); +INSERT INTO `rbac_ta` VALUES (15,8); +INSERT INTO `rbac_ta` VALUES (15,17); +INSERT INTO `rbac_ta` VALUES (15,18); +INSERT INTO `rbac_ta` VALUES (15,20); +INSERT INTO `rbac_ta` VALUES (15,21); +INSERT INTO `rbac_ta` VALUES (15,22); +INSERT INTO `rbac_ta` VALUES (15,23); +INSERT INTO `rbac_ta` VALUES (15,24); +INSERT INTO `rbac_ta` VALUES (15,25); +INSERT INTO `rbac_ta` VALUES (15,26); +INSERT INTO `rbac_ta` VALUES (15,27); +INSERT INTO `rbac_ta` VALUES (15,28); +INSERT INTO `rbac_ta` VALUES (15,31); +INSERT INTO `rbac_ta` VALUES (15,32); +INSERT INTO `rbac_ta` VALUES (15,42); +INSERT INTO `rbac_ta` VALUES (15,43); +INSERT INTO `rbac_ta` VALUES (15,50); +INSERT INTO `rbac_ta` VALUES (15,55); +INSERT INTO `rbac_ta` VALUES (15,58); +INSERT INTO `rbac_ta` VALUES (15,59); +INSERT INTO `rbac_ta` VALUES (15,60); +INSERT INTO `rbac_ta` VALUES (15,63); +INSERT INTO `rbac_ta` VALUES (15,65); +INSERT INTO `rbac_ta` VALUES (15,66); +INSERT INTO `rbac_ta` VALUES (15,67); +INSERT INTO `rbac_ta` VALUES (15,68); +INSERT INTO `rbac_ta` VALUES (15,71); +INSERT INTO `rbac_ta` VALUES (15,73); +INSERT INTO `rbac_ta` VALUES (15,74); +INSERT INTO `rbac_ta` VALUES (15,75); +INSERT INTO `rbac_ta` VALUES (15,76); +INSERT INTO `rbac_ta` VALUES (15,78); +INSERT INTO `rbac_ta` VALUES (15,81); +INSERT INTO `rbac_ta` VALUES (15,82); +INSERT INTO `rbac_ta` VALUES (15,90); +INSERT INTO `rbac_ta` VALUES (15,95); +INSERT INTO `rbac_ta` VALUES (15,102); +INSERT INTO `rbac_ta` VALUES (15,106); +INSERT INTO `rbac_ta` VALUES (15,107); +INSERT INTO `rbac_ta` VALUES (15,111); +INSERT INTO `rbac_ta` VALUES (15,116); +INSERT INTO `rbac_ta` VALUES (15,119); +INSERT INTO `rbac_ta` VALUES (16,1); +INSERT INTO `rbac_ta` VALUES (16,2); +INSERT INTO `rbac_ta` VALUES (16,3); +INSERT INTO `rbac_ta` VALUES (16,4); +INSERT INTO `rbac_ta` VALUES (16,6); +INSERT INTO `rbac_ta` VALUES (16,16); +INSERT INTO `rbac_ta` VALUES (16,17); +INSERT INTO `rbac_ta` VALUES (16,18); +INSERT INTO `rbac_ta` VALUES (16,19); +INSERT INTO `rbac_ta` VALUES (16,20); +INSERT INTO `rbac_ta` VALUES (16,21); +INSERT INTO `rbac_ta` VALUES (16,22); +INSERT INTO `rbac_ta` VALUES (16,23); +INSERT INTO `rbac_ta` VALUES (16,24); +INSERT INTO `rbac_ta` VALUES (16,25); +INSERT INTO `rbac_ta` VALUES (16,27); +INSERT INTO `rbac_ta` VALUES (16,28); +INSERT INTO `rbac_ta` VALUES (16,31); +INSERT INTO `rbac_ta` VALUES (16,32); +INSERT INTO `rbac_ta` VALUES (16,42); +INSERT INTO `rbac_ta` VALUES (16,43); +INSERT INTO `rbac_ta` VALUES (16,47); +INSERT INTO `rbac_ta` VALUES (16,48); +INSERT INTO `rbac_ta` VALUES (16,50); +INSERT INTO `rbac_ta` VALUES (16,58); +INSERT INTO `rbac_ta` VALUES (16,59); +INSERT INTO `rbac_ta` VALUES (16,60); +INSERT INTO `rbac_ta` VALUES (16,61); +INSERT INTO `rbac_ta` VALUES (16,65); +INSERT INTO `rbac_ta` VALUES (16,67); +INSERT INTO `rbac_ta` VALUES (16,68); +INSERT INTO `rbac_ta` VALUES (16,71); +INSERT INTO `rbac_ta` VALUES (16,73); +INSERT INTO `rbac_ta` VALUES (16,74); +INSERT INTO `rbac_ta` VALUES (16,75); +INSERT INTO `rbac_ta` VALUES (16,76); +INSERT INTO `rbac_ta` VALUES (16,78); +INSERT INTO `rbac_ta` VALUES (16,81); +INSERT INTO `rbac_ta` VALUES (16,82); +INSERT INTO `rbac_ta` VALUES (16,90); +INSERT INTO `rbac_ta` VALUES (16,101); +INSERT INTO `rbac_ta` VALUES (16,106); +INSERT INTO `rbac_ta` VALUES (16,108); +INSERT INTO `rbac_ta` VALUES (16,116); +INSERT INTO `rbac_ta` VALUES (16,119); +INSERT INTO `rbac_ta` VALUES (17,1); +INSERT INTO `rbac_ta` VALUES (17,2); +INSERT INTO `rbac_ta` VALUES (17,3); +INSERT INTO `rbac_ta` VALUES (17,4); +INSERT INTO `rbac_ta` VALUES (17,6); +INSERT INTO `rbac_ta` VALUES (17,7); +INSERT INTO `rbac_ta` VALUES (17,8); +INSERT INTO `rbac_ta` VALUES (17,17); +INSERT INTO `rbac_ta` VALUES (17,18); +INSERT INTO `rbac_ta` VALUES (17,20); +INSERT INTO `rbac_ta` VALUES (17,21); +INSERT INTO `rbac_ta` VALUES (17,22); +INSERT INTO `rbac_ta` VALUES (17,23); +INSERT INTO `rbac_ta` VALUES (17,24); +INSERT INTO `rbac_ta` VALUES (17,25); +INSERT INTO `rbac_ta` VALUES (17,26); +INSERT INTO `rbac_ta` VALUES (17,27); +INSERT INTO `rbac_ta` VALUES (17,28); +INSERT INTO `rbac_ta` VALUES (17,31); +INSERT INTO `rbac_ta` VALUES (17,32); +INSERT INTO `rbac_ta` VALUES (17,42); +INSERT INTO `rbac_ta` VALUES (17,43); +INSERT INTO `rbac_ta` VALUES (17,50); +INSERT INTO `rbac_ta` VALUES (17,55); +INSERT INTO `rbac_ta` VALUES (17,58); +INSERT INTO `rbac_ta` VALUES (17,59); +INSERT INTO `rbac_ta` VALUES (17,60); +INSERT INTO `rbac_ta` VALUES (17,63); +INSERT INTO `rbac_ta` VALUES (17,65); +INSERT INTO `rbac_ta` VALUES (17,66); +INSERT INTO `rbac_ta` VALUES (17,67); +INSERT INTO `rbac_ta` VALUES (17,68); +INSERT INTO `rbac_ta` VALUES (17,71); +INSERT INTO `rbac_ta` VALUES (17,73); +INSERT INTO `rbac_ta` VALUES (17,74); +INSERT INTO `rbac_ta` VALUES (17,75); +INSERT INTO `rbac_ta` VALUES (17,76); +INSERT INTO `rbac_ta` VALUES (17,78); +INSERT INTO `rbac_ta` VALUES (17,81); +INSERT INTO `rbac_ta` VALUES (17,82); +INSERT INTO `rbac_ta` VALUES (17,90); +INSERT INTO `rbac_ta` VALUES (17,95); +INSERT INTO `rbac_ta` VALUES (17,102); +INSERT INTO `rbac_ta` VALUES (17,106); +INSERT INTO `rbac_ta` VALUES (17,107); +INSERT INTO `rbac_ta` VALUES (17,108); +INSERT INTO `rbac_ta` VALUES (17,111); +INSERT INTO `rbac_ta` VALUES (17,116); +INSERT INTO `rbac_ta` VALUES (17,119); +INSERT INTO `rbac_ta` VALUES (19,1); +INSERT INTO `rbac_ta` VALUES (19,2); +INSERT INTO `rbac_ta` VALUES (19,3); +INSERT INTO `rbac_ta` VALUES (19,4); +INSERT INTO `rbac_ta` VALUES (19,11); +INSERT INTO `rbac_ta` VALUES (19,12); +INSERT INTO `rbac_ta` VALUES (19,30); +INSERT INTO `rbac_ta` VALUES (19,69); +INSERT INTO `rbac_ta` VALUES (20,1); +INSERT INTO `rbac_ta` VALUES (20,2); +INSERT INTO `rbac_ta` VALUES (20,3); +INSERT INTO `rbac_ta` VALUES (20,4); +INSERT INTO `rbac_ta` VALUES (20,6); +INSERT INTO `rbac_ta` VALUES (20,55); +INSERT INTO `rbac_ta` VALUES (20,58); +INSERT INTO `rbac_ta` VALUES (20,95); +INSERT INTO `rbac_ta` VALUES (21,1); +INSERT INTO `rbac_ta` VALUES (21,2); +INSERT INTO `rbac_ta` VALUES (21,3); +INSERT INTO `rbac_ta` VALUES (21,4); +INSERT INTO `rbac_ta` VALUES (22,1); +INSERT INTO `rbac_ta` VALUES (22,2); +INSERT INTO `rbac_ta` VALUES (22,3); +INSERT INTO `rbac_ta` VALUES (22,4); +INSERT INTO `rbac_ta` VALUES (22,6); +INSERT INTO `rbac_ta` VALUES (22,13); +INSERT INTO `rbac_ta` VALUES (22,41); +INSERT INTO `rbac_ta` VALUES (22,48); +INSERT INTO `rbac_ta` VALUES (22,49); +INSERT INTO `rbac_ta` VALUES (23,1); +INSERT INTO `rbac_ta` VALUES (23,2); +INSERT INTO `rbac_ta` VALUES (23,3); +INSERT INTO `rbac_ta` VALUES (23,4); +INSERT INTO `rbac_ta` VALUES (23,6); +INSERT INTO `rbac_ta` VALUES (23,14); +INSERT INTO `rbac_ta` VALUES (23,15); +INSERT INTO `rbac_ta` VALUES (23,40); +INSERT INTO `rbac_ta` VALUES (24,1); +INSERT INTO `rbac_ta` VALUES (24,2); +INSERT INTO `rbac_ta` VALUES (24,3); +INSERT INTO `rbac_ta` VALUES (24,4); +INSERT INTO `rbac_ta` VALUES (28,1); +INSERT INTO `rbac_ta` VALUES (28,2); +INSERT INTO `rbac_ta` VALUES (28,3); +INSERT INTO `rbac_ta` VALUES (28,4); +INSERT INTO `rbac_ta` VALUES (31,1); +INSERT INTO `rbac_ta` VALUES (31,2); +INSERT INTO `rbac_ta` VALUES (31,3); +INSERT INTO `rbac_ta` VALUES (31,4); +INSERT INTO `rbac_ta` VALUES (31,6); +INSERT INTO `rbac_ta` VALUES (31,55); +INSERT INTO `rbac_ta` VALUES (31,58); +INSERT INTO `rbac_ta` VALUES (32,1); +INSERT INTO `rbac_ta` VALUES (32,2); +INSERT INTO `rbac_ta` VALUES (32,3); +INSERT INTO `rbac_ta` VALUES (32,4); +INSERT INTO `rbac_ta` VALUES (32,6); +INSERT INTO `rbac_ta` VALUES (32,58); +INSERT INTO `rbac_ta` VALUES (32,64); +INSERT INTO `rbac_ta` VALUES (33,1); +INSERT INTO `rbac_ta` VALUES (33,2); +INSERT INTO `rbac_ta` VALUES (33,3); +INSERT INTO `rbac_ta` VALUES (33,4); +INSERT INTO `rbac_ta` VALUES (33,16); +INSERT INTO `rbac_ta` VALUES (33,17); +INSERT INTO `rbac_ta` VALUES (33,18); +INSERT INTO `rbac_ta` VALUES (33,19); +INSERT INTO `rbac_ta` VALUES (33,20); +INSERT INTO `rbac_ta` VALUES (33,21); +INSERT INTO `rbac_ta` VALUES (33,22); +INSERT INTO `rbac_ta` VALUES (33,23); +INSERT INTO `rbac_ta` VALUES (33,24); +INSERT INTO `rbac_ta` VALUES (33,25); +INSERT INTO `rbac_ta` VALUES (33,27); +INSERT INTO `rbac_ta` VALUES (33,28); +INSERT INTO `rbac_ta` VALUES (33,31); +INSERT INTO `rbac_ta` VALUES (33,32); +INSERT INTO `rbac_ta` VALUES (33,42); +INSERT INTO `rbac_ta` VALUES (33,43); +INSERT INTO `rbac_ta` VALUES (33,50); +INSERT INTO `rbac_ta` VALUES (33,59); +INSERT INTO `rbac_ta` VALUES (33,60); +INSERT INTO `rbac_ta` VALUES (33,61); +INSERT INTO `rbac_ta` VALUES (33,65); +INSERT INTO `rbac_ta` VALUES (33,67); +INSERT INTO `rbac_ta` VALUES (33,68); +INSERT INTO `rbac_ta` VALUES (33,71); +INSERT INTO `rbac_ta` VALUES (33,73); +INSERT INTO `rbac_ta` VALUES (33,74); +INSERT INTO `rbac_ta` VALUES (33,75); +INSERT INTO `rbac_ta` VALUES (33,76); +INSERT INTO `rbac_ta` VALUES (33,78); +INSERT INTO `rbac_ta` VALUES (33,81); +INSERT INTO `rbac_ta` VALUES (33,82); +INSERT INTO `rbac_ta` VALUES (33,90); +INSERT INTO `rbac_ta` VALUES (33,91); +INSERT INTO `rbac_ta` VALUES (33,101); +INSERT INTO `rbac_ta` VALUES (33,106); +INSERT INTO `rbac_ta` VALUES (33,108); +INSERT INTO `rbac_ta` VALUES (33,116); +INSERT INTO `rbac_ta` VALUES (33,119); +INSERT INTO `rbac_ta` VALUES (34,1); +INSERT INTO `rbac_ta` VALUES (34,2); +INSERT INTO `rbac_ta` VALUES (34,3); +INSERT INTO `rbac_ta` VALUES (34,4); +INSERT INTO `rbac_ta` VALUES (34,6); +INSERT INTO `rbac_ta` VALUES (34,55); +INSERT INTO `rbac_ta` VALUES (34,58); +INSERT INTO `rbac_ta` VALUES (34,95); +INSERT INTO `rbac_ta` VALUES (37,1); +INSERT INTO `rbac_ta` VALUES (37,2); +INSERT INTO `rbac_ta` VALUES (37,3); +INSERT INTO `rbac_ta` VALUES (37,4); +INSERT INTO `rbac_ta` VALUES (37,6); +INSERT INTO `rbac_ta` VALUES (37,9); +INSERT INTO `rbac_ta` VALUES (37,10); +INSERT INTO `rbac_ta` VALUES (37,58); +INSERT INTO `rbac_ta` VALUES (37,62); +INSERT INTO `rbac_ta` VALUES (84,1); +INSERT INTO `rbac_ta` VALUES (84,2); +INSERT INTO `rbac_ta` VALUES (84,3); +INSERT INTO `rbac_ta` VALUES (84,4); +INSERT INTO `rbac_ta` VALUES (84,6); +INSERT INTO `rbac_ta` VALUES (84,55); +INSERT INTO `rbac_ta` VALUES (84,58); +INSERT INTO `rbac_ta` VALUES (84,95); +INSERT INTO `rbac_ta` VALUES (84,114); +INSERT INTO `rbac_ta` VALUES (85,1); +INSERT INTO `rbac_ta` VALUES (85,2); +INSERT INTO `rbac_ta` VALUES (85,3); +INSERT INTO `rbac_ta` VALUES (85,4); +INSERT INTO `rbac_ta` VALUES (87,1); +INSERT INTO `rbac_ta` VALUES (87,2); +INSERT INTO `rbac_ta` VALUES (87,3); +INSERT INTO `rbac_ta` VALUES (87,4); +INSERT INTO `rbac_ta` VALUES (87,6); +INSERT INTO `rbac_ta` VALUES (87,17); +INSERT INTO `rbac_ta` VALUES (87,18); +INSERT INTO `rbac_ta` VALUES (87,20); +INSERT INTO `rbac_ta` VALUES (87,21); +INSERT INTO `rbac_ta` VALUES (87,22); +INSERT INTO `rbac_ta` VALUES (87,23); +INSERT INTO `rbac_ta` VALUES (87,24); +INSERT INTO `rbac_ta` VALUES (87,25); +INSERT INTO `rbac_ta` VALUES (87,26); +INSERT INTO `rbac_ta` VALUES (87,27); +INSERT INTO `rbac_ta` VALUES (87,28); +INSERT INTO `rbac_ta` VALUES (87,31); +INSERT INTO `rbac_ta` VALUES (87,32); +INSERT INTO `rbac_ta` VALUES (87,42); +INSERT INTO `rbac_ta` VALUES (87,43); +INSERT INTO `rbac_ta` VALUES (87,50); +INSERT INTO `rbac_ta` VALUES (87,55); +INSERT INTO `rbac_ta` VALUES (87,58); +INSERT INTO `rbac_ta` VALUES (87,60); +INSERT INTO `rbac_ta` VALUES (87,63); +INSERT INTO `rbac_ta` VALUES (87,65); +INSERT INTO `rbac_ta` VALUES (87,71); +INSERT INTO `rbac_ta` VALUES (87,73); +INSERT INTO `rbac_ta` VALUES (87,74); +INSERT INTO `rbac_ta` VALUES (87,75); +INSERT INTO `rbac_ta` VALUES (87,76); +INSERT INTO `rbac_ta` VALUES (87,78); +INSERT INTO `rbac_ta` VALUES (87,81); +INSERT INTO `rbac_ta` VALUES (87,82); +INSERT INTO `rbac_ta` VALUES (87,90); +INSERT INTO `rbac_ta` VALUES (87,95); +INSERT INTO `rbac_ta` VALUES (87,106); +INSERT INTO `rbac_ta` VALUES (87,116); +INSERT INTO `rbac_ta` VALUES (87,119); +INSERT INTO `rbac_ta` VALUES (88,1); +INSERT INTO `rbac_ta` VALUES (88,2); +INSERT INTO `rbac_ta` VALUES (88,3); +INSERT INTO `rbac_ta` VALUES (88,4); +INSERT INTO `rbac_ta` VALUES (88,6); +INSERT INTO `rbac_ta` VALUES (88,55); +INSERT INTO `rbac_ta` VALUES (88,58); +INSERT INTO `rbac_ta` VALUES (88,95); +INSERT INTO `rbac_ta` VALUES (94,1); +INSERT INTO `rbac_ta` VALUES (94,2); +INSERT INTO `rbac_ta` VALUES (94,3); +INSERT INTO `rbac_ta` VALUES (94,4); +INSERT INTO `rbac_ta` VALUES (94,6); +INSERT INTO `rbac_ta` VALUES (94,55); +INSERT INTO `rbac_ta` VALUES (94,56); +INSERT INTO `rbac_ta` VALUES (94,58); +INSERT INTO `rbac_ta` VALUES (94,95); +INSERT INTO `rbac_ta` VALUES (94,115); +INSERT INTO `rbac_ta` VALUES (95,1); +INSERT INTO `rbac_ta` VALUES (95,2); +INSERT INTO `rbac_ta` VALUES (95,3); +INSERT INTO `rbac_ta` VALUES (95,4); +INSERT INTO `rbac_ta` VALUES (95,6); +INSERT INTO `rbac_ta` VALUES (95,58); +INSERT INTO `rbac_ta` VALUES (96,1); +INSERT INTO `rbac_ta` VALUES (96,2); +INSERT INTO `rbac_ta` VALUES (96,3); +INSERT INTO `rbac_ta` VALUES (96,4); +INSERT INTO `rbac_ta` VALUES (96,6); +INSERT INTO `rbac_ta` VALUES (96,52); +INSERT INTO `rbac_ta` VALUES (96,58); +INSERT INTO `rbac_ta` VALUES (97,1); +INSERT INTO `rbac_ta` VALUES (97,2); +INSERT INTO `rbac_ta` VALUES (97,3); +INSERT INTO `rbac_ta` VALUES (97,4); +INSERT INTO `rbac_ta` VALUES (99,1); +INSERT INTO `rbac_ta` VALUES (99,2); +INSERT INTO `rbac_ta` VALUES (99,3); +INSERT INTO `rbac_ta` VALUES (99,4); +INSERT INTO `rbac_ta` VALUES (101,1); +INSERT INTO `rbac_ta` VALUES (101,2); +INSERT INTO `rbac_ta` VALUES (101,3); +INSERT INTO `rbac_ta` VALUES (101,4); +INSERT INTO `rbac_ta` VALUES (101,6); +INSERT INTO `rbac_ta` VALUES (101,58); +INSERT INTO `rbac_ta` VALUES (102,1); +INSERT INTO `rbac_ta` VALUES (102,2); +INSERT INTO `rbac_ta` VALUES (102,3); +INSERT INTO `rbac_ta` VALUES (102,4); +INSERT INTO `rbac_ta` VALUES (102,6); +INSERT INTO `rbac_ta` VALUES (102,55); +INSERT INTO `rbac_ta` VALUES (102,58); +INSERT INTO `rbac_ta` VALUES (102,95); +INSERT INTO `rbac_ta` VALUES (103,1); +INSERT INTO `rbac_ta` VALUES (103,2); +INSERT INTO `rbac_ta` VALUES (103,3); +INSERT INTO `rbac_ta` VALUES (103,4); +INSERT INTO `rbac_ta` VALUES (103,6); +INSERT INTO `rbac_ta` VALUES (103,45); +INSERT INTO `rbac_ta` VALUES (103,55); +INSERT INTO `rbac_ta` VALUES (103,58); +INSERT INTO `rbac_ta` VALUES (103,95); +INSERT INTO `rbac_ta` VALUES (103,122); +INSERT INTO `rbac_ta` VALUES (104,1); +INSERT INTO `rbac_ta` VALUES (104,2); +INSERT INTO `rbac_ta` VALUES (104,3); +INSERT INTO `rbac_ta` VALUES (104,4); +INSERT INTO `rbac_ta` VALUES (104,6); +INSERT INTO `rbac_ta` VALUES (104,58); +INSERT INTO `rbac_ta` VALUES (106,1); +INSERT INTO `rbac_ta` VALUES (106,2); +INSERT INTO `rbac_ta` VALUES (106,3); +INSERT INTO `rbac_ta` VALUES (106,4); +INSERT INTO `rbac_ta` VALUES (106,66); +INSERT INTO `rbac_ta` VALUES (106,70); +INSERT INTO `rbac_ta` VALUES (106,72); +INSERT INTO `rbac_ta` VALUES (108,1); +INSERT INTO `rbac_ta` VALUES (108,2); +INSERT INTO `rbac_ta` VALUES (108,3); +INSERT INTO `rbac_ta` VALUES (108,4); +INSERT INTO `rbac_ta` VALUES (108,6); +INSERT INTO `rbac_ta` VALUES (108,80); +INSERT INTO `rbac_ta` VALUES (115,1); +INSERT INTO `rbac_ta` VALUES (115,2); +INSERT INTO `rbac_ta` VALUES (115,3); +INSERT INTO `rbac_ta` VALUES (115,4); +INSERT INTO `rbac_ta` VALUES (117,1); +INSERT INTO `rbac_ta` VALUES (117,2); +INSERT INTO `rbac_ta` VALUES (117,3); +INSERT INTO `rbac_ta` VALUES (117,103); +INSERT INTO `rbac_ta` VALUES (117,104); +INSERT INTO `rbac_ta` VALUES (117,105); +INSERT INTO `rbac_ta` VALUES (122,1); +INSERT INTO `rbac_ta` VALUES (122,2); +INSERT INTO `rbac_ta` VALUES (122,3); +INSERT INTO `rbac_ta` VALUES (122,4); +INSERT INTO `rbac_ta` VALUES (122,6); +INSERT INTO `rbac_ta` VALUES (122,58); +INSERT INTO `rbac_ta` VALUES (123,1); +INSERT INTO `rbac_ta` VALUES (123,2); +INSERT INTO `rbac_ta` VALUES (123,3); +INSERT INTO `rbac_ta` VALUES (123,4); +INSERT INTO `rbac_ta` VALUES (123,51); +INSERT INTO `rbac_ta` VALUES (127,1); +INSERT INTO `rbac_ta` VALUES (127,2); +INSERT INTO `rbac_ta` VALUES (127,3); +INSERT INTO `rbac_ta` VALUES (127,4); +INSERT INTO `rbac_ta` VALUES (135,1); +INSERT INTO `rbac_ta` VALUES (135,2); +INSERT INTO `rbac_ta` VALUES (135,3); +INSERT INTO `rbac_ta` VALUES (135,4); +INSERT INTO `rbac_ta` VALUES (137,1); +INSERT INTO `rbac_ta` VALUES (137,2); +INSERT INTO `rbac_ta` VALUES (137,3); +INSERT INTO `rbac_ta` VALUES (137,4); +INSERT INTO `rbac_ta` VALUES (137,57); +INSERT INTO `rbac_ta` VALUES (139,1); +INSERT INTO `rbac_ta` VALUES (139,2); +INSERT INTO `rbac_ta` VALUES (139,3); +INSERT INTO `rbac_ta` VALUES (139,4); +INSERT INTO `rbac_ta` VALUES (141,1); +INSERT INTO `rbac_ta` VALUES (141,3); +INSERT INTO `rbac_ta` VALUES (141,4); +INSERT INTO `rbac_ta` VALUES (141,6); +INSERT INTO `rbac_ta` VALUES (141,58); +INSERT INTO `rbac_ta` VALUES (142,1); +INSERT INTO `rbac_ta` VALUES (142,2); +INSERT INTO `rbac_ta` VALUES (142,3); +INSERT INTO `rbac_ta` VALUES (142,4); +INSERT INTO `rbac_ta` VALUES (142,6); +INSERT INTO `rbac_ta` VALUES (142,55); +INSERT INTO `rbac_ta` VALUES (142,58); +INSERT INTO `rbac_ta` VALUES (142,95); +INSERT INTO `rbac_ta` VALUES (143,1); +INSERT INTO `rbac_ta` VALUES (143,2); +INSERT INTO `rbac_ta` VALUES (143,3); +INSERT INTO `rbac_ta` VALUES (143,4); +INSERT INTO `rbac_ta` VALUES (145,1); +INSERT INTO `rbac_ta` VALUES (145,2); +INSERT INTO `rbac_ta` VALUES (145,3); +INSERT INTO `rbac_ta` VALUES (145,4); +INSERT INTO `rbac_ta` VALUES (145,6); +INSERT INTO `rbac_ta` VALUES (146,1); +INSERT INTO `rbac_ta` VALUES (146,2); +INSERT INTO `rbac_ta` VALUES (146,3); +INSERT INTO `rbac_ta` VALUES (146,4); +INSERT INTO `rbac_ta` VALUES (149,1); +INSERT INTO `rbac_ta` VALUES (149,2); +INSERT INTO `rbac_ta` VALUES (149,3); +INSERT INTO `rbac_ta` VALUES (149,4); +INSERT INTO `rbac_ta` VALUES (151,1); +INSERT INTO `rbac_ta` VALUES (151,2); +INSERT INTO `rbac_ta` VALUES (151,3); +INSERT INTO `rbac_ta` VALUES (151,4); +INSERT INTO `rbac_ta` VALUES (153,1); +INSERT INTO `rbac_ta` VALUES (153,2); +INSERT INTO `rbac_ta` VALUES (153,3); +INSERT INTO `rbac_ta` VALUES (153,4); +INSERT INTO `rbac_ta` VALUES (155,1); +INSERT INTO `rbac_ta` VALUES (155,2); +INSERT INTO `rbac_ta` VALUES (155,3); +INSERT INTO `rbac_ta` VALUES (155,4); +INSERT INTO `rbac_ta` VALUES (155,6); +INSERT INTO `rbac_ta` VALUES (155,55); +INSERT INTO `rbac_ta` VALUES (155,58); +INSERT INTO `rbac_ta` VALUES (155,95); +INSERT INTO `rbac_ta` VALUES (155,102); +INSERT INTO `rbac_ta` VALUES (155,117); +INSERT INTO `rbac_ta` VALUES (155,118); +INSERT INTO `rbac_ta` VALUES (156,1); +INSERT INTO `rbac_ta` VALUES (156,2); +INSERT INTO `rbac_ta` VALUES (156,3); +INSERT INTO `rbac_ta` VALUES (156,4); +INSERT INTO `rbac_ta` VALUES (158,1); +INSERT INTO `rbac_ta` VALUES (158,2); +INSERT INTO `rbac_ta` VALUES (158,3); +INSERT INTO `rbac_ta` VALUES (158,4); +INSERT INTO `rbac_ta` VALUES (158,6); +INSERT INTO `rbac_ta` VALUES (158,58); +INSERT INTO `rbac_ta` VALUES (158,64); +INSERT INTO `rbac_ta` VALUES (158,94); +INSERT INTO `rbac_ta` VALUES (158,97); +INSERT INTO `rbac_ta` VALUES (158,98); +INSERT INTO `rbac_ta` VALUES (158,99); +INSERT INTO `rbac_ta` VALUES (158,100); +INSERT INTO `rbac_ta` VALUES (158,112); +INSERT INTO `rbac_ta` VALUES (159,1); +INSERT INTO `rbac_ta` VALUES (159,2); +INSERT INTO `rbac_ta` VALUES (159,4); +INSERT INTO `rbac_ta` VALUES (159,6); +INSERT INTO `rbac_ta` VALUES (159,58); +INSERT INTO `rbac_ta` VALUES (160,1); +INSERT INTO `rbac_ta` VALUES (160,2); +INSERT INTO `rbac_ta` VALUES (160,4); +INSERT INTO `rbac_ta` VALUES (160,6); +INSERT INTO `rbac_ta` VALUES (160,58); +INSERT INTO `rbac_ta` VALUES (161,1); +INSERT INTO `rbac_ta` VALUES (161,2); +INSERT INTO `rbac_ta` VALUES (161,3); +INSERT INTO `rbac_ta` VALUES (161,4); +INSERT INTO `rbac_ta` VALUES (163,1); +INSERT INTO `rbac_ta` VALUES (163,2); +INSERT INTO `rbac_ta` VALUES (163,3); +INSERT INTO `rbac_ta` VALUES (163,4); +INSERT INTO `rbac_ta` VALUES (165,1); +INSERT INTO `rbac_ta` VALUES (165,2); +INSERT INTO `rbac_ta` VALUES (165,3); +INSERT INTO `rbac_ta` VALUES (165,4); +INSERT INTO `rbac_ta` VALUES (167,1); +INSERT INTO `rbac_ta` VALUES (167,2); +INSERT INTO `rbac_ta` VALUES (167,3); +INSERT INTO `rbac_ta` VALUES (167,4); +INSERT INTO `rbac_ta` VALUES (169,1); +INSERT INTO `rbac_ta` VALUES (169,2); +INSERT INTO `rbac_ta` VALUES (169,3); +INSERT INTO `rbac_ta` VALUES (169,4); +INSERT INTO `rbac_ta` VALUES (171,1); +INSERT INTO `rbac_ta` VALUES (171,2); +INSERT INTO `rbac_ta` VALUES (171,3); +INSERT INTO `rbac_ta` VALUES (171,4); +INSERT INTO `rbac_ta` VALUES (173,1); +INSERT INTO `rbac_ta` VALUES (173,2); +INSERT INTO `rbac_ta` VALUES (173,3); +INSERT INTO `rbac_ta` VALUES (173,4); +INSERT INTO `rbac_ta` VALUES (173,6); +INSERT INTO `rbac_ta` VALUES (173,58); +INSERT INTO `rbac_ta` VALUES (174,1); +INSERT INTO `rbac_ta` VALUES (174,2); +INSERT INTO `rbac_ta` VALUES (174,3); +INSERT INTO `rbac_ta` VALUES (174,4); +INSERT INTO `rbac_ta` VALUES (176,1); +INSERT INTO `rbac_ta` VALUES (176,2); +INSERT INTO `rbac_ta` VALUES (176,3); +INSERT INTO `rbac_ta` VALUES (176,4); +INSERT INTO `rbac_ta` VALUES (178,1); +INSERT INTO `rbac_ta` VALUES (178,2); +INSERT INTO `rbac_ta` VALUES (178,3); +INSERT INTO `rbac_ta` VALUES (178,4); +INSERT INTO `rbac_ta` VALUES (180,1); +INSERT INTO `rbac_ta` VALUES (180,2); +INSERT INTO `rbac_ta` VALUES (180,3); +INSERT INTO `rbac_ta` VALUES (180,4); +INSERT INTO `rbac_ta` VALUES (180,6); +INSERT INTO `rbac_ta` VALUES (180,52); +INSERT INTO `rbac_ta` VALUES (180,58); +INSERT INTO `rbac_ta` VALUES (182,1); +INSERT INTO `rbac_ta` VALUES (182,2); +INSERT INTO `rbac_ta` VALUES (182,3); +INSERT INTO `rbac_ta` VALUES (182,4); +INSERT INTO `rbac_ta` VALUES (183,1); +INSERT INTO `rbac_ta` VALUES (183,2); +INSERT INTO `rbac_ta` VALUES (183,3); +INSERT INTO `rbac_ta` VALUES (183,4); +INSERT INTO `rbac_ta` VALUES (189,1); +INSERT INTO `rbac_ta` VALUES (189,2); +INSERT INTO `rbac_ta` VALUES (189,3); +INSERT INTO `rbac_ta` VALUES (189,4); +INSERT INTO `rbac_ta` VALUES (189,6); +INSERT INTO `rbac_ta` VALUES (189,58); +INSERT INTO `rbac_ta` VALUES (189,79); +INSERT INTO `rbac_ta` VALUES (189,96); +INSERT INTO `rbac_ta` VALUES (190,1); +INSERT INTO `rbac_ta` VALUES (190,2); +INSERT INTO `rbac_ta` VALUES (190,3); +INSERT INTO `rbac_ta` VALUES (190,4); +INSERT INTO `rbac_ta` VALUES (190,6); +INSERT INTO `rbac_ta` VALUES (190,58); +INSERT INTO `rbac_ta` VALUES (190,64); +INSERT INTO `rbac_ta` VALUES (190,77); +INSERT INTO `rbac_ta` VALUES (191,1); +INSERT INTO `rbac_ta` VALUES (191,3); +INSERT INTO `rbac_ta` VALUES (191,4); +INSERT INTO `rbac_ta` VALUES (191,6); +INSERT INTO `rbac_ta` VALUES (191,58); +INSERT INTO `rbac_ta` VALUES (192,1); +INSERT INTO `rbac_ta` VALUES (192,2); +INSERT INTO `rbac_ta` VALUES (192,3); +INSERT INTO `rbac_ta` VALUES (192,4); +INSERT INTO `rbac_ta` VALUES (194,1); +INSERT INTO `rbac_ta` VALUES (194,2); +INSERT INTO `rbac_ta` VALUES (194,3); +INSERT INTO `rbac_ta` VALUES (194,4); +INSERT INTO `rbac_ta` VALUES (194,6); +INSERT INTO `rbac_ta` VALUES (194,58); +INSERT INTO `rbac_ta` VALUES (195,1); +INSERT INTO `rbac_ta` VALUES (195,2); +INSERT INTO `rbac_ta` VALUES (195,3); +INSERT INTO `rbac_ta` VALUES (195,4); +INSERT INTO `rbac_ta` VALUES (195,6); +INSERT INTO `rbac_ta` VALUES (196,1); +INSERT INTO `rbac_ta` VALUES (196,2); +INSERT INTO `rbac_ta` VALUES (196,3); +INSERT INTO `rbac_ta` VALUES (196,4); +INSERT INTO `rbac_ta` VALUES (196,6); +INSERT INTO `rbac_ta` VALUES (197,1); +INSERT INTO `rbac_ta` VALUES (197,2); +INSERT INTO `rbac_ta` VALUES (197,3); +INSERT INTO `rbac_ta` VALUES (197,4); +INSERT INTO `rbac_ta` VALUES (197,6); +INSERT INTO `rbac_ta` VALUES (198,1); +INSERT INTO `rbac_ta` VALUES (198,2); +INSERT INTO `rbac_ta` VALUES (198,3); +INSERT INTO `rbac_ta` VALUES (198,4); +INSERT INTO `rbac_ta` VALUES (198,6); +INSERT INTO `rbac_ta` VALUES (199,1); +INSERT INTO `rbac_ta` VALUES (199,2); +INSERT INTO `rbac_ta` VALUES (199,3); +INSERT INTO `rbac_ta` VALUES (199,4); +INSERT INTO `rbac_ta` VALUES (199,6); +INSERT INTO `rbac_ta` VALUES (200,1); +INSERT INTO `rbac_ta` VALUES (200,2); +INSERT INTO `rbac_ta` VALUES (200,3); +INSERT INTO `rbac_ta` VALUES (200,4); +INSERT INTO `rbac_ta` VALUES (200,6); +INSERT INTO `rbac_ta` VALUES (201,1); +INSERT INTO `rbac_ta` VALUES (201,2); +INSERT INTO `rbac_ta` VALUES (201,3); +INSERT INTO `rbac_ta` VALUES (201,4); +INSERT INTO `rbac_ta` VALUES (201,6); +INSERT INTO `rbac_ta` VALUES (203,1); +INSERT INTO `rbac_ta` VALUES (203,2); +INSERT INTO `rbac_ta` VALUES (203,3); +INSERT INTO `rbac_ta` VALUES (203,4); +INSERT INTO `rbac_ta` VALUES (205,1); +INSERT INTO `rbac_ta` VALUES (205,2); +INSERT INTO `rbac_ta` VALUES (205,3); +INSERT INTO `rbac_ta` VALUES (205,4); +INSERT INTO `rbac_ta` VALUES (207,1); +INSERT INTO `rbac_ta` VALUES (207,2); +INSERT INTO `rbac_ta` VALUES (207,3); +INSERT INTO `rbac_ta` VALUES (207,4); +INSERT INTO `rbac_ta` VALUES (207,6); +INSERT INTO `rbac_ta` VALUES (207,58); +INSERT INTO `rbac_ta` VALUES (208,1); +INSERT INTO `rbac_ta` VALUES (208,2); +INSERT INTO `rbac_ta` VALUES (208,3); +INSERT INTO `rbac_ta` VALUES (208,4); +INSERT INTO `rbac_ta` VALUES (210,1); +INSERT INTO `rbac_ta` VALUES (210,2); +INSERT INTO `rbac_ta` VALUES (210,3); +INSERT INTO `rbac_ta` VALUES (210,4); +INSERT INTO `rbac_ta` VALUES (210,6); +INSERT INTO `rbac_ta` VALUES (210,83); +INSERT INTO `rbac_ta` VALUES (210,84); +INSERT INTO `rbac_ta` VALUES (210,85); +INSERT INTO `rbac_ta` VALUES (210,86); +INSERT INTO `rbac_ta` VALUES (210,87); +INSERT INTO `rbac_ta` VALUES (210,88); +INSERT INTO `rbac_ta` VALUES (210,89); +INSERT INTO `rbac_ta` VALUES (211,1); +INSERT INTO `rbac_ta` VALUES (211,2); +INSERT INTO `rbac_ta` VALUES (211,3); +INSERT INTO `rbac_ta` VALUES (211,4); +INSERT INTO `rbac_ta` VALUES (213,1); +INSERT INTO `rbac_ta` VALUES (213,2); +INSERT INTO `rbac_ta` VALUES (213,3); +INSERT INTO `rbac_ta` VALUES (213,4); +INSERT INTO `rbac_ta` VALUES (215,1); +INSERT INTO `rbac_ta` VALUES (215,2); +INSERT INTO `rbac_ta` VALUES (215,3); +INSERT INTO `rbac_ta` VALUES (215,4); +INSERT INTO `rbac_ta` VALUES (217,1); +INSERT INTO `rbac_ta` VALUES (217,2); +INSERT INTO `rbac_ta` VALUES (217,3); +INSERT INTO `rbac_ta` VALUES (217,4); +INSERT INTO `rbac_ta` VALUES (219,1); +INSERT INTO `rbac_ta` VALUES (219,2); +INSERT INTO `rbac_ta` VALUES (219,3); +INSERT INTO `rbac_ta` VALUES (219,4); +INSERT INTO `rbac_ta` VALUES (219,6); +INSERT INTO `rbac_ta` VALUES (219,58); +INSERT INTO `rbac_ta` VALUES (220,1); +INSERT INTO `rbac_ta` VALUES (220,2); +INSERT INTO `rbac_ta` VALUES (220,3); +INSERT INTO `rbac_ta` VALUES (220,4); +INSERT INTO `rbac_ta` VALUES (220,6); +INSERT INTO `rbac_ta` VALUES (220,47); +INSERT INTO `rbac_ta` VALUES (220,48); +INSERT INTO `rbac_ta` VALUES (220,58); +INSERT INTO `rbac_ta` VALUES (220,91); +INSERT INTO `rbac_ta` VALUES (220,92); +INSERT INTO `rbac_ta` VALUES (220,93); +INSERT INTO `rbac_ta` VALUES (223,1); +INSERT INTO `rbac_ta` VALUES (223,2); +INSERT INTO `rbac_ta` VALUES (223,3); +INSERT INTO `rbac_ta` VALUES (223,4); +INSERT INTO `rbac_ta` VALUES (225,1); +INSERT INTO `rbac_ta` VALUES (225,2); +INSERT INTO `rbac_ta` VALUES (225,3); +INSERT INTO `rbac_ta` VALUES (225,4); +INSERT INTO `rbac_ta` VALUES (227,1); +INSERT INTO `rbac_ta` VALUES (227,2); +INSERT INTO `rbac_ta` VALUES (227,3); +INSERT INTO `rbac_ta` VALUES (227,4); +INSERT INTO `rbac_ta` VALUES (229,1); +INSERT INTO `rbac_ta` VALUES (229,2); +INSERT INTO `rbac_ta` VALUES (229,3); +INSERT INTO `rbac_ta` VALUES (229,4); +INSERT INTO `rbac_ta` VALUES (232,1); +INSERT INTO `rbac_ta` VALUES (232,2); +INSERT INTO `rbac_ta` VALUES (232,3); +INSERT INTO `rbac_ta` VALUES (232,4); +INSERT INTO `rbac_ta` VALUES (234,1); +INSERT INTO `rbac_ta` VALUES (234,2); +INSERT INTO `rbac_ta` VALUES (234,3); +INSERT INTO `rbac_ta` VALUES (234,4); +INSERT INTO `rbac_ta` VALUES (236,1); +INSERT INTO `rbac_ta` VALUES (236,2); +INSERT INTO `rbac_ta` VALUES (236,3); +INSERT INTO `rbac_ta` VALUES (236,4); +INSERT INTO `rbac_ta` VALUES (236,6); +INSERT INTO `rbac_ta` VALUES (236,58); +INSERT INTO `rbac_ta` VALUES (236,101); +INSERT INTO `rbac_ta` VALUES (236,102); +INSERT INTO `rbac_ta` VALUES (237,1); +INSERT INTO `rbac_ta` VALUES (237,2); +INSERT INTO `rbac_ta` VALUES (237,3); +INSERT INTO `rbac_ta` VALUES (237,4); +INSERT INTO `rbac_ta` VALUES (239,1); +INSERT INTO `rbac_ta` VALUES (239,2); +INSERT INTO `rbac_ta` VALUES (239,3); +INSERT INTO `rbac_ta` VALUES (239,4); +INSERT INTO `rbac_ta` VALUES (261,1); +INSERT INTO `rbac_ta` VALUES (261,2); +INSERT INTO `rbac_ta` VALUES (261,4); +INSERT INTO `rbac_ta` VALUES (261,6); +INSERT INTO `rbac_ta` VALUES (261,58); +INSERT INTO `rbac_ta` VALUES (262,1); +INSERT INTO `rbac_ta` VALUES (262,2); +INSERT INTO `rbac_ta` VALUES (262,3); +INSERT INTO `rbac_ta` VALUES (262,4); +INSERT INTO `rbac_ta` VALUES (264,1); +INSERT INTO `rbac_ta` VALUES (264,2); +INSERT INTO `rbac_ta` VALUES (264,3); +INSERT INTO `rbac_ta` VALUES (264,4); +INSERT INTO `rbac_ta` VALUES (266,1); +INSERT INTO `rbac_ta` VALUES (266,2); +INSERT INTO `rbac_ta` VALUES (266,3); +INSERT INTO `rbac_ta` VALUES (266,4); +INSERT INTO `rbac_ta` VALUES (266,6); +INSERT INTO `rbac_ta` VALUES (266,55); +INSERT INTO `rbac_ta` VALUES (266,58); +INSERT INTO `rbac_ta` VALUES (266,95); +INSERT INTO `rbac_ta` VALUES (266,109); +INSERT INTO `rbac_ta` VALUES (266,110); +INSERT INTO `rbac_ta` VALUES (270,1); +INSERT INTO `rbac_ta` VALUES (270,2); +INSERT INTO `rbac_ta` VALUES (270,3); +INSERT INTO `rbac_ta` VALUES (270,4); +INSERT INTO `rbac_ta` VALUES (272,1); +INSERT INTO `rbac_ta` VALUES (272,2); +INSERT INTO `rbac_ta` VALUES (272,3); +INSERT INTO `rbac_ta` VALUES (272,4); +INSERT INTO `rbac_ta` VALUES (272,113); +INSERT INTO `rbac_ta` VALUES (274,1); +INSERT INTO `rbac_ta` VALUES (274,2); +INSERT INTO `rbac_ta` VALUES (274,3); +INSERT INTO `rbac_ta` VALUES (274,4); +INSERT INTO `rbac_ta` VALUES (274,6); +INSERT INTO `rbac_ta` VALUES (274,55); +INSERT INTO `rbac_ta` VALUES (274,58); +INSERT INTO `rbac_ta` VALUES (274,95); +INSERT INTO `rbac_ta` VALUES (275,1); +INSERT INTO `rbac_ta` VALUES (275,2); +INSERT INTO `rbac_ta` VALUES (275,3); +INSERT INTO `rbac_ta` VALUES (275,4); +INSERT INTO `rbac_ta` VALUES (277,1); +INSERT INTO `rbac_ta` VALUES (277,2); +INSERT INTO `rbac_ta` VALUES (277,3); +INSERT INTO `rbac_ta` VALUES (277,4); +INSERT INTO `rbac_ta` VALUES (277,6); +INSERT INTO `rbac_ta` VALUES (277,55); +INSERT INTO `rbac_ta` VALUES (277,58); +INSERT INTO `rbac_ta` VALUES (277,95); +INSERT INTO `rbac_ta` VALUES (277,102); +INSERT INTO `rbac_ta` VALUES (277,120); +INSERT INTO `rbac_ta` VALUES (277,121); +INSERT INTO `rbac_ta` VALUES (280,1); +INSERT INTO `rbac_ta` VALUES (280,2); +INSERT INTO `rbac_ta` VALUES (280,3); +INSERT INTO `rbac_ta` VALUES (280,4); + +-- +-- Table structure for table `rbac_templates` +-- + +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`) +) ; + +-- +-- Dumping data for table `rbac_templates` +-- + +INSERT INTO `rbac_templates` VALUES (3,'bibl',1,8); +INSERT INTO `rbac_templates` VALUES (3,'bibl',2,8); +INSERT INTO `rbac_templates` VALUES (3,'bibl',3,8); +INSERT INTO `rbac_templates` VALUES (3,'bibl',4,8); +INSERT INTO `rbac_templates` VALUES (3,'bibl',6,8); +INSERT INTO `rbac_templates` VALUES (3,'bibl',58,8); +INSERT INTO `rbac_templates` VALUES (3,'blog',1,8); +INSERT INTO `rbac_templates` VALUES (3,'blog',2,8); +INSERT INTO `rbac_templates` VALUES (3,'blog',3,8); +INSERT INTO `rbac_templates` VALUES (3,'blog',4,8); +INSERT INTO `rbac_templates` VALUES (3,'blog',6,8); +INSERT INTO `rbac_templates` VALUES (3,'blog',58,8); +INSERT INTO `rbac_templates` VALUES (3,'blog',79,8); +INSERT INTO `rbac_templates` VALUES (3,'blog',96,8); +INSERT INTO `rbac_templates` VALUES (3,'book',1,8); +INSERT INTO `rbac_templates` VALUES (3,'book',2,8); +INSERT INTO `rbac_templates` VALUES (3,'book',3,8); +INSERT INTO `rbac_templates` VALUES (3,'book',4,8); +INSERT INTO `rbac_templates` VALUES (3,'book',6,8); +INSERT INTO `rbac_templates` VALUES (3,'book',58,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',2,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',3,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',4,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',6,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',16,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',17,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',18,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',19,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',20,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',21,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',22,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',24,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',25,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',27,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',28,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',31,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',32,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',42,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',43,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',50,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',58,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',59,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',60,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',65,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',67,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',68,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',71,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',73,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',74,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',75,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',76,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',78,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',81,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',82,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',90,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',101,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',106,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',108,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',116,8); +INSERT INTO `rbac_templates` VALUES (3,'cat',119,8); +INSERT INTO `rbac_templates` VALUES (3,'catr',1,8); +INSERT INTO `rbac_templates` VALUES (3,'catr',2,8); +INSERT INTO `rbac_templates` VALUES (3,'catr',4,8); +INSERT INTO `rbac_templates` VALUES (3,'catr',6,8); +INSERT INTO `rbac_templates` VALUES (3,'catr',58,8); +INSERT INTO `rbac_templates` VALUES (3,'chtr',1,8); +INSERT INTO `rbac_templates` VALUES (3,'chtr',2,8); +INSERT INTO `rbac_templates` VALUES (3,'chtr',3,8); +INSERT INTO `rbac_templates` VALUES (3,'chtr',4,8); +INSERT INTO `rbac_templates` VALUES (3,'chtr',6,8); +INSERT INTO `rbac_templates` VALUES (3,'chtr',52,8); +INSERT INTO `rbac_templates` VALUES (3,'chtr',58,8); +INSERT INTO `rbac_templates` VALUES (3,'cld',1,8); +INSERT INTO `rbac_templates` VALUES (3,'cld',2,8); +INSERT INTO `rbac_templates` VALUES (3,'cld',3,8); +INSERT INTO `rbac_templates` VALUES (3,'cld',4,8); +INSERT INTO `rbac_templates` VALUES (3,'cld',6,8); +INSERT INTO `rbac_templates` VALUES (3,'cld',83,8); +INSERT INTO `rbac_templates` VALUES (3,'cld',84,8); +INSERT INTO `rbac_templates` VALUES (3,'cld',85,8); +INSERT INTO `rbac_templates` VALUES (3,'cld',86,8); +INSERT INTO `rbac_templates` VALUES (3,'cld',87,8); +INSERT INTO `rbac_templates` VALUES (3,'cld',88,8); +INSERT INTO `rbac_templates` VALUES (3,'cld',89,8); +INSERT INTO `rbac_templates` VALUES (3,'copa',1,8); +INSERT INTO `rbac_templates` VALUES (3,'copa',2,8); +INSERT INTO `rbac_templates` VALUES (3,'copa',3,8); +INSERT INTO `rbac_templates` VALUES (3,'copa',4,8); +INSERT INTO `rbac_templates` VALUES (3,'copa',6,8); +INSERT INTO `rbac_templates` VALUES (3,'copa',55,8); +INSERT INTO `rbac_templates` VALUES (3,'copa',58,8); +INSERT INTO `rbac_templates` VALUES (3,'copa',95,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',1,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',2,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',3,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',4,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',6,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',7,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',8,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',17,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',18,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',20,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',21,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',22,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',24,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',25,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',26,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',27,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',28,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',31,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',32,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',42,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',43,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',50,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',55,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',58,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',59,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',60,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',63,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',65,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',66,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',67,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',68,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',71,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',73,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',74,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',75,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',76,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',78,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',81,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',82,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',90,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',95,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',102,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',106,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',107,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',108,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',111,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',116,8); +INSERT INTO `rbac_templates` VALUES (3,'crs',119,8); +INSERT INTO `rbac_templates` VALUES (3,'crsr',1,8); +INSERT INTO `rbac_templates` VALUES (3,'crsr',2,8); +INSERT INTO `rbac_templates` VALUES (3,'crsr',4,8); +INSERT INTO `rbac_templates` VALUES (3,'crsr',6,8); +INSERT INTO `rbac_templates` VALUES (3,'crsr',58,8); +INSERT INTO `rbac_templates` VALUES (3,'dcl',1,8); +INSERT INTO `rbac_templates` VALUES (3,'dcl',2,8); +INSERT INTO `rbac_templates` VALUES (3,'dcl',3,8); +INSERT INTO `rbac_templates` VALUES (3,'dcl',4,8); +INSERT INTO `rbac_templates` VALUES (3,'dcl',6,8); +INSERT INTO `rbac_templates` VALUES (3,'dcl',58,8); +INSERT INTO `rbac_templates` VALUES (3,'dcl',64,8); +INSERT INTO `rbac_templates` VALUES (3,'dcl',77,8); +INSERT INTO `rbac_templates` VALUES (3,'exc',1,8); +INSERT INTO `rbac_templates` VALUES (3,'exc',2,8); +INSERT INTO `rbac_templates` VALUES (3,'exc',3,8); +INSERT INTO `rbac_templates` VALUES (3,'exc',4,8); +INSERT INTO `rbac_templates` VALUES (3,'exc',6,8); +INSERT INTO `rbac_templates` VALUES (3,'exc',55,8); +INSERT INTO `rbac_templates` VALUES (3,'exc',58,8); +INSERT INTO `rbac_templates` VALUES (3,'exc',95,8); +INSERT INTO `rbac_templates` VALUES (3,'exc',114,8); +INSERT INTO `rbac_templates` VALUES (3,'feed',1,8); +INSERT INTO `rbac_templates` VALUES (3,'feed',3,8); +INSERT INTO `rbac_templates` VALUES (3,'feed',4,8); +INSERT INTO `rbac_templates` VALUES (3,'feed',6,8); +INSERT INTO `rbac_templates` VALUES (3,'feed',58,8); +INSERT INTO `rbac_templates` VALUES (3,'file',1,8); +INSERT INTO `rbac_templates` VALUES (3,'file',2,8); +INSERT INTO `rbac_templates` VALUES (3,'file',3,8); +INSERT INTO `rbac_templates` VALUES (3,'file',4,8); +INSERT INTO `rbac_templates` VALUES (3,'file',6,8); +INSERT INTO `rbac_templates` VALUES (3,'file',55,8); +INSERT INTO `rbac_templates` VALUES (3,'file',58,8); +INSERT INTO `rbac_templates` VALUES (3,'file',95,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',1,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',2,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',3,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',4,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',6,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',17,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',18,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',20,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',21,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',22,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',24,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',25,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',26,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',27,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',28,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',31,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',32,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',42,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',43,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',50,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',55,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',58,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',60,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',63,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',65,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',71,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',73,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',74,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',75,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',76,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',78,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',81,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',82,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',90,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',95,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',106,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',108,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',116,8); +INSERT INTO `rbac_templates` VALUES (3,'fold',119,8); +INSERT INTO `rbac_templates` VALUES (3,'frm',1,8); +INSERT INTO `rbac_templates` VALUES (3,'frm',2,8); +INSERT INTO `rbac_templates` VALUES (3,'frm',3,8); +INSERT INTO `rbac_templates` VALUES (3,'frm',4,8); +INSERT INTO `rbac_templates` VALUES (3,'frm',6,8); +INSERT INTO `rbac_templates` VALUES (3,'frm',9,8); +INSERT INTO `rbac_templates` VALUES (3,'frm',10,8); +INSERT INTO `rbac_templates` VALUES (3,'frm',58,8); +INSERT INTO `rbac_templates` VALUES (3,'frm',62,8); +INSERT INTO `rbac_templates` VALUES (3,'glo',1,8); +INSERT INTO `rbac_templates` VALUES (3,'glo',2,8); +INSERT INTO `rbac_templates` VALUES (3,'glo',3,8); +INSERT INTO `rbac_templates` VALUES (3,'glo',4,8); +INSERT INTO `rbac_templates` VALUES (3,'glo',6,8); +INSERT INTO `rbac_templates` VALUES (3,'glo',58,8); +INSERT INTO `rbac_templates` VALUES (3,'glo',64,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',1,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',2,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',3,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',4,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',6,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',7,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',17,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',18,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',20,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',21,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',22,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',23,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',24,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',25,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',26,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',27,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',28,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',31,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',32,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',42,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',43,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',50,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',55,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',58,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',59,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',60,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',63,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',65,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',66,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',67,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',68,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',71,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',73,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',74,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',75,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',76,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',78,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',81,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',82,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',90,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',95,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',102,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',106,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',107,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',108,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',111,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',116,8); +INSERT INTO `rbac_templates` VALUES (3,'grp',119,8); +INSERT INTO `rbac_templates` VALUES (3,'grpr',1,8); +INSERT INTO `rbac_templates` VALUES (3,'grpr',2,8); +INSERT INTO `rbac_templates` VALUES (3,'grpr',4,8); +INSERT INTO `rbac_templates` VALUES (3,'grpr',6,8); +INSERT INTO `rbac_templates` VALUES (3,'grpr',58,8); +INSERT INTO `rbac_templates` VALUES (3,'htlm',1,8); +INSERT INTO `rbac_templates` VALUES (3,'htlm',2,8); +INSERT INTO `rbac_templates` VALUES (3,'htlm',3,8); +INSERT INTO `rbac_templates` VALUES (3,'htlm',4,8); +INSERT INTO `rbac_templates` VALUES (3,'htlm',6,8); +INSERT INTO `rbac_templates` VALUES (3,'htlm',55,8); +INSERT INTO `rbac_templates` VALUES (3,'htlm',58,8); +INSERT INTO `rbac_templates` VALUES (3,'htlm',95,8); +INSERT INTO `rbac_templates` VALUES (3,'iass',1,8); +INSERT INTO `rbac_templates` VALUES (3,'iass',2,8); +INSERT INTO `rbac_templates` VALUES (3,'iass',3,8); +INSERT INTO `rbac_templates` VALUES (3,'iass',4,8); +INSERT INTO `rbac_templates` VALUES (3,'iass',6,8); +INSERT INTO `rbac_templates` VALUES (3,'iass',55,8); +INSERT INTO `rbac_templates` VALUES (3,'iass',58,8); +INSERT INTO `rbac_templates` VALUES (3,'iass',95,8); +INSERT INTO `rbac_templates` VALUES (3,'iass',109,8); +INSERT INTO `rbac_templates` VALUES (3,'itgr',1,8); +INSERT INTO `rbac_templates` VALUES (3,'itgr',2,8); +INSERT INTO `rbac_templates` VALUES (3,'itgr',3,8); +INSERT INTO `rbac_templates` VALUES (3,'itgr',4,8); +INSERT INTO `rbac_templates` VALUES (3,'itgr',6,8); +INSERT INTO `rbac_templates` VALUES (3,'itgr',58,8); +INSERT INTO `rbac_templates` VALUES (3,'lm',1,8); +INSERT INTO `rbac_templates` VALUES (3,'lm',2,8); +INSERT INTO `rbac_templates` VALUES (3,'lm',3,8); +INSERT INTO `rbac_templates` VALUES (3,'lm',4,8); +INSERT INTO `rbac_templates` VALUES (3,'lm',6,8); +INSERT INTO `rbac_templates` VALUES (3,'lm',55,8); +INSERT INTO `rbac_templates` VALUES (3,'lm',58,8); +INSERT INTO `rbac_templates` VALUES (3,'lm',95,8); +INSERT INTO `rbac_templates` VALUES (3,'lso',1,8); +INSERT INTO `rbac_templates` VALUES (3,'lso',2,8); +INSERT INTO `rbac_templates` VALUES (3,'lso',3,8); +INSERT INTO `rbac_templates` VALUES (3,'lso',4,8); +INSERT INTO `rbac_templates` VALUES (3,'lso',6,8); +INSERT INTO `rbac_templates` VALUES (3,'lso',55,8); +INSERT INTO `rbac_templates` VALUES (3,'lso',58,8); +INSERT INTO `rbac_templates` VALUES (3,'lso',95,8); +INSERT INTO `rbac_templates` VALUES (3,'mcst',1,8); +INSERT INTO `rbac_templates` VALUES (3,'mcst',2,8); +INSERT INTO `rbac_templates` VALUES (3,'mcst',3,8); +INSERT INTO `rbac_templates` VALUES (3,'mcst',4,8); +INSERT INTO `rbac_templates` VALUES (3,'mcst',6,8); +INSERT INTO `rbac_templates` VALUES (3,'mcst',55,8); +INSERT INTO `rbac_templates` VALUES (3,'mcst',58,8); +INSERT INTO `rbac_templates` VALUES (3,'mcst',95,8); +INSERT INTO `rbac_templates` VALUES (3,'mep',1,8); +INSERT INTO `rbac_templates` VALUES (3,'mep',2,8); +INSERT INTO `rbac_templates` VALUES (3,'mep',3,8); +INSERT INTO `rbac_templates` VALUES (3,'mep',4,8); +INSERT INTO `rbac_templates` VALUES (3,'mep',6,8); +INSERT INTO `rbac_templates` VALUES (3,'mep',58,8); +INSERT INTO `rbac_templates` VALUES (3,'poll',1,8); +INSERT INTO `rbac_templates` VALUES (3,'poll',3,8); +INSERT INTO `rbac_templates` VALUES (3,'poll',4,8); +INSERT INTO `rbac_templates` VALUES (3,'poll',6,8); +INSERT INTO `rbac_templates` VALUES (3,'poll',58,8); +INSERT INTO `rbac_templates` VALUES (3,'prg',1,8); +INSERT INTO `rbac_templates` VALUES (3,'prg',2,8); +INSERT INTO `rbac_templates` VALUES (3,'prg',3,8); +INSERT INTO `rbac_templates` VALUES (3,'prg',4,8); +INSERT INTO `rbac_templates` VALUES (3,'prg',6,8); +INSERT INTO `rbac_templates` VALUES (3,'prg',58,8); +INSERT INTO `rbac_templates` VALUES (3,'prg',101,8); +INSERT INTO `rbac_templates` VALUES (3,'prg',102,8); +INSERT INTO `rbac_templates` VALUES (3,'prtt',1,8); +INSERT INTO `rbac_templates` VALUES (3,'prtt',2,8); +INSERT INTO `rbac_templates` VALUES (3,'prtt',3,8); +INSERT INTO `rbac_templates` VALUES (3,'prtt',4,8); +INSERT INTO `rbac_templates` VALUES (3,'prtt',6,8); +INSERT INTO `rbac_templates` VALUES (3,'prtt',58,8); +INSERT INTO `rbac_templates` VALUES (3,'qpl',1,8); +INSERT INTO `rbac_templates` VALUES (3,'qpl',2,8); +INSERT INTO `rbac_templates` VALUES (3,'qpl',3,8); +INSERT INTO `rbac_templates` VALUES (3,'qpl',4,8); +INSERT INTO `rbac_templates` VALUES (3,'qpl',6,8); +INSERT INTO `rbac_templates` VALUES (3,'qpl',58,8); +INSERT INTO `rbac_templates` VALUES (3,'root',2,8); +INSERT INTO `rbac_templates` VALUES (3,'root',3,8); +INSERT INTO `rbac_templates` VALUES (3,'sahs',1,8); +INSERT INTO `rbac_templates` VALUES (3,'sahs',2,8); +INSERT INTO `rbac_templates` VALUES (3,'sahs',3,8); +INSERT INTO `rbac_templates` VALUES (3,'sahs',4,8); +INSERT INTO `rbac_templates` VALUES (3,'sahs',6,8); +INSERT INTO `rbac_templates` VALUES (3,'sahs',55,8); +INSERT INTO `rbac_templates` VALUES (3,'sahs',58,8); +INSERT INTO `rbac_templates` VALUES (3,'sahs',95,8); +INSERT INTO `rbac_templates` VALUES (3,'sess',1,8); +INSERT INTO `rbac_templates` VALUES (3,'sess',2,8); +INSERT INTO `rbac_templates` VALUES (3,'sess',3,8); +INSERT INTO `rbac_templates` VALUES (3,'sess',4,8); +INSERT INTO `rbac_templates` VALUES (3,'sess',6,8); +INSERT INTO `rbac_templates` VALUES (3,'sess',55,8); +INSERT INTO `rbac_templates` VALUES (3,'sess',58,8); +INSERT INTO `rbac_templates` VALUES (3,'sess',95,8); +INSERT INTO `rbac_templates` VALUES (3,'sess',102,8); +INSERT INTO `rbac_templates` VALUES (3,'sess',117,8); +INSERT INTO `rbac_templates` VALUES (3,'sess',118,8); +INSERT INTO `rbac_templates` VALUES (3,'spl',1,8); +INSERT INTO `rbac_templates` VALUES (3,'spl',2,8); +INSERT INTO `rbac_templates` VALUES (3,'spl',3,8); +INSERT INTO `rbac_templates` VALUES (3,'spl',4,8); +INSERT INTO `rbac_templates` VALUES (3,'spl',6,8); +INSERT INTO `rbac_templates` VALUES (3,'spl',58,8); +INSERT INTO `rbac_templates` VALUES (3,'svy',1,8); +INSERT INTO `rbac_templates` VALUES (3,'svy',2,8); +INSERT INTO `rbac_templates` VALUES (3,'svy',3,8); +INSERT INTO `rbac_templates` VALUES (3,'svy',4,8); +INSERT INTO `rbac_templates` VALUES (3,'svy',6,8); +INSERT INTO `rbac_templates` VALUES (3,'svy',45,8); +INSERT INTO `rbac_templates` VALUES (3,'svy',55,8); +INSERT INTO `rbac_templates` VALUES (3,'svy',58,8); +INSERT INTO `rbac_templates` VALUES (3,'svy',95,8); +INSERT INTO `rbac_templates` VALUES (3,'svy',122,8); +INSERT INTO `rbac_templates` VALUES (3,'tst',1,8); +INSERT INTO `rbac_templates` VALUES (3,'tst',2,8); +INSERT INTO `rbac_templates` VALUES (3,'tst',3,8); +INSERT INTO `rbac_templates` VALUES (3,'tst',4,8); +INSERT INTO `rbac_templates` VALUES (3,'tst',6,8); +INSERT INTO `rbac_templates` VALUES (3,'tst',55,8); +INSERT INTO `rbac_templates` VALUES (3,'tst',56,8); +INSERT INTO `rbac_templates` VALUES (3,'tst',58,8); +INSERT INTO `rbac_templates` VALUES (3,'tst',95,8); +INSERT INTO `rbac_templates` VALUES (3,'tst',115,8); +INSERT INTO `rbac_templates` VALUES (3,'webr',1,8); +INSERT INTO `rbac_templates` VALUES (3,'webr',2,8); +INSERT INTO `rbac_templates` VALUES (3,'webr',3,8); +INSERT INTO `rbac_templates` VALUES (3,'webr',4,8); +INSERT INTO `rbac_templates` VALUES (3,'webr',6,8); +INSERT INTO `rbac_templates` VALUES (3,'webr',58,8); +INSERT INTO `rbac_templates` VALUES (3,'wiki',1,8); +INSERT INTO `rbac_templates` VALUES (3,'wiki',2,8); +INSERT INTO `rbac_templates` VALUES (3,'wiki',3,8); +INSERT INTO `rbac_templates` VALUES (3,'wiki',4,8); +INSERT INTO `rbac_templates` VALUES (3,'wiki',6,8); +INSERT INTO `rbac_templates` VALUES (3,'wiki',58,8); +INSERT INTO `rbac_templates` VALUES (3,'wiki',64,8); +INSERT INTO `rbac_templates` VALUES (3,'wiki',94,8); +INSERT INTO `rbac_templates` VALUES (3,'wiki',97,8); +INSERT INTO `rbac_templates` VALUES (3,'wiki',98,8); +INSERT INTO `rbac_templates` VALUES (3,'wiki',99,8); +INSERT INTO `rbac_templates` VALUES (3,'wiki',100,8); +INSERT INTO `rbac_templates` VALUES (3,'wiki',112,8); +INSERT INTO `rbac_templates` VALUES (4,'bibl',2,8); +INSERT INTO `rbac_templates` VALUES (4,'bibl',3,8); +INSERT INTO `rbac_templates` VALUES (4,'blog',2,8); +INSERT INTO `rbac_templates` VALUES (4,'blog',3,8); +INSERT INTO `rbac_templates` VALUES (4,'book',2,8); +INSERT INTO `rbac_templates` VALUES (4,'book',3,8); +INSERT INTO `rbac_templates` VALUES (4,'cat',2,8); +INSERT INTO `rbac_templates` VALUES (4,'cat',3,8); +INSERT INTO `rbac_templates` VALUES (4,'catr',2,8); +INSERT INTO `rbac_templates` VALUES (4,'chtr',2,8); +INSERT INTO `rbac_templates` VALUES (4,'chtr',3,8); +INSERT INTO `rbac_templates` VALUES (4,'copa',2,8); +INSERT INTO `rbac_templates` VALUES (4,'copa',3,8); +INSERT INTO `rbac_templates` VALUES (4,'crs',2,8); +INSERT INTO `rbac_templates` VALUES (4,'crs',7,8); +INSERT INTO `rbac_templates` VALUES (4,'crsr',2,8); +INSERT INTO `rbac_templates` VALUES (4,'dbk',2,8); +INSERT INTO `rbac_templates` VALUES (4,'dbk',3,8); +INSERT INTO `rbac_templates` VALUES (4,'dcl',2,8); +INSERT INTO `rbac_templates` VALUES (4,'dcl',3,8); +INSERT INTO `rbac_templates` VALUES (4,'exc',2,8); +INSERT INTO `rbac_templates` VALUES (4,'exc',3,8); +INSERT INTO `rbac_templates` VALUES (4,'feed',3,8); +INSERT INTO `rbac_templates` VALUES (4,'file',2,8); +INSERT INTO `rbac_templates` VALUES (4,'file',3,8); +INSERT INTO `rbac_templates` VALUES (4,'fold',2,8); +INSERT INTO `rbac_templates` VALUES (4,'fold',3,8); +INSERT INTO `rbac_templates` VALUES (4,'frm',2,8); +INSERT INTO `rbac_templates` VALUES (4,'frm',3,8); +INSERT INTO `rbac_templates` VALUES (4,'frm',9,8); +INSERT INTO `rbac_templates` VALUES (4,'frm',62,8); +INSERT INTO `rbac_templates` VALUES (4,'glo',2,8); +INSERT INTO `rbac_templates` VALUES (4,'glo',3,8); +INSERT INTO `rbac_templates` VALUES (4,'grp',2,8); +INSERT INTO `rbac_templates` VALUES (4,'grp',7,8); +INSERT INTO `rbac_templates` VALUES (4,'grpr',2,8); +INSERT INTO `rbac_templates` VALUES (4,'htlm',2,8); +INSERT INTO `rbac_templates` VALUES (4,'htlm',3,8); +INSERT INTO `rbac_templates` VALUES (4,'iass',2,8); +INSERT INTO `rbac_templates` VALUES (4,'iass',3,8); +INSERT INTO `rbac_templates` VALUES (4,'itgr',2,8); +INSERT INTO `rbac_templates` VALUES (4,'itgr',3,8); +INSERT INTO `rbac_templates` VALUES (4,'lm',2,8); +INSERT INTO `rbac_templates` VALUES (4,'lm',3,8); +INSERT INTO `rbac_templates` VALUES (4,'lso',2,8); +INSERT INTO `rbac_templates` VALUES (4,'lso',3,8); +INSERT INTO `rbac_templates` VALUES (4,'mail',30,8); +INSERT INTO `rbac_templates` VALUES (4,'mcst',2,8); +INSERT INTO `rbac_templates` VALUES (4,'mcst',3,8); +INSERT INTO `rbac_templates` VALUES (4,'poll',3,8); +INSERT INTO `rbac_templates` VALUES (4,'prg',2,8); +INSERT INTO `rbac_templates` VALUES (4,'prg',3,8); +INSERT INTO `rbac_templates` VALUES (4,'root',2,8); +INSERT INTO `rbac_templates` VALUES (4,'root',3,8); +INSERT INTO `rbac_templates` VALUES (4,'sahs',2,8); +INSERT INTO `rbac_templates` VALUES (4,'sahs',3,8); +INSERT INTO `rbac_templates` VALUES (4,'seas',51,8); +INSERT INTO `rbac_templates` VALUES (4,'sess',2,8); +INSERT INTO `rbac_templates` VALUES (4,'sess',3,8); +INSERT INTO `rbac_templates` VALUES (4,'svy',2,8); +INSERT INTO `rbac_templates` VALUES (4,'svy',3,8); +INSERT INTO `rbac_templates` VALUES (4,'tst',2,8); +INSERT INTO `rbac_templates` VALUES (4,'tst',3,8); +INSERT INTO `rbac_templates` VALUES (4,'webr',2,8); +INSERT INTO `rbac_templates` VALUES (4,'webr',3,8); +INSERT INTO `rbac_templates` VALUES (4,'wiki',2,8); +INSERT INTO `rbac_templates` VALUES (4,'wiki',3,8); +INSERT INTO `rbac_templates` VALUES (4,'wiki',64,8); +INSERT INTO `rbac_templates` VALUES (5,'bibl',2,8); +INSERT INTO `rbac_templates` VALUES (5,'blog',2,8); +INSERT INTO `rbac_templates` VALUES (5,'book',2,8); +INSERT INTO `rbac_templates` VALUES (5,'cat',2,8); +INSERT INTO `rbac_templates` VALUES (5,'catr',2,8); +INSERT INTO `rbac_templates` VALUES (5,'chtr',2,8); +INSERT INTO `rbac_templates` VALUES (5,'crs',2,8); +INSERT INTO `rbac_templates` VALUES (5,'crsr',2,8); +INSERT INTO `rbac_templates` VALUES (5,'dbk',2,8); +INSERT INTO `rbac_templates` VALUES (5,'dcl',2,8); +INSERT INTO `rbac_templates` VALUES (5,'exc',2,8); +INSERT INTO `rbac_templates` VALUES (5,'feed',3,8); +INSERT INTO `rbac_templates` VALUES (5,'file',2,8); +INSERT INTO `rbac_templates` VALUES (5,'frm',2,8); +INSERT INTO `rbac_templates` VALUES (5,'glo',2,8); +INSERT INTO `rbac_templates` VALUES (5,'grp',2,8); +INSERT INTO `rbac_templates` VALUES (5,'grpr',2,8); +INSERT INTO `rbac_templates` VALUES (5,'htlm',2,8); +INSERT INTO `rbac_templates` VALUES (5,'itgr',2,8); +INSERT INTO `rbac_templates` VALUES (5,'itgr',3,8); +INSERT INTO `rbac_templates` VALUES (5,'lm',2,8); +INSERT INTO `rbac_templates` VALUES (5,'mcst',2,8); +INSERT INTO `rbac_templates` VALUES (5,'prg',2,8); +INSERT INTO `rbac_templates` VALUES (5,'root',2,8); +INSERT INTO `rbac_templates` VALUES (5,'root',3,8); +INSERT INTO `rbac_templates` VALUES (5,'sahs',2,8); +INSERT INTO `rbac_templates` VALUES (5,'seas',51,8); +INSERT INTO `rbac_templates` VALUES (5,'svy',2,8); +INSERT INTO `rbac_templates` VALUES (5,'tst',2,8); +INSERT INTO `rbac_templates` VALUES (5,'webr',2,8); +INSERT INTO `rbac_templates` VALUES (5,'wiki',2,8); +INSERT INTO `rbac_templates` VALUES (14,'cat',2,8); +INSERT INTO `rbac_templates` VALUES (14,'root',2,8); +INSERT INTO `rbac_templates` VALUES (14,'root',3,8); +INSERT INTO `rbac_templates` VALUES (14,'seas',51,8); +INSERT INTO `rbac_templates` VALUES (80,'bibl',1,8); +INSERT INTO `rbac_templates` VALUES (80,'bibl',2,8); +INSERT INTO `rbac_templates` VALUES (80,'bibl',3,8); +INSERT INTO `rbac_templates` VALUES (80,'bibl',4,8); +INSERT INTO `rbac_templates` VALUES (80,'bibl',6,8); +INSERT INTO `rbac_templates` VALUES (80,'bibl',58,8); +INSERT INTO `rbac_templates` VALUES (80,'blog',1,8); +INSERT INTO `rbac_templates` VALUES (80,'blog',2,8); +INSERT INTO `rbac_templates` VALUES (80,'blog',3,8); +INSERT INTO `rbac_templates` VALUES (80,'blog',4,8); +INSERT INTO `rbac_templates` VALUES (80,'blog',6,8); +INSERT INTO `rbac_templates` VALUES (80,'blog',58,8); +INSERT INTO `rbac_templates` VALUES (80,'blog',79,8); +INSERT INTO `rbac_templates` VALUES (80,'book',1,8); +INSERT INTO `rbac_templates` VALUES (80,'book',2,8); +INSERT INTO `rbac_templates` VALUES (80,'book',3,8); +INSERT INTO `rbac_templates` VALUES (80,'book',4,8); +INSERT INTO `rbac_templates` VALUES (80,'book',6,8); +INSERT INTO `rbac_templates` VALUES (80,'book',58,8); +INSERT INTO `rbac_templates` VALUES (80,'catr',1,8); +INSERT INTO `rbac_templates` VALUES (80,'catr',2,8); +INSERT INTO `rbac_templates` VALUES (80,'catr',4,8); +INSERT INTO `rbac_templates` VALUES (80,'catr',6,8); +INSERT INTO `rbac_templates` VALUES (80,'catr',58,8); +INSERT INTO `rbac_templates` VALUES (80,'chtr',1,8); +INSERT INTO `rbac_templates` VALUES (80,'chtr',2,8); +INSERT INTO `rbac_templates` VALUES (80,'chtr',3,8); +INSERT INTO `rbac_templates` VALUES (80,'chtr',4,8); +INSERT INTO `rbac_templates` VALUES (80,'chtr',6,8); +INSERT INTO `rbac_templates` VALUES (80,'chtr',52,8); +INSERT INTO `rbac_templates` VALUES (80,'chtr',58,8); +INSERT INTO `rbac_templates` VALUES (80,'copa',1,8); +INSERT INTO `rbac_templates` VALUES (80,'copa',2,8); +INSERT INTO `rbac_templates` VALUES (80,'copa',3,8); +INSERT INTO `rbac_templates` VALUES (80,'copa',4,8); +INSERT INTO `rbac_templates` VALUES (80,'copa',6,8); +INSERT INTO `rbac_templates` VALUES (80,'copa',55,8); +INSERT INTO `rbac_templates` VALUES (80,'copa',58,8); +INSERT INTO `rbac_templates` VALUES (80,'copa',95,8); +INSERT INTO `rbac_templates` VALUES (80,'crsr',1,8); +INSERT INTO `rbac_templates` VALUES (80,'crsr',2,8); +INSERT INTO `rbac_templates` VALUES (80,'crsr',4,8); +INSERT INTO `rbac_templates` VALUES (80,'crsr',6,8); +INSERT INTO `rbac_templates` VALUES (80,'crsr',58,8); +INSERT INTO `rbac_templates` VALUES (80,'dcl',1,8); +INSERT INTO `rbac_templates` VALUES (80,'dcl',2,8); +INSERT INTO `rbac_templates` VALUES (80,'dcl',3,8); +INSERT INTO `rbac_templates` VALUES (80,'dcl',4,8); +INSERT INTO `rbac_templates` VALUES (80,'dcl',6,8); +INSERT INTO `rbac_templates` VALUES (80,'dcl',58,8); +INSERT INTO `rbac_templates` VALUES (80,'dcl',64,8); +INSERT INTO `rbac_templates` VALUES (80,'dcl',77,8); +INSERT INTO `rbac_templates` VALUES (80,'exc',1,8); +INSERT INTO `rbac_templates` VALUES (80,'exc',2,8); +INSERT INTO `rbac_templates` VALUES (80,'exc',3,8); +INSERT INTO `rbac_templates` VALUES (80,'exc',4,8); +INSERT INTO `rbac_templates` VALUES (80,'exc',6,8); +INSERT INTO `rbac_templates` VALUES (80,'exc',55,8); +INSERT INTO `rbac_templates` VALUES (80,'exc',58,8); +INSERT INTO `rbac_templates` VALUES (80,'exc',95,8); +INSERT INTO `rbac_templates` VALUES (80,'exc',114,8); +INSERT INTO `rbac_templates` VALUES (80,'feed',1,8); +INSERT INTO `rbac_templates` VALUES (80,'feed',3,8); +INSERT INTO `rbac_templates` VALUES (80,'feed',4,8); +INSERT INTO `rbac_templates` VALUES (80,'feed',6,8); +INSERT INTO `rbac_templates` VALUES (80,'feed',58,8); +INSERT INTO `rbac_templates` VALUES (80,'file',1,8); +INSERT INTO `rbac_templates` VALUES (80,'file',2,8); +INSERT INTO `rbac_templates` VALUES (80,'file',3,8); +INSERT INTO `rbac_templates` VALUES (80,'file',4,8); +INSERT INTO `rbac_templates` VALUES (80,'file',6,8); +INSERT INTO `rbac_templates` VALUES (80,'file',55,8); +INSERT INTO `rbac_templates` VALUES (80,'file',58,8); +INSERT INTO `rbac_templates` VALUES (80,'file',95,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',1,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',2,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',3,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',4,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',6,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',17,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',18,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',20,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',21,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',22,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',24,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',25,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',26,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',27,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',28,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',31,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',32,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',42,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',43,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',50,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',55,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',58,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',60,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',63,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',65,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',71,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',73,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',74,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',75,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',76,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',78,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',81,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',82,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',90,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',95,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',106,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',108,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',116,8); +INSERT INTO `rbac_templates` VALUES (80,'fold',119,8); +INSERT INTO `rbac_templates` VALUES (80,'frm',1,8); +INSERT INTO `rbac_templates` VALUES (80,'frm',2,8); +INSERT INTO `rbac_templates` VALUES (80,'frm',3,8); +INSERT INTO `rbac_templates` VALUES (80,'frm',4,8); +INSERT INTO `rbac_templates` VALUES (80,'frm',6,8); +INSERT INTO `rbac_templates` VALUES (80,'frm',9,8); +INSERT INTO `rbac_templates` VALUES (80,'frm',10,8); +INSERT INTO `rbac_templates` VALUES (80,'frm',58,8); +INSERT INTO `rbac_templates` VALUES (80,'frm',62,8); +INSERT INTO `rbac_templates` VALUES (80,'glo',1,8); +INSERT INTO `rbac_templates` VALUES (80,'glo',2,8); +INSERT INTO `rbac_templates` VALUES (80,'glo',3,8); +INSERT INTO `rbac_templates` VALUES (80,'glo',4,8); +INSERT INTO `rbac_templates` VALUES (80,'glo',6,8); +INSERT INTO `rbac_templates` VALUES (80,'glo',58,8); +INSERT INTO `rbac_templates` VALUES (80,'glo',64,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',1,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',2,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',3,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',4,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',6,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',7,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',8,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',17,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',18,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',20,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',21,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',22,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',24,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',25,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',26,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',27,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',28,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',31,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',32,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',42,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',43,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',50,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',55,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',58,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',59,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',60,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',63,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',65,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',66,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',67,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',68,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',71,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',73,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',74,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',75,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',76,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',78,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',81,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',82,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',90,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',95,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',102,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',106,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',107,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',108,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',111,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',116,8); +INSERT INTO `rbac_templates` VALUES (80,'grp',119,8); +INSERT INTO `rbac_templates` VALUES (80,'grpr',1,8); +INSERT INTO `rbac_templates` VALUES (80,'grpr',2,8); +INSERT INTO `rbac_templates` VALUES (80,'grpr',4,8); +INSERT INTO `rbac_templates` VALUES (80,'grpr',6,8); +INSERT INTO `rbac_templates` VALUES (80,'grpr',58,8); +INSERT INTO `rbac_templates` VALUES (80,'htlm',1,8); +INSERT INTO `rbac_templates` VALUES (80,'htlm',2,8); +INSERT INTO `rbac_templates` VALUES (80,'htlm',3,8); +INSERT INTO `rbac_templates` VALUES (80,'htlm',4,8); +INSERT INTO `rbac_templates` VALUES (80,'htlm',6,8); +INSERT INTO `rbac_templates` VALUES (80,'htlm',55,8); +INSERT INTO `rbac_templates` VALUES (80,'htlm',58,8); +INSERT INTO `rbac_templates` VALUES (80,'htlm',95,8); +INSERT INTO `rbac_templates` VALUES (80,'iass',1,8); +INSERT INTO `rbac_templates` VALUES (80,'iass',2,8); +INSERT INTO `rbac_templates` VALUES (80,'iass',3,8); +INSERT INTO `rbac_templates` VALUES (80,'iass',4,8); +INSERT INTO `rbac_templates` VALUES (80,'iass',6,8); +INSERT INTO `rbac_templates` VALUES (80,'iass',55,8); +INSERT INTO `rbac_templates` VALUES (80,'iass',58,8); +INSERT INTO `rbac_templates` VALUES (80,'iass',95,8); +INSERT INTO `rbac_templates` VALUES (80,'iass',109,8); +INSERT INTO `rbac_templates` VALUES (80,'itgr',1,8); +INSERT INTO `rbac_templates` VALUES (80,'itgr',2,8); +INSERT INTO `rbac_templates` VALUES (80,'itgr',3,8); +INSERT INTO `rbac_templates` VALUES (80,'itgr',4,8); +INSERT INTO `rbac_templates` VALUES (80,'itgr',6,8); +INSERT INTO `rbac_templates` VALUES (80,'itgr',58,8); +INSERT INTO `rbac_templates` VALUES (80,'lm',1,8); +INSERT INTO `rbac_templates` VALUES (80,'lm',2,8); +INSERT INTO `rbac_templates` VALUES (80,'lm',3,8); +INSERT INTO `rbac_templates` VALUES (80,'lm',4,8); +INSERT INTO `rbac_templates` VALUES (80,'lm',6,8); +INSERT INTO `rbac_templates` VALUES (80,'lm',55,8); +INSERT INTO `rbac_templates` VALUES (80,'lm',58,8); +INSERT INTO `rbac_templates` VALUES (80,'lm',95,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',1,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',2,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',3,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',4,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',6,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',20,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',21,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',24,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',25,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',27,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',32,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',42,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',55,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',58,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',95,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',102,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',108,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',116,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',120,8); +INSERT INTO `rbac_templates` VALUES (80,'lso',121,8); +INSERT INTO `rbac_templates` VALUES (80,'mcst',1,8); +INSERT INTO `rbac_templates` VALUES (80,'mcst',2,8); +INSERT INTO `rbac_templates` VALUES (80,'mcst',3,8); +INSERT INTO `rbac_templates` VALUES (80,'mcst',4,8); +INSERT INTO `rbac_templates` VALUES (80,'mcst',6,8); +INSERT INTO `rbac_templates` VALUES (80,'mcst',55,8); +INSERT INTO `rbac_templates` VALUES (80,'mcst',58,8); +INSERT INTO `rbac_templates` VALUES (80,'mcst',95,8); +INSERT INTO `rbac_templates` VALUES (80,'mep',1,8); +INSERT INTO `rbac_templates` VALUES (80,'mep',2,8); +INSERT INTO `rbac_templates` VALUES (80,'mep',3,8); +INSERT INTO `rbac_templates` VALUES (80,'mep',4,8); +INSERT INTO `rbac_templates` VALUES (80,'mep',6,8); +INSERT INTO `rbac_templates` VALUES (80,'mep',58,8); +INSERT INTO `rbac_templates` VALUES (80,'poll',1,8); +INSERT INTO `rbac_templates` VALUES (80,'poll',3,8); +INSERT INTO `rbac_templates` VALUES (80,'poll',4,8); +INSERT INTO `rbac_templates` VALUES (80,'poll',6,8); +INSERT INTO `rbac_templates` VALUES (80,'poll',58,8); +INSERT INTO `rbac_templates` VALUES (80,'prtt',1,8); +INSERT INTO `rbac_templates` VALUES (80,'prtt',2,8); +INSERT INTO `rbac_templates` VALUES (80,'prtt',3,8); +INSERT INTO `rbac_templates` VALUES (80,'prtt',4,8); +INSERT INTO `rbac_templates` VALUES (80,'prtt',6,8); +INSERT INTO `rbac_templates` VALUES (80,'prtt',58,8); +INSERT INTO `rbac_templates` VALUES (80,'qpl',1,8); +INSERT INTO `rbac_templates` VALUES (80,'qpl',2,8); +INSERT INTO `rbac_templates` VALUES (80,'qpl',3,8); +INSERT INTO `rbac_templates` VALUES (80,'qpl',4,8); +INSERT INTO `rbac_templates` VALUES (80,'qpl',6,8); +INSERT INTO `rbac_templates` VALUES (80,'qpl',58,8); +INSERT INTO `rbac_templates` VALUES (80,'sahs',1,8); +INSERT INTO `rbac_templates` VALUES (80,'sahs',2,8); +INSERT INTO `rbac_templates` VALUES (80,'sahs',3,8); +INSERT INTO `rbac_templates` VALUES (80,'sahs',4,8); +INSERT INTO `rbac_templates` VALUES (80,'sahs',6,8); +INSERT INTO `rbac_templates` VALUES (80,'sahs',55,8); +INSERT INTO `rbac_templates` VALUES (80,'sahs',58,8); +INSERT INTO `rbac_templates` VALUES (80,'sahs',95,8); +INSERT INTO `rbac_templates` VALUES (80,'sess',1,8); +INSERT INTO `rbac_templates` VALUES (80,'sess',2,8); +INSERT INTO `rbac_templates` VALUES (80,'sess',3,8); +INSERT INTO `rbac_templates` VALUES (80,'sess',4,8); +INSERT INTO `rbac_templates` VALUES (80,'sess',6,8); +INSERT INTO `rbac_templates` VALUES (80,'sess',55,8); +INSERT INTO `rbac_templates` VALUES (80,'sess',58,8); +INSERT INTO `rbac_templates` VALUES (80,'sess',95,8); +INSERT INTO `rbac_templates` VALUES (80,'sess',102,8); +INSERT INTO `rbac_templates` VALUES (80,'sess',117,8); +INSERT INTO `rbac_templates` VALUES (80,'sess',118,8); +INSERT INTO `rbac_templates` VALUES (80,'spl',1,8); +INSERT INTO `rbac_templates` VALUES (80,'spl',2,8); +INSERT INTO `rbac_templates` VALUES (80,'spl',3,8); +INSERT INTO `rbac_templates` VALUES (80,'spl',4,8); +INSERT INTO `rbac_templates` VALUES (80,'spl',6,8); +INSERT INTO `rbac_templates` VALUES (80,'spl',58,8); +INSERT INTO `rbac_templates` VALUES (80,'svy',1,8); +INSERT INTO `rbac_templates` VALUES (80,'svy',2,8); +INSERT INTO `rbac_templates` VALUES (80,'svy',3,8); +INSERT INTO `rbac_templates` VALUES (80,'svy',4,8); +INSERT INTO `rbac_templates` VALUES (80,'svy',6,8); +INSERT INTO `rbac_templates` VALUES (80,'svy',45,8); +INSERT INTO `rbac_templates` VALUES (80,'svy',55,8); +INSERT INTO `rbac_templates` VALUES (80,'svy',58,8); +INSERT INTO `rbac_templates` VALUES (80,'svy',95,8); +INSERT INTO `rbac_templates` VALUES (80,'svy',122,8); +INSERT INTO `rbac_templates` VALUES (80,'tst',1,8); +INSERT INTO `rbac_templates` VALUES (80,'tst',2,8); +INSERT INTO `rbac_templates` VALUES (80,'tst',3,8); +INSERT INTO `rbac_templates` VALUES (80,'tst',4,8); +INSERT INTO `rbac_templates` VALUES (80,'tst',6,8); +INSERT INTO `rbac_templates` VALUES (80,'tst',55,8); +INSERT INTO `rbac_templates` VALUES (80,'tst',56,8); +INSERT INTO `rbac_templates` VALUES (80,'tst',58,8); +INSERT INTO `rbac_templates` VALUES (80,'tst',95,8); +INSERT INTO `rbac_templates` VALUES (80,'tst',115,8); +INSERT INTO `rbac_templates` VALUES (80,'webr',1,8); +INSERT INTO `rbac_templates` VALUES (80,'webr',2,8); +INSERT INTO `rbac_templates` VALUES (80,'webr',3,8); +INSERT INTO `rbac_templates` VALUES (80,'webr',4,8); +INSERT INTO `rbac_templates` VALUES (80,'webr',6,8); +INSERT INTO `rbac_templates` VALUES (80,'webr',58,8); +INSERT INTO `rbac_templates` VALUES (80,'wiki',1,8); +INSERT INTO `rbac_templates` VALUES (80,'wiki',2,8); +INSERT INTO `rbac_templates` VALUES (80,'wiki',3,8); +INSERT INTO `rbac_templates` VALUES (80,'wiki',4,8); +INSERT INTO `rbac_templates` VALUES (80,'wiki',6,8); +INSERT INTO `rbac_templates` VALUES (80,'wiki',58,8); +INSERT INTO `rbac_templates` VALUES (80,'wiki',64,8); +INSERT INTO `rbac_templates` VALUES (80,'wiki',94,8); +INSERT INTO `rbac_templates` VALUES (80,'wiki',97,8); +INSERT INTO `rbac_templates` VALUES (80,'wiki',98,8); +INSERT INTO `rbac_templates` VALUES (80,'wiki',99,8); +INSERT INTO `rbac_templates` VALUES (80,'wiki',100,8); +INSERT INTO `rbac_templates` VALUES (80,'wiki',112,8); +INSERT INTO `rbac_templates` VALUES (81,'bibl',2,8); +INSERT INTO `rbac_templates` VALUES (81,'bibl',3,8); +INSERT INTO `rbac_templates` VALUES (81,'blog',2,8); +INSERT INTO `rbac_templates` VALUES (81,'blog',3,8); +INSERT INTO `rbac_templates` VALUES (81,'book',2,8); +INSERT INTO `rbac_templates` VALUES (81,'book',3,8); +INSERT INTO `rbac_templates` VALUES (81,'catr',2,8); +INSERT INTO `rbac_templates` VALUES (81,'chtr',2,8); +INSERT INTO `rbac_templates` VALUES (81,'chtr',3,8); +INSERT INTO `rbac_templates` VALUES (81,'copa',2,8); +INSERT INTO `rbac_templates` VALUES (81,'copa',3,8); +INSERT INTO `rbac_templates` VALUES (81,'crsr',2,8); +INSERT INTO `rbac_templates` VALUES (81,'dcl',2,8); +INSERT INTO `rbac_templates` VALUES (81,'dcl',3,8); +INSERT INTO `rbac_templates` VALUES (81,'exc',2,8); +INSERT INTO `rbac_templates` VALUES (81,'exc',3,8); +INSERT INTO `rbac_templates` VALUES (81,'feed',3,8); +INSERT INTO `rbac_templates` VALUES (81,'file',2,8); +INSERT INTO `rbac_templates` VALUES (81,'file',3,8); +INSERT INTO `rbac_templates` VALUES (81,'fold',2,8); +INSERT INTO `rbac_templates` VALUES (81,'fold',3,8); +INSERT INTO `rbac_templates` VALUES (81,'frm',2,8); +INSERT INTO `rbac_templates` VALUES (81,'frm',3,8); +INSERT INTO `rbac_templates` VALUES (81,'frm',9,8); +INSERT INTO `rbac_templates` VALUES (81,'frm',62,8); +INSERT INTO `rbac_templates` VALUES (81,'glo',2,8); +INSERT INTO `rbac_templates` VALUES (81,'glo',3,8); +INSERT INTO `rbac_templates` VALUES (81,'grp',2,8); +INSERT INTO `rbac_templates` VALUES (81,'grp',3,8); +INSERT INTO `rbac_templates` VALUES (81,'grp',7,8); +INSERT INTO `rbac_templates` VALUES (81,'grp',8,8); +INSERT INTO `rbac_templates` VALUES (81,'grpr',2,8); +INSERT INTO `rbac_templates` VALUES (81,'htlm',2,8); +INSERT INTO `rbac_templates` VALUES (81,'htlm',3,8); +INSERT INTO `rbac_templates` VALUES (81,'iass',2,8); +INSERT INTO `rbac_templates` VALUES (81,'iass',3,8); +INSERT INTO `rbac_templates` VALUES (81,'itgr',2,8); +INSERT INTO `rbac_templates` VALUES (81,'itgr',3,8); +INSERT INTO `rbac_templates` VALUES (81,'lm',2,8); +INSERT INTO `rbac_templates` VALUES (81,'lm',3,8); +INSERT INTO `rbac_templates` VALUES (81,'lso',2,8); +INSERT INTO `rbac_templates` VALUES (81,'lso',3,8); +INSERT INTO `rbac_templates` VALUES (81,'lso',120,8); +INSERT INTO `rbac_templates` VALUES (81,'mcst',2,8); +INSERT INTO `rbac_templates` VALUES (81,'mcst',3,8); +INSERT INTO `rbac_templates` VALUES (81,'poll',3,8); +INSERT INTO `rbac_templates` VALUES (81,'prtt',2,8); +INSERT INTO `rbac_templates` VALUES (81,'prtt',3,8); +INSERT INTO `rbac_templates` VALUES (81,'sahs',2,8); +INSERT INTO `rbac_templates` VALUES (81,'sahs',3,8); +INSERT INTO `rbac_templates` VALUES (81,'sess',2,8); +INSERT INTO `rbac_templates` VALUES (81,'sess',3,8); +INSERT INTO `rbac_templates` VALUES (81,'svy',2,8); +INSERT INTO `rbac_templates` VALUES (81,'svy',3,8); +INSERT INTO `rbac_templates` VALUES (81,'tst',2,8); +INSERT INTO `rbac_templates` VALUES (81,'tst',3,8); +INSERT INTO `rbac_templates` VALUES (81,'webr',2,8); +INSERT INTO `rbac_templates` VALUES (81,'webr',3,8); +INSERT INTO `rbac_templates` VALUES (81,'wiki',2,8); +INSERT INTO `rbac_templates` VALUES (81,'wiki',3,8); +INSERT INTO `rbac_templates` VALUES (81,'wiki',64,8); +INSERT INTO `rbac_templates` VALUES (83,'grp',2,8); +INSERT INTO `rbac_templates` VALUES (83,'grp',7,8); +INSERT INTO `rbac_templates` VALUES (110,'bibl',1,8); +INSERT INTO `rbac_templates` VALUES (110,'bibl',2,8); +INSERT INTO `rbac_templates` VALUES (110,'bibl',3,8); +INSERT INTO `rbac_templates` VALUES (110,'bibl',4,8); +INSERT INTO `rbac_templates` VALUES (110,'bibl',6,8); +INSERT INTO `rbac_templates` VALUES (110,'bibl',58,8); +INSERT INTO `rbac_templates` VALUES (110,'blog',1,8); +INSERT INTO `rbac_templates` VALUES (110,'blog',2,8); +INSERT INTO `rbac_templates` VALUES (110,'blog',3,8); +INSERT INTO `rbac_templates` VALUES (110,'blog',4,8); +INSERT INTO `rbac_templates` VALUES (110,'blog',6,8); +INSERT INTO `rbac_templates` VALUES (110,'blog',58,8); +INSERT INTO `rbac_templates` VALUES (110,'blog',79,8); +INSERT INTO `rbac_templates` VALUES (110,'blog',96,8); +INSERT INTO `rbac_templates` VALUES (110,'book',1,8); +INSERT INTO `rbac_templates` VALUES (110,'book',2,8); +INSERT INTO `rbac_templates` VALUES (110,'book',3,8); +INSERT INTO `rbac_templates` VALUES (110,'book',4,8); +INSERT INTO `rbac_templates` VALUES (110,'book',6,8); +INSERT INTO `rbac_templates` VALUES (110,'book',58,8); +INSERT INTO `rbac_templates` VALUES (110,'catr',1,8); +INSERT INTO `rbac_templates` VALUES (110,'catr',2,8); +INSERT INTO `rbac_templates` VALUES (110,'catr',4,8); +INSERT INTO `rbac_templates` VALUES (110,'catr',6,8); +INSERT INTO `rbac_templates` VALUES (110,'catr',58,8); +INSERT INTO `rbac_templates` VALUES (110,'chtr',1,8); +INSERT INTO `rbac_templates` VALUES (110,'chtr',2,8); +INSERT INTO `rbac_templates` VALUES (110,'chtr',3,8); +INSERT INTO `rbac_templates` VALUES (110,'chtr',4,8); +INSERT INTO `rbac_templates` VALUES (110,'chtr',6,8); +INSERT INTO `rbac_templates` VALUES (110,'chtr',52,8); +INSERT INTO `rbac_templates` VALUES (110,'chtr',58,8); +INSERT INTO `rbac_templates` VALUES (110,'copa',1,8); +INSERT INTO `rbac_templates` VALUES (110,'copa',2,8); +INSERT INTO `rbac_templates` VALUES (110,'copa',3,8); +INSERT INTO `rbac_templates` VALUES (110,'copa',4,8); +INSERT INTO `rbac_templates` VALUES (110,'copa',6,8); +INSERT INTO `rbac_templates` VALUES (110,'copa',55,8); +INSERT INTO `rbac_templates` VALUES (110,'copa',58,8); +INSERT INTO `rbac_templates` VALUES (110,'copa',95,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',1,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',2,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',3,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',4,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',6,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',7,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',8,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',17,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',18,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',20,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',21,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',22,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',24,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',25,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',26,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',27,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',28,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',31,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',32,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',42,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',43,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',50,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',55,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',58,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',59,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',60,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',63,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',65,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',66,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',67,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',68,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',71,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',73,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',74,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',75,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',76,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',78,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',81,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',82,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',90,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',95,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',102,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',106,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',107,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',108,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',111,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',116,8); +INSERT INTO `rbac_templates` VALUES (110,'crs',119,8); +INSERT INTO `rbac_templates` VALUES (110,'crsr',1,8); +INSERT INTO `rbac_templates` VALUES (110,'crsr',2,8); +INSERT INTO `rbac_templates` VALUES (110,'crsr',4,8); +INSERT INTO `rbac_templates` VALUES (110,'crsr',6,8); +INSERT INTO `rbac_templates` VALUES (110,'crsr',58,8); +INSERT INTO `rbac_templates` VALUES (110,'dcl',1,8); +INSERT INTO `rbac_templates` VALUES (110,'dcl',2,8); +INSERT INTO `rbac_templates` VALUES (110,'dcl',3,8); +INSERT INTO `rbac_templates` VALUES (110,'dcl',4,8); +INSERT INTO `rbac_templates` VALUES (110,'dcl',6,8); +INSERT INTO `rbac_templates` VALUES (110,'dcl',58,8); +INSERT INTO `rbac_templates` VALUES (110,'dcl',64,8); +INSERT INTO `rbac_templates` VALUES (110,'dcl',77,8); +INSERT INTO `rbac_templates` VALUES (110,'exc',1,8); +INSERT INTO `rbac_templates` VALUES (110,'exc',2,8); +INSERT INTO `rbac_templates` VALUES (110,'exc',3,8); +INSERT INTO `rbac_templates` VALUES (110,'exc',4,8); +INSERT INTO `rbac_templates` VALUES (110,'exc',6,8); +INSERT INTO `rbac_templates` VALUES (110,'exc',55,8); +INSERT INTO `rbac_templates` VALUES (110,'exc',58,8); +INSERT INTO `rbac_templates` VALUES (110,'exc',95,8); +INSERT INTO `rbac_templates` VALUES (110,'exc',114,8); +INSERT INTO `rbac_templates` VALUES (110,'feed',1,8); +INSERT INTO `rbac_templates` VALUES (110,'feed',3,8); +INSERT INTO `rbac_templates` VALUES (110,'feed',4,8); +INSERT INTO `rbac_templates` VALUES (110,'feed',6,8); +INSERT INTO `rbac_templates` VALUES (110,'feed',58,8); +INSERT INTO `rbac_templates` VALUES (110,'file',1,8); +INSERT INTO `rbac_templates` VALUES (110,'file',2,8); +INSERT INTO `rbac_templates` VALUES (110,'file',3,8); +INSERT INTO `rbac_templates` VALUES (110,'file',4,8); +INSERT INTO `rbac_templates` VALUES (110,'file',6,8); +INSERT INTO `rbac_templates` VALUES (110,'file',55,8); +INSERT INTO `rbac_templates` VALUES (110,'file',58,8); +INSERT INTO `rbac_templates` VALUES (110,'file',95,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',1,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',2,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',3,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',4,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',6,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',17,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',18,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',20,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',21,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',22,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',24,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',25,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',26,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',27,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',28,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',31,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',32,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',42,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',43,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',50,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',55,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',58,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',60,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',63,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',65,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',71,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',73,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',74,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',75,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',76,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',78,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',81,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',82,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',90,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',95,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',106,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',108,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',116,8); +INSERT INTO `rbac_templates` VALUES (110,'fold',119,8); +INSERT INTO `rbac_templates` VALUES (110,'frm',1,8); +INSERT INTO `rbac_templates` VALUES (110,'frm',2,8); +INSERT INTO `rbac_templates` VALUES (110,'frm',3,8); +INSERT INTO `rbac_templates` VALUES (110,'frm',4,8); +INSERT INTO `rbac_templates` VALUES (110,'frm',6,8); +INSERT INTO `rbac_templates` VALUES (110,'frm',9,8); +INSERT INTO `rbac_templates` VALUES (110,'frm',10,8); +INSERT INTO `rbac_templates` VALUES (110,'frm',58,8); +INSERT INTO `rbac_templates` VALUES (110,'frm',62,8); +INSERT INTO `rbac_templates` VALUES (110,'glo',1,8); +INSERT INTO `rbac_templates` VALUES (110,'glo',2,8); +INSERT INTO `rbac_templates` VALUES (110,'glo',3,8); +INSERT INTO `rbac_templates` VALUES (110,'glo',4,8); +INSERT INTO `rbac_templates` VALUES (110,'glo',6,8); +INSERT INTO `rbac_templates` VALUES (110,'glo',58,8); +INSERT INTO `rbac_templates` VALUES (110,'glo',64,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',1,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',2,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',3,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',4,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',6,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',7,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',8,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',17,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',18,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',20,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',21,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',22,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',24,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',25,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',26,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',27,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',28,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',31,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',32,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',42,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',43,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',50,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',55,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',58,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',59,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',60,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',63,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',65,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',66,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',67,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',68,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',71,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',73,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',74,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',75,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',76,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',78,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',81,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',82,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',90,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',95,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',102,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',106,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',107,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',108,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',111,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',116,8); +INSERT INTO `rbac_templates` VALUES (110,'grp',119,8); +INSERT INTO `rbac_templates` VALUES (110,'grpr',1,8); +INSERT INTO `rbac_templates` VALUES (110,'grpr',2,8); +INSERT INTO `rbac_templates` VALUES (110,'grpr',4,8); +INSERT INTO `rbac_templates` VALUES (110,'grpr',6,8); +INSERT INTO `rbac_templates` VALUES (110,'grpr',58,8); +INSERT INTO `rbac_templates` VALUES (110,'htlm',1,8); +INSERT INTO `rbac_templates` VALUES (110,'htlm',2,8); +INSERT INTO `rbac_templates` VALUES (110,'htlm',3,8); +INSERT INTO `rbac_templates` VALUES (110,'htlm',4,8); +INSERT INTO `rbac_templates` VALUES (110,'htlm',6,8); +INSERT INTO `rbac_templates` VALUES (110,'htlm',55,8); +INSERT INTO `rbac_templates` VALUES (110,'htlm',58,8); +INSERT INTO `rbac_templates` VALUES (110,'htlm',95,8); +INSERT INTO `rbac_templates` VALUES (110,'iass',1,8); +INSERT INTO `rbac_templates` VALUES (110,'iass',2,8); +INSERT INTO `rbac_templates` VALUES (110,'iass',3,8); +INSERT INTO `rbac_templates` VALUES (110,'iass',4,8); +INSERT INTO `rbac_templates` VALUES (110,'iass',6,8); +INSERT INTO `rbac_templates` VALUES (110,'iass',55,8); +INSERT INTO `rbac_templates` VALUES (110,'iass',58,8); +INSERT INTO `rbac_templates` VALUES (110,'iass',95,8); +INSERT INTO `rbac_templates` VALUES (110,'iass',109,8); +INSERT INTO `rbac_templates` VALUES (110,'itgr',1,8); +INSERT INTO `rbac_templates` VALUES (110,'itgr',2,8); +INSERT INTO `rbac_templates` VALUES (110,'itgr',3,8); +INSERT INTO `rbac_templates` VALUES (110,'itgr',4,8); +INSERT INTO `rbac_templates` VALUES (110,'itgr',6,8); +INSERT INTO `rbac_templates` VALUES (110,'itgr',58,8); +INSERT INTO `rbac_templates` VALUES (110,'lm',1,8); +INSERT INTO `rbac_templates` VALUES (110,'lm',2,8); +INSERT INTO `rbac_templates` VALUES (110,'lm',3,8); +INSERT INTO `rbac_templates` VALUES (110,'lm',4,8); +INSERT INTO `rbac_templates` VALUES (110,'lm',6,8); +INSERT INTO `rbac_templates` VALUES (110,'lm',55,8); +INSERT INTO `rbac_templates` VALUES (110,'lm',58,8); +INSERT INTO `rbac_templates` VALUES (110,'lm',95,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',1,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',2,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',3,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',4,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',6,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',20,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',21,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',24,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',25,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',27,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',32,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',42,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',55,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',58,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',95,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',102,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',108,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',116,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',120,8); +INSERT INTO `rbac_templates` VALUES (110,'lso',121,8); +INSERT INTO `rbac_templates` VALUES (110,'mcst',1,8); +INSERT INTO `rbac_templates` VALUES (110,'mcst',2,8); +INSERT INTO `rbac_templates` VALUES (110,'mcst',3,8); +INSERT INTO `rbac_templates` VALUES (110,'mcst',4,8); +INSERT INTO `rbac_templates` VALUES (110,'mcst',6,8); +INSERT INTO `rbac_templates` VALUES (110,'mcst',55,8); +INSERT INTO `rbac_templates` VALUES (110,'mcst',58,8); +INSERT INTO `rbac_templates` VALUES (110,'mcst',95,8); +INSERT INTO `rbac_templates` VALUES (110,'mep',1,8); +INSERT INTO `rbac_templates` VALUES (110,'mep',2,8); +INSERT INTO `rbac_templates` VALUES (110,'mep',3,8); +INSERT INTO `rbac_templates` VALUES (110,'mep',4,8); +INSERT INTO `rbac_templates` VALUES (110,'mep',6,8); +INSERT INTO `rbac_templates` VALUES (110,'mep',58,8); +INSERT INTO `rbac_templates` VALUES (110,'poll',1,8); +INSERT INTO `rbac_templates` VALUES (110,'poll',3,8); +INSERT INTO `rbac_templates` VALUES (110,'poll',4,8); +INSERT INTO `rbac_templates` VALUES (110,'poll',6,8); +INSERT INTO `rbac_templates` VALUES (110,'poll',58,8); +INSERT INTO `rbac_templates` VALUES (110,'prtt',1,8); +INSERT INTO `rbac_templates` VALUES (110,'prtt',2,8); +INSERT INTO `rbac_templates` VALUES (110,'prtt',3,8); +INSERT INTO `rbac_templates` VALUES (110,'prtt',4,8); +INSERT INTO `rbac_templates` VALUES (110,'prtt',6,8); +INSERT INTO `rbac_templates` VALUES (110,'prtt',58,8); +INSERT INTO `rbac_templates` VALUES (110,'qpl',1,8); +INSERT INTO `rbac_templates` VALUES (110,'qpl',2,8); +INSERT INTO `rbac_templates` VALUES (110,'qpl',3,8); +INSERT INTO `rbac_templates` VALUES (110,'qpl',4,8); +INSERT INTO `rbac_templates` VALUES (110,'qpl',6,8); +INSERT INTO `rbac_templates` VALUES (110,'qpl',58,8); +INSERT INTO `rbac_templates` VALUES (110,'sahs',1,8); +INSERT INTO `rbac_templates` VALUES (110,'sahs',2,8); +INSERT INTO `rbac_templates` VALUES (110,'sahs',3,8); +INSERT INTO `rbac_templates` VALUES (110,'sahs',4,8); +INSERT INTO `rbac_templates` VALUES (110,'sahs',6,8); +INSERT INTO `rbac_templates` VALUES (110,'sahs',55,8); +INSERT INTO `rbac_templates` VALUES (110,'sahs',58,8); +INSERT INTO `rbac_templates` VALUES (110,'sahs',95,8); +INSERT INTO `rbac_templates` VALUES (110,'sess',1,8); +INSERT INTO `rbac_templates` VALUES (110,'sess',2,8); +INSERT INTO `rbac_templates` VALUES (110,'sess',3,8); +INSERT INTO `rbac_templates` VALUES (110,'sess',4,8); +INSERT INTO `rbac_templates` VALUES (110,'sess',6,8); +INSERT INTO `rbac_templates` VALUES (110,'sess',55,8); +INSERT INTO `rbac_templates` VALUES (110,'sess',58,8); +INSERT INTO `rbac_templates` VALUES (110,'sess',95,8); +INSERT INTO `rbac_templates` VALUES (110,'sess',102,8); +INSERT INTO `rbac_templates` VALUES (110,'sess',117,8); +INSERT INTO `rbac_templates` VALUES (110,'sess',118,8); +INSERT INTO `rbac_templates` VALUES (110,'spl',1,8); +INSERT INTO `rbac_templates` VALUES (110,'spl',2,8); +INSERT INTO `rbac_templates` VALUES (110,'spl',3,8); +INSERT INTO `rbac_templates` VALUES (110,'spl',4,8); +INSERT INTO `rbac_templates` VALUES (110,'spl',6,8); +INSERT INTO `rbac_templates` VALUES (110,'spl',58,8); +INSERT INTO `rbac_templates` VALUES (110,'svy',1,8); +INSERT INTO `rbac_templates` VALUES (110,'svy',2,8); +INSERT INTO `rbac_templates` VALUES (110,'svy',3,8); +INSERT INTO `rbac_templates` VALUES (110,'svy',4,8); +INSERT INTO `rbac_templates` VALUES (110,'svy',6,8); +INSERT INTO `rbac_templates` VALUES (110,'svy',45,8); +INSERT INTO `rbac_templates` VALUES (110,'svy',55,8); +INSERT INTO `rbac_templates` VALUES (110,'svy',58,8); +INSERT INTO `rbac_templates` VALUES (110,'svy',95,8); +INSERT INTO `rbac_templates` VALUES (110,'svy',122,8); +INSERT INTO `rbac_templates` VALUES (110,'tst',1,8); +INSERT INTO `rbac_templates` VALUES (110,'tst',2,8); +INSERT INTO `rbac_templates` VALUES (110,'tst',3,8); +INSERT INTO `rbac_templates` VALUES (110,'tst',4,8); +INSERT INTO `rbac_templates` VALUES (110,'tst',6,8); +INSERT INTO `rbac_templates` VALUES (110,'tst',55,8); +INSERT INTO `rbac_templates` VALUES (110,'tst',56,8); +INSERT INTO `rbac_templates` VALUES (110,'tst',58,8); +INSERT INTO `rbac_templates` VALUES (110,'tst',95,8); +INSERT INTO `rbac_templates` VALUES (110,'tst',115,8); +INSERT INTO `rbac_templates` VALUES (110,'webr',1,8); +INSERT INTO `rbac_templates` VALUES (110,'webr',2,8); +INSERT INTO `rbac_templates` VALUES (110,'webr',3,8); +INSERT INTO `rbac_templates` VALUES (110,'webr',4,8); +INSERT INTO `rbac_templates` VALUES (110,'webr',6,8); +INSERT INTO `rbac_templates` VALUES (110,'webr',58,8); +INSERT INTO `rbac_templates` VALUES (110,'wiki',1,8); +INSERT INTO `rbac_templates` VALUES (110,'wiki',2,8); +INSERT INTO `rbac_templates` VALUES (110,'wiki',3,8); +INSERT INTO `rbac_templates` VALUES (110,'wiki',4,8); +INSERT INTO `rbac_templates` VALUES (110,'wiki',6,8); +INSERT INTO `rbac_templates` VALUES (110,'wiki',58,8); +INSERT INTO `rbac_templates` VALUES (110,'wiki',64,8); +INSERT INTO `rbac_templates` VALUES (110,'wiki',94,8); +INSERT INTO `rbac_templates` VALUES (110,'wiki',97,8); +INSERT INTO `rbac_templates` VALUES (110,'wiki',98,8); +INSERT INTO `rbac_templates` VALUES (110,'wiki',99,8); +INSERT INTO `rbac_templates` VALUES (110,'wiki',100,8); +INSERT INTO `rbac_templates` VALUES (110,'wiki',112,8); +INSERT INTO `rbac_templates` VALUES (111,'bibl',2,8); +INSERT INTO `rbac_templates` VALUES (111,'bibl',3,8); +INSERT INTO `rbac_templates` VALUES (111,'bibl',4,8); +INSERT INTO `rbac_templates` VALUES (111,'bibl',58,8); +INSERT INTO `rbac_templates` VALUES (111,'blog',2,8); +INSERT INTO `rbac_templates` VALUES (111,'blog',3,8); +INSERT INTO `rbac_templates` VALUES (111,'blog',4,8); +INSERT INTO `rbac_templates` VALUES (111,'blog',58,8); +INSERT INTO `rbac_templates` VALUES (111,'blog',79,8); +INSERT INTO `rbac_templates` VALUES (111,'book',2,8); +INSERT INTO `rbac_templates` VALUES (111,'book',3,8); +INSERT INTO `rbac_templates` VALUES (111,'book',4,8); +INSERT INTO `rbac_templates` VALUES (111,'book',58,8); +INSERT INTO `rbac_templates` VALUES (111,'catr',2,8); +INSERT INTO `rbac_templates` VALUES (111,'catr',4,8); +INSERT INTO `rbac_templates` VALUES (111,'catr',58,8); +INSERT INTO `rbac_templates` VALUES (111,'chtr',2,8); +INSERT INTO `rbac_templates` VALUES (111,'chtr',3,8); +INSERT INTO `rbac_templates` VALUES (111,'chtr',4,8); +INSERT INTO `rbac_templates` VALUES (111,'chtr',52,8); +INSERT INTO `rbac_templates` VALUES (111,'chtr',58,8); +INSERT INTO `rbac_templates` VALUES (111,'copa',2,8); +INSERT INTO `rbac_templates` VALUES (111,'copa',3,8); +INSERT INTO `rbac_templates` VALUES (111,'copa',4,8); +INSERT INTO `rbac_templates` VALUES (111,'copa',58,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',2,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',3,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',4,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',7,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',8,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',17,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',18,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',20,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',21,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',22,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',24,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',25,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',26,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',27,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',28,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',31,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',32,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',42,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',43,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',50,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',55,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',58,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',59,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',60,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',63,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',65,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',66,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',67,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',68,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',71,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',73,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',74,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',75,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',76,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',78,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',81,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',82,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',90,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',95,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',102,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',106,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',107,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',108,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',111,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',116,8); +INSERT INTO `rbac_templates` VALUES (111,'crs',119,8); +INSERT INTO `rbac_templates` VALUES (111,'crsr',2,8); +INSERT INTO `rbac_templates` VALUES (111,'crsr',4,8); +INSERT INTO `rbac_templates` VALUES (111,'crsr',58,8); +INSERT INTO `rbac_templates` VALUES (111,'dcl',2,8); +INSERT INTO `rbac_templates` VALUES (111,'dcl',3,8); +INSERT INTO `rbac_templates` VALUES (111,'dcl',4,8); +INSERT INTO `rbac_templates` VALUES (111,'dcl',58,8); +INSERT INTO `rbac_templates` VALUES (111,'dcl',64,8); +INSERT INTO `rbac_templates` VALUES (111,'dcl',77,8); +INSERT INTO `rbac_templates` VALUES (111,'exc',2,8); +INSERT INTO `rbac_templates` VALUES (111,'exc',3,8); +INSERT INTO `rbac_templates` VALUES (111,'exc',4,8); +INSERT INTO `rbac_templates` VALUES (111,'exc',55,8); +INSERT INTO `rbac_templates` VALUES (111,'exc',58,8); +INSERT INTO `rbac_templates` VALUES (111,'exc',95,8); +INSERT INTO `rbac_templates` VALUES (111,'exc',114,8); +INSERT INTO `rbac_templates` VALUES (111,'feed',3,8); +INSERT INTO `rbac_templates` VALUES (111,'feed',4,8); +INSERT INTO `rbac_templates` VALUES (111,'feed',58,8); +INSERT INTO `rbac_templates` VALUES (111,'file',2,8); +INSERT INTO `rbac_templates` VALUES (111,'file',3,8); +INSERT INTO `rbac_templates` VALUES (111,'file',4,8); +INSERT INTO `rbac_templates` VALUES (111,'file',55,8); +INSERT INTO `rbac_templates` VALUES (111,'file',58,8); +INSERT INTO `rbac_templates` VALUES (111,'file',95,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',2,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',3,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',4,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',17,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',18,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',20,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',21,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',22,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',24,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',25,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',26,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',27,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',28,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',31,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',32,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',42,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',43,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',50,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',55,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',58,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',60,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',63,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',65,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',71,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',73,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',74,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',75,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',76,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',78,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',81,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',82,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',90,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',95,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',106,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',108,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',116,8); +INSERT INTO `rbac_templates` VALUES (111,'fold',119,8); +INSERT INTO `rbac_templates` VALUES (111,'frm',2,8); +INSERT INTO `rbac_templates` VALUES (111,'frm',3,8); +INSERT INTO `rbac_templates` VALUES (111,'frm',4,8); +INSERT INTO `rbac_templates` VALUES (111,'frm',9,8); +INSERT INTO `rbac_templates` VALUES (111,'frm',10,8); +INSERT INTO `rbac_templates` VALUES (111,'frm',58,8); +INSERT INTO `rbac_templates` VALUES (111,'frm',62,8); +INSERT INTO `rbac_templates` VALUES (111,'glo',2,8); +INSERT INTO `rbac_templates` VALUES (111,'glo',3,8); +INSERT INTO `rbac_templates` VALUES (111,'glo',4,8); +INSERT INTO `rbac_templates` VALUES (111,'glo',58,8); +INSERT INTO `rbac_templates` VALUES (111,'glo',64,8); +INSERT INTO `rbac_templates` VALUES (111,'grp',2,8); +INSERT INTO `rbac_templates` VALUES (111,'grp',3,8); +INSERT INTO `rbac_templates` VALUES (111,'grp',7,8); +INSERT INTO `rbac_templates` VALUES (111,'grp',8,8); +INSERT INTO `rbac_templates` VALUES (111,'grpr',2,8); +INSERT INTO `rbac_templates` VALUES (111,'grpr',4,8); +INSERT INTO `rbac_templates` VALUES (111,'grpr',58,8); +INSERT INTO `rbac_templates` VALUES (111,'htlm',2,8); +INSERT INTO `rbac_templates` VALUES (111,'htlm',3,8); +INSERT INTO `rbac_templates` VALUES (111,'htlm',55,8); +INSERT INTO `rbac_templates` VALUES (111,'htlm',95,8); +INSERT INTO `rbac_templates` VALUES (111,'iass',2,8); +INSERT INTO `rbac_templates` VALUES (111,'iass',3,8); +INSERT INTO `rbac_templates` VALUES (111,'iass',4,8); +INSERT INTO `rbac_templates` VALUES (111,'iass',55,8); +INSERT INTO `rbac_templates` VALUES (111,'iass',58,8); +INSERT INTO `rbac_templates` VALUES (111,'iass',95,8); +INSERT INTO `rbac_templates` VALUES (111,'iass',109,8); +INSERT INTO `rbac_templates` VALUES (111,'itgr',2,8); +INSERT INTO `rbac_templates` VALUES (111,'itgr',3,8); +INSERT INTO `rbac_templates` VALUES (111,'itgr',4,8); +INSERT INTO `rbac_templates` VALUES (111,'itgr',58,8); +INSERT INTO `rbac_templates` VALUES (111,'lm',2,8); +INSERT INTO `rbac_templates` VALUES (111,'lm',3,8); +INSERT INTO `rbac_templates` VALUES (111,'lm',55,8); +INSERT INTO `rbac_templates` VALUES (111,'lm',95,8); +INSERT INTO `rbac_templates` VALUES (111,'lso',2,8); +INSERT INTO `rbac_templates` VALUES (111,'lso',3,8); +INSERT INTO `rbac_templates` VALUES (111,'lso',4,8); +INSERT INTO `rbac_templates` VALUES (111,'lso',20,8); +INSERT INTO `rbac_templates` VALUES (111,'lso',21,8); +INSERT INTO `rbac_templates` VALUES (111,'lso',24,8); +INSERT INTO `rbac_templates` VALUES (111,'lso',25,8); +INSERT INTO `rbac_templates` VALUES (111,'lso',27,8); +INSERT INTO `rbac_templates` VALUES (111,'lso',32,8); +INSERT INTO `rbac_templates` VALUES (111,'lso',42,8); +INSERT INTO `rbac_templates` VALUES (111,'lso',55,8); +INSERT INTO `rbac_templates` VALUES (111,'lso',58,8); +INSERT INTO `rbac_templates` VALUES (111,'lso',102,8); +INSERT INTO `rbac_templates` VALUES (111,'lso',108,8); +INSERT INTO `rbac_templates` VALUES (111,'lso',116,8); +INSERT INTO `rbac_templates` VALUES (111,'lso',120,8); +INSERT INTO `rbac_templates` VALUES (111,'lso',121,8); +INSERT INTO `rbac_templates` VALUES (111,'mcst',2,8); +INSERT INTO `rbac_templates` VALUES (111,'mcst',3,8); +INSERT INTO `rbac_templates` VALUES (111,'mcst',4,8); +INSERT INTO `rbac_templates` VALUES (111,'mcst',55,8); +INSERT INTO `rbac_templates` VALUES (111,'mcst',58,8); +INSERT INTO `rbac_templates` VALUES (111,'mcst',95,8); +INSERT INTO `rbac_templates` VALUES (111,'mep',2,8); +INSERT INTO `rbac_templates` VALUES (111,'mep',3,8); +INSERT INTO `rbac_templates` VALUES (111,'mep',4,8); +INSERT INTO `rbac_templates` VALUES (111,'mep',58,8); +INSERT INTO `rbac_templates` VALUES (111,'poll',3,8); +INSERT INTO `rbac_templates` VALUES (111,'poll',4,8); +INSERT INTO `rbac_templates` VALUES (111,'poll',58,8); +INSERT INTO `rbac_templates` VALUES (111,'prtt',2,8); +INSERT INTO `rbac_templates` VALUES (111,'prtt',3,8); +INSERT INTO `rbac_templates` VALUES (111,'qpl',2,8); +INSERT INTO `rbac_templates` VALUES (111,'qpl',3,8); +INSERT INTO `rbac_templates` VALUES (111,'qpl',4,8); +INSERT INTO `rbac_templates` VALUES (111,'sahs',2,8); +INSERT INTO `rbac_templates` VALUES (111,'sahs',3,8); +INSERT INTO `rbac_templates` VALUES (111,'sahs',55,8); +INSERT INTO `rbac_templates` VALUES (111,'sahs',95,8); +INSERT INTO `rbac_templates` VALUES (111,'sess',2,8); +INSERT INTO `rbac_templates` VALUES (111,'sess',3,8); +INSERT INTO `rbac_templates` VALUES (111,'sess',4,8); +INSERT INTO `rbac_templates` VALUES (111,'sess',6,8); +INSERT INTO `rbac_templates` VALUES (111,'sess',55,8); +INSERT INTO `rbac_templates` VALUES (111,'sess',58,8); +INSERT INTO `rbac_templates` VALUES (111,'sess',95,8); +INSERT INTO `rbac_templates` VALUES (111,'sess',102,8); +INSERT INTO `rbac_templates` VALUES (111,'sess',117,8); +INSERT INTO `rbac_templates` VALUES (111,'sess',118,8); +INSERT INTO `rbac_templates` VALUES (111,'spl',2,8); +INSERT INTO `rbac_templates` VALUES (111,'spl',3,8); +INSERT INTO `rbac_templates` VALUES (111,'spl',4,8); +INSERT INTO `rbac_templates` VALUES (111,'svy',2,8); +INSERT INTO `rbac_templates` VALUES (111,'svy',3,8); +INSERT INTO `rbac_templates` VALUES (111,'svy',4,8); +INSERT INTO `rbac_templates` VALUES (111,'svy',45,8); +INSERT INTO `rbac_templates` VALUES (111,'svy',55,8); +INSERT INTO `rbac_templates` VALUES (111,'svy',58,8); +INSERT INTO `rbac_templates` VALUES (111,'svy',95,8); +INSERT INTO `rbac_templates` VALUES (111,'svy',122,8); +INSERT INTO `rbac_templates` VALUES (111,'tst',2,8); +INSERT INTO `rbac_templates` VALUES (111,'tst',3,8); +INSERT INTO `rbac_templates` VALUES (111,'tst',4,8); +INSERT INTO `rbac_templates` VALUES (111,'tst',55,8); +INSERT INTO `rbac_templates` VALUES (111,'tst',58,8); +INSERT INTO `rbac_templates` VALUES (111,'tst',95,8); +INSERT INTO `rbac_templates` VALUES (111,'tst',115,8); +INSERT INTO `rbac_templates` VALUES (111,'webr',2,8); +INSERT INTO `rbac_templates` VALUES (111,'webr',3,8); +INSERT INTO `rbac_templates` VALUES (111,'webr',4,8); +INSERT INTO `rbac_templates` VALUES (111,'webr',58,8); +INSERT INTO `rbac_templates` VALUES (111,'wiki',2,8); +INSERT INTO `rbac_templates` VALUES (111,'wiki',3,8); +INSERT INTO `rbac_templates` VALUES (111,'wiki',4,8); +INSERT INTO `rbac_templates` VALUES (111,'wiki',58,8); +INSERT INTO `rbac_templates` VALUES (111,'wiki',64,8); +INSERT INTO `rbac_templates` VALUES (111,'wiki',94,8); +INSERT INTO `rbac_templates` VALUES (111,'wiki',97,8); +INSERT INTO `rbac_templates` VALUES (111,'wiki',98,8); +INSERT INTO `rbac_templates` VALUES (111,'wiki',99,8); +INSERT INTO `rbac_templates` VALUES (111,'wiki',100,8); +INSERT INTO `rbac_templates` VALUES (111,'wiki',112,8); +INSERT INTO `rbac_templates` VALUES (112,'bibl',2,8); +INSERT INTO `rbac_templates` VALUES (112,'bibl',3,8); +INSERT INTO `rbac_templates` VALUES (112,'blog',2,8); +INSERT INTO `rbac_templates` VALUES (112,'blog',3,8); +INSERT INTO `rbac_templates` VALUES (112,'book',2,8); +INSERT INTO `rbac_templates` VALUES (112,'book',3,8); +INSERT INTO `rbac_templates` VALUES (112,'catr',2,8); +INSERT INTO `rbac_templates` VALUES (112,'chtr',2,8); +INSERT INTO `rbac_templates` VALUES (112,'chtr',3,8); +INSERT INTO `rbac_templates` VALUES (112,'copa',2,8); +INSERT INTO `rbac_templates` VALUES (112,'copa',3,8); +INSERT INTO `rbac_templates` VALUES (112,'crs',2,8); +INSERT INTO `rbac_templates` VALUES (112,'crs',3,8); +INSERT INTO `rbac_templates` VALUES (112,'crs',8,8); +INSERT INTO `rbac_templates` VALUES (112,'crsr',2,8); +INSERT INTO `rbac_templates` VALUES (112,'dcl',2,8); +INSERT INTO `rbac_templates` VALUES (112,'dcl',3,8); +INSERT INTO `rbac_templates` VALUES (112,'exc',2,8); +INSERT INTO `rbac_templates` VALUES (112,'exc',3,8); +INSERT INTO `rbac_templates` VALUES (112,'feed',3,8); +INSERT INTO `rbac_templates` VALUES (112,'file',2,8); +INSERT INTO `rbac_templates` VALUES (112,'file',3,8); +INSERT INTO `rbac_templates` VALUES (112,'fold',2,8); +INSERT INTO `rbac_templates` VALUES (112,'fold',3,8); +INSERT INTO `rbac_templates` VALUES (112,'frm',2,8); +INSERT INTO `rbac_templates` VALUES (112,'frm',3,8); +INSERT INTO `rbac_templates` VALUES (112,'frm',9,8); +INSERT INTO `rbac_templates` VALUES (112,'frm',62,8); +INSERT INTO `rbac_templates` VALUES (112,'glo',2,8); +INSERT INTO `rbac_templates` VALUES (112,'glo',3,8); +INSERT INTO `rbac_templates` VALUES (112,'grp',2,8); +INSERT INTO `rbac_templates` VALUES (112,'grp',3,8); +INSERT INTO `rbac_templates` VALUES (112,'grp',7,8); +INSERT INTO `rbac_templates` VALUES (112,'grp',8,8); +INSERT INTO `rbac_templates` VALUES (112,'grpr',2,8); +INSERT INTO `rbac_templates` VALUES (112,'htlm',2,8); +INSERT INTO `rbac_templates` VALUES (112,'htlm',3,8); +INSERT INTO `rbac_templates` VALUES (112,'iass',2,8); +INSERT INTO `rbac_templates` VALUES (112,'iass',3,8); +INSERT INTO `rbac_templates` VALUES (112,'itgr',2,8); +INSERT INTO `rbac_templates` VALUES (112,'itgr',3,8); +INSERT INTO `rbac_templates` VALUES (112,'lm',2,8); +INSERT INTO `rbac_templates` VALUES (112,'lm',3,8); +INSERT INTO `rbac_templates` VALUES (112,'lso',2,8); +INSERT INTO `rbac_templates` VALUES (112,'lso',3,8); +INSERT INTO `rbac_templates` VALUES (112,'lso',120,8); +INSERT INTO `rbac_templates` VALUES (112,'mcst',2,8); +INSERT INTO `rbac_templates` VALUES (112,'mcst',3,8); +INSERT INTO `rbac_templates` VALUES (112,'poll',3,8); +INSERT INTO `rbac_templates` VALUES (112,'prtt',2,8); +INSERT INTO `rbac_templates` VALUES (112,'prtt',3,8); +INSERT INTO `rbac_templates` VALUES (112,'sahs',2,8); +INSERT INTO `rbac_templates` VALUES (112,'sahs',3,8); +INSERT INTO `rbac_templates` VALUES (112,'sess',2,8); +INSERT INTO `rbac_templates` VALUES (112,'sess',3,8); +INSERT INTO `rbac_templates` VALUES (112,'svy',2,8); +INSERT INTO `rbac_templates` VALUES (112,'svy',3,8); +INSERT INTO `rbac_templates` VALUES (112,'tst',2,8); +INSERT INTO `rbac_templates` VALUES (112,'tst',3,8); +INSERT INTO `rbac_templates` VALUES (112,'webr',2,8); +INSERT INTO `rbac_templates` VALUES (112,'webr',3,8); +INSERT INTO `rbac_templates` VALUES (112,'wiki',2,8); +INSERT INTO `rbac_templates` VALUES (112,'wiki',3,8); +INSERT INTO `rbac_templates` VALUES (112,'wiki',64,8); +INSERT INTO `rbac_templates` VALUES (125,'bibl',1,8); +INSERT INTO `rbac_templates` VALUES (125,'bibl',2,8); +INSERT INTO `rbac_templates` VALUES (125,'bibl',3,8); +INSERT INTO `rbac_templates` VALUES (125,'bibl',6,8); +INSERT INTO `rbac_templates` VALUES (125,'bibl',58,8); +INSERT INTO `rbac_templates` VALUES (125,'blog',1,8); +INSERT INTO `rbac_templates` VALUES (125,'blog',2,8); +INSERT INTO `rbac_templates` VALUES (125,'blog',3,8); +INSERT INTO `rbac_templates` VALUES (125,'blog',6,8); +INSERT INTO `rbac_templates` VALUES (125,'book',1,8); +INSERT INTO `rbac_templates` VALUES (125,'book',2,8); +INSERT INTO `rbac_templates` VALUES (125,'book',3,8); +INSERT INTO `rbac_templates` VALUES (125,'book',6,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',1,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',2,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',3,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',4,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',6,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',16,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',17,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',18,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',19,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',20,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',21,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',22,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',24,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',25,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',27,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',28,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',31,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',32,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',42,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',43,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',47,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',48,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',50,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',58,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',59,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',60,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',65,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',67,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',68,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',71,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',73,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',74,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',75,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',76,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',78,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',81,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',82,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',90,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',101,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',106,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',108,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',116,8); +INSERT INTO `rbac_templates` VALUES (125,'cat',119,8); +INSERT INTO `rbac_templates` VALUES (125,'catr',1,8); +INSERT INTO `rbac_templates` VALUES (125,'catr',2,8); +INSERT INTO `rbac_templates` VALUES (125,'catr',6,8); +INSERT INTO `rbac_templates` VALUES (125,'catr',58,8); +INSERT INTO `rbac_templates` VALUES (125,'chtr',1,8); +INSERT INTO `rbac_templates` VALUES (125,'chtr',2,8); +INSERT INTO `rbac_templates` VALUES (125,'chtr',6,8); +INSERT INTO `rbac_templates` VALUES (125,'cld',1,8); +INSERT INTO `rbac_templates` VALUES (125,'cld',2,8); +INSERT INTO `rbac_templates` VALUES (125,'cld',3,8); +INSERT INTO `rbac_templates` VALUES (125,'cld',6,8); +INSERT INTO `rbac_templates` VALUES (125,'copa',1,8); +INSERT INTO `rbac_templates` VALUES (125,'copa',2,8); +INSERT INTO `rbac_templates` VALUES (125,'copa',6,8); +INSERT INTO `rbac_templates` VALUES (125,'crs',1,8); +INSERT INTO `rbac_templates` VALUES (125,'crs',2,8); +INSERT INTO `rbac_templates` VALUES (125,'crs',3,8); +INSERT INTO `rbac_templates` VALUES (125,'crs',6,8); +INSERT INTO `rbac_templates` VALUES (125,'crs',55,8); +INSERT INTO `rbac_templates` VALUES (125,'crs',95,8); +INSERT INTO `rbac_templates` VALUES (125,'crs',102,8); +INSERT INTO `rbac_templates` VALUES (125,'crs',111,8); +INSERT INTO `rbac_templates` VALUES (125,'crsr',1,8); +INSERT INTO `rbac_templates` VALUES (125,'crsr',2,8); +INSERT INTO `rbac_templates` VALUES (125,'crsr',6,8); +INSERT INTO `rbac_templates` VALUES (125,'dcl',1,8); +INSERT INTO `rbac_templates` VALUES (125,'dcl',2,8); +INSERT INTO `rbac_templates` VALUES (125,'dcl',3,8); +INSERT INTO `rbac_templates` VALUES (125,'dcl',6,8); +INSERT INTO `rbac_templates` VALUES (125,'exc',1,8); +INSERT INTO `rbac_templates` VALUES (125,'exc',2,8); +INSERT INTO `rbac_templates` VALUES (125,'exc',6,8); +INSERT INTO `rbac_templates` VALUES (125,'exc',55,8); +INSERT INTO `rbac_templates` VALUES (125,'exc',95,8); +INSERT INTO `rbac_templates` VALUES (125,'feed',1,8); +INSERT INTO `rbac_templates` VALUES (125,'feed',3,8); +INSERT INTO `rbac_templates` VALUES (125,'feed',6,8); +INSERT INTO `rbac_templates` VALUES (125,'file',1,8); +INSERT INTO `rbac_templates` VALUES (125,'file',2,8); +INSERT INTO `rbac_templates` VALUES (125,'file',6,8); +INSERT INTO `rbac_templates` VALUES (125,'fold',1,8); +INSERT INTO `rbac_templates` VALUES (125,'fold',2,8); +INSERT INTO `rbac_templates` VALUES (125,'fold',3,8); +INSERT INTO `rbac_templates` VALUES (125,'fold',6,8); +INSERT INTO `rbac_templates` VALUES (125,'fold',55,8); +INSERT INTO `rbac_templates` VALUES (125,'fold',95,8); +INSERT INTO `rbac_templates` VALUES (125,'frm',1,8); +INSERT INTO `rbac_templates` VALUES (125,'frm',2,8); +INSERT INTO `rbac_templates` VALUES (125,'frm',6,8); +INSERT INTO `rbac_templates` VALUES (125,'glo',1,8); +INSERT INTO `rbac_templates` VALUES (125,'glo',2,8); +INSERT INTO `rbac_templates` VALUES (125,'glo',6,8); +INSERT INTO `rbac_templates` VALUES (125,'grp',1,8); +INSERT INTO `rbac_templates` VALUES (125,'grp',2,8); +INSERT INTO `rbac_templates` VALUES (125,'grp',6,8); +INSERT INTO `rbac_templates` VALUES (125,'grp',55,8); +INSERT INTO `rbac_templates` VALUES (125,'grp',95,8); +INSERT INTO `rbac_templates` VALUES (125,'grpr',1,8); +INSERT INTO `rbac_templates` VALUES (125,'grpr',2,8); +INSERT INTO `rbac_templates` VALUES (125,'grpr',6,8); +INSERT INTO `rbac_templates` VALUES (125,'htlm',1,8); +INSERT INTO `rbac_templates` VALUES (125,'htlm',2,8); +INSERT INTO `rbac_templates` VALUES (125,'htlm',3,8); +INSERT INTO `rbac_templates` VALUES (125,'htlm',6,8); +INSERT INTO `rbac_templates` VALUES (125,'htlm',55,8); +INSERT INTO `rbac_templates` VALUES (125,'htlm',95,8); +INSERT INTO `rbac_templates` VALUES (125,'iass',1,8); +INSERT INTO `rbac_templates` VALUES (125,'iass',2,8); +INSERT INTO `rbac_templates` VALUES (125,'iass',6,8); +INSERT INTO `rbac_templates` VALUES (125,'itgr',1,8); +INSERT INTO `rbac_templates` VALUES (125,'itgr',2,8); +INSERT INTO `rbac_templates` VALUES (125,'itgr',3,8); +INSERT INTO `rbac_templates` VALUES (125,'itgr',6,8); +INSERT INTO `rbac_templates` VALUES (125,'lm',1,8); +INSERT INTO `rbac_templates` VALUES (125,'lm',2,8); +INSERT INTO `rbac_templates` VALUES (125,'lm',3,8); +INSERT INTO `rbac_templates` VALUES (125,'lm',6,8); +INSERT INTO `rbac_templates` VALUES (125,'lm',55,8); +INSERT INTO `rbac_templates` VALUES (125,'lm',95,8); +INSERT INTO `rbac_templates` VALUES (125,'lso',1,8); +INSERT INTO `rbac_templates` VALUES (125,'lso',2,8); +INSERT INTO `rbac_templates` VALUES (125,'lso',6,8); +INSERT INTO `rbac_templates` VALUES (125,'mcst',1,8); +INSERT INTO `rbac_templates` VALUES (125,'mcst',2,8); +INSERT INTO `rbac_templates` VALUES (125,'mcst',3,8); +INSERT INTO `rbac_templates` VALUES (125,'mcst',6,8); +INSERT INTO `rbac_templates` VALUES (125,'mep',1,8); +INSERT INTO `rbac_templates` VALUES (125,'mep',2,8); +INSERT INTO `rbac_templates` VALUES (125,'mep',3,8); +INSERT INTO `rbac_templates` VALUES (125,'mep',6,8); +INSERT INTO `rbac_templates` VALUES (125,'poll',1,8); +INSERT INTO `rbac_templates` VALUES (125,'poll',3,8); +INSERT INTO `rbac_templates` VALUES (125,'poll',6,8); +INSERT INTO `rbac_templates` VALUES (125,'prg',1,8); +INSERT INTO `rbac_templates` VALUES (125,'prg',2,8); +INSERT INTO `rbac_templates` VALUES (125,'prg',3,8); +INSERT INTO `rbac_templates` VALUES (125,'prg',101,8); +INSERT INTO `rbac_templates` VALUES (125,'prtt',1,8); +INSERT INTO `rbac_templates` VALUES (125,'prtt',2,8); +INSERT INTO `rbac_templates` VALUES (125,'prtt',3,8); +INSERT INTO `rbac_templates` VALUES (125,'prtt',6,8); +INSERT INTO `rbac_templates` VALUES (125,'qpl',1,8); +INSERT INTO `rbac_templates` VALUES (125,'qpl',2,8); +INSERT INTO `rbac_templates` VALUES (125,'qpl',3,8); +INSERT INTO `rbac_templates` VALUES (125,'qpl',6,8); +INSERT INTO `rbac_templates` VALUES (125,'root',2,8); +INSERT INTO `rbac_templates` VALUES (125,'root',3,8); +INSERT INTO `rbac_templates` VALUES (125,'sahs',1,8); +INSERT INTO `rbac_templates` VALUES (125,'sahs',2,8); +INSERT INTO `rbac_templates` VALUES (125,'sahs',3,8); +INSERT INTO `rbac_templates` VALUES (125,'sahs',6,8); +INSERT INTO `rbac_templates` VALUES (125,'sahs',55,8); +INSERT INTO `rbac_templates` VALUES (125,'sahs',95,8); +INSERT INTO `rbac_templates` VALUES (125,'sess',1,8); +INSERT INTO `rbac_templates` VALUES (125,'sess',2,8); +INSERT INTO `rbac_templates` VALUES (125,'sess',3,8); +INSERT INTO `rbac_templates` VALUES (125,'spl',1,8); +INSERT INTO `rbac_templates` VALUES (125,'spl',2,8); +INSERT INTO `rbac_templates` VALUES (125,'spl',3,8); +INSERT INTO `rbac_templates` VALUES (125,'spl',6,8); +INSERT INTO `rbac_templates` VALUES (125,'svy',1,8); +INSERT INTO `rbac_templates` VALUES (125,'svy',2,8); +INSERT INTO `rbac_templates` VALUES (125,'svy',6,8); +INSERT INTO `rbac_templates` VALUES (125,'tst',1,8); +INSERT INTO `rbac_templates` VALUES (125,'tst',2,8); +INSERT INTO `rbac_templates` VALUES (125,'tst',6,8); +INSERT INTO `rbac_templates` VALUES (125,'tst',55,8); +INSERT INTO `rbac_templates` VALUES (125,'tst',95,8); +INSERT INTO `rbac_templates` VALUES (125,'webr',1,8); +INSERT INTO `rbac_templates` VALUES (125,'webr',2,8); +INSERT INTO `rbac_templates` VALUES (125,'webr',3,8); +INSERT INTO `rbac_templates` VALUES (125,'webr',6,8); +INSERT INTO `rbac_templates` VALUES (125,'wiki',1,8); +INSERT INTO `rbac_templates` VALUES (125,'wiki',2,8); +INSERT INTO `rbac_templates` VALUES (125,'wiki',3,8); +INSERT INTO `rbac_templates` VALUES (125,'wiki',6,8); +INSERT INTO `rbac_templates` VALUES (131,'crs',2,8); +INSERT INTO `rbac_templates` VALUES (131,'crs',7,8); +INSERT INTO `rbac_templates` VALUES (148,'frm',1,8); +INSERT INTO `rbac_templates` VALUES (148,'frm',2,8); +INSERT INTO `rbac_templates` VALUES (148,'frm',3,8); +INSERT INTO `rbac_templates` VALUES (148,'frm',4,8); +INSERT INTO `rbac_templates` VALUES (148,'frm',6,8); +INSERT INTO `rbac_templates` VALUES (148,'frm',9,8); +INSERT INTO `rbac_templates` VALUES (148,'frm',10,8); +INSERT INTO `rbac_templates` VALUES (148,'frm',58,8); +INSERT INTO `rbac_templates` VALUES (148,'frm',62,8); +INSERT INTO `rbac_templates` VALUES (188,'chtr',2,8); +INSERT INTO `rbac_templates` VALUES (188,'chtr',3,8); +INSERT INTO `rbac_templates` VALUES (188,'chtr',4,8); +INSERT INTO `rbac_templates` VALUES (188,'chtr',52,8); +INSERT INTO `rbac_templates` VALUES (202,'blog',2,8); +INSERT INTO `rbac_templates` VALUES (202,'blog',3,8); +INSERT INTO `rbac_templates` VALUES (202,'blog',79,8); +INSERT INTO `rbac_templates` VALUES (222,'orgu',2,8); +INSERT INTO `rbac_templates` VALUES (222,'orgu',3,8); +INSERT INTO `rbac_templates` VALUES (222,'orgu',92,8); +INSERT INTO `rbac_templates` VALUES (231,'blog',2,8); +INSERT INTO `rbac_templates` VALUES (231,'blog',3,8); +INSERT INTO `rbac_templates` VALUES (231,'blog',4,8); +INSERT INTO `rbac_templates` VALUES (231,'blog',79,8); +INSERT INTO `rbac_templates` VALUES (231,'blog',96,8); +INSERT INTO `rbac_templates` VALUES (267,'iass',2,8); +INSERT INTO `rbac_templates` VALUES (267,'iass',3,8); +INSERT INTO `rbac_templates` VALUES (268,'sess',2,8); +INSERT INTO `rbac_templates` VALUES (268,'sess',3,8); +INSERT INTO `rbac_templates` VALUES (277,'lso',55,8); +INSERT INTO `rbac_templates` VALUES (277,'lso',102,8); +INSERT INTO `rbac_templates` VALUES (277,'lso',120,8); +INSERT INTO `rbac_templates` VALUES (277,'lso',121,8); +INSERT INTO `rbac_templates` VALUES (278,'copa',2,8); +INSERT INTO `rbac_templates` VALUES (278,'copa',3,8); +INSERT INTO `rbac_templates` VALUES (278,'copa',55,8); +INSERT INTO `rbac_templates` VALUES (278,'copa',95,8); +INSERT INTO `rbac_templates` VALUES (278,'exc',2,8); +INSERT INTO `rbac_templates` VALUES (278,'exc',3,8); +INSERT INTO `rbac_templates` VALUES (278,'exc',55,8); +INSERT INTO `rbac_templates` VALUES (278,'exc',95,8); +INSERT INTO `rbac_templates` VALUES (278,'exc',114,8); +INSERT INTO `rbac_templates` VALUES (278,'file',2,8); +INSERT INTO `rbac_templates` VALUES (278,'file',3,8); +INSERT INTO `rbac_templates` VALUES (278,'file',55,8); +INSERT INTO `rbac_templates` VALUES (278,'file',95,8); +INSERT INTO `rbac_templates` VALUES (278,'htlm',2,8); +INSERT INTO `rbac_templates` VALUES (278,'htlm',3,8); +INSERT INTO `rbac_templates` VALUES (278,'htlm',55,8); +INSERT INTO `rbac_templates` VALUES (278,'htlm',95,8); +INSERT INTO `rbac_templates` VALUES (278,'iass',2,8); +INSERT INTO `rbac_templates` VALUES (278,'iass',3,8); +INSERT INTO `rbac_templates` VALUES (278,'iass',55,8); +INSERT INTO `rbac_templates` VALUES (278,'iass',95,8); +INSERT INTO `rbac_templates` VALUES (278,'iass',102,8); +INSERT INTO `rbac_templates` VALUES (278,'iass',109,8); +INSERT INTO `rbac_templates` VALUES (278,'lm',2,8); +INSERT INTO `rbac_templates` VALUES (278,'lm',3,8); +INSERT INTO `rbac_templates` VALUES (278,'lm',55,8); +INSERT INTO `rbac_templates` VALUES (278,'lm',95,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',1,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',2,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',3,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',4,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',6,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',20,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',21,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',24,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',25,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',27,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',32,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',42,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',55,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',58,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',99,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',102,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',108,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',116,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',120,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',121,8); +INSERT INTO `rbac_templates` VALUES (278,'lso',277,8); +INSERT INTO `rbac_templates` VALUES (278,'sahs',2,8); +INSERT INTO `rbac_templates` VALUES (278,'sahs',3,8); +INSERT INTO `rbac_templates` VALUES (278,'sahs',55,8); +INSERT INTO `rbac_templates` VALUES (278,'sahs',95,8); +INSERT INTO `rbac_templates` VALUES (278,'svy',2,8); +INSERT INTO `rbac_templates` VALUES (278,'svy',3,8); +INSERT INTO `rbac_templates` VALUES (278,'svy',45,8); +INSERT INTO `rbac_templates` VALUES (278,'svy',55,8); +INSERT INTO `rbac_templates` VALUES (278,'svy',95,8); +INSERT INTO `rbac_templates` VALUES (278,'svy',122,8); +INSERT INTO `rbac_templates` VALUES (278,'tst',2,8); +INSERT INTO `rbac_templates` VALUES (278,'tst',3,8); +INSERT INTO `rbac_templates` VALUES (278,'tst',55,8); +INSERT INTO `rbac_templates` VALUES (278,'tst',56,8); +INSERT INTO `rbac_templates` VALUES (278,'tst',95,8); +INSERT INTO `rbac_templates` VALUES (278,'tst',115,8); +INSERT INTO `rbac_templates` VALUES (279,'copa',2,8); +INSERT INTO `rbac_templates` VALUES (279,'copa',3,8); +INSERT INTO `rbac_templates` VALUES (279,'exc',2,8); +INSERT INTO `rbac_templates` VALUES (279,'exc',3,8); +INSERT INTO `rbac_templates` VALUES (279,'file',2,8); +INSERT INTO `rbac_templates` VALUES (279,'file',3,8); +INSERT INTO `rbac_templates` VALUES (279,'htlm',2,8); +INSERT INTO `rbac_templates` VALUES (279,'htlm',3,8); +INSERT INTO `rbac_templates` VALUES (279,'lm',2,8); +INSERT INTO `rbac_templates` VALUES (279,'lm',3,8); +INSERT INTO `rbac_templates` VALUES (279,'lso',2,8); +INSERT INTO `rbac_templates` VALUES (279,'lso',3,8); +INSERT INTO `rbac_templates` VALUES (279,'lso',121,8); +INSERT INTO `rbac_templates` VALUES (279,'lso',277,8); +INSERT INTO `rbac_templates` VALUES (279,'sahs',2,8); +INSERT INTO `rbac_templates` VALUES (279,'sahs',3,8); +INSERT INTO `rbac_templates` VALUES (279,'svy',2,8); +INSERT INTO `rbac_templates` VALUES (279,'svy',3,8); +INSERT INTO `rbac_templates` VALUES (279,'tst',2,8); +INSERT INTO `rbac_templates` VALUES (279,'tst',3,8); + +-- +-- Table structure for table `rbac_ua` +-- + +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`) +) ; + +-- +-- Dumping data for table `rbac_ua` +-- + +INSERT INTO `rbac_ua` VALUES (6,2); +INSERT INTO `rbac_ua` VALUES (13,14); + +-- +-- Table structure for table `rcat_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `rcat_settings` +-- + + +-- +-- Table structure for table `read_event` +-- + +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`) +) ; + +-- +-- Dumping data for table `read_event` +-- + + +-- +-- Table structure for table `reg_access_limit` +-- + +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_relative_y` int(11) DEFAULT NULL, + `limit_mode` char(16) DEFAULT 'absolute', + PRIMARY KEY (`role_id`) +) ; + +-- +-- Dumping data for table `reg_access_limit` +-- + + +-- +-- Table structure for table `reg_er_assignments` +-- + +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`) +) ; + +-- +-- Dumping data for table `reg_er_assignments` +-- + +INSERT INTO `reg_er_assignments` VALUES (1,'',0); + +-- +-- Table structure for table `reg_er_assignments_seq` +-- + +CREATE TABLE `reg_er_assignments_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=2; + +-- +-- Dumping data for table `reg_er_assignments_seq` +-- + +INSERT INTO `reg_er_assignments_seq` VALUES (1); + +-- +-- Table structure for table `reg_registration_codes` +-- + +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`) +) ; + +-- +-- Dumping data for table `reg_registration_codes` +-- + + +-- +-- Table structure for table `reg_registration_codes_seq` +-- + +CREATE TABLE `reg_registration_codes_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `reg_registration_codes_seq` +-- + + +-- +-- Table structure for table `remote_course_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `remote_course_settings` +-- + + +-- +-- Table structure for table `rfil_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `rfil_settings` +-- + + +-- +-- Table structure for table `rglo_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `rglo_settings` +-- + + +-- +-- Table structure for table `rgrp_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `rgrp_settings` +-- + + +-- +-- Table structure for table `rlm_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `rlm_settings` +-- + + +-- +-- Table structure for table `role_data` +-- + +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', + `disk_quota` bigint(20) NOT NULL DEFAULT 0, + `wsp_disk_quota` int(11) DEFAULT NULL, + PRIMARY KEY (`role_id`), + KEY `i1_idx` (`auth_mode`) +) ; + +-- +-- Dumping data for table `role_data` +-- + +INSERT INTO `role_data` VALUES (2,0,0,'default',9223372036854775807,0); +INSERT INTO `role_data` VALUES (3,0,0,'default',0,0); +INSERT INTO `role_data` VALUES (4,0,0,'default',0,0); +INSERT INTO `role_data` VALUES (5,1,0,'default',0,0); +INSERT INTO `role_data` VALUES (14,0,0,'default',0,0); +INSERT INTO `role_data` VALUES (134,0,0,'default',0,0); +INSERT INTO `role_data` VALUES (187,0,0,'default',0,0); + +-- +-- Table structure for table `role_desktop_items` +-- + +CREATE TABLE `role_desktop_items` ( + `role_item_id` int(11) NOT NULL DEFAULT 0, + `role_id` int(11) NOT NULL DEFAULT 0, + `item_id` int(11) NOT NULL DEFAULT 0, + `item_type` char(16) DEFAULT NULL, + PRIMARY KEY (`role_item_id`), + KEY `i1_idx` (`role_item_id`,`role_id`) +) ; + +-- +-- Dumping data for table `role_desktop_items` +-- + + +-- +-- Table structure for table `role_desktop_items_seq` +-- + +CREATE TABLE `role_desktop_items_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `role_desktop_items_seq` +-- + + +-- +-- Table structure for table `rtst_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `rtst_settings` +-- + + +-- +-- Table structure for table `rwik_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `rwik_settings` +-- + + +-- +-- Table structure for table `sahs_lm` +-- + +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`) +) ; + +-- +-- Dumping data for table `sahs_lm` +-- + + +-- +-- Table structure for table `sahs_sc13_sco` +-- + +CREATE TABLE `sahs_sc13_sco` ( + `id` int(11) NOT NULL DEFAULT 0, + `hide_obj_page` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `sahs_sc13_sco` +-- + + +-- +-- Table structure for table `sahs_sc13_seq_assign` +-- + +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`) +) ; + +-- +-- Dumping data for table `sahs_sc13_seq_assign` +-- + + +-- +-- Table structure for table `sahs_sc13_seq_cond` +-- + +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`) +) ; + +-- +-- Dumping data for table `sahs_sc13_seq_cond` +-- + + +-- +-- Table structure for table `sahs_sc13_seq_course` +-- + +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`) +) ; + +-- +-- Dumping data for table `sahs_sc13_seq_course` +-- + + +-- +-- Table structure for table `sahs_sc13_seq_item` +-- + +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 DEFAULT NULL, + `rootlevel` tinyint(4) NOT NULL DEFAULT 0, + `importseqxml` longtext DEFAULT NULL, + PRIMARY KEY (`sahs_sc13_tree_node_id`,`rootlevel`) +) ; + +-- +-- Dumping data for table `sahs_sc13_seq_item` +-- + + +-- +-- Table structure for table `sahs_sc13_seq_mapinfo` +-- + +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`) +) ; + +-- +-- Dumping data for table `sahs_sc13_seq_mapinfo` +-- + + +-- +-- Table structure for table `sahs_sc13_seq_node` +-- + +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`) +) ; + +-- +-- Dumping data for table `sahs_sc13_seq_node` +-- + + +-- +-- Table structure for table `sahs_sc13_seq_node_seq` +-- + +CREATE TABLE `sahs_sc13_seq_node_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `sahs_sc13_seq_node_seq` +-- + + +-- +-- Table structure for table `sahs_sc13_seq_obj` +-- + +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`) +) ; + +-- +-- Dumping data for table `sahs_sc13_seq_obj` +-- + + +-- +-- Table structure for table `sahs_sc13_seq_rule` +-- + +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`) +) ; + +-- +-- Dumping data for table `sahs_sc13_seq_rule` +-- + + +-- +-- Table structure for table `sahs_sc13_seq_templ` +-- + +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`) +) ; + +-- +-- Dumping data for table `sahs_sc13_seq_templ` +-- + + +-- +-- Table structure for table `sahs_sc13_seq_templts` +-- + +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`) +) ; + +-- +-- Dumping data for table `sahs_sc13_seq_templts` +-- + +INSERT INTO `sahs_sc13_seq_templts` VALUES ('pretestpost','pretest_posttest.xml',1); +INSERT INTO `sahs_sc13_seq_templts` VALUES ('linearpath','linear_path.xml',2); +INSERT INTO `sahs_sc13_seq_templts` VALUES ('linearpathforward','linear_path_forward.xml',3); +INSERT INTO `sahs_sc13_seq_templts` VALUES ('mandatoryoptions','mandatory_options.xml',4); + +-- +-- Table structure for table `sahs_sc13_seq_templts_seq` +-- + +CREATE TABLE `sahs_sc13_seq_templts_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=5; + +-- +-- Dumping data for table `sahs_sc13_seq_templts_seq` +-- + +INSERT INTO `sahs_sc13_seq_templts_seq` VALUES (4); + +-- +-- Table structure for table `sahs_sc13_seq_tree` +-- + +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`) +) ; + +-- +-- Dumping data for table `sahs_sc13_seq_tree` +-- + + +-- +-- Table structure for table `sahs_sc13_tree` +-- + +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`) +) ; + +-- +-- Dumping data for table `sahs_sc13_tree` +-- + + +-- +-- Table structure for table `sahs_sc13_tree_node` +-- + +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`) +) ; + +-- +-- Dumping data for table `sahs_sc13_tree_node` +-- + +INSERT INTO `sahs_sc13_tree_node` VALUES (1,'Dummy top node for all trees.','',0,'',NULL,NULL); + +-- +-- Table structure for table `sahs_sc13_tree_node_seq` +-- + +CREATE TABLE `sahs_sc13_tree_node_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=2; + +-- +-- Dumping data for table `sahs_sc13_tree_node_seq` +-- + +INSERT INTO `sahs_sc13_tree_node_seq` VALUES (1); + +-- +-- Table structure for table `sahs_user` +-- + +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`) +) ; + +-- +-- Dumping data for table `sahs_user` +-- + + +-- +-- Table structure for table `saml_idp_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `saml_idp_settings` +-- + + +-- +-- Table structure for table `saml_idp_settings_seq` +-- + +CREATE TABLE `saml_idp_settings_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `saml_idp_settings_seq` +-- + + +-- +-- Table structure for table `sc_item` +-- + +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 DEFAULT NULL, + `masteryscore` varchar(200) DEFAULT NULL, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `sc_item` +-- + + +-- +-- Table structure for table `sc_manifest` +-- + +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`) +) ; + +-- +-- Dumping data for table `sc_manifest` +-- + + +-- +-- Table structure for table `sc_organization` +-- + +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`) +) ; + +-- +-- Dumping data for table `sc_organization` +-- + + +-- +-- Table structure for table `sc_organizations` +-- + +CREATE TABLE `sc_organizations` ( + `obj_id` int(11) NOT NULL DEFAULT 0, + `default_organization` varchar(200) DEFAULT NULL, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `sc_organizations` +-- + + +-- +-- Table structure for table `sc_resource` +-- + +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`) +) ; + +-- +-- Dumping data for table `sc_resource` +-- + + +-- +-- Table structure for table `sc_resource_dependen` +-- + +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`) +) ; + +-- +-- Dumping data for table `sc_resource_dependen` +-- + + +-- +-- Table structure for table `sc_resource_dependen_seq` +-- + +CREATE TABLE `sc_resource_dependen_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `sc_resource_dependen_seq` +-- + + +-- +-- Table structure for table `sc_resource_file` +-- + +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`) +) ; + +-- +-- Dumping data for table `sc_resource_file` +-- + + +-- +-- Table structure for table `sc_resource_file_seq` +-- + +CREATE TABLE `sc_resource_file_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `sc_resource_file_seq` +-- + + +-- +-- Table structure for table `sc_resources` +-- + +CREATE TABLE `sc_resources` ( + `obj_id` int(11) NOT NULL DEFAULT 0, + `xml_base` varchar(200) DEFAULT NULL, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `sc_resources` +-- + + +-- +-- Table structure for table `scorm_object` +-- + +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`) +) ; + +-- +-- Dumping data for table `scorm_object` +-- + + +-- +-- Table structure for table `scorm_object_seq` +-- + +CREATE TABLE `scorm_object_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `scorm_object_seq` +-- + + +-- +-- Table structure for table `scorm_tracking` +-- + +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 DEFAULT NULL, + PRIMARY KEY (`user_id`,`sco_id`,`lvalue`,`obj_id`), + KEY `i2_idx` (`obj_id`,`sco_id`,`lvalue`) +) ; + +-- +-- Dumping data for table `scorm_tracking` +-- + + +-- +-- Table structure for table `scorm_tree` +-- + +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`) +) ; + +-- +-- Dumping data for table `scorm_tree` +-- + + +-- +-- Table structure for table `search_command_queue` +-- + +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`) +) ; + +-- +-- Dumping data for table `search_command_queue` +-- + + +-- +-- Table structure for table `search_data` +-- + +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`) +) ; + +-- +-- Dumping data for table `search_data` +-- + + +-- +-- Table structure for table `search_data_seq` +-- + +CREATE TABLE `search_data_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `search_data_seq` +-- + + +-- +-- Table structure for table `service_class` +-- + +CREATE TABLE `service_class` ( + `class` varchar(100) NOT NULL DEFAULT ' ', + `service` varchar(100) DEFAULT NULL, + `dir` varchar(200) DEFAULT NULL, + PRIMARY KEY (`class`) +) ; + +-- +-- Dumping data for table `service_class` +-- + +INSERT INTO `service_class` VALUES ('ilPreviewGUI','Preview','classes'); +INSERT INTO `service_class` VALUES ('ilSharedResourceGUI','PersonalWorkspace','classes'); +INSERT INTO `service_class` VALUES ('ilImprintGUI','Imprint','classes'); +INSERT INTO `service_class` VALUES ('ilLTIRouterGUI','LTI','classes'); +INSERT INTO `service_class` VALUES ('ilCronManagerGUI','Cron','classes'); +INSERT INTO `service_class` VALUES ('ilNavigationHistoryGUI','Navigation','classes'); +INSERT INTO `service_class` VALUES ('ilBTControllerGUI','BackgroundTasks','classes'); +INSERT INTO `service_class` VALUES ('ilCharSelectorGUI','UIComponent','CharSelector/classes'); +INSERT INTO `service_class` VALUES ('ilUIPluginRouterGUI','UIComponent','classes'); +INSERT INTO `service_class` VALUES ('ilContainerBlockPropertiesStorage','Container','classes'); +INSERT INTO `service_class` VALUES ('ilTablePropertiesStorage','Table','classes'); +INSERT INTO `service_class` VALUES ('ilNotificationGUI','Notifications','classes'); +INSERT INTO `service_class` VALUES ('ilStartUpGUI','Init','classes'); +INSERT INTO `service_class` VALUES ('ilSearchController','Search','classes'); +INSERT INTO `service_class` VALUES ('ilAccordionPropertiesStorage','Accordion','classes'); +INSERT INTO `service_class` VALUES ('ilObjPluginDispatchGUI','Repository','classes'); +INSERT INTO `service_class` VALUES ('ilRepositoryGUI','Repository','classes'); +INSERT INTO `service_class` VALUES ('ilBadgeHandlerGUI','Badge','classes'); +INSERT INTO `service_class` VALUES ('ilPersonalDesktopGUI','PersonalDesktop','classes'); +INSERT INTO `service_class` VALUES ('ilPublicUserProfileGUI','User','classes'); +INSERT INTO `service_class` VALUES ('ilMailGUI','Mail','classes'); +INSERT INTO `service_class` VALUES ('ilOnScreenChatGUI','OnScreenChat','classes'); +INSERT INTO `service_class` VALUES ('ilHelpGUI','Help','classes'); +INSERT INTO `service_class` VALUES ('ilAwarenessGUI','Awareness','classes'); +INSERT INTO `service_class` VALUES ('ilAdministrationGUI','Administration','classes'); + +-- +-- Table structure for table `settings` +-- + +CREATE TABLE `settings` ( + `module` varchar(50) NOT NULL DEFAULT 'common', + `keyword` varchar(50) NOT NULL DEFAULT ' ', + `value` longtext DEFAULT NULL, + PRIMARY KEY (`module`,`keyword`) +) ; + +-- +-- Dumping data for table `settings` +-- + +INSERT INTO `settings` VALUES ('adve','auto_url_linking','1'); +INSERT INTO `settings` VALUES ('adve','block_mode_minutes','0'); +INSERT INTO `settings` VALUES ('adve','use_physical',''); +INSERT INTO `settings` VALUES ('assessment','ass_process_lock_mode','db'); +INSERT INTO `settings` VALUES ('assessment','assessment_manual_scoring','8,14'); +INSERT INTO `settings` VALUES ('assessment','quest_process_lock_mode_autoinit_done','1'); +INSERT INTO `settings` VALUES ('assessment','use_javascript','1'); +INSERT INTO `settings` VALUES ('awrn','awrn_enabled','1'); +INSERT INTO `settings` VALUES ('awrn','caching_period','20'); +INSERT INTO `settings` VALUES ('awrn','max_nr_entries','50'); +INSERT INTO `settings` VALUES ('awrn','up_act_adm_contacts','2'); +INSERT INTO `settings` VALUES ('awrn','up_act_contact_approved','2'); +INSERT INTO `settings` VALUES ('awrn','up_act_contact_requests','1'); +INSERT INTO `settings` VALUES ('awrn','up_act_crs_contacts','1'); +INSERT INTO `settings` VALUES ('awrn','up_act_crs_current','0'); +INSERT INTO `settings` VALUES ('awrn','up_act_mmbr_user_grpcrs','0'); +INSERT INTO `settings` VALUES ('awrn','up_act_user_all','0'); +INSERT INTO `settings` VALUES ('awrn','use_osd','1'); +INSERT INTO `settings` VALUES ('bdga','active','1'); +INSERT INTO `settings` VALUES ('bdga','components','a:2:{i:0;s:3:\"crs\";i:1;s:4:\"user\";}'); +INSERT INTO `settings` VALUES ('bdga','obi_active',''); +INSERT INTO `settings` VALUES ('bdga','obi_contact',''); +INSERT INTO `settings` VALUES ('bdga','obi_organisation',''); +INSERT INTO `settings` VALUES ('bdga','obi_salt',''); +INSERT INTO `settings` VALUES ('buddysystem','enabled','1'); +INSERT INTO `settings` VALUES ('calendar','cache_enabled','0'); +INSERT INTO `settings` VALUES ('calendar','cache_minutes','0'); +INSERT INTO `settings` VALUES ('calendar','cg_registration','1'); +INSERT INTO `settings` VALUES ('calendar','consultation_hours','0'); +INSERT INTO `settings` VALUES ('calendar','course_cal','1'); +INSERT INTO `settings` VALUES ('calendar','default_date_format','1'); +INSERT INTO `settings` VALUES ('calendar','default_day_end','19'); +INSERT INTO `settings` VALUES ('calendar','default_day_start','8'); +INSERT INTO `settings` VALUES ('calendar','default_time_format','1'); +INSERT INTO `settings` VALUES ('calendar','default_timezone','Europe/Berlin'); +INSERT INTO `settings` VALUES ('calendar','default_week_start','1'); +INSERT INTO `settings` VALUES ('calendar','enable_grp_milestones','0'); +INSERT INTO `settings` VALUES ('calendar','enabled','1'); +INSERT INTO `settings` VALUES ('calendar','group_cal','1'); +INSERT INTO `settings` VALUES ('calendar','notification','0'); +INSERT INTO `settings` VALUES ('calendar','notification_user','0'); +INSERT INTO `settings` VALUES ('calendar','sync_cache_enabled','0'); +INSERT INTO `settings` VALUES ('calendar','sync_cache_minutes','10'); +INSERT INTO `settings` VALUES ('calendar','webcal_sync','1'); +INSERT INTO `settings` VALUES ('calendar','webcal_sync_hours','1'); +INSERT INTO `settings` VALUES ('chatroom','public_room_ref','46'); +INSERT INTO `settings` VALUES ('common','allow_change_loginname','0'); +INSERT INTO `settings` VALUES ('common','anonymous_role_id','14'); +INSERT INTO `settings` VALUES ('common','anonymous_user_id','13'); +INSERT INTO `settings` VALUES ('common','approve_recipient',''); +INSERT INTO `settings` VALUES ('common','auth_mode','1'); +INSERT INTO `settings` VALUES ('common','auto_complete_length','10'); +INSERT INTO `settings` VALUES ('common','auto_registration','1'); +INSERT INTO `settings` VALUES ('common','bench_max_records','10000'); +INSERT INTO `settings` VALUES ('common','block_activated_chatviewer','0'); +INSERT INTO `settings` VALUES ('common','block_activated_pdtag','1'); +INSERT INTO `settings` VALUES ('common','block_activated_pdusers','1'); +INSERT INTO `settings` VALUES ('common','chat_export_period','1'); +INSERT INTO `settings` VALUES ('common','chat_export_status','0'); +INSERT INTO `settings` VALUES ('common','comments_del_tutor','1'); +INSERT INTO `settings` VALUES ('common','comments_del_user','0'); +INSERT INTO `settings` VALUES ('common','comments_noti_recip',''); +INSERT INTO `settings` VALUES ('common','convert_path',''); +INSERT INTO `settings` VALUES ('common','create_history_loginname','0'); +INSERT INTO `settings` VALUES ('common','custom_icon_big_height','32'); +INSERT INTO `settings` VALUES ('common','custom_icon_big_width','32'); +INSERT INTO `settings` VALUES ('common','custom_icon_small_height','22'); +INSERT INTO `settings` VALUES ('common','custom_icon_small_width','22'); +INSERT INTO `settings` VALUES ('common','custom_icon_tiny_height','16'); +INSERT INTO `settings` VALUES ('common','custom_icon_tiny_width','16'); +INSERT INTO `settings` VALUES ('common','db_version','5427'); +INSERT INTO `settings` VALUES ('common','dbup_tst_skl_thres_mig_done','1'); +INSERT INTO `settings` VALUES ('common','dbupdate_randtest_pooldef_migration_fix','2'); +INSERT INTO `settings` VALUES ('common','default_repository_view','flat'); +INSERT INTO `settings` VALUES ('common','disable_bookmarks','0'); +INSERT INTO `settings` VALUES ('common','disable_comments','0'); +INSERT INTO `settings` VALUES ('common','disable_contacts','0'); +INSERT INTO `settings` VALUES ('common','disable_contacts_require_mail','1'); +INSERT INTO `settings` VALUES ('common','disable_my_memberships','0'); +INSERT INTO `settings` VALUES ('common','disable_my_offers','0'); +INSERT INTO `settings` VALUES ('common','disable_notes','0'); +INSERT INTO `settings` VALUES ('common','enable_anonymous_fora',''); +INSERT INTO `settings` VALUES ('common','enable_bench','0'); +INSERT INTO `settings` VALUES ('common','enable_calendar','1'); +INSERT INTO `settings` VALUES ('common','enable_cat_page_edit','1'); +INSERT INTO `settings` VALUES ('common','enable_fora_statistics',''); +INSERT INTO `settings` VALUES ('common','enable_js_edit','1'); +INSERT INTO `settings` VALUES ('common','enable_registration','1'); +INSERT INTO `settings` VALUES ('common','enable_sahs_pd','1'); +INSERT INTO `settings` VALUES ('common','enable_tracking','0'); +INSERT INTO `settings` VALUES ('common','enable_trash','1'); +INSERT INTO `settings` VALUES ('common','error_recipient',''); +INSERT INTO `settings` VALUES ('common','feedback_recipient',''); +INSERT INTO `settings` VALUES ('common','forum_notification','1'); +INSERT INTO `settings` VALUES ('common','hide_adv_search','0'); +INSERT INTO `settings` VALUES ('common','hits_per_page','50'); +INSERT INTO `settings` VALUES ('common','https','0'); +INSERT INTO `settings` VALUES ('common','icon_position_in_lists','item_rows'); +INSERT INTO `settings` VALUES ('common','ilchtrbacfix','1'); +INSERT INTO `settings` VALUES ('common','ilchtrperms','1'); +INSERT INTO `settings` VALUES ('common','ilfrmnoti1','1'); +INSERT INTO `settings` VALUES ('common','ilfrmthri2','1'); +INSERT INTO `settings` VALUES ('common','ilGlobalTstPoolUsageSettingInitilisation','1'); +INSERT INTO `settings` VALUES ('common','ilias_version','3.2.3 2004-11-22'); +INSERT INTO `settings` VALUES ('common','ilinc_akclassvalues_required','1'); +INSERT INTO `settings` VALUES ('common','ilmpathix','1'); +INSERT INTO `settings` VALUES ('common','ilpghi2','1'); +INSERT INTO `settings` VALUES ('common','ilpgi3','1'); +INSERT INTO `settings` VALUES ('common','ilrqtix','1'); +INSERT INTO `settings` VALUES ('common','iltosobjinstall','1'); +INSERT INTO `settings` VALUES ('common','inst_info',''); +INSERT INTO `settings` VALUES ('common','inst_institution',''); +INSERT INTO `settings` VALUES ('common','inst_name','DBTemplate'); +INSERT INTO `settings` VALUES ('common','java_path',''); +INSERT INTO `settings` VALUES ('common','language','en'); +INSERT INTO `settings` VALUES ('common','ldap_basedn',''); +INSERT INTO `settings` VALUES ('common','ldap_port',''); +INSERT INTO `settings` VALUES ('common','ldap_server',''); +INSERT INTO `settings` VALUES ('common','lm_qst_imap_migr_run','1'); +INSERT INTO `settings` VALUES ('common','loginname_change_blocking_time','3600'); +INSERT INTO `settings` VALUES ('common','lp_desktop','1'); +INSERT INTO `settings` VALUES ('common','lp_extended_data',''); +INSERT INTO `settings` VALUES ('common','lp_learner','1'); +INSERT INTO `settings` VALUES ('common','lp_list_gui','0'); +INSERT INTO `settings` VALUES ('common','lucene_default_operator','1'); +INSERT INTO `settings` VALUES ('common','lucene_fragment_count','3'); +INSERT INTO `settings` VALUES ('common','lucene_fragment_size','50'); +INSERT INTO `settings` VALUES ('common','lucene_item_filter','a:0:{}'); +INSERT INTO `settings` VALUES ('common','lucene_item_filter_enabled','0'); +INSERT INTO `settings` VALUES ('common','lucene_last_index_time','1230807600'); +INSERT INTO `settings` VALUES ('common','lucene_max_subitems','5'); +INSERT INTO `settings` VALUES ('common','lucene_mime_filter','a:0:{}'); +INSERT INTO `settings` VALUES ('common','lucene_mime_filter_enabled','0'); +INSERT INTO `settings` VALUES ('common','lucene_offline_filter','0'); +INSERT INTO `settings` VALUES ('common','lucene_prefix_wildcard',''); +INSERT INTO `settings` VALUES ('common','lucene_show_relevance','1'); +INSERT INTO `settings` VALUES ('common','lucene_sub_relevance',''); +INSERT INTO `settings` VALUES ('common','lucene_user_search','1'); +INSERT INTO `settings` VALUES ('common','mail_incoming_mail','0'); +INSERT INTO `settings` VALUES ('common','mail_notification','1'); +INSERT INTO `settings` VALUES ('common','mail_send_html','1'); +INSERT INTO `settings` VALUES ('common','mail_subject_prefix','[ILIAS]'); +INSERT INTO `settings` VALUES ('common','main_tree_impl','mp'); +INSERT INTO `settings` VALUES ('common','new_registration_type','4'); +INSERT INTO `settings` VALUES ('common','nic_key','d9f35b4eab4947c1557ce5a533c3f0cf'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_bibl','99990170'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_blog','99990130'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_book','99990220'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_cat','99990010'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_catr','99990020'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_chtr','99990120'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_cld','99990160'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_crs','99990040'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_crsr','99990050'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_dcl','99990210'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_exc','99990280'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_feed','99990140'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_file','99990150'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_fold','99990080'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_frm','99990110'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_glo','99990260'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp','99990060'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_bibl','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_blog','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_book','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_cat','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_catr','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_chtr','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_cld','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_crs','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_crsr','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_dcl','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_exc','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_feed','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_file','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_fold','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_frm','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_glo','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_grp','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_grpr','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_htlm','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_iass','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_itgr','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_lm','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_mcst','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_mep','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_orgu','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_poll','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_prg','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_prtt','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_qpl','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_sahs','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_sess','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_spl','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_svy','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_tst','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_webr','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grp_wiki','0'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_grpr','99990070'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_htlm','99990240'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_iass','99990300'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_itgr','99990090'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_lm','99990230'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_mcst','99990190'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_mep','99990330'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_orgu','99990360'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_poll','99990320'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_prg','99990030'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_prtt','99990270'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_qpl','99990340'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_sahs','99990250'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_sess','99990100'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_spl','99990350'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_svy','99990310'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_tst','99990290'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_webr','99990180'); +INSERT INTO `settings` VALUES ('common','obj_add_new_pos_wiki','99990200'); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_bibl',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_blog',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_book',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_cat',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_catr',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_chtr',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_cld','1'); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_crs',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_crsr',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_dbk','1'); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_dcl',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_exc',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_feed',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_file',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_fold',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_frm',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_glo',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_grp',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_grpr',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_htlm',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_iass',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_itgr',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_lm',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_mcst',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_mep',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_orgu',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_poll',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_prg',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_prtt',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_qpl',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_sahs',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_sess',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_spl',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_svy',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_tst',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_webr',''); +INSERT INTO `settings` VALUES ('common','obj_dis_creation_wiki',''); +INSERT INTO `settings` VALUES ('common','object_statistics','1'); +INSERT INTO `settings` VALUES ('common','password_assistance','1'); +INSERT INTO `settings` VALUES ('common','pd_sys_msg_mode','1'); +INSERT INTO `settings` VALUES ('common','personal_items_default_view','0'); +INSERT INTO `settings` VALUES ('common','preview_learner','1'); +INSERT INTO `settings` VALUES ('common','ps_access_times',''); +INSERT INTO `settings` VALUES ('common','ps_account_security_mode','2'); +INSERT INTO `settings` VALUES ('common','ps_crs_access_times',''); +INSERT INTO `settings` VALUES ('common','ps_export_confirm',''); +INSERT INTO `settings` VALUES ('common','ps_export_confirm_group',''); +INSERT INTO `settings` VALUES ('common','ps_export_course',''); +INSERT INTO `settings` VALUES ('common','ps_export_group',''); +INSERT INTO `settings` VALUES ('common','ps_export_scorm','1'); +INSERT INTO `settings` VALUES ('common','ps_login_max_attempts','0'); +INSERT INTO `settings` VALUES ('common','ps_password_change_on_first_login_enabled','1'); +INSERT INTO `settings` VALUES ('common','ps_password_chars_and_numbers_enabled',''); +INSERT INTO `settings` VALUES ('common','ps_password_lowercase_chars_num','0'); +INSERT INTO `settings` VALUES ('common','ps_password_max_age','0'); +INSERT INTO `settings` VALUES ('common','ps_password_max_length','0'); +INSERT INTO `settings` VALUES ('common','ps_password_min_length','6'); +INSERT INTO `settings` VALUES ('common','ps_password_must_not_contain_loginame','1'); +INSERT INTO `settings` VALUES ('common','ps_password_special_chars_enabled',''); +INSERT INTO `settings` VALUES ('common','ps_password_uppercase_chars_num','0'); +INSERT INTO `settings` VALUES ('common','ps_prevent_simultaneous_logins','0'); +INSERT INTO `settings` VALUES ('common','ps_protect_admin','1'); +INSERT INTO `settings` VALUES ('common','pub_section',''); +INSERT INTO `settings` VALUES ('common','rbac_log','1'); +INSERT INTO `settings` VALUES ('common','rbac_log_age','6'); +INSERT INTO `settings` VALUES ('common','recovery_folder_id','15'); +INSERT INTO `settings` VALUES ('common','reg_hash_life_time','600'); +INSERT INTO `settings` VALUES ('common','rep_shorten_description','1'); +INSERT INTO `settings` VALUES ('common','rep_shorten_description_length','128'); +INSERT INTO `settings` VALUES ('common','rep_tree_limit_grp_crs',''); +INSERT INTO `settings` VALUES ('common','rep_tree_synchronize','1'); +INSERT INTO `settings` VALUES ('common','require_city',''); +INSERT INTO `settings` VALUES ('common','require_country',''); +INSERT INTO `settings` VALUES ('common','require_default_role','1'); +INSERT INTO `settings` VALUES ('common','require_department',''); +INSERT INTO `settings` VALUES ('common','require_email','1'); +INSERT INTO `settings` VALUES ('common','require_fax',''); +INSERT INTO `settings` VALUES ('common','require_firstname','1'); +INSERT INTO `settings` VALUES ('common','require_gender','1'); +INSERT INTO `settings` VALUES ('common','require_hobby',''); +INSERT INTO `settings` VALUES ('common','require_institution',''); +INSERT INTO `settings` VALUES ('common','require_lastname','1'); +INSERT INTO `settings` VALUES ('common','require_login','1'); +INSERT INTO `settings` VALUES ('common','require_passwd','1'); +INSERT INTO `settings` VALUES ('common','require_passwd2','1'); +INSERT INTO `settings` VALUES ('common','require_phone_home',''); +INSERT INTO `settings` VALUES ('common','require_phone_mobile',''); +INSERT INTO `settings` VALUES ('common','require_phone_office',''); +INSERT INTO `settings` VALUES ('common','require_referral_comment',''); +INSERT INTO `settings` VALUES ('common','require_street',''); +INSERT INTO `settings` VALUES ('common','require_zipcode',''); +INSERT INTO `settings` VALUES ('common','reuse_of_loginnames','1'); +INSERT INTO `settings` VALUES ('common','save_user_related_data','0'); +INSERT INTO `settings` VALUES ('common','search_date_filter',''); +INSERT INTO `settings` VALUES ('common','search_enabled_firstname','0'); +INSERT INTO `settings` VALUES ('common','search_enabled_gender','0'); +INSERT INTO `settings` VALUES ('common','search_enabled_hobby','0'); +INSERT INTO `settings` VALUES ('common','search_enabled_institution','0'); +INSERT INTO `settings` VALUES ('common','search_enabled_interests_general','0'); +INSERT INTO `settings` VALUES ('common','search_enabled_interests_help_looking','0'); +INSERT INTO `settings` VALUES ('common','search_enabled_interests_help_offered','0'); +INSERT INTO `settings` VALUES ('common','search_enabled_lastname','0'); +INSERT INTO `settings` VALUES ('common','search_enabled_matriculation','0'); +INSERT INTO `settings` VALUES ('common','search_enabled_title','0'); +INSERT INTO `settings` VALUES ('common','search_index','0'); +INSERT INTO `settings` VALUES ('common','search_lucene','0'); +INSERT INTO `settings` VALUES ('common','search_max_hits','10'); +INSERT INTO `settings` VALUES ('common','search_show_inactiv_user','1'); +INSERT INTO `settings` VALUES ('common','search_show_limited_user','1'); +INSERT INTO `settings` VALUES ('common','session_allow_client_maintenance','1'); +INSERT INTO `settings` VALUES ('common','session_handling_type','0'); +INSERT INTO `settings` VALUES ('common','session_max_count','0'); +INSERT INTO `settings` VALUES ('common','session_max_idle','30'); +INSERT INTO `settings` VALUES ('common','session_max_idle_after_first_request','1'); +INSERT INTO `settings` VALUES ('common','session_min_idle','15'); +INSERT INTO `settings` VALUES ('common','session_reminder_enabled',''); +INSERT INTO `settings` VALUES ('common','session_statistics','1'); +INSERT INTO `settings` VALUES ('common','shib_federation_name','Shibboleth'); +INSERT INTO `settings` VALUES ('common','shib_hos_type','external_wayf'); +INSERT INTO `settings` VALUES ('common','shib_idp_list',''); +INSERT INTO `settings` VALUES ('common','show_user_activity','1'); +INSERT INTO `settings` VALUES ('common','sys_advanced_editing_id','26'); +INSERT INTO `settings` VALUES ('common','sys_assessment_folder_id','20'); +INSERT INTO `settings` VALUES ('common','sys_user_tracking_id','17'); +INSERT INTO `settings` VALUES ('common','system_role_id','2'); +INSERT INTO `settings` VALUES ('common','system_user_id','6'); +INSERT INTO `settings` VALUES ('common','tos_status','0'); +INSERT INTO `settings` VALUES ('common','tracking_time_span','300'); +INSERT INTO `settings` VALUES ('common','unzip_path',''); +INSERT INTO `settings` VALUES ('common','user_activity_time','5'); +INSERT INTO `settings` VALUES ('common','user_adm_alpha_nav','1'); +INSERT INTO `settings` VALUES ('common','user_delete_own_account','0'); +INSERT INTO `settings` VALUES ('common','user_delete_own_account_email',''); +INSERT INTO `settings` VALUES ('common','user_portfolios','1'); +INSERT INTO `settings` VALUES ('common','user_reactivate_code','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_birthday','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_bs_allow_to_contact_me','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_city','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_country','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_delicious','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_department','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_email','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_fax','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_firstname','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_gender','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_hide_own_online_status','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_hits_per_page','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_hobby','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_institution','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_interests_general','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_interests_help_looking','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_interests_help_offered','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_language','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_lastname','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_mail_incoming_mail','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_matriculation','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_password','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_phone_home','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_phone_mobile','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_phone_office','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_preferences','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_referral_comment','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_roles','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_sel_country','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_skin_style','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_street','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_title','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_upload','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_changeable_lua_zipcode','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_disable_delicious','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_disable_hobby','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_disable_preferences','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_disable_referral_comment','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_disable_sel_country','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_hide_delicious','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_hide_hide_own_online_status','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_hide_hobby','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_hide_preferences','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_hide_sel_country','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_birthday','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_bs_allow_to_contact_me','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_city','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_country','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_delicious','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_department','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_email','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_fax','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_firstname','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_gender','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_hide_own_online_status','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_hits_per_page','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_hobby','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_instant_messengers','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_institution','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_interests_general','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_interests_help_looking','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_interests_help_offered','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_language','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_lastname','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_mail_incoming_mail','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_matriculation','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_password','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_phone_home','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_phone_mobile','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_phone_office','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_preferences','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_referral_comment','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_roles','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_sel_country','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_skin_style','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_street','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_title','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_upload','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_lua_zipcode','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_birthday','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_bs_allow_to_contact_me','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_city','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_country','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_delicious','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_department','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_email','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_firstname','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_gender','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_hits_per_page','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_hobby','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_institution','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_interests_general','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_interests_help_looking','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_interests_help_offered','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_language','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_lastname','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_mail_incoming_mail','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_matriculation','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_password','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_phone_office','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_preferences','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_referral_comment','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_roles','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_sel_country','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_skin_style','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_street','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_title','1'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_upload','0'); +INSERT INTO `settings` VALUES ('common','usr_settings_visib_reg_zipcode','1'); +INSERT INTO `settings` VALUES ('common','usr_starting_point','1'); +INSERT INTO `settings` VALUES ('common','zip_path',''); +INSERT INTO `settings` VALUES ('file_access','custom_webfolder_instructions',''); +INSERT INTO `settings` VALUES ('file_access','custom_webfolder_instructions_enabled','0'); +INSERT INTO `settings` VALUES ('file_access','inline_file_extensions','gif jpg jpeg mp3 pdf png'); +INSERT INTO `settings` VALUES ('fold','bgtask_download',''); +INSERT INTO `settings` VALUES ('fold','enable_download_folder',''); +INSERT INTO `settings` VALUES ('fold','enable_multi_download',''); +INSERT INTO `settings` VALUES ('lm','cont_upload_dir',''); +INSERT INTO `settings` VALUES ('lm','html_export_ids',''); +INSERT INTO `settings` VALUES ('lm','page_history','1'); +INSERT INTO `settings` VALUES ('lm','replace_mob_feature',''); +INSERT INTO `settings` VALUES ('lm','scorm_login_as_learner_id',''); +INSERT INTO `settings` VALUES ('lm','scorm_lp_auto_activate','1'); +INSERT INTO `settings` VALUES ('lm','scorm_without_session','1'); +INSERT INTO `settings` VALUES ('lm','scormdebug_disable_cache',''); +INSERT INTO `settings` VALUES ('lm','scormdebug_global_activate',''); +INSERT INTO `settings` VALUES ('lm','time_scheduled_page_activation','1'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_browser','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_content','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_context','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_contribute','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_copyright','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_costs','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_coverage','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_density','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_difficulty','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_format','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_interactivity','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_keyword','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_language','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_level','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_operating_system','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_purpose','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_resource','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_status','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_structure','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_taxon','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_user_role','0'); +INSERT INTO `settings` VALUES ('lucene_adv_search','lom_version','0'); +INSERT INTO `settings` VALUES ('MathJax','path_to_mathjax','https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML'); +INSERT INTO `settings` VALUES ('mobs','file_manager_always',''); +INSERT INTO `settings` VALUES ('mobs','mep_activate_pages','1'); +INSERT INTO `settings` VALUES ('mobs','restricted_file_types',''); +INSERT INTO `settings` VALUES ('mobs','upload_dir',''); +INSERT INTO `settings` VALUES ('news','acc_cache_mins','10'); +INSERT INTO `settings` VALUES ('notifications','enable_mail','1'); +INSERT INTO `settings` VALUES ('notifications','enable_osd','1'); +INSERT INTO `settings` VALUES ('pd','enable_block_moving','1'); +INSERT INTO `settings` VALUES ('pd','user_activity_time','0'); +INSERT INTO `settings` VALUES ('preview','max_previews_per_object','5'); +INSERT INTO `settings` VALUES ('preview','preview_enabled','1'); +INSERT INTO `settings` VALUES ('prfa','banner','1'); +INSERT INTO `settings` VALUES ('prfa','banner_height','100'); +INSERT INTO `settings` VALUES ('prfa','banner_width','1370'); +INSERT INTO `settings` VALUES ('prfa','mask','0'); +INSERT INTO `settings` VALUES ('prfa','mycrs','1'); +INSERT INTO `settings` VALUES ('prfa','pd_block','1'); +INSERT INTO `settings` VALUES ('survey','unlimited_invitation','1'); +INSERT INTO `settings` VALUES ('tags','enable','1'); +INSERT INTO `settings` VALUES ('user_account','lua_access_restricted',''); +INSERT INTO `settings` VALUES ('user_account','lua_enabled',''); +INSERT INTO `settings` VALUES ('common','db_update_running','0'); +INSERT INTO `settings` VALUES ('mobs','black_list_file_types','html'); +INSERT INTO `settings` VALUES ('common','mail_allow_external','1'); +INSERT INTO `settings` VALUES ('common','mail_system_usr_from_addr',''); +INSERT INTO `settings` VALUES ('common','mail_system_usr_from_name',''); +INSERT INTO `settings` VALUES ('common','mail_system_usr_env_from_addr',''); +INSERT INTO `settings` VALUES ('common','mail_system_sys_from_addr',''); +INSERT INTO `settings` VALUES ('common','mail_system_sys_from_name',''); +INSERT INTO `settings` VALUES ('common','mail_system_sys_reply_to_addr',''); +INSERT INTO `settings` VALUES ('common','mail_system_sys_env_from_addr',''); +INSERT INTO `settings` VALUES ('common','mail_system_sys_signature','\n\n* * * * *\n[CLIENT_NAME]\n[CLIENT_DESC]\n[CLIENT_URL]\n'); +INSERT INTO `settings` VALUES ('common','letter_avatars','1'); +INSERT INTO `settings` VALUES ('common','dbupwarn_tstfixqstseq','1'); +INSERT INTO `settings` VALUES ('common','db_hotfixes_5_3','18'); +INSERT INTO `settings` VALUES ('common','db_hotfixes_5_4','107'); +INSERT INTO `settings` VALUES ('common','show_mail_settings','1'); +INSERT INTO `settings` VALUES ('common','iloscmsgidx1','1'); +INSERT INTO `settings` VALUES ('common','iloscmsgidx2','1'); +INSERT INTO `settings` VALUES ('common','iloscmsgidx3','1'); +INSERT INTO `settings` VALUES ('common','tst_score_rep_consts_cleaned','1'); +INSERT INTO `settings` VALUES ('common','dbupwarn_tos_migr_54x','1'); +INSERT INTO `settings` VALUES ('certificate','persisting_cers_introduced_ts','1553102165'); +INSERT INTO `settings` VALUES ('common','sty_media_cont_mig','2'); +INSERT INTO `settings` VALUES ('common','ilfrmposidx5','1'); +INSERT INTO `settings` VALUES ('common','ilfrmreadidx1','1'); +INSERT INTO `settings` VALUES ('common','ilfrmtreemigr','1'); + +-- +-- Table structure for table `settings_deactivated_s` +-- + +CREATE TABLE `settings_deactivated_s` ( + `skin` varchar(100) NOT NULL DEFAULT ' ', + `style` varchar(100) NOT NULL DEFAULT ' ', + PRIMARY KEY (`skin`,`style`) +) ; + +-- +-- Dumping data for table `settings_deactivated_s` +-- + + +-- +-- Table structure for table `shib_role_assignment` +-- + +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`) +) ; + +-- +-- Dumping data for table `shib_role_assignment` +-- + + +-- +-- Table structure for table `shib_role_assignment_seq` +-- + +CREATE TABLE `shib_role_assignment_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `shib_role_assignment_seq` +-- + + +-- +-- Table structure for table `skl_assigned_material` +-- + +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`) +) ; + +-- +-- Dumping data for table `skl_assigned_material` +-- + + +-- +-- Table structure for table `skl_level` +-- + +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 DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `skl_level` +-- + + +-- +-- Table structure for table `skl_level_seq` +-- + +CREATE TABLE `skl_level_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `skl_level_seq` +-- + + +-- +-- Table structure for table `skl_personal_skill` +-- + +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`) +) ; + +-- +-- Dumping data for table `skl_personal_skill` +-- + + +-- +-- Table structure for table `skl_profile` +-- + +CREATE TABLE `skl_profile` ( + `id` int(11) NOT NULL DEFAULT 0, + `title` varchar(200) DEFAULT NULL, + `description` varchar(4000) DEFAULT NULL, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `skl_profile` +-- + + +-- +-- Table structure for table `skl_profile_level` +-- + +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, + PRIMARY KEY (`profile_id`,`tref_id`,`base_skill_id`) +) ; + +-- +-- Dumping data for table `skl_profile_level` +-- + + +-- +-- Table structure for table `skl_profile_seq` +-- + +CREATE TABLE `skl_profile_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `skl_profile_seq` +-- + + +-- +-- Table structure for table `skl_profile_user` +-- + +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`) +) ; + +-- +-- Dumping data for table `skl_profile_user` +-- + + +-- +-- Table structure for table `skl_self_eval` +-- + +CREATE TABLE `skl_self_eval` ( + `id` int(11) NOT NULL DEFAULT 0, + `user_id` int(11) NOT NULL DEFAULT 0, + `top_skill_id` int(11) NOT NULL DEFAULT 0, + `created` datetime NOT NULL DEFAULT '1970-01-01 00:00:00', + `last_update` datetime NOT NULL DEFAULT '1970-01-01 00:00:00', + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `skl_self_eval` +-- + + +-- +-- Table structure for table `skl_self_eval_level` +-- + +CREATE TABLE `skl_self_eval_level` ( + `skill_id` int(11) NOT NULL DEFAULT 0, + `level_id` int(11) NOT NULL DEFAULT 0, + `tref_id` int(11) NOT NULL DEFAULT 0, + `user_id` int(11) NOT NULL DEFAULT 0, + `top_skill_id` int(11) NOT NULL DEFAULT 0, + `last_update` datetime DEFAULT NULL, + PRIMARY KEY (`user_id`,`top_skill_id`,`tref_id`,`skill_id`) +) ; + +-- +-- Dumping data for table `skl_self_eval_level` +-- + + +-- +-- Table structure for table `skl_self_eval_seq` +-- + +CREATE TABLE `skl_self_eval_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `skl_self_eval_seq` +-- + + +-- +-- Table structure for table `skl_skill_resource` +-- + +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`) +) ; + +-- +-- Dumping data for table `skl_skill_resource` +-- + + +-- +-- Table structure for table `skl_templ_ref` +-- + +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`) +) ; + +-- +-- Dumping data for table `skl_templ_ref` +-- + + +-- +-- Table structure for table `skl_tree` +-- + +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`) +) ; + +-- +-- Dumping data for table `skl_tree` +-- + +INSERT INTO `skl_tree` VALUES (1,1,0,1,2,1); + +-- +-- Table structure for table `skl_tree_node` +-- + +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, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `skl_tree_node` +-- + +INSERT INTO `skl_tree_node` VALUES (1,'Skill Tree Root Node','skrt','2011-08-07 11:39:00',NULL,0,0,0,NULL,''); + +-- +-- Table structure for table `skl_tree_node_seq` +-- + +CREATE TABLE `skl_tree_node_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=2; + +-- +-- Dumping data for table `skl_tree_node_seq` +-- + +INSERT INTO `skl_tree_node_seq` VALUES (1); + +-- +-- Table structure for table `skl_usage` +-- + +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`) +) ; + +-- +-- Dumping data for table `skl_usage` +-- + + +-- +-- Table structure for table `skl_user_has_level` +-- + +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, + PRIMARY KEY (`level_id`,`user_id`,`trigger_obj_id`,`tref_id`,`self_eval`) +) ; + +-- +-- Dumping data for table `skl_user_has_level` +-- + + +-- +-- Table structure for table `skl_user_skill_level` +-- + +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, + 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`) +) ; + +-- +-- Dumping data for table `skl_user_skill_level` +-- + + +-- +-- Table structure for table `sty_media_query` +-- + +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`) +) ; + +-- +-- Dumping data for table `sty_media_query` +-- + + +-- +-- Table structure for table `sty_media_query_seq` +-- + +CREATE TABLE `sty_media_query_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `sty_media_query_seq` +-- + + +-- +-- Table structure for table `style_char` +-- + +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, + PRIMARY KEY (`style_id`,`type`,`characteristic`), + KEY `i1_idx` (`style_id`) +) ; + +-- +-- Dumping data for table `style_char` +-- + + +-- +-- Table structure for table `style_color` +-- + +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`) +) ; + +-- +-- Dumping data for table `style_color` +-- + + +-- +-- Table structure for table `style_data` +-- + +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, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `style_data` +-- + + +-- +-- Table structure for table `style_folder_styles` +-- + +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`) +) ; + +-- +-- Dumping data for table `style_folder_styles` +-- + + +-- +-- Table structure for table `style_parameter` +-- + +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`) +) ; + +-- +-- Dumping data for table `style_parameter` +-- + + +-- +-- Table structure for table `style_parameter_seq` +-- + +CREATE TABLE `style_parameter_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `style_parameter_seq` +-- + + +-- +-- Table structure for table `style_setting` +-- + +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`) +) ; + +-- +-- Dumping data for table `style_setting` +-- + + +-- +-- Table structure for table `style_template` +-- + +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`) +) ; + +-- +-- Dumping data for table `style_template` +-- + + +-- +-- Table structure for table `style_template_class` +-- + +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`) +) ; + +-- +-- Dumping data for table `style_template_class` +-- + + +-- +-- Table structure for table `style_template_seq` +-- + +CREATE TABLE `style_template_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `style_template_seq` +-- + + +-- +-- Table structure for table `style_usage` +-- + +CREATE TABLE `style_usage` ( + `obj_id` int(11) NOT NULL DEFAULT 0, + `style_id` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`obj_id`) +) ; + +-- +-- Dumping data for table `style_usage` +-- + + +-- +-- Table structure for table `svy_360_appr` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_360_appr` +-- + + +-- +-- Table structure for table `svy_360_rater` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_360_rater` +-- + + +-- +-- Table structure for table `svy_anonymous` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_anonymous` +-- + + +-- +-- Table structure for table `svy_anonymous_seq` +-- + +CREATE TABLE `svy_anonymous_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_anonymous_seq` +-- + + +-- +-- Table structure for table `svy_answer` +-- + +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 DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `svy_answer` +-- + + +-- +-- Table structure for table `svy_answer_seq` +-- + +CREATE TABLE `svy_answer_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_answer_seq` +-- + + +-- +-- Table structure for table `svy_category` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_category` +-- + +INSERT INTO `svy_category` VALUES (1,'dc_desired','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (2,'dc_undesired','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (3,'dc_agree','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (4,'dc_disagree','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (5,'dc_good','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (6,'dc_notacceptable','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (7,'dc_should','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (8,'dc_shouldnot','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (9,'dc_true','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (10,'dc_false','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (11,'dc_always','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (12,'dc_never','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (13,'dc_yes','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (14,'dc_no','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (15,'dc_neutral','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (16,'dc_undecided','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (17,'dc_fair','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (18,'dc_sometimes','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (19,'dc_stronglydesired','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (20,'dc_stronglyundesired','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (21,'dc_stronglyagree','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (22,'dc_stronglydisagree','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (23,'dc_verygood','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (24,'dc_poor','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (25,'dc_must','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (26,'dc_mustnot','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (27,'dc_definitelytrue','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (28,'dc_definitelyfalse','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (29,'dc_manytimes','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (30,'dc_varying','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (31,'dc_rarely','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (32,'dc_mostcertainly','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (33,'dc_morepositive','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (34,'dc_morenegative','1',0,'0',1085190181); +INSERT INTO `svy_category` VALUES (35,'dc_mostcertainlynot','1',0,'0',1085190181); + +-- +-- Table structure for table `svy_category_seq` +-- + +CREATE TABLE `svy_category_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=36; + +-- +-- Dumping data for table `svy_category_seq` +-- + +INSERT INTO `svy_category_seq` VALUES (35); + +-- +-- Table structure for table `svy_constraint` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_constraint` +-- + + +-- +-- Table structure for table `svy_constraint_seq` +-- + +CREATE TABLE `svy_constraint_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_constraint_seq` +-- + + +-- +-- Table structure for table `svy_finished` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_finished` +-- + + +-- +-- Table structure for table `svy_finished_seq` +-- + +CREATE TABLE `svy_finished_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_finished_seq` +-- + + +-- +-- Table structure for table `svy_inv_usr` +-- + +CREATE TABLE `svy_inv_usr` ( + `invited_user_id` int(11) NOT NULL DEFAULT 0, + `survey_fi` int(11) NOT NULL DEFAULT 0, + `user_fi` int(11) NOT NULL DEFAULT 0, + `tstamp` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`invited_user_id`), + KEY `i1_idx` (`survey_fi`), + KEY `i2_idx` (`user_fi`) +) ; + +-- +-- Dumping data for table `svy_inv_usr` +-- + + +-- +-- Table structure for table `svy_inv_usr_seq` +-- + +CREATE TABLE `svy_inv_usr_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_inv_usr_seq` +-- + + +-- +-- Table structure for table `svy_material` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_material` +-- + + +-- +-- Table structure for table `svy_material_seq` +-- + +CREATE TABLE `svy_material_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_material_seq` +-- + + +-- +-- Table structure for table `svy_phrase` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_phrase` +-- + +INSERT INTO `svy_phrase` VALUES (1,'dp_standard_attitude_desired_undesired','1',0,1085190871); +INSERT INTO `svy_phrase` VALUES (2,'dp_standard_attitude_agree_disagree','1',0,1085190898); +INSERT INTO `svy_phrase` VALUES (3,'dp_standard_attitude_good_notacceptable','1',0,1085190918); +INSERT INTO `svy_phrase` VALUES (4,'dp_standard_attitude_shold_shouldnot','1',0,1085190946); +INSERT INTO `svy_phrase` VALUES (5,'dp_standard_beliefs_true_false','1',0,1085190973); +INSERT INTO `svy_phrase` VALUES (6,'dp_standard_beliefs_always_never','1',0,1085191547); +INSERT INTO `svy_phrase` VALUES (7,'dp_standard_behaviour_yes_no','1',0,1085191547); +INSERT INTO `svy_phrase` VALUES (8,'dp_standard_attitude_desired_neutral_undesired','1',0,1085191547); +INSERT INTO `svy_phrase` VALUES (9,'dp_standard_attitude_agree_undecided_disagree','1',0,1085191547); +INSERT INTO `svy_phrase` VALUES (10,'dp_standard_attitude_good_fair_notacceptable','1',0,1085191547); +INSERT INTO `svy_phrase` VALUES (11,'dp_standard_attitude_should_undecided_shouldnot','1',0,1085191547); +INSERT INTO `svy_phrase` VALUES (12,'dp_standard_beliefs_true_undecided_false','1',0,1085191547); +INSERT INTO `svy_phrase` VALUES (13,'dp_standard_beliefs_always_sometimes_never','1',0,1085191547); +INSERT INTO `svy_phrase` VALUES (14,'dp_standard_behaviour_yes_undecided_no','1',0,1085191547); +INSERT INTO `svy_phrase` VALUES (15,'dp_standard_attitude_desired5','1',0,1085195222); +INSERT INTO `svy_phrase` VALUES (16,'dp_standard_attitude_agree5','1',0,1085195237); +INSERT INTO `svy_phrase` VALUES (17,'dp_standard_attitude_good5','1',0,1085195249); +INSERT INTO `svy_phrase` VALUES (18,'dp_standard_attitude_must5','1',0,1085195264); +INSERT INTO `svy_phrase` VALUES (19,'dp_standard_beliefs_true5','1',0,1085195274); +INSERT INTO `svy_phrase` VALUES (20,'dp_standard_beliefs_always5','1',0,1085195292); +INSERT INTO `svy_phrase` VALUES (21,'dp_standard_behaviour_certainly5','1',0,1085195308); +INSERT INTO `svy_phrase` VALUES (22,'dp_standard_numbers','1',0,1087738039); + +-- +-- Table structure for table `svy_phrase_cat` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_phrase_cat` +-- + +INSERT INTO `svy_phrase_cat` VALUES (1,1,1,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (2,1,2,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (3,2,3,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (4,2,4,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (5,3,5,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (6,3,6,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (7,4,7,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (8,4,8,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (9,5,9,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (10,5,10,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (11,6,11,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (12,6,12,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (13,7,13,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (14,7,14,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (15,8,1,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (16,8,15,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (17,8,2,3,0,0); +INSERT INTO `svy_phrase_cat` VALUES (18,9,3,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (19,9,16,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (20,9,4,3,0,0); +INSERT INTO `svy_phrase_cat` VALUES (21,10,5,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (22,10,17,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (23,10,6,3,0,0); +INSERT INTO `svy_phrase_cat` VALUES (24,11,7,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (25,11,16,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (26,11,8,3,0,0); +INSERT INTO `svy_phrase_cat` VALUES (27,12,9,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (28,12,16,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (29,12,10,3,0,0); +INSERT INTO `svy_phrase_cat` VALUES (30,13,11,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (31,13,18,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (32,13,12,3,0,0); +INSERT INTO `svy_phrase_cat` VALUES (33,14,13,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (34,14,16,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (35,14,14,3,0,0); +INSERT INTO `svy_phrase_cat` VALUES (36,15,19,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (37,15,1,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (38,15,15,3,0,0); +INSERT INTO `svy_phrase_cat` VALUES (39,15,2,4,0,0); +INSERT INTO `svy_phrase_cat` VALUES (40,15,20,5,0,0); +INSERT INTO `svy_phrase_cat` VALUES (41,16,21,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (42,16,3,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (43,16,16,3,0,0); +INSERT INTO `svy_phrase_cat` VALUES (44,16,4,4,0,0); +INSERT INTO `svy_phrase_cat` VALUES (45,16,22,5,0,0); +INSERT INTO `svy_phrase_cat` VALUES (46,17,23,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (47,17,5,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (48,17,17,3,0,0); +INSERT INTO `svy_phrase_cat` VALUES (49,17,24,4,0,0); +INSERT INTO `svy_phrase_cat` VALUES (50,17,6,5,0,0); +INSERT INTO `svy_phrase_cat` VALUES (51,18,25,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (52,18,7,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (53,18,16,3,0,0); +INSERT INTO `svy_phrase_cat` VALUES (54,18,8,4,0,0); +INSERT INTO `svy_phrase_cat` VALUES (55,18,26,5,0,0); +INSERT INTO `svy_phrase_cat` VALUES (56,19,27,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (57,19,9,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (58,19,16,3,0,0); +INSERT INTO `svy_phrase_cat` VALUES (59,19,10,4,0,0); +INSERT INTO `svy_phrase_cat` VALUES (60,19,28,5,0,0); +INSERT INTO `svy_phrase_cat` VALUES (61,20,11,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (62,20,29,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (63,20,30,3,0,0); +INSERT INTO `svy_phrase_cat` VALUES (64,20,31,4,0,0); +INSERT INTO `svy_phrase_cat` VALUES (65,20,12,5,0,0); +INSERT INTO `svy_phrase_cat` VALUES (66,21,32,1,0,0); +INSERT INTO `svy_phrase_cat` VALUES (67,21,33,2,0,0); +INSERT INTO `svy_phrase_cat` VALUES (68,21,16,3,0,0); +INSERT INTO `svy_phrase_cat` VALUES (69,21,34,4,0,0); +INSERT INTO `svy_phrase_cat` VALUES (70,21,35,5,0,0); + +-- +-- Table structure for table `svy_phrase_cat_seq` +-- + +CREATE TABLE `svy_phrase_cat_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=71; + +-- +-- Dumping data for table `svy_phrase_cat_seq` +-- + +INSERT INTO `svy_phrase_cat_seq` VALUES (70); + +-- +-- Table structure for table `svy_phrase_seq` +-- + +CREATE TABLE `svy_phrase_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=23; + +-- +-- Dumping data for table `svy_phrase_seq` +-- + +INSERT INTO `svy_phrase_seq` VALUES (22); + +-- +-- Table structure for table `svy_qblk` +-- + +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, + PRIMARY KEY (`questionblock_id`), + KEY `i1_idx` (`owner_fi`) +) ; + +-- +-- Dumping data for table `svy_qblk` +-- + + +-- +-- Table structure for table `svy_qblk_qst` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_qblk_qst` +-- + + +-- +-- Table structure for table `svy_qblk_qst_seq` +-- + +CREATE TABLE `svy_qblk_qst_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_qblk_qst_seq` +-- + + +-- +-- Table structure for table `svy_qblk_seq` +-- + +CREATE TABLE `svy_qblk_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_qblk_seq` +-- + + +-- +-- Table structure for table `svy_qpl` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_qpl` +-- + + +-- +-- Table structure for table `svy_qpl_seq` +-- + +CREATE TABLE `svy_qpl_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_qpl_seq` +-- + + +-- +-- Table structure for table `svy_qst_constraint` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_qst_constraint` +-- + + +-- +-- Table structure for table `svy_qst_constraint_seq` +-- + +CREATE TABLE `svy_qst_constraint_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_qst_constraint_seq` +-- + + +-- +-- Table structure for table `svy_qst_matrix` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_qst_matrix` +-- + + +-- +-- Table structure for table `svy_qst_matrixrows` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_qst_matrixrows` +-- + + +-- +-- Table structure for table `svy_qst_matrixrows_seq` +-- + +CREATE TABLE `svy_qst_matrixrows_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_qst_matrixrows_seq` +-- + + +-- +-- Table structure for table `svy_qst_mc` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_qst_mc` +-- + + +-- +-- Table structure for table `svy_qst_metric` +-- + +CREATE TABLE `svy_qst_metric` ( + `question_fi` int(11) NOT NULL DEFAULT 0, + `subtype` varchar(1) DEFAULT '3', + PRIMARY KEY (`question_fi`) +) ; + +-- +-- Dumping data for table `svy_qst_metric` +-- + + +-- +-- Table structure for table `svy_qst_oblig` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_qst_oblig` +-- + + +-- +-- Table structure for table `svy_qst_oblig_seq` +-- + +CREATE TABLE `svy_qst_oblig_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_qst_oblig_seq` +-- + + +-- +-- Table structure for table `svy_qst_sc` +-- + +CREATE TABLE `svy_qst_sc` ( + `question_fi` int(11) NOT NULL DEFAULT 0, + `orientation` varchar(1) DEFAULT '0', + PRIMARY KEY (`question_fi`) +) ; + +-- +-- Dumping data for table `svy_qst_sc` +-- + + +-- +-- Table structure for table `svy_qst_text` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_qst_text` +-- + + +-- +-- Table structure for table `svy_qtype` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_qtype` +-- + +INSERT INTO `svy_qtype` VALUES (1,'SurveyMultipleChoiceQuestion',0); +INSERT INTO `svy_qtype` VALUES (2,'SurveySingleChoiceQuestion',0); +INSERT INTO `svy_qtype` VALUES (3,'SurveyMetricQuestion',0); +INSERT INTO `svy_qtype` VALUES (4,'SurveyTextQuestion',0); +INSERT INTO `svy_qtype` VALUES (5,'SurveyMatrixQuestion',0); + +-- +-- Table structure for table `svy_qtype_seq` +-- + +CREATE TABLE `svy_qtype_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=6; + +-- +-- Dumping data for table `svy_qtype_seq` +-- + +INSERT INTO `svy_qtype_seq` VALUES (5); + +-- +-- Table structure for table `svy_quest_skill` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_quest_skill` +-- + + +-- +-- Table structure for table `svy_question` +-- + +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(100) 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 DEFAULT NULL, + `label` varchar(255) DEFAULT NULL, + PRIMARY KEY (`question_id`), + KEY `i1_idx` (`obj_fi`), + KEY `i2_idx` (`owner_fi`) +) ; + +-- +-- Dumping data for table `svy_question` +-- + + +-- +-- Table structure for table `svy_question_seq` +-- + +CREATE TABLE `svy_question_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_question_seq` +-- + + +-- +-- Table structure for table `svy_relation` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_relation` +-- + +INSERT INTO `svy_relation` VALUES (1,'less','<',1084867073); +INSERT INTO `svy_relation` VALUES (2,'less_or_equal','<=',1084867088); +INSERT INTO `svy_relation` VALUES (3,'equal','=',1084867096); +INSERT INTO `svy_relation` VALUES (4,'not_equal','<>',1084867119); +INSERT INTO `svy_relation` VALUES (5,'more_or_equal','>=',1084867132); +INSERT INTO `svy_relation` VALUES (6,'more','>',1084867143); + +-- +-- Table structure for table `svy_relation_seq` +-- + +CREATE TABLE `svy_relation_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=7; + +-- +-- Dumping data for table `svy_relation_seq` +-- + +INSERT INTO `svy_relation_seq` VALUES (6); + +-- +-- Table structure for table `svy_settings` +-- + +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 DEFAULT NULL, + PRIMARY KEY (`settings_id`), + KEY `i1_idx` (`usr_id`) +) ; + +-- +-- Dumping data for table `svy_settings` +-- + + +-- +-- Table structure for table `svy_settings_seq` +-- + +CREATE TABLE `svy_settings_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_settings_seq` +-- + + +-- +-- Table structure for table `svy_skill_threshold` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_skill_threshold` +-- + + +-- +-- Table structure for table `svy_svy` +-- + +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 DEFAULT NULL, + `outro` longtext DEFAULT NULL, + `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, + PRIMARY KEY (`survey_id`), + KEY `i1_idx` (`obj_fi`) +) ; + +-- +-- Dumping data for table `svy_svy` +-- + + +-- +-- Table structure for table `svy_svy_qst` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_svy_qst` +-- + + +-- +-- Table structure for table `svy_svy_qst_seq` +-- + +CREATE TABLE `svy_svy_qst_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_svy_qst_seq` +-- + + +-- +-- Table structure for table `svy_svy_seq` +-- + +CREATE TABLE `svy_svy_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_svy_seq` +-- + + +-- +-- Table structure for table `svy_times` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_times` +-- + + +-- +-- Table structure for table `svy_times_seq` +-- + +CREATE TABLE `svy_times_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_times_seq` +-- + + +-- +-- Table structure for table `svy_variable` +-- + +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`) +) ; + +-- +-- Dumping data for table `svy_variable` +-- + + +-- +-- Table structure for table `svy_variable_seq` +-- + +CREATE TABLE `svy_variable_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `svy_variable_seq` +-- + + +-- +-- Table structure for table `sysc_groups` +-- + +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`) +) ; + +-- +-- Dumping data for table `sysc_groups` +-- + +INSERT INTO `sysc_groups` VALUES (1,'tree',NULL,0); + +-- +-- Table structure for table `sysc_groups_seq` +-- + +CREATE TABLE `sysc_groups_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=2; + +-- +-- Dumping data for table `sysc_groups_seq` +-- + +INSERT INTO `sysc_groups_seq` VALUES (1); + +-- +-- Table structure for table `sysc_tasks` +-- + +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`) +) ; + +-- +-- Dumping data for table `sysc_tasks` +-- + +INSERT INTO `sysc_tasks` VALUES (1,1,NULL,0,'dump'); +INSERT INTO `sysc_tasks` VALUES (2,1,NULL,0,'structure'); +INSERT INTO `sysc_tasks` VALUES (3,1,NULL,0,'missing_tree'); +INSERT INTO `sysc_tasks` VALUES (4,1,NULL,0,'missing_reference'); +INSERT INTO `sysc_tasks` VALUES (5,1,NULL,0,'duplicates'); + +-- +-- Table structure for table `sysc_tasks_seq` +-- + +CREATE TABLE `sysc_tasks_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=6; + +-- +-- Dumping data for table `sysc_tasks_seq` +-- + +INSERT INTO `sysc_tasks_seq` VALUES (5); + +-- +-- Table structure for table `syst_style_cat` +-- + +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`) +) ; + +-- +-- Dumping data for table `syst_style_cat` +-- + + +-- +-- Table structure for table `table_properties` +-- + +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`) +) ; + +-- +-- Dumping data for table `table_properties` +-- + +INSERT INTO `table_properties` VALUES ('admsettemptst',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('bibl_libraries_tbl',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('crnmng',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('crnmng',6,'order','status'); +INSERT INTO `table_properties` VALUES ('objroleperm_32',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('repmodtbl',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('repnwitgrptbl',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_options__134',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_options__14',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_options__4',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_options__5',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_accs',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_adm',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_adve',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_assf',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_auth',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_awra',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_bibl',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_bibs',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_blga',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_blog',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_book',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_cadm',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_cals',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_cat',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_catr',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_cert',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_chta',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_chtr',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_cmps',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_crs',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_crsr',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_crss',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_dcl',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_ecss',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_exc',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_excs',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_extt',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_facs',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_feed',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_file',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_fold',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_frm',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_frma',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_glo',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_grp',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_grpr',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_grps',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_hlps',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_htlm',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_iass',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_itgr',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_lm',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_lngf',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_logs',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_lrss',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_mail',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_mcst',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_mcts',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_mds',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_mep',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_mobs',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_nwss',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_orgu',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_otpl',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_pays',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_pdts',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_poll',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_prfa',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_prg',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_prgs',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_prtt',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_ps',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_qpl',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_rcat',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_rcrs',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_recf',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_reps',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_rfil',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_rglo',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_rgrp',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_rlm',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_rolf',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_root',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_rtst',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_rwik',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_sahs',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_seas',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_sess',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_skmg',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_spl',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_stys',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_svy',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_svyf',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_sysc',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_tags',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_taxs',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_tos',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_trac',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_tst',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_usrf',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_wbrs',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_webr',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_wiki',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('role_template_8_wiks',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('rolf_role_tbl',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('rolf_role_tbl',6,'order','title'); +INSERT INTO `table_properties` VALUES ('rolf_role_tbl',6,'rows','50'); +INSERT INTO `table_properties` VALUES ('tbl_didactic_tpl_settings',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('tbl_didactic_tpl_settings',6,'order','title'); +INSERT INTO `table_properties` VALUES ('user7',6,'direction','asc'); +INSERT INTO `table_properties` VALUES ('user7',6,'order','login'); +INSERT INTO `table_properties` VALUES ('user7',6,'selfields','a:24:{s:9:\"firstname\";b:1;s:8:\"lastname\";b:1;s:12:\"access_until\";b:1;s:10:\"last_login\";b:1;s:11:\"create_date\";b:0;s:12:\"approve_date\";b:0;s:10:\"agree_date\";b:0;s:5:\"email\";b:1;s:5:\"title\";b:0;s:8:\"birthday\";b:0;s:6:\"gender\";b:0;s:9:\"org_units\";b:0;s:11:\"institution\";b:0;s:10:\"department\";b:0;s:6:\"street\";b:0;s:7:\"zipcode\";b:0;s:4:\"city\";b:0;s:7:\"country\";b:0;s:11:\"sel_country\";b:0;s:12:\"phone_office\";b:0;s:10:\"phone_home\";b:0;s:12:\"phone_mobile\";b:0;s:3:\"fax\";b:0;s:13:\"matriculation\";b:0;}'); + +-- +-- Table structure for table `table_templates` +-- + +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 DEFAULT NULL, + PRIMARY KEY (`name`,`user_id`,`context`) +) ; + +-- +-- Dumping data for table `table_templates` +-- + + +-- +-- Table structure for table `tax_data` +-- + +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`) +) ; + +-- +-- Dumping data for table `tax_data` +-- + + +-- +-- Table structure for table `tax_node` +-- + +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`) +) ; + +-- +-- Dumping data for table `tax_node` +-- + +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); + +-- +-- Table structure for table `tax_node_assignment` +-- + +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`) +) ; + +-- +-- Dumping data for table `tax_node_assignment` +-- + + +-- +-- Table structure for table `tax_node_seq` +-- + +CREATE TABLE `tax_node_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=2; + +-- +-- Dumping data for table `tax_node_seq` +-- + +INSERT INTO `tax_node_seq` VALUES (1); + +-- +-- Table structure for table `tax_tree` +-- + +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`) +) ; + +-- +-- Dumping data for table `tax_tree` +-- + + +-- +-- Table structure for table `tax_usage` +-- + +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`) +) ; + +-- +-- Dumping data for table `tax_usage` +-- + + +-- +-- Table structure for table `tos_acceptance_track` +-- + +CREATE TABLE `tos_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 DEFAULT NULL, + PRIMARY KEY (`tosv_id`,`usr_id`,`ts`), + KEY `i1_idx` (`usr_id`,`ts`) +) ; + +-- +-- Dumping data for table `tos_acceptance_track` +-- + + +-- +-- Table structure for table `tos_acceptance_track_seq` +-- + +CREATE TABLE `tos_acceptance_track_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `tos_acceptance_track_seq` +-- + + +-- +-- Table structure for table `tos_criterion_to_doc` +-- + +CREATE TABLE `tos_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`) +) ; + +-- +-- Dumping data for table `tos_criterion_to_doc` +-- + + +-- +-- Table structure for table `tos_criterion_to_doc_seq` +-- + +CREATE TABLE `tos_criterion_to_doc_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `tos_criterion_to_doc_seq` +-- + + +-- +-- Table structure for table `tos_documents` +-- + +CREATE TABLE `tos_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 DEFAULT NULL, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `tos_documents` +-- + + +-- +-- Table structure for table `tos_documents_seq` +-- + +CREATE TABLE `tos_documents_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `tos_documents_seq` +-- + + +-- +-- Table structure for table `tos_versions` +-- + +CREATE TABLE `tos_versions` ( + `id` int(11) NOT NULL DEFAULT 0, + `text` longtext DEFAULT NULL, + `hash` varchar(32) DEFAULT NULL, + `ts` int(11) NOT NULL DEFAULT 0, + `doc_id` int(11) NOT NULL DEFAULT 0, + `title` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `i1_idx` (`hash`,`doc_id`) +) ; + +-- +-- Dumping data for table `tos_versions` +-- + + +-- +-- Table structure for table `tos_versions_seq` +-- + +CREATE TABLE `tos_versions_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `tos_versions_seq` +-- + + +-- +-- Table structure for table `tree` +-- + +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 `i1_idx` (`child`), + KEY `i2_idx` (`parent`), + KEY `i3_idx` (`tree`), + KEY `i4_idx` (`path`(255)) +) ; + +-- +-- Dumping data for table `tree` +-- + +INSERT INTO `tree` VALUES (1,1,0,1,344,1,'1'); +INSERT INTO `tree` VALUES (1,7,9,5,6,3,'1.9.7'); +INSERT INTO `tree` VALUES (1,8,9,7,8,3,'1.9.8'); +INSERT INTO `tree` VALUES (1,9,1,2,343,2,'1.9'); +INSERT INTO `tree` VALUES (1,10,9,9,10,3,'1.9.10'); +INSERT INTO `tree` VALUES (1,11,9,11,12,3,'1.9.11'); +INSERT INTO `tree` VALUES (1,12,9,3,4,3,'1.9.12'); +INSERT INTO `tree` VALUES (1,14,9,13,18,3,'1.9.14'); +INSERT INTO `tree` VALUES (1,15,9,19,20,3,'1.9.15'); +INSERT INTO `tree` VALUES (1,16,9,21,22,3,'1.9.16'); +INSERT INTO `tree` VALUES (1,17,9,23,24,3,'1.9.17'); +INSERT INTO `tree` VALUES (1,18,9,25,26,3,'1.9.18'); +INSERT INTO `tree` VALUES (1,20,9,29,30,3,'1.9.20'); +INSERT INTO `tree` VALUES (1,21,9,31,32,3,'1.9.21'); +INSERT INTO `tree` VALUES (1,22,9,33,34,3,'1.9.22'); +INSERT INTO `tree` VALUES (1,23,9,35,36,3,'1.9.23'); +INSERT INTO `tree` VALUES (1,24,14,14,17,4,'1.9.14.24'); +INSERT INTO `tree` VALUES (1,25,24,15,16,5,'1.9.14.24.25'); +INSERT INTO `tree` VALUES (1,26,9,37,38,3,'1.9.26'); +INSERT INTO `tree` VALUES (1,27,9,39,40,3,'1.9.27'); +INSERT INTO `tree` VALUES (1,28,9,41,42,3,'1.9.28'); +INSERT INTO `tree` VALUES (1,29,9,43,44,3,'1.9.29'); +INSERT INTO `tree` VALUES (1,30,9,45,46,3,'1.9.30'); +INSERT INTO `tree` VALUES (1,31,9,47,48,3,'1.9.31'); +INSERT INTO `tree` VALUES (1,32,9,49,50,3,'1.9.32'); +INSERT INTO `tree` VALUES (1,33,9,51,52,3,'1.9.33'); +INSERT INTO `tree` VALUES (1,34,9,53,54,3,'1.9.34'); +INSERT INTO `tree` VALUES (1,35,9,55,56,3,'1.9.35'); +INSERT INTO `tree` VALUES (1,36,9,57,58,3,'1.9.36'); +INSERT INTO `tree` VALUES (1,37,9,59,60,3,'1.9.37'); +INSERT INTO `tree` VALUES (1,38,9,61,62,3,'1.9.38'); +INSERT INTO `tree` VALUES (1,39,9,63,64,3,'1.9.39'); +INSERT INTO `tree` VALUES (1,40,9,65,66,3,'1.9.40'); +INSERT INTO `tree` VALUES (1,41,9,67,68,3,'1.9.41'); +INSERT INTO `tree` VALUES (1,42,9,69,70,3,'1.9.42'); +INSERT INTO `tree` VALUES (1,43,9,71,72,3,'1.9.43'); +INSERT INTO `tree` VALUES (1,44,9,73,278,3,'1.9.44'); +INSERT INTO `tree` VALUES (1,45,9,279,280,3,'1.9.45'); +INSERT INTO `tree` VALUES (1,46,44,74,177,4,'1.9.44.46'); +INSERT INTO `tree` VALUES (1,47,46,75,76,5,'1.9.44.46.47'); +INSERT INTO `tree` VALUES (1,48,9,281,282,3,'1.9.48'); +INSERT INTO `tree` VALUES (1,49,9,283,284,3,'1.9.49'); +INSERT INTO `tree` VALUES (1,50,9,285,286,3,'1.9.50'); +INSERT INTO `tree` VALUES (1,51,9,287,288,3,'1.9.51'); +INSERT INTO `tree` VALUES (1,52,9,289,290,3,'1.9.52'); +INSERT INTO `tree` VALUES (1,53,9,291,292,3,'1.9.53'); +INSERT INTO `tree` VALUES (1,54,9,293,294,3,'1.9.54'); +INSERT INTO `tree` VALUES (1,55,9,295,296,3,'1.9.55'); +INSERT INTO `tree` VALUES (1,56,9,297,298,3,'1.9.56'); +INSERT INTO `tree` VALUES (1,57,9,299,300,3,'1.9.57'); +INSERT INTO `tree` VALUES (1,58,9,301,302,3,'1.9.58'); +INSERT INTO `tree` VALUES (1,59,9,303,304,3,'1.9.59'); +INSERT INTO `tree` VALUES (1,60,9,305,306,3,'1.9.60'); +INSERT INTO `tree` VALUES (1,61,9,307,308,3,'1.9.61'); +INSERT INTO `tree` VALUES (1,62,9,309,310,3,'1.9.62'); +INSERT INTO `tree` VALUES (1,63,9,311,312,3,'1.9.63'); +INSERT INTO `tree` VALUES (1,64,9,313,314,3,'1.9.64'); +INSERT INTO `tree` VALUES (1,65,9,315,316,3,'1.9.65'); +INSERT INTO `tree` VALUES (1,66,9,317,318,3,'1.9.66'); +INSERT INTO `tree` VALUES (1,67,9,0,0,3,'1.9.67'); +INSERT INTO `tree` VALUES (1,68,9,0,0,3,'1.9.68'); +INSERT INTO `tree` VALUES (1,69,9,0,0,3,'1.9.69'); +INSERT INTO `tree` VALUES (1,70,9,0,0,3,'1.9.70'); + +-- +-- Table structure for table `tree_workspace` +-- + +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`) +) ; + +-- +-- Dumping data for table `tree_workspace` +-- + + +-- +-- Table structure for table `tst_active` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_active` +-- + + +-- +-- Table structure for table `tst_active_seq` +-- + +CREATE TABLE `tst_active_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `tst_active_seq` +-- + + +-- +-- Table structure for table `tst_addtime` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_addtime` +-- + + +-- +-- Table structure for table `tst_dyn_quest_set_cfg` +-- + +CREATE TABLE `tst_dyn_quest_set_cfg` ( + `test_fi` int(11) NOT NULL DEFAULT 0, + `source_qpl_fi` int(11) NOT NULL DEFAULT 0, + `tax_filter_enabled` tinyint(4) NOT NULL DEFAULT 0, + `order_tax` int(11) DEFAULT NULL, + `source_qpl_title` varchar(255) DEFAULT NULL, + `answer_filter_enabled` tinyint(4) DEFAULT NULL, + PRIMARY KEY (`test_fi`) +) ; + +-- +-- Dumping data for table `tst_dyn_quest_set_cfg` +-- + + +-- +-- Table structure for table `tst_invited_user` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_invited_user` +-- + + +-- +-- Table structure for table `tst_manual_fb` +-- + +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 DEFAULT NULL, + PRIMARY KEY (`manual_feedback_id`), + KEY `i1_idx` (`active_fi`), + KEY `i2_idx` (`question_fi`), + KEY `i3_idx` (`pass`) +) ; + +-- +-- Dumping data for table `tst_manual_fb` +-- + + +-- +-- Table structure for table `tst_manual_fb_seq` +-- + +CREATE TABLE `tst_manual_fb_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `tst_manual_fb_seq` +-- + + +-- +-- Table structure for table `tst_mark` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_mark` +-- + + +-- +-- Table structure for table `tst_mark_seq` +-- + +CREATE TABLE `tst_mark_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `tst_mark_seq` +-- + + +-- +-- Table structure for table `tst_pass_result` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_pass_result` +-- + + +-- +-- Table structure for table `tst_qst_solved` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_qst_solved` +-- + + +-- +-- Table structure for table `tst_result_cache` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_result_cache` +-- + + +-- +-- Table structure for table `tst_rnd_cpy` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_rnd_cpy` +-- + + +-- +-- Table structure for table `tst_rnd_cpy_seq` +-- + +CREATE TABLE `tst_rnd_cpy_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `tst_rnd_cpy_seq` +-- + + +-- +-- Table structure for table `tst_rnd_qpl_title` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_rnd_qpl_title` +-- + + +-- +-- Table structure for table `tst_rnd_qpl_title_seq` +-- + +CREATE TABLE `tst_rnd_qpl_title_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `tst_rnd_qpl_title_seq` +-- + + +-- +-- Table structure for table `tst_rnd_quest_set_cfg` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_rnd_quest_set_cfg` +-- + + +-- +-- Table structure for table `tst_rnd_quest_set_qpls` +-- + +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, + PRIMARY KEY (`def_id`) +) ; + +-- +-- Dumping data for table `tst_rnd_quest_set_qpls` +-- + + +-- +-- Table structure for table `tst_rnd_quest_set_qpls_seq` +-- + +CREATE TABLE `tst_rnd_quest_set_qpls_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `tst_rnd_quest_set_qpls_seq` +-- + + +-- +-- Table structure for table `tst_seq_qst_answstatus` +-- + +CREATE TABLE `tst_seq_qst_answstatus` ( + `active_fi` int(11) NOT NULL DEFAULT 0, + `pass` int(11) NOT NULL DEFAULT 0, + `question_fi` int(11) NOT NULL DEFAULT 0, + `correctness` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`active_fi`,`pass`,`question_fi`), + KEY `i1_idx` (`active_fi`,`pass`), + KEY `i2_idx` (`active_fi`,`question_fi`) +) ; + +-- +-- Dumping data for table `tst_seq_qst_answstatus` +-- + + +-- +-- Table structure for table `tst_seq_qst_checked` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_seq_qst_checked` +-- + + +-- +-- Table structure for table `tst_seq_qst_optional` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_seq_qst_optional` +-- + + +-- +-- Table structure for table `tst_seq_qst_postponed` +-- + +CREATE TABLE `tst_seq_qst_postponed` ( + `active_fi` int(11) NOT NULL DEFAULT 0, + `pass` int(11) NOT NULL DEFAULT 0, + `question_fi` int(11) NOT NULL DEFAULT 0, + `cnt` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`active_fi`,`pass`,`question_fi`), + KEY `i1_idx` (`active_fi`,`pass`), + KEY `i2_idx` (`active_fi`,`question_fi`) +) ; + +-- +-- Dumping data for table `tst_seq_qst_postponed` +-- + + +-- +-- Table structure for table `tst_seq_qst_presented` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_seq_qst_presented` +-- + + +-- +-- Table structure for table `tst_seq_qst_tracking` +-- + +CREATE TABLE `tst_seq_qst_tracking` ( + `active_fi` int(11) NOT NULL DEFAULT 0, + `pass` int(11) NOT NULL DEFAULT 0, + `question_fi` int(11) NOT NULL DEFAULT 0, + `status` varchar(16) DEFAULT NULL, + `orderindex` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`active_fi`,`pass`,`question_fi`), + KEY `i1_idx` (`active_fi`,`pass`), + KEY `i2_idx` (`active_fi`,`question_fi`) +) ; + +-- +-- Dumping data for table `tst_seq_qst_tracking` +-- + + +-- +-- Table structure for table `tst_sequence` +-- + +CREATE TABLE `tst_sequence` ( + `active_fi` int(11) NOT NULL DEFAULT 0, + `pass` int(11) NOT NULL DEFAULT 0, + `sequence` longtext DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `tst_sequence` +-- + + +-- +-- Table structure for table `tst_skl_thresholds` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_skl_thresholds` +-- + + +-- +-- Table structure for table `tst_solutions` +-- + +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 DEFAULT NULL, + `value2` longtext DEFAULT NULL, + `step` int(11) DEFAULT NULL, + `authorized` tinyint(4) DEFAULT 1, + PRIMARY KEY (`solution_id`), + KEY `i1_idx` (`question_fi`), + KEY `i2_idx` (`active_fi`) +) ; + +-- +-- Dumping data for table `tst_solutions` +-- + + +-- +-- Table structure for table `tst_solutions_seq` +-- + +CREATE TABLE `tst_solutions_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `tst_solutions_seq` +-- + + +-- +-- Table structure for table `tst_test_defaults` +-- + +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 DEFAULT NULL, + `defaults` longtext DEFAULT NULL, + PRIMARY KEY (`test_defaults_id`), + KEY `i1_idx` (`user_fi`) +) ; + +-- +-- Dumping data for table `tst_test_defaults` +-- + + +-- +-- Table structure for table `tst_test_defaults_seq` +-- + +CREATE TABLE `tst_test_defaults_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `tst_test_defaults_seq` +-- + + +-- +-- Table structure for table `tst_test_question` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_test_question` +-- + + +-- +-- Table structure for table `tst_test_question_seq` +-- + +CREATE TABLE `tst_test_question_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `tst_test_question_seq` +-- + + +-- +-- Table structure for table `tst_test_result` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_test_result` +-- + + +-- +-- Table structure for table `tst_test_result_seq` +-- + +CREATE TABLE `tst_test_result_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `tst_test_result_seq` +-- + + +-- +-- Table structure for table `tst_test_rnd_qst` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_test_rnd_qst` +-- + + +-- +-- Table structure for table `tst_test_rnd_qst_seq` +-- + +CREATE TABLE `tst_test_rnd_qst_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `tst_test_rnd_qst_seq` +-- + + +-- +-- Table structure for table `tst_tests` +-- + +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', + `show_cancel` varchar(1) DEFAULT '1', + `anonymity` varchar(1) DEFAULT '0', + `nr_of_tries` smallint(6) NOT NULL DEFAULT 0, + `use_previous_answers` varchar(1) DEFAULT '1', + `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, + `allowedusers` int(11) DEFAULT NULL, + `alloweduserstimegap` int(11) DEFAULT NULL, + `results_presentation` int(11) NOT NULL DEFAULT 3, + `show_summary` 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, + `showinfo` int(11) NOT NULL DEFAULT 1, + `forcejs` int(11) NOT NULL DEFAULT 0, + `customstyle` varchar(128) DEFAULT NULL, + `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, + `enabled_view_mode` varchar(20) 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(128) 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, + `show_examview_html` tinyint(4) DEFAULT NULL, + `show_examview_pdf` tinyint(4) DEFAULT NULL, + `enable_archiving` tinyint(4) DEFAULT NULL, + `question_set_type` varchar(32) NOT NULL DEFAULT 'FIXED_QUEST_SET', + `sign_submission` int(11) NOT NULL DEFAULT 0, + `char_selector_availability` int(11) NOT NULL DEFAULT 0, + `char_selector_definition` varchar(4000) DEFAULT NULL, + `skill_service` tinyint(4) DEFAULT NULL, + `result_tax_filters` varchar(255) 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, + `limit_users_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, + PRIMARY KEY (`test_id`), + KEY `i1_idx` (`obj_fi`) +) ; + +-- +-- Dumping data for table `tst_tests` +-- + + +-- +-- Table structure for table `tst_tests_seq` +-- + +CREATE TABLE `tst_tests_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `tst_tests_seq` +-- + + +-- +-- Table structure for table `tst_times` +-- + +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`) +) ; + +-- +-- Dumping data for table `tst_times` +-- + + +-- +-- Table structure for table `tst_times_seq` +-- + +CREATE TABLE `tst_times_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `tst_times_seq` +-- + + +-- +-- Table structure for table `udf_clob` +-- + +CREATE TABLE `udf_clob` ( + `usr_id` int(11) NOT NULL DEFAULT 0, + `field_id` int(11) NOT NULL DEFAULT 0, + `value` longtext DEFAULT NULL, + PRIMARY KEY (`usr_id`,`field_id`) +) ; + +-- +-- Dumping data for table `udf_clob` +-- + + +-- +-- Table structure for table `udf_data` +-- + +CREATE TABLE `udf_data` ( + `usr_id` int(11) NOT NULL DEFAULT 0, + PRIMARY KEY (`usr_id`) +) ; + +-- +-- Dumping data for table `udf_data` +-- + +INSERT INTO `udf_data` VALUES (6); +INSERT INTO `udf_data` VALUES (13); + +-- +-- Table structure for table `udf_definition` +-- + +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 DEFAULT NULL, + `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, + PRIMARY KEY (`field_id`) +) ; + +-- +-- Dumping data for table `udf_definition` +-- + + +-- +-- Table structure for table `udf_definition_seq` +-- + +CREATE TABLE `udf_definition_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `udf_definition_seq` +-- + + +-- +-- Table structure for table `udf_text` +-- + +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`) +) ; + +-- +-- Dumping data for table `udf_text` +-- + + +-- +-- Table structure for table `user_action_activation` +-- + +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`) +) ; + +-- +-- Dumping data for table `user_action_activation` +-- + +INSERT INTO `user_action_activation` VALUES ('awrn','toplist','chtr','invite',1); +INSERT INTO `user_action_activation` VALUES ('awrn','toplist','chtr','invite_osd',1); +INSERT INTO `user_action_activation` VALUES ('awrn','toplist','contact','handle_req',1); +INSERT INTO `user_action_activation` VALUES ('awrn','toplist','mail','compose',1); +INSERT INTO `user_action_activation` VALUES ('awrn','toplist','pwsp','shared_res',1); +INSERT INTO `user_action_activation` VALUES ('awrn','toplist','user','profile',1); + +-- +-- Table structure for table `usr_account_codes` +-- + +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`) +) ; + +-- +-- Dumping data for table `usr_account_codes` +-- + + +-- +-- Table structure for table `usr_account_codes_seq` +-- + +CREATE TABLE `usr_account_codes_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `usr_account_codes_seq` +-- + + +-- +-- Table structure for table `usr_cron_mail_reminder` +-- + +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`) +) ; + +-- +-- Dumping data for table `usr_cron_mail_reminder` +-- + + +-- +-- Table structure for table `usr_data` +-- + +CREATE TABLE `usr_data` ( + `usr_id` int(11) NOT NULL DEFAULT 0, + `login` varchar(190) DEFAULT NULL, + `passwd` varchar(80) DEFAULT NULL, + `firstname` varchar(32) DEFAULT NULL, + `lastname` varchar(32) DEFAULT NULL, + `title` varchar(32) DEFAULT NULL, + `gender` char(1) DEFAULT 'm', + `email` varchar(80) DEFAULT NULL, + `institution` varchar(80) DEFAULT NULL, + `street` varchar(40) 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` int(11) DEFAULT 0, + `time_limit_until` int(11) 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 DEFAULT NULL, + `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, + PRIMARY KEY (`usr_id`), + UNIQUE KEY `uc1_idx` (`login`), + KEY `i1_idx` (`login`,`passwd`), + KEY `i2_idx` (`ext_account`,`auth_mode`) +) ; + +-- +-- Dumping data for table `usr_data` +-- + +INSERT INTO `usr_data` VALUES (6,'root','$2y$09$uhSHx5YHS6G1zv0gdTZfx.VNK482euQm2HmPd6cBhmOn3lgPd.NSC','root','user','','m','ilias@yourserver.com','','','','','','','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); +INSERT INTO `usr_data` VALUES (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); + +-- +-- Table structure for table `usr_data_multi` +-- + +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`) +) ; + +-- +-- Dumping data for table `usr_data_multi` +-- + + +-- +-- Table structure for table `usr_data_multi_seq` +-- + +CREATE TABLE `usr_data_multi_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `usr_data_multi_seq` +-- + + +-- +-- Table structure for table `usr_ext_profile_page` +-- + +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`) +) ; + +-- +-- Dumping data for table `usr_ext_profile_page` +-- + + +-- +-- Table structure for table `usr_ext_profile_page_seq` +-- + +CREATE TABLE `usr_ext_profile_page_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `usr_ext_profile_page_seq` +-- + + +-- +-- Table structure for table `usr_form_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `usr_form_settings` +-- + + +-- +-- Table structure for table `usr_portf_acl` +-- + +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`) +) ; + +-- +-- Dumping data for table `usr_portf_acl` +-- + + +-- +-- Table structure for table `usr_portfolio` +-- + +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`) +) ; + +-- +-- Dumping data for table `usr_portfolio` +-- + + +-- +-- Table structure for table `usr_portfolio_page` +-- + +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`) +) ; + +-- +-- Dumping data for table `usr_portfolio_page` +-- + + +-- +-- Table structure for table `usr_portfolio_page_seq` +-- + +CREATE TABLE `usr_portfolio_page_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `usr_portfolio_page_seq` +-- + + +-- +-- Table structure for table `usr_pref` +-- + +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`) +) ; + +-- +-- Dumping data for table `usr_pref` +-- + +INSERT INTO `usr_pref` VALUES (6,'bs_allow_to_contact_me','y'); +INSERT INTO `usr_pref` VALUES (6,'calendar_selection_type','1'); +INSERT INTO `usr_pref` VALUES (6,'chat_osc_accept_msg','n'); +INSERT INTO `usr_pref` VALUES (6,'date_format','1'); +INSERT INTO `usr_pref` VALUES (6,'day_end','19'); +INSERT INTO `usr_pref` VALUES (6,'day_start','8'); +INSERT INTO `usr_pref` VALUES (6,'export_tz_type','1'); +INSERT INTO `usr_pref` VALUES (6,'hide_own_online_status','n'); +INSERT INTO `usr_pref` VALUES (6,'hits_per_page','50'); +INSERT INTO `usr_pref` VALUES (6,'language','en'); +INSERT INTO `usr_pref` VALUES (6,'public_city','n'); +INSERT INTO `usr_pref` VALUES (6,'public_country','n'); +INSERT INTO `usr_pref` VALUES (6,'public_email','n'); +INSERT INTO `usr_pref` VALUES (6,'public_hobby','n'); +INSERT INTO `usr_pref` VALUES (6,'public_institution','n'); +INSERT INTO `usr_pref` VALUES (6,'public_phone','n'); +INSERT INTO `usr_pref` VALUES (6,'public_profile','n'); +INSERT INTO `usr_pref` VALUES (6,'public_street','n'); +INSERT INTO `usr_pref` VALUES (6,'public_upload','n'); +INSERT INTO `usr_pref` VALUES (6,'public_zip','n'); +INSERT INTO `usr_pref` VALUES (6,'screen_reader_optimization',''); +INSERT INTO `usr_pref` VALUES (6,'send_info_mails','n'); +INSERT INTO `usr_pref` VALUES (6,'show_users_online','y'); +INSERT INTO `usr_pref` VALUES (6,'skin','default'); +INSERT INTO `usr_pref` VALUES (6,'store_last_visited','0'); +INSERT INTO `usr_pref` VALUES (6,'style','delos'); +INSERT INTO `usr_pref` VALUES (6,'time_format','1'); +INSERT INTO `usr_pref` VALUES (6,'user_tz','Europe/Berlin'); +INSERT INTO `usr_pref` VALUES (6,'weekstart','1'); +INSERT INTO `usr_pref` VALUES (13,'show_users_online','y'); + +-- +-- Table structure for table `usr_pwassist` +-- + +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`) +) ; + +-- +-- Dumping data for table `usr_pwassist` +-- + + +-- +-- Table structure for table `usr_search` +-- + +CREATE TABLE `usr_search` ( + `usr_id` int(11) NOT NULL DEFAULT 0, + `search_result` longtext DEFAULT NULL, + `checked` longtext DEFAULT NULL, + `failed` longtext DEFAULT NULL, + `page` tinyint(4) NOT NULL DEFAULT 0, + `search_type` tinyint(4) NOT NULL DEFAULT 0, + `query` longtext DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `usr_search` +-- + + +-- +-- Table structure for table `usr_sess_istorage` +-- + +CREATE TABLE `usr_sess_istorage` ( + `session_id` varchar(80) 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`) +) ; + +-- +-- Dumping data for table `usr_sess_istorage` +-- + + +-- +-- Table structure for table `usr_session` +-- + +CREATE TABLE `usr_session` ( + `session_id` varchar(250) NOT NULL DEFAULT ' ', + `expires` int(11) NOT NULL DEFAULT 0, + `data` longtext DEFAULT NULL, + `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`) +) ; + +-- +-- Dumping data for table `usr_session` +-- + + +-- +-- Table structure for table `usr_session_log` +-- + +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`) +) ; + +-- +-- Dumping data for table `usr_session_log` +-- + + +-- +-- Table structure for table `usr_session_stats` +-- + +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`) +) ; + +-- +-- Dumping data for table `usr_session_stats` +-- + + +-- +-- Table structure for table `usr_session_stats_raw` +-- + +CREATE TABLE `usr_session_stats_raw` ( + `session_id` varchar(80) 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`) +) ; + +-- +-- Dumping data for table `usr_session_stats_raw` +-- + + +-- +-- Table structure for table `usr_starting_point` +-- + +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, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `usr_starting_point` +-- + + +-- +-- Table structure for table `usr_starting_point_seq` +-- + +CREATE TABLE `usr_starting_point_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `usr_starting_point_seq` +-- + + +-- +-- Table structure for table `ut_lp_coll_manual` +-- + +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`) +) ; + +-- +-- Dumping data for table `ut_lp_coll_manual` +-- + + +-- +-- Table structure for table `ut_lp_collections` +-- + +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`) +) ; + +-- +-- Dumping data for table `ut_lp_collections` +-- + + +-- +-- Table structure for table `ut_lp_defaults` +-- + +CREATE TABLE `ut_lp_defaults` ( + `type_id` varchar(10) NOT NULL DEFAULT '', + `lp_mode` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`type_id`) +) ; + +-- +-- Dumping data for table `ut_lp_defaults` +-- + + +-- +-- Table structure for table `ut_lp_marks` +-- + +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`) +) ; + +-- +-- Dumping data for table `ut_lp_marks` +-- + + +-- +-- Table structure for table `ut_lp_settings` +-- + +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`) +) ; + +-- +-- Dumping data for table `ut_lp_settings` +-- + + +-- +-- Table structure for table `ut_lp_user_status` +-- + +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`) +) ; + +-- +-- Dumping data for table `ut_lp_user_status` +-- + + +-- +-- Table structure for table `ut_online` +-- + +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`) +) ; + +-- +-- Dumping data for table `ut_online` +-- + +INSERT INTO `ut_online` VALUES (6,7860,1450799200); + +-- +-- Table structure for table `webr_items` +-- + +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, + `disable_check` tinyint(4) DEFAULT NULL, + `create_date` int(11) NOT NULL DEFAULT 0, + `last_update` int(11) NOT NULL DEFAULT 0, + `last_check` int(11) DEFAULT NULL, + `valid` tinyint(4) NOT NULL DEFAULT 0, + `internal` tinyint(4) DEFAULT NULL, + PRIMARY KEY (`link_id`), + KEY `i1_idx` (`link_id`,`webr_id`) +) ; + +-- +-- Dumping data for table `webr_items` +-- + + +-- +-- Table structure for table `webr_items_seq` +-- + +CREATE TABLE `webr_items_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `webr_items_seq` +-- + + +-- +-- Table structure for table `webr_params` +-- + +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`) +) ; + +-- +-- Dumping data for table `webr_params` +-- + + +-- +-- Table structure for table `webr_params_seq` +-- + +CREATE TABLE `webr_params_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `webr_params_seq` +-- + + +-- +-- Table structure for table `wfe_det_listening` +-- + +CREATE TABLE `wfe_det_listening` ( + `detector_id` int(11) NOT NULL DEFAULT 0, + `workflow_id` int(11) NOT NULL DEFAULT 0, + `type` varchar(255) DEFAULT NULL, + `content` varchar(255) DEFAULT NULL, + `subject_type` varchar(30) DEFAULT NULL, + `subject_id` int(11) DEFAULT NULL, + `context_type` varchar(30) DEFAULT NULL, + `context_id` int(11) DEFAULT NULL, + `listening_start` int(11) DEFAULT NULL, + `listening_end` int(11) DEFAULT NULL, + PRIMARY KEY (`detector_id`) +) ; + +-- +-- Dumping data for table `wfe_det_listening` +-- + + +-- +-- Table structure for table `wfe_det_listening_seq` +-- + +CREATE TABLE `wfe_det_listening_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `wfe_det_listening_seq` +-- + + +-- +-- Table structure for table `wfe_startup_events` +-- + +CREATE TABLE `wfe_startup_events` ( + `event_id` int(11) NOT NULL DEFAULT 0, + `workflow_id` varchar(60) NOT NULL DEFAULT '', + `type` varchar(255) DEFAULT NULL, + `content` varchar(255) DEFAULT NULL, + `subject_type` varchar(30) DEFAULT NULL, + `subject_id` int(11) DEFAULT NULL, + `context_type` varchar(30) DEFAULT NULL, + `context_id` int(11) DEFAULT NULL, + PRIMARY KEY (`event_id`) +) ; + +-- +-- Dumping data for table `wfe_startup_events` +-- + + +-- +-- Table structure for table `wfe_startup_events_seq` +-- + +CREATE TABLE `wfe_startup_events_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `wfe_startup_events_seq` +-- + + +-- +-- Table structure for table `wfe_static_inputs` +-- + +CREATE TABLE `wfe_static_inputs` ( + `input_id` int(11) NOT NULL DEFAULT 0, + `event_id` int(11) NOT NULL DEFAULT 0, + `name` varchar(255) DEFAULT NULL, + `value` longtext DEFAULT NULL, + PRIMARY KEY (`input_id`) +) ; + +-- +-- Dumping data for table `wfe_static_inputs` +-- + + +-- +-- Table structure for table `wfe_static_inputs_seq` +-- + +CREATE TABLE `wfe_static_inputs_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `wfe_static_inputs_seq` +-- + + +-- +-- Table structure for table `wfe_workflows` +-- + +CREATE TABLE `wfe_workflows` ( + `workflow_id` int(11) NOT NULL DEFAULT 0, + `workflow_type` varchar(255) DEFAULT NULL, + `workflow_content` varchar(255) DEFAULT NULL, + `workflow_class` varchar(255) DEFAULT NULL, + `workflow_location` varchar(255) DEFAULT NULL, + `subject_type` varchar(30) DEFAULT NULL, + `subject_id` int(11) DEFAULT NULL, + `context_type` varchar(30) DEFAULT NULL, + `context_id` int(11) DEFAULT NULL, + `workflow_instance` longtext DEFAULT NULL, + `active` int(11) DEFAULT NULL, + PRIMARY KEY (`workflow_id`) +) ; + +-- +-- Dumping data for table `wfe_workflows` +-- + + +-- +-- Table structure for table `wfe_workflows_seq` +-- + +CREATE TABLE `wfe_workflows_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `wfe_workflows_seq` +-- + + +-- +-- Table structure for table `wiki_page_template` +-- + +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`) +) ; + +-- +-- Dumping data for table `wiki_page_template` +-- + + +-- +-- Table structure for table `wiki_stat` +-- + +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`) +) ; + +-- +-- Dumping data for table `wiki_stat` +-- + + +-- +-- Table structure for table `wiki_stat_page` +-- + +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` tinyint(4) NOT NULL DEFAULT 0, + PRIMARY KEY (`wiki_id`,`page_id`,`ts`) +) ; + +-- +-- Dumping data for table `wiki_stat_page` +-- + + +-- +-- Table structure for table `wiki_stat_page_user` +-- + +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`) +) ; + +-- +-- Dumping data for table `wiki_stat_page_user` +-- + + +-- +-- Table structure for table `wiki_stat_user` +-- + +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`) +) ; + +-- +-- Dumping data for table `wiki_stat_user` +-- + + +-- +-- Table structure for table `wiki_user_html_export` +-- + +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, + PRIMARY KEY (`wiki_id`) +) ; + +-- +-- Dumping data for table `wiki_user_html_export` +-- + + +-- +-- Table structure for table `write_event` +-- + +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`) +) ; + +-- +-- Dumping data for table `write_event` +-- + +INSERT INTO `write_event` VALUES (7,9,-1,'create','2002-06-26 23:24:06',1); +INSERT INTO `write_event` VALUES (8,9,-1,'create','2002-06-26 23:24:06',2); +INSERT INTO `write_event` VALUES (9,1,-1,'create','2002-07-15 02:37:33',3); +INSERT INTO `write_event` VALUES (10,9,-1,'create','2002-07-15 02:36:56',4); +INSERT INTO `write_event` VALUES (11,9,-1,'create','2002-07-15 05:52:51',5); +INSERT INTO `write_event` VALUES (12,9,-1,'create','2003-08-15 00:07:28',6); +INSERT INTO `write_event` VALUES (98,9,-1,'create','2004-02-18 16:17:40',7); +INSERT INTO `write_event` VALUES (100,9,-1,'create','2004-03-09 13:13:16',8); +INSERT INTO `write_event` VALUES (107,9,-1,'create','2004-06-20 15:27:18',9); +INSERT INTO `write_event` VALUES (109,9,-1,'create','2004-07-10 15:03:12',10); +INSERT INTO `write_event` VALUES (86,9,-1,'create','2003-11-30 16:22:49',11); +INSERT INTO `write_event` VALUES (114,9,-1,'create','2004-09-01 23:49:45',12); +INSERT INTO `write_event` VALUES (116,9,-1,'create','2005-01-07 12:21:15',13); +INSERT INTO `write_event` VALUES (118,9,-1,'create','2005-03-02 03:59:01',14); +INSERT INTO `write_event` VALUES (124,9,-1,'create','2005-06-19 23:50:00',15); +INSERT INTO `write_event` VALUES (128,9,-1,'create','2005-07-20 08:10:04',16); +INSERT INTO `write_event` VALUES (132,98,6,'create','2005-11-07 07:41:22',17); +INSERT INTO `write_event` VALUES (133,132,6,'create','2005-11-07 07:41:22',18); +INSERT INTO `write_event` VALUES (136,9,-1,'create','2006-07-11 08:43:23',19); +INSERT INTO `write_event` VALUES (138,9,-1,'create','2007-02-26 12:58:49',20); +INSERT INTO `write_event` VALUES (140,9,-1,'create','2007-02-26 12:58:50',21); +INSERT INTO `write_event` VALUES (144,9,-1,'create','2007-04-03 03:43:47',22); +INSERT INTO `write_event` VALUES (147,9,-1,'create','2007-09-25 09:47:53',23); +INSERT INTO `write_event` VALUES (150,9,-1,'create','2008-06-02 06:08:54',24); +INSERT INTO `write_event` VALUES (152,9,-1,'create','2008-06-02 06:08:55',25); + +-- +-- Table structure for table `write_event_seq` +-- + +CREATE TABLE `write_event_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) AUTO_INCREMENT=26; + +-- +-- Dumping data for table `write_event_seq` +-- + +INSERT INTO `write_event_seq` VALUES (25); + +-- +-- Table structure for table `xhtml_page` +-- + +CREATE TABLE `xhtml_page` ( + `id` int(11) NOT NULL DEFAULT 0, + `content` longtext DEFAULT NULL, + `save_content` longtext DEFAULT NULL, + PRIMARY KEY (`id`) +) ; + +-- +-- Dumping data for table `xhtml_page` +-- + + +-- +-- Table structure for table `xhtml_page_seq` +-- + +CREATE TABLE `xhtml_page_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `xhtml_page_seq` +-- + + +-- +-- Table structure for table `xmlnestedset` +-- + +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`) +) ; + +-- +-- Dumping data for table `xmlnestedset` +-- + + +-- +-- Table structure for table `xmlnestedset_seq` +-- + +CREATE TABLE `xmlnestedset_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `xmlnestedset_seq` +-- + + +-- +-- Table structure for table `xmlnestedsettmp` +-- + +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`) +) ; + +-- +-- Dumping data for table `xmlnestedsettmp` +-- + + +-- +-- Table structure for table `xmlnestedsettmp_seq` +-- + +CREATE TABLE `xmlnestedsettmp_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `xmlnestedsettmp_seq` +-- + + +-- +-- Table structure for table `xmlparam` +-- + +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`) +) ; + +-- +-- Dumping data for table `xmlparam` +-- + + +-- +-- Table structure for table `xmltags` +-- + +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`) +) ; + +-- +-- Dumping data for table `xmltags` +-- + + +-- +-- Table structure for table `xmltags_seq` +-- + +CREATE TABLE `xmltags_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `xmltags_seq` +-- + + +-- +-- Table structure for table `xmlvalue` +-- + +CREATE TABLE `xmlvalue` ( + `tag_value_pk` int(11) NOT NULL DEFAULT 0, + `tag_fk` int(11) NOT NULL DEFAULT 0, + `tag_value` longtext DEFAULT NULL, + PRIMARY KEY (`tag_value_pk`), + KEY `i1_idx` (`tag_fk`) +) ; + +-- +-- Dumping data for table `xmlvalue` +-- + + +-- +-- Table structure for table `xmlvalue_seq` +-- + +CREATE TABLE `xmlvalue_seq` ( + `sequence` int(11) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`sequence`) +) ; + +-- +-- Dumping data for table `xmlvalue_seq` +-- + + + +-- Dump completed on 2021-05-14 10:12:12