From 685cd760f9dc61ac403ac4f644d6eebc6d16771b Mon Sep 17 00:00:00 2001 From: Anton Arsenij Date: Fri, 15 Apr 2016 00:08:22 +0200 Subject: [PATCH] Release 5.1.5 --- docs/INSTALL | 6 +- include/inc.ilias_version.php | 4 +- lang/ilias_ar.lang | 14 +- lang/ilias_bg.lang | 14 +- lang/ilias_cs.lang | 14 +- lang/ilias_da.lang | 14 +- lang/ilias_de.lang | 2 +- lang/ilias_el.lang | 14 +- lang/ilias_es.lang | 14 +- lang/ilias_et.lang | 14 +- lang/ilias_fa.lang | 14 +- lang/ilias_fr.lang | 14 +- lang/ilias_hu.lang | 3 + lang/ilias_it.lang | 14 +- lang/ilias_ja.lang | 14 +- lang/ilias_ka.lang | 14 +- lang/ilias_lt.lang | 14 +- lang/ilias_nl.lang | 14 +- lang/ilias_pl.lang | 199 +- lang/ilias_pt.lang | 14 +- lang/ilias_ro.lang | 14 +- lang/ilias_ru.lang | 14 +- lang/ilias_sk.lang | 14 +- lang/ilias_sq.lang | 23 +- lang/ilias_sr.lang | 14 +- lang/ilias_tr.lang | 14 +- lang/ilias_uk.lang | 14 +- lang/ilias_vi.lang | 14 +- lang/ilias_zh.lang | 14 +- setup/sql/ilDBTemplate.php | 44 +- setup/sql/ilias3.sql | 4944 +++++++++++++++++---------------- 31 files changed, 2825 insertions(+), 2722 deletions(-) mode change 100755 => 100644 lang/ilias_sq.lang diff --git a/docs/INSTALL b/docs/INSTALL index 0d5d0ca7e185..527cefa194fa 100755 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -161,7 +161,7 @@ source files into separate directories in /opt/ilias/src: The ILIAS software, its documentation and the web space directory structure is stored in: - ilias-5.1.4.tar.gz + ilias-5.1.5.tar.gz The ILIAS tarball may also reside in /opt/ilias/src/tarballs/. After all third- party software has been installed it can directly be extracted into the web @@ -512,7 +512,7 @@ components: First extract the content of the ILIAS tarball into the web space directory: cd /opt/ilias/www/htdocs/ - tar -xzf /opt/ilias/src/tarballs/ilias-5.1.4.tar.gz + tar -xzf /opt/ilias/src/tarballs/ilias-5.1.5.tar.gz Please make sure your webserver has write permission to the ILIAS web space and data directories and all their subdirectories. If your webserver daemon @@ -655,7 +655,7 @@ your choice). Do not simply overwrite the 'ilias' directory in your webspace! Example: cd /tmp - tar -xzf /opt/ilias/src/tarballs/ilias-5.1.4.tar.gz + tar -xzf /opt/ilias/src/tarballs/ilias-5.1.5.tar.gz After extracting the files you will find a newly created subdirectory 'ilias' in your tmp/ directory. Depending on the ILIAS version you are replacing you must diff --git a/include/inc.ilias_version.php b/include/inc.ilias_version.php index 870c8c475be1..f7dca65ac8f0 100644 --- a/include/inc.ilias_version.php +++ b/include/inc.ilias_version.php @@ -9,6 +9,6 @@ * * @package ilias-core */ -define("ILIAS_VERSION", "5.1.4 2016-03-10"); -define("ILIAS_VERSION_NUMERIC", "5.1.4"); // must be always x.y.z: x, y and z are numbers +define("ILIAS_VERSION", "5.1.5 2016-04-15"); +define("ILIAS_VERSION_NUMERIC", "5.1.5"); // must be always x.y.z: x, y and z are numbers ?> diff --git a/lang/ilias_ar.lang b/lang/ilias_ar.lang index aab6b3fd9436..a222260febc8 100644 --- a/lang/ilias_ar.lang +++ b/lang/ilias_ar.lang @@ -8270,8 +8270,6 @@ mail#:#mail_sure_delete#:#Are you sure you want to delete the marked mail(s)? mail#:#mail_sure_delete_entry#:#Are sure you want to delete the following entries? mail#:#mail_sure_delete_file#:#The file will be removed permanently mail#:#mail_sure_delete_folder#:#The folder and its contents will be removed permanently -mail#:#mail_system_sender_name#:#Sender Name -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender. mail#:#mail_to#:#الى mail#:#mail_user_addr_n_valid#:#Following users have no valid e-mail address mail#:#placeholders_advise#:#Placeholders are only resolved for recipients in the To field.%sRecipients in the CC and BCC field will get unsolved placeholders. @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_bg.lang b/lang/ilias_bg.lang index 7be8f2fd912f..dc6021043e9c 100644 --- a/lang/ilias_bg.lang +++ b/lang/ilias_bg.lang @@ -11914,8 +11914,6 @@ pdesk#:#bookmark_moved_ok#:#Bookmark has been moved.###28 08 2012 new variable wsp#:#wsp_tab_ownership#:#My Repository Objects###28 08 2012 new variable user#:#user_ownership#:#Repository Objects###28 08 2012 new variable registration#:#registration_code_role_info#:#If you use a registration code, the role selection may be superseded by the code.###28 08 2012 new variable -mail#:#mail_system_sender_name#:#Sender Name###28 08 2012 new variable -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender.###28 08 2012 new variable content#:#cont_current_term#:#Current Term###28 08 2012 new variable assessment#:#tst_setting_offer_hints_label#:#Question Specific Hints###28 08 2012 new variable assessment#:#tst_setting_offer_hints_info#:#If enabled, existing question specific hints are offered.###28 08 2012 new variable @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_cs.lang b/lang/ilias_cs.lang index a05a0ea88a75..5ba7ceb910ad 100644 --- a/lang/ilias_cs.lang +++ b/lang/ilias_cs.lang @@ -9205,8 +9205,6 @@ mail#:#mail_sure_delete#:#Určitě chcete odstranit označené zprávy? mail#:#mail_sure_delete_entry#:#Určitě chcete odstranit následující položky? mail#:#mail_sure_delete_file#:#Soubor bude definitivně vymazán mail#:#mail_sure_delete_folder#:#Složka a její obsah bude definitivně vymazána -mail#:#mail_system_sender_name#:#Sender Name -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender. mail#:#mail_to#:#Komu mail#:#mail_user_addr_n_valid#:#Následující uživatelé nemají platnou adresu elektronické pošty mail#:#placeholders_advise#:#Rezervované místo je přiřazeno pouze pro příjemce v poli Komu.%sPříjemce v poli Kopie a Diskrétní kopie zprávu obdrží bez nahrazování rezervovaného místa. @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_da.lang b/lang/ilias_da.lang index d4912233e8a5..c0859af54176 100644 --- a/lang/ilias_da.lang +++ b/lang/ilias_da.lang @@ -11914,8 +11914,6 @@ pdesk#:#bookmark_moved_ok#:#Bookmark has been moved.###28 08 2012 new variable wsp#:#wsp_tab_ownership#:#My Repository Objects###28 08 2012 new variable user#:#user_ownership#:#Repository Objects###28 08 2012 new variable registration#:#registration_code_role_info#:#If you use a registration code, the role selection may be superseded by the code.###28 08 2012 new variable -mail#:#mail_system_sender_name#:#Sender Name###28 08 2012 new variable -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender.###28 08 2012 new variable content#:#cont_current_term#:#Current Term###28 08 2012 new variable assessment#:#tst_setting_offer_hints_label#:#Question Specific Hints###28 08 2012 new variable assessment#:#tst_setting_offer_hints_info#:#If enabled, existing question specific hints are offered.###28 08 2012 new variable @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_de.lang b/lang/ilias_de.lang index 55fa8f004a02..928d432f787b 100644 --- a/lang/ilias_de.lang +++ b/lang/ilias_de.lang @@ -16187,4 +16187,4 @@ sysc#:#sysc_message_tree_structure_confirm#:#Sind sie sicher, dass sie die Baums sysc#:#sysc_btn_tree_structure#:#Baumstruktur neu generieren crs#:#event_tbl_tutors#:#Tutoren crs#:#event_tbl_admins#:#Administratoren -crs#:#event_tbl_members#:#Mitglieder \ No newline at end of file +crs#:#event_tbl_members#:#Mitglieder diff --git a/lang/ilias_el.lang b/lang/ilias_el.lang index 012c8e8c53ef..cda5c3c2d382 100644 --- a/lang/ilias_el.lang +++ b/lang/ilias_el.lang @@ -11915,8 +11915,6 @@ pdesk#:#bookmark_moved_ok#:#Bookmark has been moved.###28 08 2012 new variable wsp#:#wsp_tab_ownership#:#My Repository Objects###28 08 2012 new variable user#:#user_ownership#:#Repository Objects###28 08 2012 new variable registration#:#registration_code_role_info#:#If you use a registration code, the role selection may be superseded by the code.###28 08 2012 new variable -mail#:#mail_system_sender_name#:#Sender Name###28 08 2012 new variable -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender.###28 08 2012 new variable content#:#cont_current_term#:#Current Term###28 08 2012 new variable assessment#:#tst_setting_offer_hints_label#:#Question Specific Hints###28 08 2012 new variable assessment#:#tst_setting_offer_hints_info#:#If enabled, existing question specific hints are offered.###28 08 2012 new variable @@ -16179,3 +16177,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_es.lang b/lang/ilias_es.lang index 734d2b989606..348db9010e17 100644 --- a/lang/ilias_es.lang +++ b/lang/ilias_es.lang @@ -8280,8 +8280,6 @@ mail#:#mail_sure_delete_entry#:#Está seguro que quiere eliminar las siguientes mail#:#mail_sure_delete#:#Está seguro de eliminar los correo(s) marcados mail#:#mail_sure_delete_file#:#El archivo será eliminado permanentemente mail#:#mail_sure_delete_folder#:#La carpeta y su contenido será eliminado permanentemente -mail#:#mail_system_sender_name_info#:#Por favor introduzca un nombre. Este nombre será usado para generar mensajes automáticos (Internos y externos). Si dejas el campo en blanco, Ilias usara el identificador de esta instalación. Si el título no se ha definido se usará 'ILIAS' como remitente. -mail#:#mail_system_sender_name#:#Nombre del Remitente mail#:#mail_to#:#Para mail#:#mail_user_addr_n_valid#:#Los siguientes usuarios no tienen una dirección de correo válida mail#:#placeholders_advise#:#Las variables sólo se resuelven para destinatarios en el campo To.%s Destinatarios en el campo CC y BCC tendrán variables no resueltas. @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_et.lang b/lang/ilias_et.lang index 219cba3271a3..d7bd6cc106b2 100644 --- a/lang/ilias_et.lang +++ b/lang/ilias_et.lang @@ -9827,8 +9827,6 @@ mail#:#mail_sure_delete#:#Are you sure you want to delete the marked mail(s)? mail#:#mail_sure_delete_entry#:#Kas oled kindel, et soovid järgmised kontaktid kustutada mail#:#mail_sure_delete_file#:#The file will be removed permanently mail#:#mail_sure_delete_folder#:#The folder and its contents will be removed permanently -mail#:#mail_system_sender_name#:#Sender Name -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender. mail#:#mail_to#:#To mail#:#mail_user_addr_n_valid#:#Following users have no valid e-mail address mail#:#placeholders_advise#:#Kohahoidjad on lahendatud ainult saajatele `Kellele` väljal.%sSaajad väljadel `Koopia` ja `Pimekoopia`saavad lahendamata kohahoidjad. @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_fa.lang b/lang/ilias_fa.lang index 61da9fd5f90a..f09678a24c35 100644 --- a/lang/ilias_fa.lang +++ b/lang/ilias_fa.lang @@ -11914,8 +11914,6 @@ pdesk#:#bookmark_moved_ok#:#Bookmark has been moved.###28 08 2012 new variable wsp#:#wsp_tab_ownership#:#My Repository Objects###28 08 2012 new variable user#:#user_ownership#:#Repository Objects###28 08 2012 new variable registration#:#registration_code_role_info#:#If you use a registration code, the role selection may be superseded by the code.###28 08 2012 new variable -mail#:#mail_system_sender_name#:#Sender Name###28 08 2012 new variable -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender.###28 08 2012 new variable content#:#cont_current_term#:#Current Term###28 08 2012 new variable assessment#:#tst_setting_offer_hints_label#:#Question Specific Hints###28 08 2012 new variable assessment#:#tst_setting_offer_hints_info#:#If enabled, existing question specific hints are offered.###28 08 2012 new variable @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_fr.lang b/lang/ilias_fr.lang index 7681b15a8f22..1422a7160d36 100644 --- a/lang/ilias_fr.lang +++ b/lang/ilias_fr.lang @@ -9184,8 +9184,6 @@ mail#:#mail_sure_delete#:#Êtes-vous sûr(e) de vouloir supprimer les messages s mail#:#mail_sure_delete_entry#:#Êtes-vous sûr(e) de vouloir supprimer les entrées suivantes ? mail#:#mail_sure_delete_file#:#Êtes-vous sûr(e) de vouloir supprimer les fichiers sélectionnés ? mail#:#mail_sure_delete_folder#:#Le dossier et son contenu seront détruits définitivement -mail#:#mail_system_sender_name#:#Nom d'Expéditeur -mail#:#mail_system_sender_name_info#:#Veuillez entrer un nom qui sera utilisé pour les messages générés automatiquement (internes et externes). Si vous laissez ce champ vide, ILIAS utilise le titre court de cette installation. Si le titre n'est pas correctement défini, "ILIAS" est utilisé comme expéditeur. mail#:#mail_to#:#À mail#:#mail_user_addr_n_valid#:#Les utilisateurs suivants n'ont pas d'adresse email valide mail#:#placeholders_advise#:#Les chaînes de remplacement ne concernent que les destinataires indiqués dans le champs "À", et non les destinataires indiqués dans les champs "CC" et "CCI". @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_hu.lang b/lang/ilias_hu.lang index 8200657d125e..62cabf735437 100644 --- a/lang/ilias_hu.lang +++ b/lang/ilias_hu.lang @@ -16185,3 +16185,6 @@ exc#:#exc_delete_team#:#Csapat törlése sysc#:#sysc_tree_structure_failures#:#Fastruktúra hibáinak száma (szülőkapcsolat): sysc#:#sysc_message_tree_structure_confirm#:#Biztos, hogy javítja a fastruktúrát? A javítás előtt készítsen biztonsági másolatot adatbázisáról. sysc#:#sysc_btn_tree_structure#:#Fastruktúra újralétrehozása +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_it.lang b/lang/ilias_it.lang index 6f92a212802f..8d5d5379dc13 100644 --- a/lang/ilias_it.lang +++ b/lang/ilias_it.lang @@ -8270,8 +8270,6 @@ mail#:#mail_sure_delete#:#Sei sicuro di voler eliminare le eMail selezionate? mail#:#mail_sure_delete_entry#:#Sei sicuro di voler eliminare le voci selezionate? mail#:#mail_sure_delete_file#:#Sei sicuro di voler eliminare il file selezionato? mail#:#mail_sure_delete_folder#:#Sei sicuro di voler eliminare la cartella selezionata? -mail#:#mail_system_sender_name#:#nome mittente -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender. mail#:#mail_to#:#A mail#:#mail_user_addr_n_valid#:#I seguenti utenti non hanno un indirizzo di eMail valido mail#:#placeholders_advise#:#I segnaposto vengono mantenuti solo per gli indirizzi inseriti nel campo "A".%sAgli indirizzi nei campi CC e BCC il messaggio verrà inviato senza segnaposto/i. @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_ja.lang b/lang/ilias_ja.lang index 760018bf740e..82b754c953a2 100644 --- a/lang/ilias_ja.lang +++ b/lang/ilias_ja.lang @@ -10501,8 +10501,6 @@ mail#:#mail_sure_delete#:#本当にマークされたメールを削除します mail#:#mail_sure_delete_entry#:#本当に次のエントリーを削除しますか? mail#:#mail_sure_delete_file#:#ファイルは完全に削除されます mail#:#mail_sure_delete_folder#:#フォルダとそのコンテンツは完全に削除されます -mail#:#mail_system_sender_name#:#発信者名 -mail#:#mail_system_sender_name_info#:#名前を入力してください mail#:#mail_template_client#:#Textテンプレート mail#:#mail_template_client_info#:#利用可能なTextテンプレートの一つを選択してそのプレースフォルダを作成します。Textテンプレートを選択するとこのフォームの本文と件名(Textテンプレート内にある場合)が生成されます。 mail#:#mail_template_context#:#コンテキスト @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_ka.lang b/lang/ilias_ka.lang index 88a6b8130679..8bb72c8da6a2 100644 --- a/lang/ilias_ka.lang +++ b/lang/ilias_ka.lang @@ -8270,8 +8270,6 @@ mail#:#mail_sure_delete#:#დაწმუნებული ხართ რო mail#:#mail_sure_delete_entry#:#დარწმუნებული ხართ რომ შემდეგი შენატანების წაშლა გსურთ? mail#:#mail_sure_delete_file#:#ფაილი ამოიშლება ავტომატურად mail#:#mail_sure_delete_folder#:#ფოლდერი და მისი შინაარსი წაიშლება სამუდამოდ -mail#:#mail_system_sender_name#:#Sender Name -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender. mail#:#mail_to#:#ვის mail#:#mail_user_addr_n_valid#:#შემდეგ მომხმარებლებს არ აქვთ სწორი ემაილის მისამართი mail#:#placeholders_advise#:# @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_lt.lang b/lang/ilias_lt.lang index 07c1f083bdfe..fd7e82c5ce52 100644 --- a/lang/ilias_lt.lang +++ b/lang/ilias_lt.lang @@ -11914,8 +11914,6 @@ pdesk#:#bookmark_moved_ok#:#Bookmark has been moved.###28 08 2012 new variable wsp#:#wsp_tab_ownership#:#My Repository Objects###28 08 2012 new variable user#:#user_ownership#:#Repository Objects###28 08 2012 new variable registration#:#registration_code_role_info#:#If you use a registration code, the role selection may be superseded by the code.###28 08 2012 new variable -mail#:#mail_system_sender_name#:#Sender Name###28 08 2012 new variable -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender.###28 08 2012 new variable content#:#cont_current_term#:#Current Term###28 08 2012 new variable assessment#:#tst_setting_offer_hints_label#:#Question Specific Hints###28 08 2012 new variable assessment#:#tst_setting_offer_hints_info#:#If enabled, existing question specific hints are offered.###28 08 2012 new variable @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_nl.lang b/lang/ilias_nl.lang index a6ccd06c8cc7..ff5a81b1d27e 100644 --- a/lang/ilias_nl.lang +++ b/lang/ilias_nl.lang @@ -10481,8 +10481,6 @@ mail#:#mail_sure_delete#:#Ben je zeker dat je de gemarkeerde e-mail wilt verwijd mail#:#mail_sure_delete_entry#:#Ben je zeker dat je de volgende bijdragen wilt verwijderen? mail#:#mail_sure_delete_file#:#Het bestand zal verwijderd worden mail#:#mail_sure_delete_folder#:#De map en de inhoud zullen verwijderd worden -mail#:#mail_system_sender_name#:#Naam afzender -mail#:#mail_system_sender_name_info#:#Voer de naam in die zal worden gebruikt als afzender in automatisch gegenereerde berichten. Als je dit veld leeg laat, zal ILIAS de korte naam van deze installatie gebruiken. Als ook deze niet bestaat, dan wordt de naam ILIAS gebruikt als afzender mail#:#mail_template_client#:#Tekstsjabloon mail#:#mail_template_client_info#:#Kies één van de beschikbare tekstsjablonen en gebruik de plaatshouders. Als je een tekstsjabloon kiest, dan zullen de body en onderwerp van het formulier (als ze zijn gedefinieerd in het sjabloon) worden vervangen. mail#:#mail_template_context#:#Context @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_pl.lang b/lang/ilias_pl.lang index 6b3c7106cdd1..86b6566b5969 100644 --- a/lang/ilias_pl.lang +++ b/lang/ilias_pl.lang @@ -355,7 +355,6 @@ adve#:#adve_text_content_features#:#Text Content Menu adve#:#adve_use_physical#:#Use b/i/u instead of str/emp/imp adve#:#adve_use_physical_info#:#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 phyiscal attributes are assigned to the strong/emphatic/important style classes. adve#:#adve_use_tiny_mce#:#Enable TinyMCE for WYSIWYG Editing -adve#:#char_selector#:#Selector for Unicode Characters adve#:#char_selector_admin#:#Selector for Unicode Characters (TODO) adve#:#char_selector_blocks#:#Available Unicode Blocks adve#:#char_selector_blocks_info#:#All characters of the selected blocks will be listed, but not all of them may be supported by the current browser font. @@ -371,24 +370,20 @@ adve#:#char_selector_custom_items_info5a#:#U+00C0 adve#:#char_selector_custom_items_info5b#:#A character can also be defined in Unicode notation (case insensitive) adve#:#char_selector_custom_items_info6a#:#U+00C0-U+00CF adve#:#char_selector_custom_items_info6b#:#Ranges are also possible in Unicode notation -adve#:#char_selector_disabled#:#Disabled adve#:#char_selector_disabled_admin#:#Disabled (TODO) adve#:#char_selector_disabled_info_admin#:#Disables the selector. Users and tests can have individual settings. adve#:#char_selector_disabled_info_test#:#Disables the selector during a test run. adve#:#char_selector_disabled_info_user#:#Disables the selector. Tests can have an individual setting. adve#:#char_selector_disabled_test#:#Disabled (TODO) adve#:#char_selector_disabled_user#:#Disabled (TODO) -adve#:#char_selector_enabled#:#Enabled adve#:#char_selector_enabled_admin#:#Enabled (TODO) adve#:#char_selector_enabled_info_admin#:#Enables the selector, invoked through a button in the main menu. Users and tests can have individual settings. adve#:#char_selector_enabled_info_test#:#Enables the selector during the a test run. adve#:#char_selector_enabled_info_user#:#Enables the selector, invoked through a button in the main menu. adve#:#char_selector_enabled_test#:#Enabled (TODO) adve#:#char_selector_enabled_user#:#Enabled (TODO) -adve#:#char_selector_inactive#:#Inactive adve#:#char_selector_inactive_admin#:#Inactive (TODO) adve#:#char_selector_inactive_info_admin#:#Deactivates the selector. Users and tests can't overwrite this setting. -adve#:#char_selector_inherit#:#Inherit adve#:#char_selector_inherit_info_test#:#Take the platform or user specific setting. adve#:#char_selector_inherit_info_user#:#Take the platform setting. adve#:#char_selector_inherit_test#:#Inherit (TODO) @@ -730,7 +725,6 @@ assessment#:#eval_search_users#:#Użytkownicy assessment#:#eval_search_userselection#:#Wyszukaj użytkowników, dla których chcesz dokonać oszacowań statystycznych. assessment#:#eval_selected_users#:#Oszacowanie dla wybranych użytkowników assessment#:#exam_id#:#Exam Id: -assessment#:#examid_in_kiosk#:#Display Exam Id in Kiosk mode assessment#:#examid_in_test_pass#:#Display Testpass ID assessment#:#examid_in_test_pass_desc#:#A testpass ID is diplayed in the test. A new ID is generated for every testpass. assessment#:#examid_in_test_res#:#ILIAS Testpass ID @@ -1054,8 +1048,6 @@ assessment#:#qpl_assessment_no_assessment_of_questions#:#Brak oceny wybranego py assessment#:#qpl_assessment_of_questions#:#Ocena pytań assessment#:#qpl_assessment_total_of_answers#:#Ogółem odpowiedzi assessment#:#qpl_assessment_total_of_right_answers#:#Ogółem procent prawidłowych odpowiedzi (procent maksymalnej punktacji) -assessment#:#qpl_browsercolumns#:#Spersonalizowane listy pytań -assessment#:#qpl_browsercolumns_description#:#Select the question data columns that are shown in the question list of a question pool. This setting will be applied for each available question pool. assessment#:#qpl_cancel_skill_assigns_update#:#Cancel assessment#:#qpl_confirm_delete_questions#:#Czy jesteś pewien, że chcesz usunąć następujące pytania? Jeśli usuniesz zaznaczone pytania to rezultaty wszystkich testów zawierających zaznaczone pytania będą również usunięte. assessment#:#qpl_copy_insert_clipboard#:#Wybrane pytania zostały skopiowane do schowka @@ -1258,11 +1250,8 @@ assessment#:#set_manual_feedback#:#Ustaw ręczną reakcję assessment#:#shape#:#Kształt assessment#:#show_answer_overview#:#Show Answer Overview assessment#:#show_detailed_results#:#Show User's Detailed Results (Marked Pass) -assessment#:#show_exam_id#:#Display Exam Id assessment#:#show_examview_html#:#Show exam view on the test submission page. -assessment#:#show_examview_html_desc#:#Shows the tests questions and answers in ILIAS in a step prior to submission. assessment#:#show_examview_pdf#:#Shows exam view in an automatically downloaded PDF. -assessment#:#show_examview_pdf_desc#:#Shows the tests questions and answers in a PDF file in a step prior to submission. (Download button available as well.) assessment#:#show_pass_overview#:#Pokaż podgląd zaznaczonych wykonań assessment#:#show_user_answers#:#Pokaż zaznaczone przez użytkownika odpowiedzi assessment#:#showinfo#:#Pokaż pełną stronę informacyjną. @@ -1294,7 +1283,6 @@ assessment#:#term#:#Temin assessment#:#term_image#:#Zobrazowanie Terminu assessment#:#term_text#:#Opisu Terminu assessment#:#terms#:#Terminy -assessment#:#test_add_new_question#:#Add Question assessment#:#test_cancelled#:#Test został anulowany assessment#:#test_confirm_template_reset#:#Are you sure that you do not want to use the template anymore? assessment#:#test_delete_page#:#Delete Question @@ -1311,7 +1299,6 @@ assessment#:#test_is_offline#:#Nie możesz uruchomić testu! test jest w trybie assessment#:#test_jump_to#:#Przejdź do Pytania assessment#:#test_move_page#:#Move Question assessment#:#test_next_question#:#Następne Pytanie -assessment#:#test_presentation#:#Presentation Options assessment#:#test_prev_question#:#Poprzednie Pytanie assessment#:#test_question_pool_usage#:#Wybierz Pulę Pytań assessment#:#test_question_pool_usage_optional#:#Questions can be added optionally to a question pool @@ -1366,7 +1353,6 @@ assessment#:#tst_add_quest_cont_edit_mode_default#:#Default Editing Mode for Add assessment#:#tst_add_quest_cont_edit_mode_page_object#:#Additional Content Editing with Page Object Editor assessment#:#tst_all_test_competences#:#All Test Competence assessment#:#tst_all_user_data_deleted#:#Wszystkie dane uczestnika testu zostały skasowane! -assessment#:#tst_allow_fixed_participants#:#Udostępnij test wybranym uczestnikom assessment#:#tst_allow_instant_verification#:#Zezwól na weryfikację bieżących odpowiedzi assessment#:#tst_allowed_users#:#Maksymalna liczba użytkowników mogąca rozwiązywać test jednocześnie assessment#:#tst_allowed_users_desc#:#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. @@ -1471,7 +1457,6 @@ assessment#:#tst_extratime_notavailable#:#Extra time can be added only for tests assessment#:#tst_feedback#:#Feedback assessment#:#tst_filter_tax_node#:#Taxonomy Node assessment#:#tst_filter_taxonomy#:#Filter Taxonomy -assessment#:#tst_filtered_question_list#:#Test Question Selection assessment#:#tst_final_information#:#Finishing the Test: Information Before Submission assessment#:#tst_finish_confirm_button#:#Tak, chcę skończyć test assessment#:#tst_finish_confirm_cancel_button#:#Nie, powrót do poprzedniej odpowiedzi @@ -2316,7 +2301,6 @@ bibl#:#bibl_settings_libraries#:#Libraries bibl#:#bibl_settings_new#:#Add Library bibl#:#bibliography file#:#Bibliography File bibl#:#detail_view#:#Detail View -bibl#:#Download Original File#:#Download Original File bibl#:#download_original_file#:#Download Original File bibl#:#libraries#:#Libraries bibl#:#news_content_created#:#A new bibliography list has been added. You can view the entries by clicking the link to the item. @@ -2324,7 +2308,6 @@ bibl#:#news_content_updated#:#The bibliography list has been modified. You can v bibl#:#news_title_created#:#New bibliography list added bibl#:#news_title_updated#:#Bibliography list updated bibl#:#obj_bibl_duplicate#:#Duplicate Bibliography -bibl#:#Override Entries#:#Override Entries bibl#:#override_entries#:#Override Entries bibl#:#ris_default_a1#:#Primary author bibl#:#ris_default_a2#:#Secondary author @@ -3528,7 +3511,6 @@ common#:#cond_ref_unique#:#Unique Preconditions for Links common#:#condition#:#Warunek common#:#condition_already_assigned#:#Obiekt jest już przydzielony common#:#condition_circle_created#:#To powiązanie nie jest możliwe, dopóki wchodzą w interakcje. -common#:#condition_delete_sure#:#Czy na pewno chcesz usunąć następujący warunek? common#:#condition_deleted#:#Warunek usunięty. common#:#condition_finished#:#Zakończony common#:#condition_not_finished#:#Nie ukończony @@ -3824,7 +3806,6 @@ common#:#enable_trash_info#:#Jeżeli włączone, to usunięte obiekty są przesu common#:#enable_webdav#:#Enable WebDAV access common#:#enable_webdav_info#:#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 common#:#enabled#:#Wybrany -common#:#enter_filename_deliver#:#Podaj ćwiczenie do dostarczenia common#:#enter_in_mb_desc#:#Enter a value in MB. common#:#enter_new_name#:#Please enter a name common#:#enumerate#:#Wylicz @@ -5711,7 +5692,6 @@ common#:#setSystemLanguage#:#Ustaw język systemowy common#:#settings#:#Ustawienia common#:#settings_for_all_members#:#Global Setting for all Course/Group Members common#:#settings_for_new_members#:#Settings for new Members -common#:#settings_per_members#:#Ustawienia dla każdego użytkownika osobno common#:#settings_per_users#:#Settings per Course/Group Members common#:#settings_saved#:#Ustawienia zapisane common#:#setUserLanguage#:#Ustaw język użytkownika @@ -6654,7 +6634,6 @@ content#:#cont_glo_detach#:#Detach Glossary content#:#cont_glo_menu#:#Menu content#:#cont_glo_properties#:#Właściwości Słownika content#:#cont_glossaries#:#Glossaries -content#:#cont_got_lock#:#This page has been locked for your editing. Please release the page after you have done all your changes. content#:#cont_got_lock_until#:#This page has been locked for your editing until %1. Please release the page after you have done all your changes by hitting %2 content#:#cont_header#:#Nagłówek content#:#cont_Headline1#:#Nagłówek 1 @@ -7385,7 +7364,6 @@ content#:#glo_used_in_scorm#:#The glossary is used by the SCORM module. If delet content#:#help_assign_help_ids#:#Chapter/Screen-IDs Assignment content#:#htlm_import#:#Import HTML Learning Module content#:#HTML export#:#Eksport HTML -content#:#HTML_export#:#Eksport HTML content#:#import_sco_object#:#Import SCO content#:#info_stop_offline_mode_sure#:#Note: The learning progress achieved in offline mode are lost. Are you sure? content#:#lm_activate_rating#:#Activate Rating For Pages @@ -7413,7 +7391,6 @@ content#:#Pages#:#Strony content#:#pages from#:#Strony od content#:#par#:#Paragraf content#:#PDF export#:#Eksport PDF -content#:#PDF_export#:#Eksport PDF content#:#pg#:#Strona content#:#public_section#:#Sekcja publiczna content#:#read offline#:#Czytaj Offline @@ -7956,7 +7933,6 @@ crs#:#crs_objective_status_start#:#Define Start Objects crs#:#crs_objective_step#:#Step crs#:#crs_objective_tbl_col_final_tsts#:#Abschlusstests crs#:#crs_objective_updated_test#:#Modyfikacje zapamiętane. -crs#:#crs_objective_view#:#Widok zorientowany na cele crs#:#crs_objective_wiz_final#:#Final Test Questions crs#:#crs_objective_wiz_final_info#:#Assignment of final test questions. crs#:#crs_objective_wiz_final_limit#:#Limits for Final Test @@ -9916,7 +9892,6 @@ grp#:#crs_grouping_select_one#:#Wybierz dokładnie jeden limit uczestnictwa. grp#:#crs_grp_added_grouping#:#Limit na ilość uczestników został dodany. grp#:#crs_grp_assign_crs#:#Przydział grup grp#:#crs_grp_enter_title#:#Wypełnij wymagane pola. -grp#:#crs_grp_info_reg#:#Możesz się zarejestrować tylko do jednej z tych grup: grp#:#crs_grp_no_courses_assigned#:#Nie przydzielono żadnej grupy grp#:#crs_grp_table_assigned_courses#:#Przydzielone grupy grp#:#events#:#Sessions @@ -10527,8 +10502,6 @@ mail#:#mail_sure_delete#:#Jesteś pewien, że chcesz usunąć zaznaczone wiadomo mail#:#mail_sure_delete_entry#:#Jesteś pewien, że chcesz usunąć nasępujące pozycje? mail#:#mail_sure_delete_file#:#Plik został ostatecznie usunięty. mail#:#mail_sure_delete_folder#:#Folder wraz z całą zawartością został ostatecznie usunięty. -mail#:#mail_system_sender_name#:#Sender Name -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender. mail#:#mail_template_client#:#Text Template mail#:#mail_template_client_info#:#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. mail#:#mail_template_context#:#Context @@ -11385,8 +11358,6 @@ news#:#finish_publishing_date#:#Finish Publishing: news#:#news_1_file_created#:#1 plik został dodany. news#:#news_1_file_updated#:#1 plik został zaktualizowany. news#:#news_1_postings#:#1 Post został dodany. -news#:#news_acc_cache#:#Sprawdzenie uprawnień (Minuty) -news#:#news_acc_cache_info#:#Sprawdź uprawnienia do czytania wiadomości przez x minut (tylko pulpit osobisty). '0' oznacza zawsze. Większe wartości zwiększają wydajność, lecz linki mogą wskazywać niedostępne pozycje. news#:#news_add_news#:#Add News news#:#news_all_items#:#Wszystkie pozycje news#:#news_allow_longer_periods#:#Allow Longer Periods @@ -12474,7 +12445,6 @@ ps#:#ps_account_security_mode#:#Account Security ps#:#ps_account_security_mode_customized#:#Customized Account Security ps#:#ps_account_security_mode_default#:#Standard Ilias Account Security ps#:#ps_agreement_accepted#:#Warunki użytkowania zostały zaakceptowane -ps#:#ps_agreement_req_info#:#Zaakceptuj warunki użytkowania aby mieć dostęp do zawartości kursu. ps#:#ps_auto_https#:#Autodetekcja HTTPS ps#:#ps_auto_https_description#:#jeśli włączony, ILIAS próbuje wykryć status HTTPs przez analizę wartości nagłówka podanej poniżej. ps#:#ps_auto_https_header_name#:#Nazwa nagłówka @@ -12487,7 +12457,6 @@ ps#:#ps_cdf_delete_sure#:#Czy chcesz usunąć to pole użytkownika? ps#:#ps_cdf_deleted#:#Usunięto pole użytkownika. ps#:#ps_cdf_deleted_field#:#Usunięto wartość. ps#:#ps_cdf_edit_field#:#Edit Data Field -ps#:#ps_cdf_info#:#Dalsze specyficzne dla kursu dane: ps#:#ps_cdf_name#:#Nazwa ps#:#ps_cdf_no_fields#:#Nie zdefiniowano pól użytkownika ps#:#ps_cdf_no_name_given#:#Podaj nazwę @@ -12550,7 +12519,6 @@ ps#:#ps_prevent_simultaneous_logins#:#Prevent Simultaneous Logins ps#:#ps_prevent_simultaneous_logins_info#:#If enabled, simultaneous logins with the same account from different computers are not possible. ps#:#ps_privacy_protection#:#Ustawienia prywatności ps#:#ps_profile_export#:#Zabezpieczenie danych profilu użytkownika -ps#:#ps_required_info#:#Dalsze pola specyficzne dla kursu są wymagane dla dostępu do zawartości kursu. ps#:#ps_security_protection#:#Ustawienia bezpieczeństwa ps#:#ps_select_one#:#Wybierz jeden plik eksportowy ps#:#ps_show_crs_access#:#Pokaż ostatni czas dostępu uczestników kursu @@ -13480,155 +13448,6 @@ rep#:#rep_object_to_delete#:#To Delete rep#:#rep_time_period#:#Okres rep#:#rep_visibility_limitless#:#Nieograniczony rep#:#rep_visibility_until#:#Dostępny Tymczasowo -rep_robj_xgdo#:#rep_robj_xgdo_already_member#:#You are already a member of this object. -rep_robj_xgdo#:#rep_robj_xgdo_assigned_users_p#:#The users were successfully assigned. -rep_robj_xgdo#:#rep_robj_xgdo_assigned_users_s#:#The user was successfully assigned. -rep_robj_xgdo#:#rep_robj_xgdo_cancel#:#Cancel -rep_robj_xgdo#:#rep_robj_xgdo_cat_create_xgdo#:#Create Google Docs Document -rep_robj_xgdo#:#rep_robj_xgdo_check_connection#:#Check Connection -rep_robj_xgdo#:#rep_robj_xgdo_connection_check_failed#:#Connection failed: Please checker whether you entered a valid google account and the corresponding password. -rep_robj_xgdo#:#rep_robj_xgdo_connection_check_successful#:#Connection established successfully. -rep_robj_xgdo#:#rep_robj_xgdo_content#:#Content -rep_robj_xgdo#:#rep_robj_xgdo_creation_type#:#Action -rep_robj_xgdo#:#rep_robj_xgdo_creation_type_new#:#Create New Document -rep_robj_xgdo#:#rep_robj_xgdo_creation_type_upload#:#Upload Existing Document -rep_robj_xgdo#:#rep_robj_xgdo_crs_create_xgdo#:#Create Google Docs Document -rep_robj_xgdo#:#rep_robj_xgdo_description#:#Description -rep_robj_xgdo#:#rep_robj_xgdo_doctype#:#Document Type -rep_robj_xgdo#:#rep_robj_xgdo_doctype_doc#:#Document -rep_robj_xgdo#:#rep_robj_xgdo_doctype_not_valid#:#The chosen document type is currently not supported. -rep_robj_xgdo#:#rep_robj_xgdo_doctype_ppt#:#Presentation -rep_robj_xgdo#:#rep_robj_xgdo_doctype_xls#:#Spreadsheet -rep_robj_xgdo#:#rep_robj_xgdo_edit#:#Edit -rep_robj_xgdo#:#rep_robj_xgdo_edit_properties#:#Edit Settings -rep_robj_xgdo#:#rep_robj_xgdo_err_cr_incomplete#:#An error occured during the creation process. -rep_robj_xgdo#:#rep_robj_xgdo_err_cr_type_mismatch#:#The chosen document type is currently not supported. -rep_robj_xgdo#:#rep_robj_xgdo_err_cr_upload#:#ILIAS could not create a google document with the uploaded file. -rep_robj_xgdo#:#rep_robj_xgdo_exp_csv#:#CSV -rep_robj_xgdo#:#rep_robj_xgdo_exp_doc#:#DOC -rep_robj_xgdo#:#rep_robj_xgdo_exp_docx#:#DOCX -rep_robj_xgdo#:#rep_robj_xgdo_exp_html#:#HTML -rep_robj_xgdo#:#rep_robj_xgdo_exp_jpeg#:#JPEG -rep_robj_xgdo#:#rep_robj_xgdo_exp_ods#:#ODS -rep_robj_xgdo#:#rep_robj_xgdo_exp_odt#:#ODT -rep_robj_xgdo#:#rep_robj_xgdo_exp_pdf#:#PDF -rep_robj_xgdo#:#rep_robj_xgdo_exp_png#:#PNG -rep_robj_xgdo#:#rep_robj_xgdo_exp_pptx#:#PPTX -rep_robj_xgdo#:#rep_robj_xgdo_exp_rtf#:#RTF -rep_robj_xgdo#:#rep_robj_xgdo_exp_svg#:#SVG -rep_robj_xgdo#:#rep_robj_xgdo_exp_tsv#:#TSV -rep_robj_xgdo#:#rep_robj_xgdo_exp_txt#:#TXT -rep_robj_xgdo#:#rep_robj_xgdo_exp_xls#:#XLS -rep_robj_xgdo#:#rep_robj_xgdo_exp_xlsx#:#XLSX -rep_robj_xgdo#:#rep_robj_xgdo_exp_zip#:#ZIP -rep_robj_xgdo#:#rep_robj_xgdo_fold_create_xgdo#:#Create Google Docs Document -rep_robj_xgdo#:#rep_robj_xgdo_form_retype_google_account#:#Retype Google Account -rep_robj_xgdo#:#rep_robj_xgdo_gdocs_file#:#File -rep_robj_xgdo#:#rep_robj_xgdo_google_account#:#Your Google Account -rep_robj_xgdo#:#rep_robj_xgdo_google_account_not_match#:#Your entries for Google account don't match! Please re-enter your Google account. -rep_robj_xgdo#:#rep_robj_xgdo_google_account_not_valid#:#The Google account you entered is not valid! -rep_robj_xgdo#:#rep_robj_xgdo_google_account_owner_info#:#Please enter your valid Google account. Important: The entered account has to be valid. Otherwise you will not have any permissions for the created document. -rep_robj_xgdo#:#rep_robj_xgdo_google_account_participant_desc#:#This object does not know your Google account, yet. We need your Google account to automatically grant the required permissions for you to view/edit the document. -rep_robj_xgdo#:#rep_robj_xgdo_google_account_participant_info#:#Please enter your valid Google account. Important: The entered account has to be valid. Otherwise you will not have any permissions for the created document. -rep_robj_xgdo#:#rep_robj_xgdo_google_master_login#:#Google Login -rep_robj_xgdo#:#rep_robj_xgdo_google_master_login_info#:#If configured once, please do not change the Google account anymore. Otherwise, ILIAS can no longer manange the previously created documents. -rep_robj_xgdo#:#rep_robj_xgdo_grp_create_xgdo#:#Create Google Docs Document -rep_robj_xgdo#:#rep_robj_xgdo_il_xgdo#:#Google Docs -rep_robj_xgdo#:#rep_robj_xgdo_il_xgdo_reader#:#Reader -rep_robj_xgdo#:#rep_robj_xgdo_il_xgdo_writer#:#Writer -rep_robj_xgdo#:#rep_robj_xgdo_join#:#Join -rep_robj_xgdo#:#rep_robj_xgdo_joined_successfully#:#You joined successfully. -rep_robj_xgdo#:#rep_robj_xgdo_members#:#Members -rep_robj_xgdo#:#rep_robj_xgdo_membership_required_for_content#:#To use the content of this object you have to be either member of the local reader or member of the local writer role. -rep_robj_xgdo#:#rep_robj_xgdo_no_users_assigned_p#:#Nobody of the selected users could be assigned. -rep_robj_xgdo#:#rep_robj_xgdo_no_users_assigned_s#:#Could not assign the selected user. -rep_robj_xgdo#:#rep_robj_xgdo_obj_xgdo#:#Google Docs Document -rep_robj_xgdo#:#rep_robj_xgdo_obj_xgdo_duplicate#:#Copy -rep_robj_xgdo#:#rep_robj_xgdo_objs_xgdo#:#Google Docs Documents -rep_robj_xgdo#:#rep_robj_xgdo_objs_xgdo_duplicate#:#Copy Google Docs Document -rep_robj_xgdo#:#rep_robj_xgdo_participant_administration#:#Edit Participants -rep_robj_xgdo#:#rep_robj_xgdo_participant_gallery#:#Google Docs Members Gallery -rep_robj_xgdo#:#rep_robj_xgdo_participants#:#Participants -rep_robj_xgdo#:#rep_robj_xgdo_participants_removed_p#:#The members were successfully deleted. -rep_robj_xgdo#:#rep_robj_xgdo_participants_removed_s#:#The member was successfully deleted. -rep_robj_xgdo#:#rep_robj_xgdo_personal_settings#:#Personal Settings -rep_robj_xgdo#:#rep_robj_xgdo_properties#:#Settings -rep_robj_xgdo#:#rep_robj_xgdo_reader#:#Reader (May read) -rep_robj_xgdo#:#rep_robj_xgdo_reader_short_add#:#Reader -rep_robj_xgdo#:#rep_robj_xgdo_readers#:#Readers (May read) -rep_robj_xgdo#:#rep_robj_xgdo_remove_participants_info_p#:#Do you really want to delete the selected members? -rep_robj_xgdo#:#rep_robj_xgdo_remove_participants_info_s#:#Do you really want to delete the selected member? -rep_robj_xgdo#:#rep_robj_xgdo_root_create_xgdo#:#Create Google Docs Document -rep_robj_xgdo#:#rep_robj_xgdo_save#:#Save -rep_robj_xgdo#:#rep_robj_xgdo_search_users#:#Search Users -rep_robj_xgdo#:#rep_robj_xgdo_send_mail#:#Send Email to Participants -rep_robj_xgdo#:#rep_robj_xgdo_title#:#Title -rep_robj_xgdo#:#rep_robj_xgdo_writer#:#Writer (May write) -rep_robj_xgdo#:#rep_robj_xgdo_writer_short_add#:#Writer -rep_robj_xgdo#:#rep_robj_xgdo_writers#:#Writers (May write) -rep_robj_xgdo#:#rep_robj_xgdo_xgdo_add#:#Add Google Docs Document -rep_robj_xgdo#:#rep_robj_xgdo_xgdo_delete#:#User can move or delete google docs document -rep_robj_xgdo#:#rep_robj_xgdo_xgdo_edit_permission#:#User can change permission settings -rep_robj_xgdo#:#rep_robj_xgdo_xgdo_new#:#Add new Google Docs Document -rep_robj_xgdo#:#rep_robj_xgdo_xgdo_read#:#User can read google docs document -rep_robj_xgdo#:#rep_robj_xgdo_xgdo_visible#:#Google docs document is visible -rep_robj_xgdo#:#rep_robj_xgdo_xgdo_write#:#User can edit google docs document -rep_robj_xtov#:#rep_robj_xtov_add_to_overview#:#Add to Overview -rep_robj_xtov#:#rep_robj_xtov_add_to_overview_as_filter#:#Add to Overview as Filter -rep_robj_xtov#:#rep_robj_xtov_add_tsts_to_overview#:#Add Tests to Overview -rep_robj_xtov#:#rep_robj_xtov_cancel#:#Cancel -rep_robj_xtov#:#rep_robj_xtov_cat_create_xtov#:#Create Test Overview -rep_robj_xtov#:#rep_robj_xtov_config_test_overview#:#Configure Test Overview -rep_robj_xtov#:#rep_robj_xtov_content#:#Content -rep_robj_xtov#:#rep_robj_xtov_copy#:#Copy -rep_robj_xtov#:#rep_robj_xtov_crs_create_xtov#:#Create Test Overview -rep_robj_xtov#:#rep_robj_xtov_description#:#Description -rep_robj_xtov#:#rep_robj_xtov_edit#:#Edit -rep_robj_xtov#:#rep_robj_xtov_edit_properties#:#Edit Settings -rep_robj_xtov#:#rep_robj_xtov_fold_create_xtov#:#Create Test Overview -rep_robj_xtov#:#rep_robj_xtov_grp_create_xtov#:#Create Test Overview -rep_robj_xtov#:#rep_robj_xtov_item_chosen#:#Chosen -rep_robj_xtov#:#rep_robj_xtov_membership_count_members#:#Members -rep_robj_xtov#:#rep_robj_xtov_membership_list_description#:#Please select certain groups or courses the test participants have to be member of. If no object is selected, all test participants of the tests selected above are listed. -rep_robj_xtov#:#rep_robj_xtov_membership_list_flt_grp_name#:#Name -rep_robj_xtov#:#rep_robj_xtov_membership_list_hdr_membership_info#:#Additional Information -rep_robj_xtov#:#rep_robj_xtov_membership_list_hdr_membership_title#:#Title -rep_robj_xtov#:#rep_robj_xtov_membership_list_table_title#:#Group/Courses Filter -rep_robj_xtov#:#rep_robj_xtov_memberships_updated_success#:#Updated successfully. -rep_robj_xtov#:#rep_robj_xtov_min_one_check_membership#:#Please select at least one group or course. -rep_robj_xtov#:#rep_robj_xtov_min_one_check_test#:#Please select at least one test. -rep_robj_xtov#:#rep_robj_xtov_obj_xtov#:#Test Overview -rep_robj_xtov#:#rep_robj_xtov_obj_xtov_duplicate#:#Copy -rep_robj_xtov#:#rep_robj_xtov_objs_xtov#:#Test Overview -rep_robj_xtov#:#rep_robj_xtov_objs_xtov_duplicate#:#Copy Test Overviews -rep_robj_xtov#:#rep_robj_xtov_overview_avg_not_available#:#Not available -rep_robj_xtov#:#rep_robj_xtov_overview_flt_group_name#:#Membership -rep_robj_xtov#:#rep_robj_xtov_overview_flt_participant_name#:#Participant -rep_robj_xtov#:#rep_robj_xtov_overview_result_not_authorized#:#Not authorized -rep_robj_xtov#:#rep_robj_xtov_overview_test_no_permission#:#(No Permission) -rep_robj_xtov#:#rep_robj_xtov_overview_test_not_passed#:#Not passed -rep_robj_xtov#:#rep_robj_xtov_properties#:#Settings -rep_robj_xtov#:#rep_robj_xtov_remove_from_overview#:#Remove -rep_robj_xtov#:#rep_robj_xtov_root_create_xtov#:#Create Test Overview -rep_robj_xtov#:#rep_robj_xtov_save#:#Save -rep_robj_xtov#:#rep_robj_xtov_test_list_description#:#Please select the tests you want to add to this overview. -rep_robj_xtov#:#rep_robj_xtov_test_list_flt_tst_name#:#Name -rep_robj_xtov#:#rep_robj_xtov_test_list_hdr_test_info#:#Path to Test -rep_robj_xtov#:#rep_robj_xtov_test_list_hdr_test_title#:#Title -rep_robj_xtov#:#rep_robj_xtov_test_list_table_title#:#Tests to accumulate in overview '%s' -rep_robj_xtov#:#rep_robj_xtov_test_overview_description#:#This table shows test results of participants, filtered by certain group or course memberships. -rep_robj_xtov#:#rep_robj_xtov_test_overview_hdr_avg#:#Average -rep_robj_xtov#:#rep_robj_xtov_test_overview_hdr_user#:#Participant -rep_robj_xtov#:#rep_robj_xtov_test_overview_table_title#:#Test Overview '%s' -rep_robj_xtov#:#rep_robj_xtov_tests_updated_success#:#Updated successfully. -rep_robj_xtov#:#rep_robj_xtov_title#:#Title -rep_robj_xtov#:#rep_robj_xtov_xtov_add#:#Add Test Overview -rep_robj_xtov#:#rep_robj_xtov_xtov_delete#:#Delete: Delete Test Overview -rep_robj_xtov#:#rep_robj_xtov_xtov_edit_permission#:#Change Permissions: Change permission settings -rep_robj_xtov#:#rep_robj_xtov_xtov_new#:#Add Test Overview -rep_robj_xtov#:#rep_robj_xtov_xtov_read#:#Read: Read access to Test Overview -rep_robj_xtov#:#rep_robj_xtov_xtov_visible#:#Visible: Test Overview is visible -rep_robj_xtov#:#rep_robj_xtov_xtov_write#:#Edit Settings: Edit Test Overview rfil#:#rfil_call#:#Call ECS File rfil#:#rfil_version_tstamp#:#Upload Date rglo#:#rglo_call#:#Call ECS Glossary @@ -13688,7 +13507,6 @@ sahs#:#sahs_std_sequencing#:#Standard Sequencing sahs#:#sahs_std_sequencing_info#:#Use ILIAS standard sequencing behaviour. sahs#:#sahs_unit#:#SCO sahs#:#scorm_create_export_file_html_one#:#Create Export File (HTML, One Page, Review Mode) -scormdebug#:#adl_nav_request_valid_choice#:#Used by a SCO to determine if a Choice navigation request for a particular activity will succeed. scormdebug#:#adl.nav.request#:#Navigation request to be processed immediately following Terminate() scormdebug#:#adl.nav.request_valid.choice#:#Used by a SCO to determine if a Choice navigation request for a particular activity will succeed. scormdebug#:#adl.nav.request_valid.continue#:#Used by a SCO to determine if a Continue navigation request will succeed. @@ -15145,8 +14963,6 @@ survey#:#show_questiontext#:#Wyświetl tekst pytania survey#:#show_questiontext_description#:#Jeśli to pole wyboru jest wybrane, to dla każdego pytania bloku pytań będzie widoczna treść pytania. Jeśli nie jest wybrane, to treść pytania każdego pytania w bloku pytań będzie ukryta. survey#:#skipped#:#pominięty survey#:#specialusers#:#Special Users -survey#:#spl_browsercolumns#:#Spersonalizowane listy pytań -survey#:#spl_browsercolumns_description#:#Select the question data columns that are shown in the question list of a question pool. This setting will be applied for each available question pool. survey#:#spl_copy_insert_clipboard#:#The selected question(s) are copied to the clipboard survey#:#spl_copy_select_none#:#Please check at least one question to copy it to the clipboard survey#:#spl_general_properties#:#Właściwości ogólne @@ -16358,4 +16174,17 @@ style#:#sty_ha_iheada_class#:#Hor. Accordion Header (active)###01 03 2016 new va style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable -exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable \ No newline at end of file +exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +content#:#cont_localfile#:#Local File###14 04 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_pt.lang b/lang/ilias_pt.lang index 07ffaabfdc76..1c4fac3c47e3 100644 --- a/lang/ilias_pt.lang +++ b/lang/ilias_pt.lang @@ -11914,8 +11914,6 @@ pdesk#:#bookmark_moved_ok#:#Bookmark has been moved.###28 08 2012 new variable wsp#:#wsp_tab_ownership#:#My Repository Objects###28 08 2012 new variable user#:#user_ownership#:#Repository Objects###28 08 2012 new variable registration#:#registration_code_role_info#:#If you use a registration code, the role selection may be superseded by the code.###28 08 2012 new variable -mail#:#mail_system_sender_name#:#Sender Name###28 08 2012 new variable -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender.###28 08 2012 new variable content#:#cont_current_term#:#Current Term###28 08 2012 new variable assessment#:#tst_setting_offer_hints_label#:#Question Specific Hints###28 08 2012 new variable assessment#:#tst_setting_offer_hints_info#:#If enabled, existing question specific hints are offered.###28 08 2012 new variable @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_ro.lang b/lang/ilias_ro.lang index ccffab1a60c6..4a71bce800eb 100644 --- a/lang/ilias_ro.lang +++ b/lang/ilias_ro.lang @@ -11914,8 +11914,6 @@ pdesk#:#bookmark_moved_ok#:#Bookmark has been moved.###28 08 2012 new variable wsp#:#wsp_tab_ownership#:#My Repository Objects###28 08 2012 new variable user#:#user_ownership#:#Repository Objects###28 08 2012 new variable registration#:#registration_code_role_info#:#If you use a registration code, the role selection may be superseded by the code.###28 08 2012 new variable -mail#:#mail_system_sender_name#:#Sender Name###28 08 2012 new variable -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender.###28 08 2012 new variable content#:#cont_current_term#:#Current Term###28 08 2012 new variable assessment#:#tst_setting_offer_hints_label#:#Question Specific Hints###28 08 2012 new variable assessment#:#tst_setting_offer_hints_info#:#If enabled, existing question specific hints are offered.###28 08 2012 new variable @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_ru.lang b/lang/ilias_ru.lang index 243b0e033351..905a69cd5bca 100644 --- a/lang/ilias_ru.lang +++ b/lang/ilias_ru.lang @@ -9253,8 +9253,6 @@ mail#:#mail_sure_delete#:#Вы уверены, что хотите удалит mail#:#mail_sure_delete_entry#:#Вы уверены, что хотите удалить следующие вхождения mail#:#mail_sure_delete_file#:#Файл удален надолго mail#:#mail_sure_delete_folder#:#Папка и ее содержимое удалены -mail#:#mail_system_sender_name#:#Sender Name -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender. mail#:#mail_to#:#To mail#:#mail_user_addr_n_valid#:#У следующих пользователей нет действующих почтовых адресов mail#:#placeholders_advise#:#Placeholders are only resolved for recipients in the To field.%sRecipients in the CC and BCC field will get unsolved placeholders. @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_sk.lang b/lang/ilias_sk.lang index b7c580993e18..0880c8376e21 100644 --- a/lang/ilias_sk.lang +++ b/lang/ilias_sk.lang @@ -11914,8 +11914,6 @@ pdesk#:#bookmark_moved_ok#:#Bookmark has been moved.###28 08 2012 new variable wsp#:#wsp_tab_ownership#:#My Repository Objects###28 08 2012 new variable user#:#user_ownership#:#Repository Objects###28 08 2012 new variable registration#:#registration_code_role_info#:#If you use a registration code, the role selection may be superseded by the code.###28 08 2012 new variable -mail#:#mail_system_sender_name#:#Sender Name###28 08 2012 new variable -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender.###28 08 2012 new variable content#:#cont_current_term#:#Current Term###28 08 2012 new variable assessment#:#tst_setting_offer_hints_label#:#Question Specific Hints###28 08 2012 new variable assessment#:#tst_setting_offer_hints_info#:#If enabled, existing question specific hints are offered.###28 08 2012 new variable @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_sq.lang b/lang/ilias_sq.lang old mode 100755 new mode 100644 index b614f152b0cd..69c60b1e1dd7 --- a/lang/ilias_sq.lang +++ b/lang/ilias_sq.lang @@ -37,7 +37,6 @@ adm#:#adm_support_contacts#:#Mbeshtetje teknike adm#:#adm_support_contacts_info#:#Support contacts used in the footer link and (if activated) in the ‘Who is online?’-Tool. Comma separated list of account logins. adm#:#adm_update_skill_status#:#Update Skill Status adm#:#adm_update_skill_tables#:#Update Skill Tables -adm#:#alert#:#Alert administration#:#adm_activate_db_benchmark#:#Aktivizo benchmark-un administration#:#adm_activate_db_benchmark_desc#:#Aktivizimi i Benchmark-ut do të pamundësohet automatikisht pas një kërkese administration#:#adm_add_settings_template#:#Shto formularin @@ -315,7 +314,6 @@ administration#:#searching_invalid_refs#:#Në kërkim të referencave të pavlef administration#:#searching_invalid_rolfs#:#Në kërkim të Rolefolderave të pavlefshme… administration#:#searching_missing_objs#:#Në kërkim të objekteve të humbura… administration#:#searching_unbound_objs#:#Në kërkim të objekteve të zgjidhura… -administration#:#show_topics_overview#:#Pasqyra e Temës administration#:#skipped#:#U anashkalua administration#:#start_scan#:#Fillo! administration#:#stop_scan#:#Ndalo! @@ -325,7 +323,6 @@ administration#:#svn_revision_last_change#:#Rishikimi i fundit i ndryshuar: %s administration#:#svn_root#:#Root: %s administration#:#system_check_no_owner#:#Objeket pa pronar administration#:#systemcheck#:#Kontrolli i sistemit -administration#:#topics_overview_info#:#Nëse aktivizohet, vetëm temat me informatat e vendosura do të tregohen (shfaqen) administration#:#tree_corrupt#:#Trungu është korruptuar! Shiko rezultatet (log) e ekzaminimit për detaje. administration#:#user_criteria#:#Kriteret unike të përdoruesit administration#:#user_criteria_desc#:#Kriteret unike që përdoren për importimin/ eksportimin e rezultateve të testit. Kjo është e nevojshme për identifikimin e përdoruesve identik në sisteme të ndryshme në ILIAS. @@ -9723,8 +9720,6 @@ forum#:#content_censored_post#:#Content of the censored posting: forum#:#content_deleted_post#:#Content of the deleted posting: forum#:#content_deleted_thread#:#Content of the deleted thread: forum#:#content_post_updated#:#Content of the edited posting: -forum#:#deactivate_current_and_childs#:#Deaktivizo të gjitha postimet -forum#:#deactivate_post_txt#:#A dëshironi vërtetë të çaktivizoni postin aktual dhe të gjitha nën-postimet? forum#:#descending_order#:#Postimet e fundit në anën e sipërme. forum#:#empty_subject#:#Në përgjigje përdoruesi duhet të vendos titullin e ri forum#:#enable_thread_ratings#:#Klasifikimi i temave @@ -10507,8 +10502,6 @@ mail#:#mail_sure_delete#:#A jeni të sigurt për të fshirë e-mailin e shënjua mail#:#mail_sure_delete_entry#:#A jeni të sigurt për të fshirë të dhënat në vijim mail#:#mail_sure_delete_file#:#Skedari do të fshihet në mënyrë permanente mail#:#mail_sure_delete_folder#:#Direktoriumi dhe gjithë përmbajtja e tij do të fshihen në mënyrë permanente -mail#:#mail_system_sender_name#:#Sender Name -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender. mail#:#mail_template_client#:#Text Template mail#:#mail_template_client_info#:#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. mail#:#mail_template_context#:#Context @@ -16180,4 +16173,18 @@ wsp#:#wsp_type_file#:#File wsp#:#wsp_type_scov#:#Certificate: SCORM wsp#:#wsp_type_tstv#:#Verification: Test wsp#:#wsp_type_webr#:#Weblink -wsp#:#wsp_type_wfld#:#Folder \ No newline at end of file +wsp#:#wsp_type_wfld#:#Folder +content#:#cont_localfile#:#Local File###14 04 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +exc#:#exc_delete_team#:#Delete Team###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_sr.lang b/lang/ilias_sr.lang index ab6eb82a815c..650e2271e372 100644 --- a/lang/ilias_sr.lang +++ b/lang/ilias_sr.lang @@ -11914,8 +11914,6 @@ pdesk#:#bookmark_moved_ok#:#Bookmark has been moved.###28 08 2012 new variable wsp#:#wsp_tab_ownership#:#My Repository Objects###28 08 2012 new variable user#:#user_ownership#:#Repository Objects###28 08 2012 new variable registration#:#registration_code_role_info#:#If you use a registration code, the role selection may be superseded by the code.###28 08 2012 new variable -mail#:#mail_system_sender_name#:#Sender Name###28 08 2012 new variable -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender.###28 08 2012 new variable content#:#cont_current_term#:#Current Term###28 08 2012 new variable assessment#:#tst_setting_offer_hints_label#:#Question Specific Hints###28 08 2012 new variable assessment#:#tst_setting_offer_hints_info#:#If enabled, existing question specific hints are offered.###28 08 2012 new variable @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_tr.lang b/lang/ilias_tr.lang index cc4a1b9aaa70..bf11a6fa7e55 100644 --- a/lang/ilias_tr.lang +++ b/lang/ilias_tr.lang @@ -8241,8 +8241,6 @@ mail#:#mail_sure_delete#:#İşaretli postaları silmek istediğinizden emin misi mail#:#mail_sure_delete_entry#:#Aşağıdaki girdileri silmek istediğinizden emin misiniz? mail#:#mail_sure_delete_file#:#Seçilen dosyaları silmek istediğinizden emin misiniz? mail#:#mail_sure_delete_folder#:#klasörü ve içindekileri kalıcı olarak silinecek -mail#:#mail_system_sender_name#:#Gönderen Adı -mail#:#mail_system_sender_name_info#:#Lütfen bir isim girin. Bu ad otomatik olarak oluşturulur mesajları (dahili ve harici) için kullanılacaktır. Bu alanı boş bırakırsanız, ILIAS bu kurulum kısa bir başlık kullanır. Başlık iyi tanımlanmış ise, 'ILIAS' gönderen olarak kullanılır. mail#:#mail_to#:#Kime mail#:#mail_user_addr_n_valid#:#Aşağıdaki kullanıcıların geçerli bir e-posta adresi yok mail#:#placeholders_advise#:#Yer tutucuları sadece "Kime:" alanındaki alıcılar için kullanılır. CC ve BCC alanları için kullanılmaz @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_uk.lang b/lang/ilias_uk.lang index e6057459e215..2511ceb22d06 100644 --- a/lang/ilias_uk.lang +++ b/lang/ilias_uk.lang @@ -11914,8 +11914,6 @@ pdesk#:#bookmark_moved_ok#:#Bookmark has been moved.###28 08 2012 new variable wsp#:#wsp_tab_ownership#:#My Repository Objects###28 08 2012 new variable user#:#user_ownership#:#Repository Objects###28 08 2012 new variable registration#:#registration_code_role_info#:#If you use a registration code, the role selection may be superseded by the code.###28 08 2012 new variable -mail#:#mail_system_sender_name#:#Sender Name###28 08 2012 new variable -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender.###28 08 2012 new variable content#:#cont_current_term#:#Current Term###28 08 2012 new variable assessment#:#tst_setting_offer_hints_label#:#Question Specific Hints###28 08 2012 new variable assessment#:#tst_setting_offer_hints_info#:#If enabled, existing question specific hints are offered.###28 08 2012 new variable @@ -16178,3 +16176,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_vi.lang b/lang/ilias_vi.lang index 0313ba3fe58b..a143ef5409ab 100644 --- a/lang/ilias_vi.lang +++ b/lang/ilias_vi.lang @@ -11916,8 +11916,6 @@ pdesk#:#bookmark_moved_ok#:#Bookmark has been moved.###28 08 2012 new variable wsp#:#wsp_tab_ownership#:#My Repository Objects###28 08 2012 new variable user#:#user_ownership#:#Repository Objects###28 08 2012 new variable registration#:#registration_code_role_info#:#If you use a registration code, the role selection may be superseded by the code.###28 08 2012 new variable -mail#:#mail_system_sender_name#:#Sender Name###28 08 2012 new variable -mail#:#mail_system_sender_name_info#:#Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, 'ILIAS' is used as the sender.###28 08 2012 new variable content#:#cont_current_term#:#Current Term###28 08 2012 new variable assessment#:#tst_setting_offer_hints_label#:#Question Specific Hints###28 08 2012 new variable assessment#:#tst_setting_offer_hints_info#:#If enabled, existing question specific hints are offered.###28 08 2012 new variable @@ -16180,3 +16178,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/lang/ilias_zh.lang b/lang/ilias_zh.lang index eb54e9a38ea4..9552129c6f7d 100644 --- a/lang/ilias_zh.lang +++ b/lang/ilias_zh.lang @@ -11907,8 +11907,6 @@ pdesk#:#bookmark_moved_ok#:#书签已被移动 wsp#:#wsp_tab_ownership#:#我的知识库对象 user#:#user_ownership#:#知识库对象 registration#:#registration_code_role_info#:#如果您使用一个注册码,角色选择可能被这个注册码取代。 -mail#:#mail_system_sender_name#:#发件人姓名 -mail#:#mail_system_sender_name_info#:#请输入一个名字。这个名字将用于自动生成消息(内部和外部)。如果您将这个字段留空,ILIAS使用这个安装的短标题。如果标题没有很好的定义,“ILIAS”被作为发送者。 content#:#cont_current_term#:#当前学期(Current Term) assessment#:#tst_setting_offer_hints_label#:#题目指定提示 assessment#:#tst_setting_offer_hints_info#:#如果启用,已有题目指定提示将被提供。 @@ -16177,3 +16175,15 @@ style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable exc#:#exc_delete_team#:#Delete Team###10 03 2016 new variable +mail#:#mail_send_html#:#HTML Frame for External Emails###14 04 2016 new variable +mail#:#mail_send_html_info#:#If enabled, the body of external emails 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' .###14 04 2016 new variable +mail#:#mail_system_from_name#:#Sender Name###14 04 2016 new variable +mail#:#mail_system_from_name_info#:#Please enter a name. This name (e.g. 'John Doe') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.###14 04 2016 new variable +mail#:#mail_system_return_path#:#Global Return-Path###14 04 2016 new variable +mail#:#mail_system_return_path_info#:#Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the 'Return-Path' will be the 'From' email address.###14 04 2016 new variable +sysc#:#sysc_tree_structure_failures#:#Number of failures in the tree structure (parent-Relation):###14 04 2016 new variable +sysc#:#sysc_message_tree_structure_confirm#:#Do you really want to repair the tree structure? Please create a database backup before you proceed.###14 04 2016 new variable +sysc#:#sysc_btn_tree_structure#:#Recreate Tree Structure###14 04 2016 new variable +crs#:#event_tbl_admins#:#Administrators###14 04 2016 new variable +crs#:#event_tbl_members#:#Members###14 04 2016 new variable +crs#:#event_tbl_tutors#:#Tutors###14 04 2016 new variable diff --git a/setup/sql/ilDBTemplate.php b/setup/sql/ilDBTemplate.php index 9c5dcd6f6cf0..a421e265e137 100755 --- a/setup/sql/ilDBTemplate.php +++ b/setup/sql/ilDBTemplate.php @@ -26193,25 +26193,25 @@ function setupILIASDatabase() $ilDB->addPrimaryKey("il_wac_secure_path", $pk_fields); $ilDB->insert("il_wac_secure_path", array( -'path' => array('text', 'ilPortfolio'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS51/Modules/Portfolio'), 'checking_class' => array('text', 'ilPortfolioAccessHandler'), 'in_sec_folder' => array('integer', '1'))); +'path' => array('text', 'ilPortfolio'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS_515/Modules/Portfolio'), 'checking_class' => array('text', 'ilPortfolioAccessHandler'), 'in_sec_folder' => array('integer', '1'))); $ilDB->insert("il_wac_secure_path", array( -'path' => array('text', 'lm_data'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS51/Modules/LearningModule'), 'checking_class' => array('text', 'ilObjLearningModuleAccess'), 'in_sec_folder' => array('integer', '0'))); +'path' => array('text', 'lm_data'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS_515/Modules/LearningModule'), 'checking_class' => array('text', 'ilObjLearningModuleAccess'), 'in_sec_folder' => array('integer', '0'))); $ilDB->insert("il_wac_secure_path", array( -'path' => array('text', 'ilBlog'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS51/Modules/Blog'), 'checking_class' => array('text', 'ilObjBlogAccess'), 'in_sec_folder' => array('integer', '1'))); +'path' => array('text', 'ilBlog'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS_515/Modules/Blog'), 'checking_class' => array('text', 'ilObjBlogAccess'), 'in_sec_folder' => array('integer', '1'))); $ilDB->insert("il_wac_secure_path", array( -'path' => array('text', 'ilPoll'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS51/Modules/Poll'), 'checking_class' => array('text', 'ilObjPollAccess'), 'in_sec_folder' => array('integer', '1'))); +'path' => array('text', 'ilPoll'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS_515/Modules/Poll'), 'checking_class' => array('text', 'ilObjPollAccess'), 'in_sec_folder' => array('integer', '1'))); $ilDB->insert("il_wac_secure_path", array( -'path' => array('text', 'usr_images'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS51/Services/User'), 'checking_class' => array('text', 'ilObjUserAccess'), 'in_sec_folder' => array('integer', '0'))); +'path' => array('text', 'usr_images'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS_515/Services/User'), 'checking_class' => array('text', 'ilObjUserAccess'), 'in_sec_folder' => array('integer', '0'))); $ilDB->insert("il_wac_secure_path", array( -'path' => array('text', 'mobs'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS51/Services/MediaObjects'), 'checking_class' => array('text', 'ilObjMediaObjectAccess'), 'in_sec_folder' => array('integer', '0'))); +'path' => array('text', 'mobs'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS_515/Services/MediaObjects'), 'checking_class' => array('text', 'ilObjMediaObjectAccess'), 'in_sec_folder' => array('integer', '0'))); $ilDB->insert("il_wac_secure_path", array( -'path' => array('text', 'thumbs'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS51/Services/MediaObjects'), 'checking_class' => array('text', 'ilObjMediaObjectAccess'), 'in_sec_folder' => array('integer', '0'))); +'path' => array('text', 'thumbs'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS_515/Services/MediaObjects'), 'checking_class' => array('text', 'ilObjMediaObjectAccess'), 'in_sec_folder' => array('integer', '0'))); // @@ -27842,7 +27842,7 @@ function setupILIASDatabase() 'module' => array('text', 'classification'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:4:{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:7:"No hits";}'))); $ilDB->insert("lng_modules", array( -'module' => array('text', 'sysc'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:45:{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.";}'))); +'module' => array('text', 'sysc'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', '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";}'))); $ilDB->insert("lng_modules", array( 'module' => array('text', 'scormtrac'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:87:{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:19:"display_not_allowed";s:19:"Display not allowed";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";}'))); @@ -27890,7 +27890,7 @@ function setupILIASDatabase() 'module' => array('text', 'content'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:1218:{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:15:"cont_add_circle";s:10:"Add Circle";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:19:"cont_add_fullscreen";s:15:"Add Full Screen";s:16:"cont_add_polygon";s:11:"Add Polygon";s:18:"cont_add_rectangle";s:13:"Add Rectangle";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:20:"cont_all_definitions";s:15:"All Definitions";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:16:"cont_api_adapter";s:16:"API Adapter Name";s:20:"cont_api_func_prefix";s:20:"API Functions Prefix";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:23:"cont_assign_translation";s:18:"Assign translation";s:24:"cont_assignments_deleted";s:33:"The assignments have been deleted";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:14:"cont_booktitle";s:10:"Book title";s:11:"cont_bottom";s:6:"Bottom";s:27:"cont_browser_not_js_capable";s:61:"JavaScript enabled editing is not supported for your browser.";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:32:"cont_chap_copy_select_target_now";s:46:"Chapter marked for copying. Select target now.";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:20:"cont_choose_cont_obj";s:21:"Choose Content Object";s:20:"cont_choose_glossary";s:15:"Choose Glossary";s:24:"cont_choose_media_source";s:19:"Choose Media Source";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:21:"cont_citation_err_one";s:35:"You must select exactly one edition";s:33:"cont_citation_selection_not_valid";s:29:"You\'re selection is not valid";s:13:"cont_Citation";s:8:"Citation";s:14:"cont_citations";s:9:"Citations";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:9:"cont_Code";s:4:"Code";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:16:"cont_content_obj";s:14:"Content Object";s:12:"cont_content";s:7:"Content";s:13:"cont_contents";s:8:"Contents";s:11:"cont_coords";s:11:"Coordinates";s:16:"cont_copy_object";s:11:"copy object";s:22:"cont_copy_to_clipboard";s:17:"Copy to clipboard";s:23:"cont_copy_to_media_pool";s:18:"Copy to media pool";s:38:"cont_could_not_determine_resource_size";s:58:"ILIAS could not automatically determine the resource size.";s:15:"cont_create_dir";s:16:"Create Directory";s:28:"cont_create_export_file_html";s:25:"Create Export File (HTML)";s:29:"cont_create_export_file_scorm";s:26:"Create Export File (SCORM)";s:27:"cont_create_export_file_xml";s:24:"Create Export File (XML)";s:23:"cont_create_export_file";s:18:"Create Export File";s:18:"cont_create_folder";s:13:"Create Folder";s:24:"cont_create_html_version";s:19:"Create HTML Package";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_cross_reference";s:15:"Cross reference";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:11:"Custom 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_debugpw";s:8:"Password";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:19:"cont_del_assignment";s:17:"Delete assignment";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:20:"cont_derive_from_obj";s:18:"Derive from Object";s:12:"cont_details";s:7:"Details";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:16:"cont_e_g_example";s:4:"e.g.";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:14:"cont_edit_area";s:9:"Edit Area";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:19:"cont_edit_mob_files";s:12:"Object Files";s:24:"cont_edit_mob_properties";s:28:"Edit Media Object 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:24:"cont_edit_tab_properties";s:16:"Table Properties";s:14:"cont_edit_tabs";s:10:"Properties";s:14:"cont_edit_term";s:9:"Edit Term";s:12:"cont_edition";s:7:"Edition";s:21:"cont_empty_mep_folder";s:42:"There are no media objects in this folder.";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_export_files";s:12:"Export Files";s:19:"cont_export_success";s:25:"Success-data (aggregated)";s:20:"cont_export_tracking";s:20:"Export Tracking Data";s:16:"cont_export_type";s:11:"Export-Type";s:17:"cont_external_url";s:12:"external url";s:13:"cont_external";s:8:"external";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:17:"cont_format_error";s:35:"This operation is not allowed here!";s:11:"cont_format";s:6:"Format";s:19:"cont_frame_botright";s:32:"Content Details (Glossary) Frame";s:22:"cont_frame_maincontent";s:13:"Content Frame";s:16:"cont_frame_right";s:21:"Content Details Frame";s:14:"cont_frame_toc";s:10:"Side Frame";s:19:"cont_frame_topright";s:37:"Content Details (FAQ and Media) Frame";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:18:"cont_get_orig_size";s:17:"Set original size";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:13:"cont_glo_menu";s:4:"Menu";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:6:"Height";s:14:"cont_hidenavig";s:20:"Hide Navigation Tree";s:9:"cont_Hint";s:4:"Hint";s:18:"cont_how_published";s:13:"How published";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:24:"cont_insert_new_footnote";s:19:"insert new footnote";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:18:"cont_insert_search";s:27:"Please insert a search term";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:16:"cont_insert_tabs";s:11:"Insert Tabs";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:13:"cont_internal";s:8:"internal";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_isbn";s:4:"ISBN";s:9:"cont_issn";s:4:"ISSN";s:9:"cont_item";s:4:"Item";s:12:"cont_journal";s:7:"Journal";s:20:"cont_js_chap_editing";s:27:"Use JavaScript Editing Mode";s:12:"cont_keyword";s:7:"Keyword";s:16:"cont_last_access";s:11:"Last Access";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:14:"cont_lk_survey";s:6:"Survey";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: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:14:"cont_map_areas";s:10:"Link Areas";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:18:"cont_mep_structure";s:20:"Media Pool Structure";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:14:"cont_mob_files";s:12:"Object Files";s:24:"cont_mob_from_media_pool";s:22:"Choose From Media Pool";s:18:"cont_mob_inst_prop";s:19:"Instance Properties";s:13:"cont_mob_prop";s:17:"Object Properties";s:15:"cont_mob_usages";s:5:"Usage";s:10:"cont_month";s:5:"Month";s:16:"cont_move_object";s:11:"move object";s:26:"cont_msg_multiple_editions";s:54:"It\'s not possible to show details of multiple editions";s:9:"cont_name";s:4:"Name";s:13:"cont_new_area";s:13:"New Link Area";s:19:"cont_new_assignment";s:14:"New assignment";s:12:"cont_new_dir";s:13:"New Directory";s:13:"cont_new_file";s:8:"New File";s:18:"cont_new_media_obj";s:16:"New Media Object";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:21:"cont_no_assign_itself";s:39:"The object cannot be assigned to itself";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:20:"cont_no_object_found";s:41:"Could not find any object with this title";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:16:"cont_no_zip_file";s:30:"Import file is not a zip file.";s:11:"cont_nomenu";s:23:"Hide Top Navigation Bar";s:9:"cont_none";s:4:"None";s:24:"cont_not_js_chap_editing";s:30:"Use No-JavaScript Editing Mode";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:11:"cont_Number";s:6:"Number";s:18:"cont_numbered_list";s:13:"Numbered List";s:16:"cont_obj_removed";s:16:"Objects removed.";s:18:"cont_offline_files";s:16:"Offline versions";s:21:"cont_offline_versions";s:16:"Offline Versions";s:12:"cont_offline";s:16:"Offline Versions";s:11:"cont_online";s:6:"Online";s:26:"cont_operation_not_allowed";s:30:"This operation is not allowed.";s:7:"cont_or";s:2:"or";s:10:"cont_order";s:10:"Order Type";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:14:"cont_page_link";s:9:"Page Link";s:27:"cont_page_select_target_now";s:42:"Page marked for moving. Select target now.";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:15:"cont_pg_content";s:12:"Page Content";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:22:"cont_public_notes_desc";s:64:"Allow users to share notes on every page of the learning module.";s:17:"cont_public_notes";s:12:"Public Notes";s:14:"cont_publisher";s:9:"Publisher";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_pool";s:13:"Question Pool";s:18:"cont_question_type";s:13:"Question Type";s:12:"cont_Reading";s:7:"Reading";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:22:"cont_remove_fullscreen";s:18:"Remove Full Screen";s:14:"cont_removeiln";s:29:"really remove internal link ?";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:26:"cont_repository_item_links";s:21:"Repository Item Links";s:20:"cont_repository_item";s:15:"Repository Item";s:23:"cont_resize_explanation";s:109:"If this option is activated uploaded image files are automatically resized to the specified width and height.";s:24:"cont_resize_explanation2";s:74:"This function resizes local image files to the specified width and height.";s:17:"cont_resize_image";s:13:"Resize images";s:15:"cont_resize_img";s:17:"Resize Image File";s:18:"cont_resource_size";s:22:"Original Resource 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:19:"cont_sc_auto_review";s:25:"Set Review when Completed";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_max_attempt";s:13:"Max. Attempts";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:11:"cont_school";s:6:"School";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:24:"cont_select_max_one_term";s:28:"Please select one term only.";s:22:"cont_select_media_pool";s:17:"Select Media Pool";s:23:"cont_select_one_edition";s:35:"Please select at least one edition.";s:35:"cont_select_one_translation_warning";s:53:"It is not possible to show more than one translation.";s:27:"cont_select_one_translation";s:29:"Please select one translation";s:26:"cont_select_par_or_section";s:48:"Please select at least one paragraph or section.";s:16:"cont_select_term";s:21:"Please select a term.";s:23:"cont_select_translation";s:48:"Please select the assignment from the list above";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:18:"cont_series_editor";s:13:"Series editor";s:17:"cont_series_title";s:12:"Series title";s:18:"cont_series_volume";s:13:"Series volume";s:11:"cont_series";s:6:"Series";s:14:"cont_set_after";s:12:"insert after";s:15:"cont_set_before";s:13:"insert before";s:15:"cont_set_cancel";s:6:"cancel";s:14:"cont_set_class";s:9:"Set Class";s:18:"cont_set_edit_mode";s:13:"Set Edit Mode";s:13:"cont_set_into";s:11:"insert into";s:13:"cont_set_link";s:9:"Edit Link";s:14:"cont_set_shape";s:10:"Edit Shape";s:19:"cont_set_start_file";s:14:"Set Start File";s:26:"cont_set_styles_and_widths";s:22:"Save Styles and Widths";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:14:"cont_set_width";s:9:"Set Width";s:10:"cont_shape";s:5:"Shape";s:18:"cont_show_citation";s:18:"Show with citation";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_show";s:4:"Show";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:11:"cont_source";s:6:"Source";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_on_pg";s:29:"this function is not allowed.";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:28:"cont_synchronize_frames_desc";s:157:"This option synchronises the table of contents frame with the content frame and clears additional frames in 3 window view. But it also decreases performance.";s:23:"cont_synchronize_frames";s:18:"Synchronize Frames";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:22:"cont_table_cellspacing";s:18:"Table Cell Spacing";s:27:"cont_table_html_import_info";s:68:"Import only works with XHTML conform tables. Table must be root tag!";s:22:"cont_table_html_import";s:17:"Import HTML Table";s:21:"cont_table_properties";s:16:"Table Properties";s:34:"cont_table_spreadsheet_import_info";s:74:"Paste table from spreadsheet application via clipboard into the text area.";s:29:"cont_table_spreadsheet_import";s:18:"Spreadsheet Import";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:19:"cont_tabs_accordion";s:9:"Accordion";s:26:"cont_tabs_confirm_deletion";s:65:"Are you sure that all panels and their content should be deleted?";s:24:"cont_tabs_hor_align_info";s:50:"Horizontal accordions will always be aligned left.";s:18:"cont_tabs_hor_tabs";s:15:"Horizontal Tabs";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:14:"cont_text_type";s:14:"Text Item Type";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:20:"cont_title_footnotes";s:9:"Footnotes";s:10:"cont_title";s:5:"title";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:26:"cont_translations_assigned";s:37:"The translation(s) have been assigned";s:17:"cont_translations";s:14:"Translation(s)";s:15:"cont_tree_fixed";s:30:"Tree structure has been fixed.";s:9:"cont_type";s:4:"Type";s:14:"cont_Unordered";s:9:"Unordered";s:15:"cont_update_map";s:8:"Edit Map";s:17:"cont_update_names";s:12:"Update Names";s:21:"cont_update_resources";s:20:"Update Resource List";s:19:"cont_update_section";s:14:"Update Section";s:16:"cont_update_tabs";s:13:"Update Panels";s:11:"cont_update";s:6:"Update";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:16:"cont_upload_file";s:11:"Upload File";s:18:"cont_uploaded_file";s:13:"Existing File";s:8:"cont_url";s:3:"URL";s:10:"cont_usage";s:5:"Usage";s:31:"cont_use_same_resource_as_above";s:30:"Use the same resource as above";s: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:25:"cont_view_last_export_log";s:15:"Last Export Log";s:20:"cont_where_published";s:15:"Where published";s:10:"cont_width";s:5:"Width";s:19:"cont_wiki_page_link";s:14:"Wiki Page Link";s:12:"cont_wysiwyg";s:15:"Content WYSIWYG";s:13:"cont_xml_base";s:8:"xml:base";s:9:"cont_year";s:4:"Year";s:21:"cont_zip_file_invalid";s:68:"File is not a valid import file.
It does not contain a file \'%s\'.";s:15:"content_current";s:7:"Current";s:12:"content_last";s:4:"Last";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:11:"HTML export";s:11:"HTML Export";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:10:"pages from";s:10:"Pages From";s:5:"Pages";s:5:"Pages";s:3:"par";s:9:"Paragraph";s:10:"PDF export";s:10:"PDF Export";s:2:"pg";s:4:"Page";s:14:"public_section";s:11:"Public Area";s:12:"read offline";s:12:"Read Offline";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:79:"You need MYSQL 4.1 or higher and 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:11:"seq_abandon";s:56:"An Abandon Navigation Request was received an processed.";s:14:"seq_abandonall";s:47:"The current course session has been abandoned..";s:11:"seq_blocked";s:35:"The sequencing session was blocked.";s:9:"seq_close";s:31:"Please close the player-window.";s:18:"seq_coursecomplete";s:32:"The current course is completed.";s:12:"seq_deadlock";s:31:"The sequencer is in a deadlock.";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:17:"seq_invalidnavreq";s:42:"The sequencer received an invalid request.";s:11:"seq_nothing";s:32:"There is no activity to deliver.";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:12:"start export";s:12:"Start Export";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:23:"cont_link_whole_picture";s:18:"Link Whole Picture";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:30:"cont_insert_login_page_element";s:25:"Insert Login Page Element";s:30:"cont_update_login_page_element";s:25:"Update Login Page Element";s:19:"cont_final_sco_page";s:19:"Final Page for SCOs";s:18:"cont_final_lm_page";s:30:"Final Page for Learning Module";s:32:"cont_really_delete_special_pages";s:57:"Do you really want to delete the following special pages?";s:26:"cont_create_final_sco_page";s:26:"Create Final Page for SCOs";s:25:"cont_create_final_lm_page";s:37:"Create Final Page for Learning Module";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:24:"cont_final_sco_page_info";s:102:"A status page will be displayed at the end of a SCO, if all questions have been answered successfully.";s:23:"cont_final_lm_page_info";s:105:"A status page will be displayed, if all questions of the learning module have been answered successfully.";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:30:"cont_update_titles_and_actions";s:25:"Update Titles and Actions";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:17:"cont_update_qover";s:24:"Update 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: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: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:10:"cont_pword";s:15:"Paste from Word";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:15:"cont_open_width";s:5:"width";s:16:"cont_open_heigth";s:6:"height";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: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:22:"File From My Workspace";s:21:"cont_sc_auto_continue";s:14:"Redirect Users";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:37:"Learning Module Properties / Glossary";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:8:"cont_set";s:3:"Set";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_credit_mode_info";s:66:"This setting is only affective if the lesson mode is ‘normal’.";s:27:"cont_sc_auto_review_info_12";s:81:"Set the lesson mode to ‘review’ when a learner has completed or passed a SCO.";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:23:"glo_add_term_properties";s:44:"Activate Additional Glossary Term Properties";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:24:"cont_activate_multi_lang";s:24:"Activate Multilingualism";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:36:"cont_multilang_currently_deactivated";s:51:"Multilingualism support is currently not activated.";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:21:"cont_manage_multilang";s:22:"Manage Multilingualism";s:14:"cont_languages";s:9:"Languages";s:13:"cont_language";s:8:"Language";s:13:"cont_add_lang";s:12:"Add Language";s:21:"cont_conf_delete_lang";s:63:"Do you really want to drop support for the following languages?";s:17:"cont_back_to_page";s:12:"Back to Page";s:19:"cont_got_lock_until";s:127:"This page has been locked for your editing until %1. Please release the page after you have done all your changes by hitting %2";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: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:27:"cont_my_courses_no_settings";s:26:"There are no settings yet.";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:420:"This feature allows you to upload multiple subtitle (srt) files in a zip file for all media objects of the learning module. 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:32:"cont_sc_score_was_higher_message";s:25:"achieved score was higher";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";}'))); $ilDB->insert("lng_modules", array( -'module' => array('text', 'crs'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:810:{s:26:"activation_times_not_valid";s:37:"The availability period is not valid.";s:9:"add_event";s:11:"Add Session";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:19:"crs_access_password";s:8:"Password";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:22:"crs_add_grp_assignment";s:16:"Assign course(s)";s:20:"crs_add_html_archive";s:16:"Add HTML archive";s:14:"crs_add_member";s:13:"Add Member(s)";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:19:"crs_add_subscribers";s:14:"Add subscriber";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:19:"crs_admin_no_notify";s:31:"Administrator (no notification)";s:16:"crs_admin_notify";s:28:"Administrator (notification)";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:13:"crs_allow_abo";s:34:"Allow subscription of course items";s:28:"crs_already_assigned_to_list";s:45:"You are already assigned to the waiting list.";s:20:"crs_archive_disabled";s:11:"Deactivated";s:20:"crs_archive_download";s:37:"Allow the Download of Course Archives";s:16:"crs_archive_info";s:121:"If enabled, all course content will we suppressed. Only HTML archives of this course will be available to course members.";s:16:"crs_archive_lang";s:8:"Language";s:30:"crs_archive_language_selection";s:18:"Language Selection";s:16:"crs_archive_read";s:11:"Read access";s:23:"crs_archive_select_type";s:12:"Archive view";s:25:"crs_archive_type_disabled";s:13:"Not available";s:16:"crs_archive_type";s:12:"Archive type";s:11:"crs_archive";s:8:"Archives";s:20:"crs_archives_deleted";s:32:"The archive(s) have been deleted";s:13:"crs_auto_fill";s:9:"Auto Fill";s:31:"crs_availability_limitless_info";s:71:"Choose this mode to give course members unlimited access to the course.";s:27:"crs_availability_until_info";s:88:"Choose this mode to give course members access to the course for a fixed period of time.";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:155:"There might be other members on a waiting list of your course.\\nYou should check for the waiting list now.\\nTo view the members of your course, click here:";s:23:"crs_cancel_subscription";s:21:"User left course "%s"";s:17:"crs_change_status";s:28:"Changes status of objective:";s:28:"crs_chapter_already_assigned";s:36:"These chapters are already assigned.";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:24:"crs_copy_cat_not_allowed";s:37:"It is not possible to copy categories";s:17:"crs_count_members";s:17:"Number of members";s:19:"crs_count_questions";s:19:"Number of questions";s:15:"crs_create_date";s:11:"Create date";s:17:"crs_crs_structure";s:16:"Course structure";s:9:"crs_dates";s:5:"Dates";s:20:"crs_deassign_lm_sure";s:48:"Are you sure you want to delete this assignment?";s:15:"crs_delete_file";s:12:"Delete File?";s:25:"crs_delete_from_list_sure";s:69:"Are you sure, you want to deassign the following users from the list?";s:28:"crs_delete_from_waiting_list";s:24:"Remove from waiting list";s:17:"crs_delete_member";s:8:"Deassign";s:23:"crs_delete_members_sure";s:60:"Do you want to delete the following members from this course";s:24:"crs_delete_objectve_sure";s:57:"Are you sure, you want to delete the selected objectives?";s:27:"crs_delete_subscribers_sure";s:41:"Do you want to delete the following users";s:22:"crs_delete_subscribers";s:17:"Delete subscriber";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_archive";s:13:"Edit Archives";s:16:"crs_edit_content";s:10:"Edit items";s:22:"crs_edit_start_objects";s:18:"Edit Start Objects";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:18:"crs_existing_files";s:15:"Existing Files:";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:12:"crs_filename";s:9:"File Name";s:15:"crs_free_places";s:16:"Available Places";s:8:"crs_from";s:4:"From";s:20:"crs_further_settings";s:16:"Further Settings";s:16:"crs_general_info";s:19:"General Information";s:24:"crs_general_informations";s:19:"General Information";s:19:"crs_grouping_assign";s:17:"Change assignment";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:32:"crs_grouping_modified_assignment";s:19:"Changed assignment.";s:23:"crs_grouping_select_one";s:32:"Please select a course grouping.";s:12:"crs_grouping";s:15:"Course grouping";s:24:"crs_groupings_ask_delete";s:22:"Delete 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:47:"You are already member of this course grouping.";s:18:"crs_grp_assign_crs";s:13:"Assign course";s:29:"crs_grp_assigned_courses_info";s:17:"Assigned courses:";s:24:"crs_grp_assigned_courses";s:17:"Assigned courses.";s:32:"crs_grp_courses_already_assigned";s:43:"The selected courses were already assigned.";s:22:"crs_grp_crs_assignment";s:17:"Course assignment";s:26:"crs_grp_deassigned_courses";s:17:"Delete assignment";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:25:"crs_grp_modified_grouping";s:20:"Saved modifications.";s:26:"crs_grp_no_course_selected";s:25:"Please select one course.";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:29:"crs_header_delete_subscribers";s:18:"Delete subscribers";s:23:"crs_header_edit_members";s:12:"Edit Members";s:18:"crs_header_members";s:14:"Course members";s:35:"crs_header_remove_from_waiting_list";s:28:"Waiting list: deassign users";s:17:"crs_hide_link_lms";s:14:"Hide materials";s:24:"crs_hide_link_objectives";s:15:"Hide objectives";s:16:"crs_hide_link_or";s:20:"Hide other resources";s:21:"crs_hide_link_session";s:13:"Hide sessions";s:17:"crs_hide_link_tst";s:10:"Hide tests";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:26:"crs_item_availability_info";s:174:"Choose this option for making the item available for a fixed period of time. If ‘Visibility’ is checked, the item will remain visible but not accessible for the learners.";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:22:"crs_learning_materials";s:9:"Materials";s:16:"crs_lim_assigned";s:43:"Already assigned to associated course "%s".";s:14:"crs_list_users";s:10:"List users";s:25:"crs_lm_assignment_deleted";s:19:"Deleted assignment.";s:17:"crs_lm_assignment";s:28:"Learning material assignment";s:15:"crs_lm_deassign";s:18:"Delete assignment.";s:30:"crs_lm_no_assignments_selected";s:29:"Please select one assignment.";s:24:"crs_lms_already_assigned";s:47:"These learning materials were already assigned.";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:12:"Map Settings";s:13:"crs_materials";s:9:"Materials";s:23:"crs_max_members_reached";s:46:"The maximum number of members has been reached";s:21:"crs_mem_change_status";s:13:"Change status";s:17:"crs_mem_send_mail";s:9:"Send Mail";s:25:"crs_member_administration";s:17:"Edit Participants";s:18:"crs_member_blocked";s:16:"Member (blocked)";s:13:"crs_member_of";s:17:"Member of course:";s:20:"crs_member_unblocked";s:18:"Member (unblocked)";s:18:"crs_member_updated";s:27:"The member has been updated";s:10:"crs_member";s:6:"Member";s:19:"crs_members_deleted";s:15:"Deleted members";s:25:"crs_members_footer_passed";s:6:"passed";s:18:"crs_members_footer";s:16:"course member(s)";s:15:"crs_members_map";s:18:"Course Members Map";s:23:"crs_members_print_title";s:14:"Course members";s:17:"crs_members_table";s:19:"Course Participants";s:17:"crs_members_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:13:"crs_move_down";s:9:"Move down";s:11:"crs_move_up";s:7:"Move up";s:14:"crs_moved_item";s:17:"Moved course item";s:19:"crs_moved_objective";s:25:"Moved learning objective.";s:14:"crs_new_search";s:10:"New search";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:25:"crs_no_archives_available";s:31:"There are no archives available";s:24:"crs_no_archives_selected";s:24:"Please select an archive";s:23:"crs_no_chapter_selected";s:24:"Please select a chapter.";s:16:"crs_no_exercises";s:37:"No exercises found inside this course";s:25:"crs_no_groupings_assigned";s:37:"No groupings assigned to this course.";s:22:"crs_no_groups_selected";s:21:"Please select a group";s:18:"crs_no_items_found";s:8:"No items";s:15:"crs_no_language";s:11:"No language";s:18:"crs_no_lm_selected";s:36:"Please select one learning material.";s:19:"crs_no_lms_assigned";s:41:"There are no learning materials assigned.";s:24:"crs_no_lms_inside_course";s:47:"No learning materials found inside this course.";s:21:"crs_no_lms_inside_crs";s:91:"No learning materials inside this course, which can be assigned to this learning objective.";s:22:"crs_no_member_selected";s:24:"Please select one member";s:23:"crs_no_members_assigned";s:44:"There are no members assigned to this course";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:24:"crs_no_question_selected";s:27:"Please select one question.";s:25:"crs_no_questions_assigned";s:32:"There are no questions assigned.";s:20:"crs_no_results_found";s:16:"No results found";s:21:"crs_no_roles_selected";s:20:"Please select a role";s:22:"crs_no_starter_created";s:41:"No start objects assigned to this course.";s:27:"crs_no_subscribers_selected";s:20:"Please select a user";s:23:"crs_no_tests_inside_crs";s:78:"No tests inside this course, which can be assigned to this learning objective.";s:18:"crs_no_title_given";s:40:"Please insert a title for the objective.";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:28:"crs_no_valid_member_id_given";s:18:"No valid member Id";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:21:"crs_objective_add_qst";s:16:"Assign Questions";s:24:"crs_objective_all_points";s:12:"Total Points";s:28:"crs_objective_assign_chapter";s:15:"Assign chapters";s:23:"crs_objective_assign_lm";s:16:"Save Assignments";s:29:"crs_objective_assign_question";s:15:"Assign question";s:32:"crs_objective_assigned_materials";s:27:"Assigned Learning Materials";s:26:"crs_objective_assigned_qst";s:18:"Assigned Questions";s:31:"crs_objective_deassign_question";s:17:"Delete assignment";s:34:"crs_objective_delete_lm_assignment";s:17:"Delete assignment";s:23:"crs_objective_err_limit";s:51:"Please enter a percentage number between 1 and 100.";s:24:"crs_objective_final_test";s:26:"Questions Achievement Test";s:28:"crs_objective_insert_percent";s:48:"Please enter only percentages between 1 and 100.";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:28:"crs_objective_no_title_given";s:21:"Please enter a title.";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:33:"crs_objective_question_assignment";s:19:"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:24:"Questions Placement Test";s:20:"crs_objective_status";s:16:"Objective Status";s:18:"crs_objective_step";s:4:"Step";s:26:"crs_objective_updated_test";s:22:"Updated modifications.";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:29:"crs_objectives_assign_chapter";s:14:"Assign Chapter";s:26:"crs_objectives_assigned_lm";s:42:"The selected materials have been assigned.";s:27:"crs_objectives_assigned_lms";s:27:"Assigned learning materials";s:37:"crs_objectives_assigned_new_questions";s:21:"Added new assignment.";s:33:"crs_objectives_assigned_questions";s:18:"Assigned questions";s:33:"crs_objectives_chapter_assignment";s:18:"Chapter assignment";s:37:"crs_objectives_deassign_question_sure";s:57:"Are you sure, you want to delete the following questions?";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_info_final";s:244:"You did not accomplish all course objectives in the previous exam.
Please select the not completed objectives one after another and review the related materials.
After you have reviewed these objectives, you can take the exam again.";s:28:"crs_objectives_info_finished";s:69:"Congratulations, you have accomplished all objectives of this course!";s:24:"crs_objectives_info_none";s:142:"The following is a list of the course objectives.
Please select the objectives one after another and work through the related materials.";s:39:"crs_objectives_info_pretest_non_suggest";s:220:"The following are the results of your self assessment.
According to this you have fulfilled any learning objective. You can now take the final exam of this course, which is located in the test section of this page.";s:27:"crs_objectives_info_pretest";s:306:"The following are the results of your self assessment.
Please select the not completed objectives one after another and work through their related material.
After you have processed these objectives, you can take the final exam of this course, which is located in the test section of this page.";s:28:"crs_objectives_lm_assignment";s:30:"Assignment of Course Materials";s:25:"crs_objectives_max_points";s:14:"Maximum points";s:35:"crs_objectives_no_question_selected";s:27:"Please select one question.";s:27:"crs_objectives_nr_questions";s:19:"Number of questions";s:29:"crs_objectives_qst_deassigned";s:41:"The question assignment has been deleted.";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:11:"crs_offline";s:7:"Offline";s:11:"crs_options";s:7:"Options";s:19:"crs_other_groupings";s:26:"Groupings of other courses";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:27:"crs_persons_on_waiting_list";s:27:"Persons on the Waiting List";s:21:"crs_presentation_type";s:17:"Presentation Type";s:14:"crs_print_list";s:13:"Generate List";s:23:"crs_question_assignment";s:19:"Question assignment";s:19:"crs_reg_deactivated";s:8:"Disabled";s:16:"crs_reg_lim_info";s:135:"If enabled, registrations are only possible during a fixed period of time. Please choose also one of the registration procedures below.";s:16:"crs_reg_max_info";s:71:"Define the maximum number of users that can be assigned to this course.";s:19:"crs_reg_notify_info";s:118:"If enabled all course administrators/tutors with status ‘Notify’ will be informed by mail about new registrations.";s:14:"crs_reg_period";s:17:"Self-Registration";s:15:"crs_reg_subject";s:7:"Message";s:32:"crs_reg_subscription_deactivated";s:24:"Registration is disabled";s:32:"crs_reg_subscription_end_earlier";s:32:"The registration time is expired";s:40:"crs_reg_subscription_max_members_reached";s:40:"The maximum number of users is exceeded.";s:32:"crs_reg_subscription_start_later";s:34:"The registration time starts later";s:17:"crs_reg_type_info";s:73:"This setting is only relevant, if the registration is not ‘Disabled’.";s:18:"crs_reg_unlim_info";s:114:"If enabled, there is no time limit for registrations. Please choose also one of the registration procedures below.";s:13:"crs_reg_until";s:19:"Registration Period";s:29:"crs_reg_user_already_assigned";s:39:"You are already assigned to this course";s:31:"crs_reg_user_already_subscribed";s:53:"You have already requested membership for this course";s:20:"crs_reg_user_blocked";s:32:"You are blocked from 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:26:"crs_registration_unlimited";s:29:"Unlimited Registration Period";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:8:"crs_role";s:4:"Role";s:30:"crs_search_enter_search_string";s:28:"Please enter a search string";s:14:"crs_search_for";s:10:"Search for";s:18:"crs_search_members";s:11:"User search";s:14:"crs_search_str";s:11:"Search Term";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:25:"crs_select_exactly_one_lm";s:42:"Please select exactly one learning module.";s:26:"crs_select_exactly_one_tst";s:31:"Please select exactly one test.";s:20:"crs_select_native_lm";s:70:"Single chapters can only be assigned to native ILIAS learning modules.";s:22:"crs_select_one_archive";s:25:"Please select one archive";s:21:"crs_select_one_object";s:30:"Please select one course item.";s:28:"crs_select_registration_type";s:38:"Please select an admittance procedure.";s:18:"crs_select_starter";s:19:"Select Start Object";s:18:"crs_selected_users";s:21:"Selected Participants";s:23:"crs_set_on_waiting_list";s:154:"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:18:"crs_settings_saved";s:14:"Settings saved";s:12:"crs_settings";s:15:"Course Settings";s:17:"crs_show_link_lms";s:23:"Show learning materials";s:24:"crs_show_link_objectives";s:15:"Show objectives";s:16:"crs_show_link_or";s:20:"Show other resources";s:21:"crs_show_link_session";s:13:"Show sessions";s:17:"crs_show_link_tst";s:10:"Show tests";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:24:"crs_show_objectives_view";s:14:"Objective view";s:8:"crs_size";s:9:"File size";s:19:"crs_sort_activation";s:18:"Sort by Activation";s:20:"crs_sort_manual_info";s:67:"This mode offers you the possibility to sort course items manually.";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:19:"crs_sort_title_info";s:61:"Choose this mode to sort course items automatically by title.";s:14:"crs_sort_title";s:28:"Titles in Alphabetical Order";s:17:"crs_sortorder_abo";s:20:"Content Item Sorting";s:13:"crs_sortorder";s:4:"Sort";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:211:"you have been assigned to the waiting list of course "%s".\\nYou are assigned to position %s on the list.\\n\\nYou 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:15:"crs_subscribers";s:13:"Join Requests";s:34:"crs_subscription_max_members_short";s:25:"Limited Number of Members";s:28:"crs_subscription_max_members";s:14:"Maximum Number";s:23:"crs_subscription_notify";s:24:"Notify for subscriptions";s:37:"crs_subscription_options_confirmation";s:18:"Request Membership";s:36:"crs_subscription_options_deactivated";s:11:"Deactivated";s:31:"crs_subscription_options_direct";s:13:"Join Directly";s:33:"crs_subscription_options_password";s:25:"Join with Course Password";s:26:"crs_subscription_requested";s:45:"You have requested membership for the course.";s:27:"crs_subscription_successful";s:26:"You have joined the course";s:21:"crs_subscription_type";s:17:"Subscription type";s:16:"crs_subscription";s:12:"Subscription";s:14:"crs_suggest_lm";s:30:"Suggest learning materials if:";s:22:"crs_suggested_sections";s:18:"Suggested Sections";s:18:"crs_suggestion_end";s:13:"Suggested End";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:24:"crs_test_status_complete";s:8:"Complete";s:28:"crs_test_status_not_complete";s:12:"Not complete";s:22:"crs_test_status_random";s:11:"Random test";s:8:"crs_time";s:17:"Subscription time";s:32:"crs_timings_availability_enabled";s:21:"Temporarily Available";s:28:"crs_timings_availability_tbl";s:12:"Availability";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:20:"crs_timings_duration";s:8:"Duration";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:20:"crs_timings_late_end";s:10:"Latest End";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:26:"crs_timings_presetting_tbl";s:11:"Time Target";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:19:"crs_tutor_no_notify";s:23:"Tutor (no notification)";s:16:"crs_tutor_notify";s:20:"Tutor (notification)";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:20:"crs_update_objective";s:32:"Checklist for Learning Objective";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:14:"crs_user_login";s:10:"User Login";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:16:"crs_view_archive";s:12:"Archive View";s:23:"crs_view_info_objective";s:241:"Course for individualised studying: Performance on learning objectives organises the course work. Content might be recommended based on individual performance in a placement 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:204:"The maximum number of course members is exceeded. 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: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:18:"crs_youre_position";s:33:"Your Position on the Waiting List";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:22:"event_assign_materials";s:16:"Assign Materials";s:18:"event_btn_add_edit";s:32:"Add Session and Assign Materials";s:13:"event_btn_add";s:11:"Add Session";s:15:"event_clone_btn";s:17:"Duplicate Session";s:12:"event_cloned";s:32:"The Session has been duplicated.";s:16:"event_csv_export";s:10:"CSV Export";s:15:"event_date_time";s:13:"Date and Time";s:10:"event_date";s:15:"Date of Session";s:17:"event_delete_file";s:12:"Delete File?";s:17:"event_delete_sure";s:38:"Do really want to delete this session?";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:17:"Edit Participants";s:14:"event_end_date";s:3:"End";s:25:"event_etime_smaller_stime";s:79:"The finish time is earlier than the start time. Please enter a valid time span.";s:20:"event_existing_files";s:15:"Existing Files:";s:19:"event_file_download";s:18:"Files for Download";s:15:"event_file_name";s:9:"File Name";s:20:"event_file_size_info";s:9:"File Size";s:10:"event_file";s:4:"File";s:11:"event_files";s:14:"Assigned Files";s:20:"event_full_time_info";s:9:"full-time";s:13:"event_fullday";s:9:"Full-Time";s:19:"event_fulltime_info";s:13:"All Day Event";s:26:"event_further_informations";s:19:"Further Information";s:19:"event_general_infos";s:19:"General Information";s:24:"event_general_properties";s:19:"General Information";s:16:"event_inc_admins";s:19:"Show Administrators";s:17:"event_inc_members";s:12:"Show Members";s:16:"event_inc_tutors";s:11:"Show Tutors";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:19:"event_participation";s:13:"Participation";s:14:"event_register";s:8:"Register";s:16:"event_registered";s:41:"You have been registered to this session.";s:23:"event_registration_info";s:39:"Allow users to register to the session.";s:31:"event_registration_participance";s:12:"Registration";s:18:"event_registration";s:12:"Registration";s:23:"event_save_participants";s:17:"Save Participance";s:25:"event_section_information";s:19:"Session Information";s:16:"event_select_one";s:31:"-- Please select one session --";s:16:"event_start_date";s:5:"Start";s:18:"event_table_create";s:11:"New Session";s:18:"event_table_update";s:12:"Edit Session";s:22:"event_tbl_participants";s:20:"List of Participants";s:22:"event_tbl_participated";s:8:"Attended";s:20:"event_tbl_registered";s:10:"Registered";s:10:"event_time";s:4:"Time";s:11:"event_title";s:5:"Title";s:16:"event_tutor_data";s:30:"Information About the Lecturer";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:18:"events_clone_title";s:17:"Duplicate Session";s:14:"events_deleted";s:15:"Session deleted";s:6:"events";s:8:"Sessions";s:14:"export_members";s:19:"Export Participants";s:26:"grouping_change_assignment";s:17:"Change Assignment";s:10:"import_crs";s:13:"Import Course";s:13:"learners_view";s:13:"Learners view";s:23:"max_members_not_numeric";s:41:"Please check the maximum number of users.";s:11:"save_status";s:11:"Save Status";s:20:"sess_attendance_list";s:15:"Attendance List";s:14:"sess_date_time";s:19:"Session Appointment";s:24:"sess_gen_attendance_list";s:13:"Generate List";s:16:"sess_gen_comment";s:28:"Generate Column for Comments";s:19:"sess_gen_mark_title";s:25:"Generate Column for Notes";s:18:"sess_gen_signature";s:30:"Generate Column for Signatures";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:63:"Choose this option for limiting the number of visible sessions.";s:10:"sess_limit";s:24:"Limit Number of Sessions";s:13:"sess_num_next";s:28:"Number of Following Sessions";s:13:"sess_num_prev";s:23:"Number of Past Sessions";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:15:"tutor_firstname";s:10:"First name";s:14:"tutor_lastname";s:9:"Last name";s:10:"tutor_name";s:4:"Name";s:11:"tutor_phone";s:5:"Phone";s:11:"tutor_title";s:5:"Title";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:18:"crs_reg_code_value";s:4:"Link";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:22:"Passed Status of Users";s:24:"crs_status_determination";s:13:"Determination";s:31:"crs_status_determination_manual";s:32:"Independent of Learning Progress";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:144:"Set the course online to make it visible and available for course members. If not, only course administrators and tutors will have access to it.";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:23:"Only Registered Members";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:34:"Last Update (Course-specific Data)";s:29:"crs_subscription_failed_limit";s:53:"The maximum number of participants has been exceeded.";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:14:"Qualified 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:21:"Assign Placement Test";s:26:"crs_objective_status_qtest";s:23:"Assign Achievement Test";s:31:"crs_objective_status_objectives";s:29:"Configure Learning Objectives";s:26:"crs_objective_status_start";s:20:"Define Start Objects";s:31:"crs_objective_status_fullfilled";s:2:"OK";s:30:"crs_objective_action_materials";s:15:"Assign Material";s:26:"crs_objective_action_qtest";s:36:"Assign Questions of Achievement Test";s:26:"crs_objective_action_itest";s:34:"Assign Questions of Placement Test";s:21:"crs_loc_qt_visibility";s:30:"Visibility of Achievement Test";s:25:"crs_loc_qt_visibility_all";s:45:"Show Achievement Test Covering all Objectives";s:24:"crs_loc_qt_visibility_lo";s:51:"Show Achievement Test for Each Individual Objective";s:22:"crs_loc_limited_passes";s:19:"Limited Test Passes";s:14:"crs_loc_passes";s:16:"Number of Passes";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:29:"No Achievement Test available";s:22:"crs_loc_err_stat_no_it";s:27:"No Placement 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_settings_type";s:13:"Course Design";s:24:"crs_loc_type_initial_all";s:33:"Course Starts with Placement Test";s:24:"crs_loc_type_initial_sel";s:65:"Course starts with Placement Test for Selected Learning Objective";s:22:"crs_loc_type_qualified";s:28:"Credit-by-examination design";s:21:"crs_loc_type_practise";s:40:"Course Starts with Learning and Practise";s:21:"crs_loc_tab_materials";s:8:"Material";s:17:"crs_loc_tab_itest";s:14:"Placement Test";s:17:"crs_loc_tab_qtest";s:16:"Achievement Test";s:26:"crs_loc_settings_itest_tbl";s:31:"Settings for the Placement Test";s:22:"crs_loc_tab_objectives";s:19:"Learning Objectives";s:26:"crs_loc_settings_qtest_tbl";s:32:"Settings for the Qualifying 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:9:"Test Mode";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:24:"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:32:"Please take the qualifying 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:286:"Based on individual results of the placement 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:26:"crs_loc_type_practise_info";s:251:"Course members can use the full range of learning objectives and assigned learning content immediately. They can take the achievement testto assess whether they mastered the learning objectives already of if additional learning and training is needed.";s:33:"crs_loc_form_tst_new_initial_info";s:44:"Create a new test to serve as Placement Test";s:35:"crs_loc_form_tst_new_qualified_info";s:2:"--";s:32:"crs_loc_form_assign_initial_info";s:57:"Select a test from this course to serve as Placement 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: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:13:"Course Period";s:27:"crs_course_period_not_valid";s:31:"The course 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:12:"Course Tutor";s:29:"crs_mail_context_member_title";s:13:"Course Member";s:24:"crs_loc_settings_it_type";s:13:"Einstiegstest";s:38:"crs_loc_settings_type_it_placement_all";s:49:"Diagnostischer Einstiegstest über alle Lernziele";s:32:"crs_loc_settings_it_start_object";s:29:"Einstiegstest ist Startobjekt";s:38:"crs_loc_settings_type_it_placement_sel";s:41:"Diagnostischer Einstiegstest pro Lernziel";s:39:"crs_loc_settings_type_it_qualifying_all";s:51:"Qualifizierender Einstiegstest über alle Lernziele";s:39:"crs_loc_settings_type_it_qualifying_sel";s:43:"Qualifizierender Einstiegstest pro Lernziel";s:29:"crs_loc_settings_type_it_none";s:18:"Kein Einstiegstest";s:23:"crs_loc_settings_qt_all";s:13:"Abschlusstest";s:27:"crs_loc_settings_type_q_all";s:34:"Abschlusstest über alle Lernziele";s:32:"crs_loc_settings_qt_start_object";s:29:"Abschlusstest ist Startobjekt";s:32:"crs_loc_settings_type_q_selected";s:26:"Abschlusstest pro Lernziel";s:27:"crs_loc_settings_err_qstart";s:125:"Die Option "Abschlusstest als Startobjekt" wurde deaktiviert, da sie nur für Kurse ohne Einstiegstest verwendet werden kann.";s:18:"crs_loc_tab_qtests";s:14:"Abschlusstests";s:18:"crs_loc_tab_itests";s:14:"Einstiegstests";s:26:"crs_loc_btn_new_assignment";s:18:"Neue Testzuordnung";s:32:"crs_objective_tbl_col_final_tsts";s:14:"Abschlusstests";s:30:"crs_objective_action_qtest_sep";s:22:"Abschlusstest zuordnen";s:30:"crs_loc_settings_tbl_its_q_all";s:51:"Qualifizierender Einstiegstest über alle Lernziele";s:31:"crs_loc_settings_tbl_its_nq_all";s:49:"Diagnostischer Einstiegstest über alle Lernziele";s:25:"crs_loc_settings_tbl_it_q";s:43:"Qualifizierende Einstiegstests pro Lernziel";s:26:"crs_loc_settings_tbl_it_nq";s:41:"Diagnostische Einstiegstests pro Lernziel";s:28:"crs_loc_settings_tbl_qts_all";s:34:"Abschlusstest über alle Lernziele";s:23:"crs_loc_settings_tbl_qt";s:27:"Abschlusstests pro Lernziel";s:37:"crs_loc_objective_passed_confirmation";s:138:"Sie haben das Lernziel bereits bestanden. Ein erneutes Starten des Tests setzt die Ergebnisse zurück. Wollen Sie den Test erneut starten?";s:38:"crs_loc_objectives_passed_confirmation";s:139:"Sie haben bereits alle Lernziel bestanden. Ein erneutes Starten des Tests setzt die Ergebnisse zurück. Wollen Sie den Test erneut starten?";s:17:"crs_loc_tst_start";s:12:"Test starten";s:20:"crs_loc_mem_show_res";s:23:"Testergebnisse anzeigen";s:23:"crs_loc_test_results_of";s:19:"Testergebnisse von:";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:41:"Placement test on all learning objectives";s:43:"crs_loc_settings_type_it_placement_sel_info";s:44:"Placement test per single learning objective";s:44:"crs_loc_settings_type_it_qualifying_all_info";s:43:"Achievement test on all learning objectives";s:44:"crs_loc_settings_type_it_qualifying_sel_info";s:46:"Achievement test per sinble learning objective";s:34:"crs_loc_settings_type_it_none_info";s:17:"No placement test";s:32:"crs_loc_settings_type_q_all_info";s:43:"Achievement test on all learning objectives";s:37:"crs_loc_settings_type_q_selected_info";s:46:"Achievement test per sinble 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:53:"For the contact emails on the info screen of a course";s:27:"crs_mail_context_tutor_info";s:82:"For the participant emails on the member and learning progress screens of a course";}'))); +'module' => array('text', 'crs'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:813:{s:26:"activation_times_not_valid";s:37:"The availability period is not valid.";s:9:"add_event";s:11:"Add Session";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:19:"crs_access_password";s:8:"Password";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:22:"crs_add_grp_assignment";s:16:"Assign course(s)";s:20:"crs_add_html_archive";s:16:"Add HTML archive";s:14:"crs_add_member";s:13:"Add Member(s)";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:19:"crs_add_subscribers";s:14:"Add subscriber";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:19:"crs_admin_no_notify";s:31:"Administrator (no notification)";s:16:"crs_admin_notify";s:28:"Administrator (notification)";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:13:"crs_allow_abo";s:34:"Allow subscription of course items";s:28:"crs_already_assigned_to_list";s:45:"You are already assigned to the waiting list.";s:20:"crs_archive_disabled";s:11:"Deactivated";s:20:"crs_archive_download";s:37:"Allow the Download of Course Archives";s:16:"crs_archive_info";s:121:"If enabled, all course content will we suppressed. Only HTML archives of this course will be available to course members.";s:16:"crs_archive_lang";s:8:"Language";s:30:"crs_archive_language_selection";s:18:"Language Selection";s:16:"crs_archive_read";s:11:"Read access";s:23:"crs_archive_select_type";s:12:"Archive view";s:25:"crs_archive_type_disabled";s:13:"Not available";s:16:"crs_archive_type";s:12:"Archive type";s:11:"crs_archive";s:8:"Archives";s:20:"crs_archives_deleted";s:32:"The archive(s) have been deleted";s:13:"crs_auto_fill";s:9:"Auto Fill";s:31:"crs_availability_limitless_info";s:71:"Choose this mode to give course members unlimited access to the course.";s:27:"crs_availability_until_info";s:88:"Choose this mode to give course members access to the course for a fixed period of time.";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:155:"There might be other members on a waiting list of your course.\\nYou should check for the waiting list now.\\nTo view the members of your course, click here:";s:23:"crs_cancel_subscription";s:21:"User left course "%s"";s:17:"crs_change_status";s:28:"Changes status of objective:";s:28:"crs_chapter_already_assigned";s:36:"These chapters are already assigned.";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:24:"crs_copy_cat_not_allowed";s:37:"It is not possible to copy categories";s:17:"crs_count_members";s:17:"Number of members";s:19:"crs_count_questions";s:19:"Number of questions";s:15:"crs_create_date";s:11:"Create date";s:17:"crs_crs_structure";s:16:"Course structure";s:9:"crs_dates";s:5:"Dates";s:20:"crs_deassign_lm_sure";s:48:"Are you sure you want to delete this assignment?";s:15:"crs_delete_file";s:12:"Delete File?";s:25:"crs_delete_from_list_sure";s:69:"Are you sure, you want to deassign the following users from the list?";s:28:"crs_delete_from_waiting_list";s:24:"Remove from waiting list";s:17:"crs_delete_member";s:8:"Deassign";s:23:"crs_delete_members_sure";s:60:"Do you want to delete the following members from this course";s:24:"crs_delete_objectve_sure";s:57:"Are you sure, you want to delete the selected objectives?";s:27:"crs_delete_subscribers_sure";s:41:"Do you want to delete the following users";s:22:"crs_delete_subscribers";s:17:"Delete subscriber";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_archive";s:13:"Edit Archives";s:16:"crs_edit_content";s:10:"Edit items";s:22:"crs_edit_start_objects";s:18:"Edit Start Objects";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:18:"crs_existing_files";s:15:"Existing Files:";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:12:"crs_filename";s:9:"File Name";s:15:"crs_free_places";s:16:"Available Places";s:8:"crs_from";s:4:"From";s:20:"crs_further_settings";s:16:"Further Settings";s:16:"crs_general_info";s:19:"General Information";s:24:"crs_general_informations";s:19:"General Information";s:19:"crs_grouping_assign";s:17:"Change assignment";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:32:"crs_grouping_modified_assignment";s:19:"Changed assignment.";s:23:"crs_grouping_select_one";s:32:"Please select a course grouping.";s:12:"crs_grouping";s:15:"Course grouping";s:24:"crs_groupings_ask_delete";s:22:"Delete 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:47:"You are already member of this course grouping.";s:18:"crs_grp_assign_crs";s:13:"Assign course";s:29:"crs_grp_assigned_courses_info";s:17:"Assigned courses:";s:24:"crs_grp_assigned_courses";s:17:"Assigned courses.";s:32:"crs_grp_courses_already_assigned";s:43:"The selected courses were already assigned.";s:22:"crs_grp_crs_assignment";s:17:"Course assignment";s:26:"crs_grp_deassigned_courses";s:17:"Delete assignment";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:25:"crs_grp_modified_grouping";s:20:"Saved modifications.";s:26:"crs_grp_no_course_selected";s:25:"Please select one course.";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:29:"crs_header_delete_subscribers";s:18:"Delete subscribers";s:23:"crs_header_edit_members";s:12:"Edit Members";s:18:"crs_header_members";s:14:"Course members";s:35:"crs_header_remove_from_waiting_list";s:28:"Waiting list: deassign users";s:17:"crs_hide_link_lms";s:14:"Hide materials";s:24:"crs_hide_link_objectives";s:15:"Hide objectives";s:16:"crs_hide_link_or";s:20:"Hide other resources";s:21:"crs_hide_link_session";s:13:"Hide sessions";s:17:"crs_hide_link_tst";s:10:"Hide tests";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:26:"crs_item_availability_info";s:174:"Choose this option for making the item available for a fixed period of time. If ‘Visibility’ is checked, the item will remain visible but not accessible for the learners.";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:22:"crs_learning_materials";s:9:"Materials";s:16:"crs_lim_assigned";s:43:"Already assigned to associated course "%s".";s:14:"crs_list_users";s:10:"List users";s:25:"crs_lm_assignment_deleted";s:19:"Deleted assignment.";s:17:"crs_lm_assignment";s:28:"Learning material assignment";s:15:"crs_lm_deassign";s:18:"Delete assignment.";s:30:"crs_lm_no_assignments_selected";s:29:"Please select one assignment.";s:24:"crs_lms_already_assigned";s:47:"These learning materials were already assigned.";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:12:"Map Settings";s:13:"crs_materials";s:9:"Materials";s:23:"crs_max_members_reached";s:46:"The maximum number of members has been reached";s:21:"crs_mem_change_status";s:13:"Change status";s:17:"crs_mem_send_mail";s:9:"Send Mail";s:25:"crs_member_administration";s:17:"Edit Participants";s:18:"crs_member_blocked";s:16:"Member (blocked)";s:13:"crs_member_of";s:17:"Member of course:";s:20:"crs_member_unblocked";s:18:"Member (unblocked)";s:18:"crs_member_updated";s:27:"The member has been updated";s:10:"crs_member";s:6:"Member";s:19:"crs_members_deleted";s:15:"Deleted members";s:25:"crs_members_footer_passed";s:6:"passed";s:18:"crs_members_footer";s:16:"course member(s)";s:15:"crs_members_map";s:18:"Course Members Map";s:23:"crs_members_print_title";s:14:"Course members";s:17:"crs_members_table";s:19:"Course Participants";s:17:"crs_members_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:13:"crs_move_down";s:9:"Move down";s:11:"crs_move_up";s:7:"Move up";s:14:"crs_moved_item";s:17:"Moved course item";s:19:"crs_moved_objective";s:25:"Moved learning objective.";s:14:"crs_new_search";s:10:"New search";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:25:"crs_no_archives_available";s:31:"There are no archives available";s:24:"crs_no_archives_selected";s:24:"Please select an archive";s:23:"crs_no_chapter_selected";s:24:"Please select a chapter.";s:16:"crs_no_exercises";s:37:"No exercises found inside this course";s:25:"crs_no_groupings_assigned";s:37:"No groupings assigned to this course.";s:22:"crs_no_groups_selected";s:21:"Please select a group";s:18:"crs_no_items_found";s:8:"No items";s:15:"crs_no_language";s:11:"No language";s:18:"crs_no_lm_selected";s:36:"Please select one learning material.";s:19:"crs_no_lms_assigned";s:41:"There are no learning materials assigned.";s:24:"crs_no_lms_inside_course";s:47:"No learning materials found inside this course.";s:21:"crs_no_lms_inside_crs";s:91:"No learning materials inside this course, which can be assigned to this learning objective.";s:22:"crs_no_member_selected";s:24:"Please select one member";s:23:"crs_no_members_assigned";s:44:"There are no members assigned to this course";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:24:"crs_no_question_selected";s:27:"Please select one question.";s:25:"crs_no_questions_assigned";s:32:"There are no questions assigned.";s:20:"crs_no_results_found";s:16:"No results found";s:21:"crs_no_roles_selected";s:20:"Please select a role";s:22:"crs_no_starter_created";s:41:"No start objects assigned to this course.";s:27:"crs_no_subscribers_selected";s:20:"Please select a user";s:23:"crs_no_tests_inside_crs";s:78:"No tests inside this course, which can be assigned to this learning objective.";s:18:"crs_no_title_given";s:40:"Please insert a title for the objective.";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:28:"crs_no_valid_member_id_given";s:18:"No valid member Id";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:21:"crs_objective_add_qst";s:16:"Assign Questions";s:24:"crs_objective_all_points";s:12:"Total Points";s:28:"crs_objective_assign_chapter";s:15:"Assign chapters";s:23:"crs_objective_assign_lm";s:16:"Save Assignments";s:29:"crs_objective_assign_question";s:15:"Assign question";s:32:"crs_objective_assigned_materials";s:27:"Assigned Learning Materials";s:26:"crs_objective_assigned_qst";s:18:"Assigned Questions";s:31:"crs_objective_deassign_question";s:17:"Delete assignment";s:34:"crs_objective_delete_lm_assignment";s:17:"Delete assignment";s:23:"crs_objective_err_limit";s:51:"Please enter a percentage number between 1 and 100.";s:24:"crs_objective_final_test";s:26:"Questions Achievement Test";s:28:"crs_objective_insert_percent";s:48:"Please enter only percentages between 1 and 100.";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:28:"crs_objective_no_title_given";s:21:"Please enter a title.";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:33:"crs_objective_question_assignment";s:19:"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:24:"Questions Placement Test";s:20:"crs_objective_status";s:16:"Objective Status";s:18:"crs_objective_step";s:4:"Step";s:26:"crs_objective_updated_test";s:22:"Updated modifications.";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:29:"crs_objectives_assign_chapter";s:14:"Assign Chapter";s:26:"crs_objectives_assigned_lm";s:42:"The selected materials have been assigned.";s:27:"crs_objectives_assigned_lms";s:27:"Assigned learning materials";s:37:"crs_objectives_assigned_new_questions";s:21:"Added new assignment.";s:33:"crs_objectives_assigned_questions";s:18:"Assigned questions";s:33:"crs_objectives_chapter_assignment";s:18:"Chapter assignment";s:37:"crs_objectives_deassign_question_sure";s:57:"Are you sure, you want to delete the following questions?";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_info_final";s:244:"You did not accomplish all course objectives in the previous exam.
Please select the not completed objectives one after another and review the related materials.
After you have reviewed these objectives, you can take the exam again.";s:28:"crs_objectives_info_finished";s:69:"Congratulations, you have accomplished all objectives of this course!";s:24:"crs_objectives_info_none";s:142:"The following is a list of the course objectives.
Please select the objectives one after another and work through the related materials.";s:39:"crs_objectives_info_pretest_non_suggest";s:220:"The following are the results of your self assessment.
According to this you have fulfilled any learning objective. You can now take the final exam of this course, which is located in the test section of this page.";s:27:"crs_objectives_info_pretest";s:306:"The following are the results of your self assessment.
Please select the not completed objectives one after another and work through their related material.
After you have processed these objectives, you can take the final exam of this course, which is located in the test section of this page.";s:28:"crs_objectives_lm_assignment";s:30:"Assignment of Course Materials";s:25:"crs_objectives_max_points";s:14:"Maximum points";s:35:"crs_objectives_no_question_selected";s:27:"Please select one question.";s:27:"crs_objectives_nr_questions";s:19:"Number of questions";s:29:"crs_objectives_qst_deassigned";s:41:"The question assignment has been deleted.";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:11:"crs_offline";s:7:"Offline";s:11:"crs_options";s:7:"Options";s:19:"crs_other_groupings";s:26:"Groupings of other courses";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:27:"crs_persons_on_waiting_list";s:27:"Persons on the Waiting List";s:21:"crs_presentation_type";s:17:"Presentation Type";s:14:"crs_print_list";s:13:"Generate List";s:23:"crs_question_assignment";s:19:"Question assignment";s:19:"crs_reg_deactivated";s:8:"Disabled";s:16:"crs_reg_lim_info";s:135:"If enabled, registrations are only possible during a fixed period of time. Please choose also one of the registration procedures below.";s:16:"crs_reg_max_info";s:71:"Define the maximum number of users that can be assigned to this course.";s:19:"crs_reg_notify_info";s:118:"If enabled all course administrators/tutors with status ‘Notify’ will be informed by mail about new registrations.";s:14:"crs_reg_period";s:17:"Self-Registration";s:15:"crs_reg_subject";s:7:"Message";s:32:"crs_reg_subscription_deactivated";s:24:"Registration is disabled";s:32:"crs_reg_subscription_end_earlier";s:32:"The registration time is expired";s:40:"crs_reg_subscription_max_members_reached";s:40:"The maximum number of users is exceeded.";s:32:"crs_reg_subscription_start_later";s:34:"The registration time starts later";s:17:"crs_reg_type_info";s:73:"This setting is only relevant, if the registration is not ‘Disabled’.";s:18:"crs_reg_unlim_info";s:114:"If enabled, there is no time limit for registrations. Please choose also one of the registration procedures below.";s:13:"crs_reg_until";s:19:"Registration Period";s:29:"crs_reg_user_already_assigned";s:39:"You are already assigned to this course";s:31:"crs_reg_user_already_subscribed";s:53:"You have already requested membership for this course";s:20:"crs_reg_user_blocked";s:32:"You are blocked from 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:26:"crs_registration_unlimited";s:29:"Unlimited Registration Period";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:8:"crs_role";s:4:"Role";s:30:"crs_search_enter_search_string";s:28:"Please enter a search string";s:14:"crs_search_for";s:10:"Search for";s:18:"crs_search_members";s:11:"User search";s:14:"crs_search_str";s:11:"Search Term";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:25:"crs_select_exactly_one_lm";s:42:"Please select exactly one learning module.";s:26:"crs_select_exactly_one_tst";s:31:"Please select exactly one test.";s:20:"crs_select_native_lm";s:70:"Single chapters can only be assigned to native ILIAS learning modules.";s:22:"crs_select_one_archive";s:25:"Please select one archive";s:21:"crs_select_one_object";s:30:"Please select one course item.";s:28:"crs_select_registration_type";s:38:"Please select an admittance procedure.";s:18:"crs_select_starter";s:19:"Select Start Object";s:18:"crs_selected_users";s:21:"Selected Participants";s:23:"crs_set_on_waiting_list";s:154:"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:18:"crs_settings_saved";s:14:"Settings saved";s:12:"crs_settings";s:15:"Course Settings";s:17:"crs_show_link_lms";s:23:"Show learning materials";s:24:"crs_show_link_objectives";s:15:"Show objectives";s:16:"crs_show_link_or";s:20:"Show other resources";s:21:"crs_show_link_session";s:13:"Show sessions";s:17:"crs_show_link_tst";s:10:"Show tests";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:24:"crs_show_objectives_view";s:14:"Objective view";s:8:"crs_size";s:9:"File size";s:19:"crs_sort_activation";s:18:"Sort by Activation";s:20:"crs_sort_manual_info";s:67:"This mode offers you the possibility to sort course items manually.";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:19:"crs_sort_title_info";s:61:"Choose this mode to sort course items automatically by title.";s:14:"crs_sort_title";s:28:"Titles in Alphabetical Order";s:17:"crs_sortorder_abo";s:20:"Content Item Sorting";s:13:"crs_sortorder";s:4:"Sort";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:211:"you have been assigned to the waiting list of course "%s".\\nYou are assigned to position %s on the list.\\n\\nYou 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:15:"crs_subscribers";s:13:"Join Requests";s:34:"crs_subscription_max_members_short";s:25:"Limited Number of Members";s:28:"crs_subscription_max_members";s:14:"Maximum Number";s:23:"crs_subscription_notify";s:24:"Notify for subscriptions";s:37:"crs_subscription_options_confirmation";s:18:"Request Membership";s:36:"crs_subscription_options_deactivated";s:11:"Deactivated";s:31:"crs_subscription_options_direct";s:13:"Join Directly";s:33:"crs_subscription_options_password";s:25:"Join with Course Password";s:26:"crs_subscription_requested";s:45:"You have requested membership for the course.";s:27:"crs_subscription_successful";s:26:"You have joined the course";s:21:"crs_subscription_type";s:17:"Subscription type";s:16:"crs_subscription";s:12:"Subscription";s:14:"crs_suggest_lm";s:30:"Suggest learning materials if:";s:22:"crs_suggested_sections";s:18:"Suggested Sections";s:18:"crs_suggestion_end";s:13:"Suggested End";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:24:"crs_test_status_complete";s:8:"Complete";s:28:"crs_test_status_not_complete";s:12:"Not complete";s:22:"crs_test_status_random";s:11:"Random test";s:8:"crs_time";s:17:"Subscription time";s:32:"crs_timings_availability_enabled";s:21:"Temporarily Available";s:28:"crs_timings_availability_tbl";s:12:"Availability";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:20:"crs_timings_duration";s:8:"Duration";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:20:"crs_timings_late_end";s:10:"Latest End";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:26:"crs_timings_presetting_tbl";s:11:"Time Target";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:19:"crs_tutor_no_notify";s:23:"Tutor (no notification)";s:16:"crs_tutor_notify";s:20:"Tutor (notification)";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:20:"crs_update_objective";s:32:"Checklist for Learning Objective";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:14:"crs_user_login";s:10:"User Login";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:16:"crs_view_archive";s:12:"Archive View";s:23:"crs_view_info_objective";s:241:"Course for individualised studying: Performance on learning objectives organises the course work. Content might be recommended based on individual performance in a placement 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:204:"The maximum number of course members is exceeded. 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: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:18:"crs_youre_position";s:33:"Your Position on the Waiting List";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:22:"event_assign_materials";s:16:"Assign Materials";s:18:"event_btn_add_edit";s:32:"Add Session and Assign Materials";s:13:"event_btn_add";s:11:"Add Session";s:15:"event_clone_btn";s:17:"Duplicate Session";s:12:"event_cloned";s:32:"The Session has been duplicated.";s:16:"event_csv_export";s:10:"CSV Export";s:15:"event_date_time";s:13:"Date and Time";s:10:"event_date";s:15:"Date of Session";s:17:"event_delete_file";s:12:"Delete File?";s:17:"event_delete_sure";s:38:"Do really want to delete this session?";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:17:"Edit Participants";s:14:"event_end_date";s:3:"End";s:25:"event_etime_smaller_stime";s:79:"The finish time is earlier than the start time. Please enter a valid time span.";s:20:"event_existing_files";s:15:"Existing Files:";s:19:"event_file_download";s:18:"Files for Download";s:15:"event_file_name";s:9:"File Name";s:20:"event_file_size_info";s:9:"File Size";s:10:"event_file";s:4:"File";s:11:"event_files";s:14:"Assigned Files";s:20:"event_full_time_info";s:9:"full-time";s:13:"event_fullday";s:9:"Full-Time";s:19:"event_fulltime_info";s:13:"All Day Event";s:26:"event_further_informations";s:19:"Further Information";s:19:"event_general_infos";s:19:"General Information";s:24:"event_general_properties";s:19:"General Information";s:16:"event_inc_admins";s:19:"Show Administrators";s:17:"event_inc_members";s:12:"Show Members";s:16:"event_inc_tutors";s:11:"Show Tutors";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:19:"event_participation";s:13:"Participation";s:14:"event_register";s:8:"Register";s:16:"event_registered";s:41:"You have been registered to this session.";s:23:"event_registration_info";s:39:"Allow users to register to the session.";s:31:"event_registration_participance";s:12:"Registration";s:18:"event_registration";s:12:"Registration";s:23:"event_save_participants";s:17:"Save Participance";s:25:"event_section_information";s:19:"Session Information";s:16:"event_select_one";s:31:"-- Please select one session --";s:16:"event_start_date";s:5:"Start";s:18:"event_table_create";s:11:"New Session";s:18:"event_table_update";s:12:"Edit Session";s:22:"event_tbl_participants";s:20:"List of Participants";s:22:"event_tbl_participated";s:8:"Attended";s:20:"event_tbl_registered";s:10:"Registered";s:10:"event_time";s:4:"Time";s:11:"event_title";s:5:"Title";s:16:"event_tutor_data";s:30:"Information About the Lecturer";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:18:"events_clone_title";s:17:"Duplicate Session";s:14:"events_deleted";s:15:"Session deleted";s:6:"events";s:8:"Sessions";s:14:"export_members";s:19:"Export Participants";s:26:"grouping_change_assignment";s:17:"Change Assignment";s:10:"import_crs";s:13:"Import Course";s:13:"learners_view";s:13:"Learners view";s:23:"max_members_not_numeric";s:41:"Please check the maximum number of users.";s:11:"save_status";s:11:"Save Status";s:20:"sess_attendance_list";s:15:"Attendance List";s:14:"sess_date_time";s:19:"Session Appointment";s:24:"sess_gen_attendance_list";s:13:"Generate List";s:16:"sess_gen_comment";s:28:"Generate Column for Comments";s:19:"sess_gen_mark_title";s:25:"Generate Column for Notes";s:18:"sess_gen_signature";s:30:"Generate Column for Signatures";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:63:"Choose this option for limiting the number of visible sessions.";s:10:"sess_limit";s:24:"Limit Number of Sessions";s:13:"sess_num_next";s:28:"Number of Following Sessions";s:13:"sess_num_prev";s:23:"Number of Past Sessions";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:15:"tutor_firstname";s:10:"First name";s:14:"tutor_lastname";s:9:"Last name";s:10:"tutor_name";s:4:"Name";s:11:"tutor_phone";s:5:"Phone";s:11:"tutor_title";s:5:"Title";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:18:"crs_reg_code_value";s:4:"Link";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:22:"Passed Status of Users";s:24:"crs_status_determination";s:13:"Determination";s:31:"crs_status_determination_manual";s:32:"Independent of Learning Progress";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:144:"Set the course online to make it visible and available for course members. If not, only course administrators and tutors will have access to it.";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:23:"Only Registered Members";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:34:"Last Update (Course-specific Data)";s:29:"crs_subscription_failed_limit";s:53:"The maximum number of participants has been exceeded.";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:14:"Qualified 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:21:"Assign Placement Test";s:26:"crs_objective_status_qtest";s:23:"Assign Achievement Test";s:31:"crs_objective_status_objectives";s:29:"Configure Learning Objectives";s:26:"crs_objective_status_start";s:20:"Define Start Objects";s:31:"crs_objective_status_fullfilled";s:2:"OK";s:30:"crs_objective_action_materials";s:15:"Assign Material";s:26:"crs_objective_action_qtest";s:36:"Assign Questions of Achievement Test";s:26:"crs_objective_action_itest";s:34:"Assign Questions of Placement Test";s:21:"crs_loc_qt_visibility";s:30:"Visibility of Achievement Test";s:25:"crs_loc_qt_visibility_all";s:45:"Show Achievement Test Covering all Objectives";s:24:"crs_loc_qt_visibility_lo";s:51:"Show Achievement Test for Each Individual Objective";s:22:"crs_loc_limited_passes";s:19:"Limited Test Passes";s:14:"crs_loc_passes";s:16:"Number of Passes";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:29:"No Achievement Test available";s:22:"crs_loc_err_stat_no_it";s:27:"No Placement 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_settings_type";s:13:"Course Design";s:24:"crs_loc_type_initial_all";s:33:"Course Starts with Placement Test";s:24:"crs_loc_type_initial_sel";s:65:"Course starts with Placement Test for Selected Learning Objective";s:22:"crs_loc_type_qualified";s:28:"Credit-by-examination design";s:21:"crs_loc_type_practise";s:40:"Course Starts with Learning and Practise";s:21:"crs_loc_tab_materials";s:8:"Material";s:17:"crs_loc_tab_itest";s:14:"Placement Test";s:17:"crs_loc_tab_qtest";s:16:"Achievement Test";s:26:"crs_loc_settings_itest_tbl";s:31:"Settings for the Placement Test";s:22:"crs_loc_tab_objectives";s:19:"Learning Objectives";s:26:"crs_loc_settings_qtest_tbl";s:32:"Settings for the Qualifying 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:9:"Test Mode";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:24:"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:32:"Please take the qualifying 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:286:"Based on individual results of the placement 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:26:"crs_loc_type_practise_info";s:251:"Course members can use the full range of learning objectives and assigned learning content immediately. They can take the achievement testto assess whether they mastered the learning objectives already of if additional learning and training is needed.";s:33:"crs_loc_form_tst_new_initial_info";s:44:"Create a new test to serve as Placement Test";s:35:"crs_loc_form_tst_new_qualified_info";s:2:"--";s:32:"crs_loc_form_assign_initial_info";s:57:"Select a test from this course to serve as Placement 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: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:13:"Course Period";s:27:"crs_course_period_not_valid";s:31:"The course 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:12:"Course Tutor";s:29:"crs_mail_context_member_title";s:13:"Course Member";s:24:"crs_loc_settings_it_type";s:13:"Einstiegstest";s:38:"crs_loc_settings_type_it_placement_all";s:49:"Diagnostischer Einstiegstest über alle Lernziele";s:32:"crs_loc_settings_it_start_object";s:29:"Einstiegstest ist Startobjekt";s:38:"crs_loc_settings_type_it_placement_sel";s:41:"Diagnostischer Einstiegstest pro Lernziel";s:39:"crs_loc_settings_type_it_qualifying_all";s:51:"Qualifizierender Einstiegstest über alle Lernziele";s:39:"crs_loc_settings_type_it_qualifying_sel";s:43:"Qualifizierender Einstiegstest pro Lernziel";s:29:"crs_loc_settings_type_it_none";s:18:"Kein Einstiegstest";s:23:"crs_loc_settings_qt_all";s:13:"Abschlusstest";s:27:"crs_loc_settings_type_q_all";s:34:"Abschlusstest über alle Lernziele";s:32:"crs_loc_settings_qt_start_object";s:29:"Abschlusstest ist Startobjekt";s:32:"crs_loc_settings_type_q_selected";s:26:"Abschlusstest pro Lernziel";s:27:"crs_loc_settings_err_qstart";s:125:"Die Option "Abschlusstest als Startobjekt" wurde deaktiviert, da sie nur für Kurse ohne Einstiegstest verwendet werden kann.";s:18:"crs_loc_tab_qtests";s:14:"Abschlusstests";s:18:"crs_loc_tab_itests";s:14:"Einstiegstests";s:26:"crs_loc_btn_new_assignment";s:18:"Neue Testzuordnung";s:32:"crs_objective_tbl_col_final_tsts";s:14:"Abschlusstests";s:30:"crs_objective_action_qtest_sep";s:22:"Abschlusstest zuordnen";s:30:"crs_loc_settings_tbl_its_q_all";s:51:"Qualifizierender Einstiegstest über alle Lernziele";s:31:"crs_loc_settings_tbl_its_nq_all";s:49:"Diagnostischer Einstiegstest über alle Lernziele";s:25:"crs_loc_settings_tbl_it_q";s:43:"Qualifizierende Einstiegstests pro Lernziel";s:26:"crs_loc_settings_tbl_it_nq";s:41:"Diagnostische Einstiegstests pro Lernziel";s:28:"crs_loc_settings_tbl_qts_all";s:34:"Abschlusstest über alle Lernziele";s:23:"crs_loc_settings_tbl_qt";s:27:"Abschlusstests pro Lernziel";s:37:"crs_loc_objective_passed_confirmation";s:138:"Sie haben das Lernziel bereits bestanden. Ein erneutes Starten des Tests setzt die Ergebnisse zurück. Wollen Sie den Test erneut starten?";s:38:"crs_loc_objectives_passed_confirmation";s:139:"Sie haben bereits alle Lernziel bestanden. Ein erneutes Starten des Tests setzt die Ergebnisse zurück. Wollen Sie den Test erneut starten?";s:17:"crs_loc_tst_start";s:12:"Test starten";s:20:"crs_loc_mem_show_res";s:23:"Testergebnisse anzeigen";s:23:"crs_loc_test_results_of";s:19:"Testergebnisse von:";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:41:"Placement test on all learning objectives";s:43:"crs_loc_settings_type_it_placement_sel_info";s:44:"Placement test per single learning objective";s:44:"crs_loc_settings_type_it_qualifying_all_info";s:43:"Achievement test on all learning objectives";s:44:"crs_loc_settings_type_it_qualifying_sel_info";s:46:"Achievement test per sinble learning objective";s:34:"crs_loc_settings_type_it_none_info";s:17:"No placement test";s:32:"crs_loc_settings_type_q_all_info";s:43:"Achievement test on all learning objectives";s:37:"crs_loc_settings_type_q_selected_info";s:46:"Achievement test per sinble 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:53:"For the contact emails on the info screen of a course";s:27:"crs_mail_context_tutor_info";s:82:"For the participant emails 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";}'))); $ilDB->insert("lng_modules", array( 'module' => array('text', 'dateplaner'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:523:{s:15:"add_appointment";s:15:"Add Appointment";s:8:"add_data";s:15:"Additional Data";s:4:"app_";s:5:"Inbox";s:8:"app_date";s:12:"Create Event";s:7:"app_day";s:8:"Day View";s:12:"app_freetime";s:47:"Free time of other group members (catch a time)";s:9:"app_inbox";s:5:"Inbox";s:8:"app_list";s:14:"List of Events";s:9:"app_month";s:10:"Month View";s:14:"app_properties";s:10:"Properties";s:8:"app_week";s:9:"Week View";s:11:"application";s:8:"Calendar";s:5:"apply";s:5:"Apply";s:4:"back";s:4:"Back";s:10:"begin_date";s:10:"Begin Date";s:8:"busytime";s:18:"Busy time in group";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:16:"cal_day_of_month";s:16:"Day of the month";s:16:"cal_day_overview";s:12:"Day Overview";s:9:"cal_day_s";s:6:"Day(s)";s:17:"cal_day_selection";s:10:"Select Day";s:13:"cal_day_start";s:9:"Day Start";s:17:"cal_day_week_view";s:22:"Day/Week View Settings";s:12:"cal_deadline";s:8:"Deadline";s:12:"cal_declined";s:8:"Declined";s: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:10:"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:7:"cal_end";s:3:"End";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:18:"cal_no_recurrences";s:14:"No Recurrences";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:14:"Share Calendar";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:15:"cal_sync_header";s:24:"Synchronisation Settings";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:12:"cal_type_usr";s:17:"Personal 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:8:"cal_what";s:5:"Title";s:9:"cal_where";s:8:"Location";s:10:"cal_year_s";s:7:"Year(s)";s:10:"cal_yearly";s:6:"Yearly";s:12:"changedDates";s:14:"Changed Events";s:8:"changeTo";s:10:"Change to:";s:16:"checkforfreetime";s:19:"Check for free time";s:7:"created";s:7:"Created";s:22:"crs_cal_activation_end";s:10:"Course End";s:24:"crs_cal_activation_start";s:12:"Course Start";s:15:"crs_cal_reg_end";s:16:"Registration End";s:17:"crs_cal_reg_start";s:18:"Registration Start";s:18:"date_format_middle";s:5:"m/d/y";s:11:"date_format";s:9:"m/d/Y H:i";s:4:"date";s:4:"Date";s:8:"DateText";s:7:"Message";s:8:"Day_long";s:8:"Day View";s:7:"del_all";s:17:"Delete all events";s:7:"del_one";s:16:"Delete one event";s:12:"deletedDates";s:14:"Deleted Events";s:7:"discard";s:7:"Discard";s:16:"dv_button_cancel";s:6:"Cancel";s:16:"dv_button_delete";s:6:"Delete";s:16:"dv_button_insert";s:6:"Insert";s:16:"dv_button_update";s:6:"Update";s:13:"dv_date_begin";s:11:"Start Date:";s:11:"dv_date_end";s:9:"End Date:";s:10:"dv_date_hm";s:11:"Hour:Minute";s:10:"dv_enddate";s:9:"End date:";s:14:"dv_groupselect";s:13:"Group select:";s:12:"dv_Grouptime";s:9:"Free time";s:17:"dv_groupview_text";s:12:"Group:
";s:12:"dv_groupview";s:12:"Group event:";s:11:"dv_keywords";s:9:"Keywords:";s:16:"dv_keywordselect";s:15:"Keyword select:";s:10:"dv_message";s:8:"Message:";s:10:"dv_noGroup";s:8:"no Group";s:8:"dv_noKey";s:10:"no Keyword";s:10:"dv_preview";s:18:"! Preview !";s:16:"dv_rotation_date";s:16:"Recurrence date:";s:15:"dv_rotation_end";s:15:"Recurrence end:";s:11:"dv_rotation";s:11:"Recurrence:";s:12:"dv_shorttext";s:11:"Short text:";s:12:"dv_startdate";s:11:"Start date:";s:7:"dv_text";s:5:"Text:";s:12:"dv_whole_day";s:10:"Whole day:";s:17:"dv_whole_rotation";s:74:"Would you like to delete the entire recurring series? (click the checkbox)";s:8:"end_date";s:8:"End Date";s:16:"endtime_for_view";s:21:"Finish time for view:";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:17:"ERROR_DATE_EXISTS";s:26:"This event already exists.";s:16:"ERROR_DB_CONNECT";s:29:"The database is disconnected.";s:8:"ERROR_DB";s:21:"Database write error!";s:13:"ERROR_DEL_MSG";s:75:"This is a recurring event. Would you like to delete one event or the series";s:15:"ERROR_END_START";s:52:"Wrong end date input. End date is before start date.";s:13:"ERROR_ENDDATE";s:40:"Wrong end date input. Format: dd/mm/yyyy";s:13:"ERROR_ENDTIME";s:32:"Wrong finish time. Format: hh:mm";s:18:"ERROR_FILE_CSV_MSG";s:29:"Please take a valid CSV file.";s:16:"ERROR_JAVASCRIPT";s:131:"
your browser doesn\'t accept JavaScript.
Please close this Window after insert manually.
Thank you
";s:17:"error_minical_img";s:31:"Cannot create GD-picture-stream";s:19:"ERROR_ROT_END_START";s:72:"Wrong recurring end date input. Recurring end date is before start date.";s:17:"ERROR_ROTATIONEND";s:50:"Wrong recurring end date input. Format: dd/mm/yyyy";s:15:"ERROR_SHORTTEXT";s:47:"Wrong short text input. Short text is required.";s:15:"ERROR_STARTDATE";s:42:"Wrong start date input. Format: dd/mm/yyyy";s:15:"ERROR_STARTTIME";s:31:"Wrong start time. Format: hh:mm";s:8:"ERROR_TS";s:21:"Incorrect date format";s:7:"execute";s:15:"Execute choices";s:11:"extra_dates";s:14:"One Day Events";s:7:"Fr_long";s:6:"Friday";s:8:"Fr_short";s:2:"Fr";s:4:"free";s:4:"Free";s:8:"freetime";s:18:"Free Time in group";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:10:"help_day_l";s:57:"In the day view all events of a chosen day are displayed.";s:8:"help_day";s:17:"Calendar Day View";s:14:"help_enddate_l";s:112:"Contains the finish time of the event.
The symbol opens a small calendar for choosing the appropriate date.";s:12:"help_enddate";s:30:"End date - syntax [dd/mm/yyyy]";s:18:"help_endrotation_l";s:109:"At this day the repetition will end.
The symbol opens a small calendar for choosing the appropriate date";s:16:"help_endrotation";s:31:"Finish time syntax [dd/mm/yyyy]";s:14:"help_endtime_l";s:65:"Contains the finish time of the appointment using 24-hour format.";s:12:"help_endtime";s:43:"Finish time - syntax [hh/mm] 24-hour format";s:13:"help_filename";s:15:"dp_help_en.html";s:14:"help_fullday_l";s:130:"If the event stretches over a whole day, please choose this option.
This will hide the start time, finish time, and end date.";s:12:"help_fullday";s:32:"Whole day event - syntax[on/off]";s:12:"help_further";s:48:"
click here for further information.";s:12:"help_group_l";s:193:"Contains the groups for which the logged-in user has administrator rights and for which a date can be created.
After choosing this it is possible to view the unscheduled time of the group.";s:10:"help_group";s:22:"Group events selection";s:12:"help_inbox_l";s:62:"Here all new, changed, and deleted group events are displayed.";s:10:"help_inbox";s:14:"Calendar Inbox";s:14:"help_keyword_l";s:58:"Contains the keywords which a user can associate to dates.";s:12:"help_keyword";s:17:"Keyword selection";s:17:"help_keywordUse_l";s:106:"Choose one or more keywords from the dialog box.
TIP: use the CTRL key for selecting several entries.";s:15:"help_keywordUse";s:17:"Keyword selection";s:11:"help_list_l";s:70:"In the event list, all events of a given period of time are displayed.";s:9:"help_list";s:19:"Calendar event list";s:12:"help_month_l";s:60:"In the month view all events of a given month are displayed.";s:10:"help_month";s:19:"Calendar month view";s:21:"help_properties_alt_l";s:111:"Choose a keyword from the dialog box.
Change the keyword in the text field. Important: max. 20 characters.";s:19:"help_properties_alt";s:19:"Changes the keyword";s:21:"help_properties_del_l";s:77:"Choose a keyword from the dialog box. Click the button to delete the keyword.";s:19:"help_properties_del";s:19:"Deletes the keyword";s:24:"help_properties_import_l";s:112:"Here a CSC file can be selected, which contains Outlook-Events. These events will be imported into the calendar.";s:22:"help_properties_import";s:27:"Import of Outlook CSV files";s:21:"help_properties_new_l";s:72:"Add a new keyword to the field ‘new’. Important: max. 20 characters.";s:19:"help_properties_new";s:33:"Add a keyword, max. 20 characters";s:22:"help_properties_time_l";s:213:"The standard display time for the day view and week view can be changed. If dates are outside of the display time for a given days or week, the display time will be changed for that time span. Standard is 8h -18h.";s:20:"help_properties_time";s:35:"Display time for day view/week view";s:15:"help_rotation_l";s:49:"Contains the type of the recurrence / repetition.";s:13:"help_rotation";s:10:"Recurrence";s:16:"help_shorttext_l";s:51:"Here one can enter the short text for a given date.";s:14:"help_shorttext";s:30:"Short text, max. 50 characters";s:16:"help_startdate_l";s:111:"Contains the start time of the event.
The symbol opens a small calendar for choosing the appropriate date.";s:14:"help_startdate";s:31:"Start date - syntax[dd/mm/yyyy]";s:16:"help_starttime_l";s:58:"Contains the start time of the event using 24-hour format.";s:14:"help_starttime";s:41:"Start time - syntax[hh/mm] 24-hour format";s:11:"help_text_l";s:46:"Here one can enter the text for a given event.";s:9:"help_text";s:4:"Text";s:11:"help_week_l";s:58:"In the week view all events of a given week are displayed.";s:9:"help_week";s:18:"Calendar week view";s:4:"hour";s:4:"hour";s:11:"ical_export";s:11:"iCal Export";s:11:"importDates";s:24:"Import of Outlook Events";s:5:"inbox";s:5:"Inbox";s:17:"insertImportDates";s:42:"These events were successfully registered:";s:10:"k_alldates";s:10:"All Events";s:4:"keep";s:4:"Keep";s:7:"keyword";s:7:"Keyword";s:8:"keywords";s:8:"Keywords";s:13:"Language_file";s:7:"English";s:11:"last_change";s:12:"Last changed";s:12:"Listbox_long";s:14:"List of Events";s:7:"long_01";s:7:"January";s:7:"long_02";s:8:"February";s:7:"long_03";s:5:"March";s:7:"long_04";s:5:"April";s:7:"long_05";s:3:"May";s:7:"long_06";s:4:"June";s:7:"long_07";s:4:"July";s:7:"long_08";s:6:"August";s:7:"long_09";s:9:"September";s:7:"long_10";s:7:"October";s:7:"long_11";s:8:"November";s:7:"long_12";s:8:"December";s:10:"main_dates";s:11:"Main Events";s:5:"menue";s:4:"Menu";s:6:"mmonth";s:10:"Last Month";s:7:"Mo_long";s:6:"Monday";s:8:"Mo_short";s:2:"Mo";s:10:"Month_long";s:10:"Month View";s:5:"month";s:5:"Month";s:4:"more";s:4:"More";s:5:"mweek";s:9:"Last Week";s:6:"myeahr";s:9:"Last Year";s:7:"new_doc";s:16:"Create new event";s:8:"newDates";s:10:"New Events";s:10:"newKeyword";s:4:"New:";s:8:"no_entry";s:19:"No events available";s:10:"o_day_date";s:13:"24-hour event";s:2:"of";s:2:"of";s:8:"open_day";s:8:"Day View";s:6:"pmonth";s:10:"Next Month";s:9:"printlist";s:5:"Print";s:10:"properties";s:10:"Properties";s:5:"pweek";s:9:"Next Week";s:5:"pyear";s:9:"Next Year";s:4:"r_14";s:13:"Every 14 days";s:9:"r_4_weeks";s:13:"Every 4 weeks";s:5:"r_day";s:9:"Every day";s:10:"r_halfyear";s:15:"Every half year";s:7:"r_month";s:11:"Every month";s:14:"r_nonrecurring";s:4:"Once";s:6:"r_week";s:10:"Every week";s:6:"r_year";s:10:"Every year";s:14:"readimportfile";s:6:"Insert";s:14:"rotation_dates";s:17:"Recurrence events";s:8:"rotation";s:10:"Recurrence";s:7:"Sa_long";s:8:"Saturday";s:8:"Sa_short";s:2:"Sa";s:13:"semester_name";s:13:"Semester Name";s:8:"short_01";s:3:"Jan";s:8:"short_02";s:3:"Feb";s:8:"short_03";s:3:"Mar";s:8:"short_04";s:3:"Apr";s:8:"short_05";s:3:"May";s:8:"short_06";s:3:"Jun";s:8:"short_07";s:3:"Jul";s:8:"short_08";s:3:"Aug";s:8:"short_09";s:3:"Sep";s:8:"short_10";s:3:"Oct";s:8:"short_11";s:3:"Nov";s:8:"short_12";s:3:"Dec";s:9:"shorttext";s:10:"Short Text";s:10:"singleDate";s:12:"Single Event";s:18:"starttime_for_view";s:20:"Start time for view:";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:8:"timedate";s:11:"Time / Date";s:9:"timeslice";s:5:"Time:";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:4:"View";s:5:"View:";s:8:"viewlist";s:4:"View";s:7:"We_long";s:9:"Wednesday";s:8:"We_short";s:2:"We";s:9:"Week_long";s:9:"Week View";s:4:"week";s:4:"Week";s:8:"wk_short";s:2:"WK";s:4:"year";s:4:"Year";s:20:"yui_cal_choose_month";s:6:"Month:";s:19:"yui_cal_choose_year";s:5:"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:9:"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:316:"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.";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:16:"cal_type_rl_info";s:86:"If you know the address to a calendar (in iCal format), you can type the address here.";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:119:"The list of notification recipients is not valid. Please choose only ILIAS user account names or valid email addresses.";s:21:"cal_user_notification";s:17:"User Notification";s:26:"cal_user_notification_info";s:114:"Selected users will be notified about this appointment by email. Please enter ILIAS user names or email 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:24:"cal_ch_canceled_bookings";s:40:"The selected bookings have been deleted.";s:23:"cal_ch_deleted_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:128:"‘Delete Booking’ will not notify users by email. 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:30:"cal_ch_user_assignment_success";s:56:"The users have been assigned to the chosen appointments.";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";}'))); @@ -27899,7 +27899,7 @@ function setupILIASDatabase() 'module' => array('text', 'grp'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:172:{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:19:"crs_grp_enter_title";s:36:"Please fill out all required fields.";s:27:"crs_grp_no_courses_assigned";s:18:"No Groups Assigned";s:30:"crs_grp_table_assigned_courses";s:15:"Assigned Groups";s:26:"grouping_change_assignment";s:17:"Change Assignment";s:26:"grp_accept_subscriber_body";s:47:"You have been admitted to group "%1$s".\\n\\n%2$s";s:21:"grp_accept_subscriber";s:23:"Admission to group "%s"";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:15:"grp_closed_info";s:37:"Group is not visible for non-members.";s:10:"grp_closed";s:12:"Closed Group";s:17:"grp_delete_member";s:6:"Delete";s:24:"grp_deleted_export_files";s:21:"Deleted export files.";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:16:"grp_lim_assigned";s:42:"Already assigned to associated group "%s".";s:26:"grp_mail_admission_new_bod";s:64:"we are pleased to announce your registration for the group "%s".";s:26:"grp_mail_admission_new_sub";s:32:"Your registration for group "%s"";s: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:153:"There might be other members on a waiting list of your group.\\nYou should check for the waiting list now.\\nTo 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:126:"we confirm your cancellation of membership in group %s.\\nWe 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:209:"you have been assigned to the waiting list of group "%s".\\nYou are assigned to position %s on the list.\\n\\nYou 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:17:"grp_min_one_admin";s:66:"There has to be at least one administrator assigned to this group.";s:20:"grp_missing_grp_type";s:27:"Please choose a group type.";s:20:"grp_missing_password";s:30:"Please enter a group password.";s:17:"grp_missing_title";s:27:"Please enter a group title.";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:13:"grp_open_info";s:53:"Non-members can see this group and join it directly..";s:8:"grp_open";s:10:"Open Group";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:19:"grp_reg_direct_info";s:20:"Direct registration.";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:11:"grp_reg_end";s:17:"Registration End:";s:22:"grp_reg_limit_num_info";s:27:"Limited Registration Period";s:17:"grp_reg_limit_num";s:23:"Maximum Number of Users";s:18:"grp_reg_limit_time";s:7:"Enabled";s:15:"grp_reg_limited";s:27:"Limited Registration Period";s:24:"grp_reg_max_members_info";s:70:"Define the maximum number of users that can be assigned 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:14:"grp_reg_period";s:24:"Self-Registration Period";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:13:"grp_reg_start";s:19:"Registration Start:";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:19:"grp_select_one_file";s:23:"Please select one file.";s:18:"grp_selected_users";s:21:"Selected Participants";s:23:"grp_set_on_waiting_list";s:153:"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:12:"grp_settings";s:14:"Group Settings";s:7:"grp_typ";s:10:"Group Type";s:21:"grp_type_changed_info";s:59:"Changing the group type will reset all permission settings.";s:15:"grp_unsubscribe";s:11:"Unsubscribe";s:25:"grp_update_subscr_request";s:25:"Update Membership Request";s:15:"grp_users_added";s:24:"Added user to the group.";s:26:"grp_users_already_assigned";s:44:"The user is already assigned to this group.";s:27:"grp_users_removed_from_list";s:59:"The selected users have been removed from the waiting list.";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:17:"Number of Members";s:19:"reg_grp_max_members";s:25:"Limited 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:18:"grp_reg_code_value";s:4:"Link";s:25:"grp_reg_code_enabled_info";s:129:"Besides the chosen registration procedure and permissions this option allows users to enter directly by using the following link.";s: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:14:"grp_subscriber";s:10:"Subscriber";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:33:"Last Update (Group-specific Data)";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:18:"Cancellation Limit";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.";}'))); $ilDB->insert("lng_modules", array( -'module' => array('text', 'mail'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:217:{s:35:"activate_serial_letter_placeholders";s:35:"Activate Serial-Letter Placeholders";s:24:"advice_mail_body_secured";s:130:"Because of security reasons ILIAS removed some elements of your message. Please check the secured message and send the mail again.";s:13:"also_as_email";s:14:"Also as E-Mail";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:33:"info_mail_external_sender_noreply";s:255:"Please enter the e-mail that shall be used as sender\'s address for automatically created system messages and notifications send by e-mail. : Use only a real existing address to avoid the rejection of such mails by spam filters and mail servers,";s:14:"invite_to_chat";s:14:"Invite to Chat";s:9:"linebreak";s:10:"Line break";s:23:"mail_account_mail_check";s:17:"Send Account Mail";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:23:"mail_add_to_addressbook";s:15:"Add to Contacts";s:13:"mail_add_type";s:44:"Please add the type of mail you want to send";s:17:"mail_addr_entries";s:7:"Entries";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:17:"mail_bc_not_valid";s:30:"The BCC recipient is not valid";s:14:"mail_bc_search";s:10:"BCC search";s:9:"mail_byte";s:4:"Byte";s:17:"mail_cc_not_valid";s:29:"The CC recipient is not valid";s:14:"mail_cc_search";s:9:"CC search";s:21:"mail_change_to_folder";s:17:"Switch to folder:";s:26:"mail_check_your_email_addr";s:32:"Your e-mail address is not valid";s:12:"mail_compose";s:15:"Compose Message";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:15:"mail_edit_entry";s:10:"Edit Entry";s:20:"mail_email_forbidden";s:34:"You are not allowed to send e-mail";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:30:"mail_enter_login_or_email_addr";s:50:"Please enter a valid login name or e-mail address.";s:27:"mail_enter_valid_email_addr";s:36:"Please enter a valid e-mail address.";s:22:"mail_enter_valid_login";s:32:"Please enter a valid login name.";s:16:"mail_entry_added";s:15:"Added new Entry";s:18:"mail_entry_changed";s:20:"The entry is changed";s:17:"mail_entry_exists";s:50:"An entry with the given login name already exists.";s:22:"mail_entry_of_contacts";s:17:"Entry of Contacts";s:28:"mail_external_sender_noreply";s:16:"no-reply Address";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:16:"mail_folder_edit";s:11:"Edit Folder";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:16:"mail_folder_name";s:11:"Folder name";s:19:"mail_folder_options";s:14:"Folder Options";s:28:"mail_following_rcp_not_valid";s:39:"The following recipients are not valid:";s:19:"mail_global_options";s:14:"Global options";s:18:"mail_group_members";s:13:"Group Members";s:19:"mail_in_addressbook";s:19:"Already in Contacts";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:11:"mail_intern";s:8:"Internal";s:21:"mail_into_addressbook";s:15:"Add to Contacts";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:30:"mail_members_added_addressbook";s:25:"Members added to Contacts";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:30:"mail_multiple_recipients_found";s:97:"Enter a more specific mail address. ILIAS found multiple possible recipients for this address: %s";s:15:"mail_my_courses";s:10:"My Courses";s:15:"mail_my_entries";s:15:"My Address Book";s:14:"mail_my_groups";s:9:"My Groups";s:21:"mail_my_mailing_lists";s:16:"My Mailing Lists";s:20:"mail_nacc_admin_mail";s:29:"Mail address of Administrator";s:21:"mail_nacc_client_name";s:11:"Client Name";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:10:"Salutation";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:14:"mail_new_entry";s:9:"New Entry";s:13:"mail_new_file";s:13:"Add new file:";s:22:"mail_no_attach_allowed";s:54:"System messages are not allowed to contain attachments";s:25:"mail_no_attachments_found";s:20:"No attachments found";s:30:"mail_no_permissions_write_smtp";s:47:"You have no permission to write external e-mail";s:23:"mail_no_recipient_found";s:87:"Enter a different mail address. ILIAS couldn\'t find a recipient with this mail address.";s:26:"mail_no_valid_mailing_list";s:21:"No Valid Mailing List";s:25:"mail_notification_subject";s:22:"New mail in your inbox";s:15:"mail_options_of";s:7:"Options";s:18:"mail_options_saved";s:13:"Options saved";s:25:"mail_received_x_new_mails";s:26:"You received %s new mails.";s:24:"mail_recipient_not_valid";s:26:"The recipient is not valid";s:13:"mail_s_unread";s:14:"Unread Mail(s)";s:6:"mail_s";s:7:"Mail(s)";s:25:"mail_salutation_anonymous";s:5:"Hello";s:17:"mail_salutation_f";s:5:"Hello";s:22:"mail_salutation_female";s:61:"Output for placeholder [MAIL_SALUTATION], if gender is female";s:23:"mail_salutation_general";s:61:"Output for placeholder [MAIL_SALUTATION], no gender specified";s:17:"mail_salutation_m";s:5:"Hello";s:20:"mail_salutation_male";s:59:"Output for placeholder [MAIL_SALUTATION], if gender is male";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:26:"mail_select_only_one_entry";s:29:"Please select only one entry.";s:29:"mail_send_with_system_address";s:24:"Send With System Address";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:93:"Enter a text, which will be prepended to the subject line of outgoing auto generated e-mails.";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:22:"mail_user_addr_n_valid";s:44:"Following users have no valid e-mail address";s:19:"placeholders_advise";s:130:"Placeholders are only resolved for recipients in the To field.%sRecipients in the CC and BCC field will get unsolved placeholders.";s:19:"search_bc_recipient";s:20:"Search BCC Recipient";s:19:"search_cc_recipient";s:19:"Search CC Recipient";s:17:"search_recipients";s:17:"Search Recipients";s:12:"send_mail_to";s:7:"Mail to";s:26:"mail_prevent_smtp_globally";s:50:"Globally prevent sending external mails (via SMTP)";s:22:"mail_select_recipients";s:30:"Please select mail recipients:";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:23:"mail_system_sender_name";s:11:"Sender Name";s:28:"mail_system_sender_name_info";s:253:"Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.";s:23:"cron_update_addressbook";s:46:"Synchronize address book entries automatically";s:28:"cron_update_addressbook_desc";s:207:"If this option is enabled, users can specify whether address book entries which are related to user accounts, should be synchronized by the cron job. Only data that was released by the User, will be updated.";s:11:"auto_update";s:6:"Update";s:15:"mail_add_folder";s:18:"Add New Sub-folder";s:18:"mail_rename_folder";s:13:"Rename Folder";s:42:"system_notification_installation_signature";s:64:"This email has been sent automatically by the ILIAS installation";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: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:164:"If enabled, emails 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:192:"If you enter a value here is larger than or equal to 1, ILIAS will send an email 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: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";}'))); +'module' => array('text', 'mail'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:221:{s:35:"activate_serial_letter_placeholders";s:35:"Activate Serial-Letter Placeholders";s:24:"advice_mail_body_secured";s:130:"Because of security reasons ILIAS removed some elements of your message. Please check the secured message and send the mail again.";s:13:"also_as_email";s:14:"Also as E-Mail";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:33:"info_mail_external_sender_noreply";s:255:"Please enter the e-mail that shall be used as sender\'s address for automatically created system messages and notifications send by e-mail. : Use only a real existing address to avoid the rejection of such mails by spam filters and mail servers,";s:14:"invite_to_chat";s:14:"Invite to Chat";s:9:"linebreak";s:10:"Line break";s:23:"mail_account_mail_check";s:17:"Send Account Mail";s:14:"mail_send_html";s:30:"HTML Frame for External Emails";s:19:"mail_send_html_info";s:286:"If enabled, the body of external emails 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:23:"mail_add_to_addressbook";s:15:"Add to Contacts";s:13:"mail_add_type";s:44:"Please add the type of mail you want to send";s:17:"mail_addr_entries";s:7:"Entries";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:17:"mail_bc_not_valid";s:30:"The BCC recipient is not valid";s:14:"mail_bc_search";s:10:"BCC search";s:9:"mail_byte";s:4:"Byte";s:17:"mail_cc_not_valid";s:29:"The CC recipient is not valid";s:14:"mail_cc_search";s:9:"CC search";s:21:"mail_change_to_folder";s:17:"Switch to folder:";s:26:"mail_check_your_email_addr";s:32:"Your e-mail address is not valid";s:12:"mail_compose";s:15:"Compose Message";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:15:"mail_edit_entry";s:10:"Edit Entry";s:20:"mail_email_forbidden";s:34:"You are not allowed to send e-mail";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:30:"mail_enter_login_or_email_addr";s:50:"Please enter a valid login name or e-mail address.";s:27:"mail_enter_valid_email_addr";s:36:"Please enter a valid e-mail address.";s:22:"mail_enter_valid_login";s:32:"Please enter a valid login name.";s:16:"mail_entry_added";s:15:"Added new Entry";s:18:"mail_entry_changed";s:20:"The entry is changed";s:17:"mail_entry_exists";s:50:"An entry with the given login name already exists.";s:22:"mail_entry_of_contacts";s:17:"Entry of Contacts";s:28:"mail_external_sender_noreply";s:16:"no-reply Address";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:16:"mail_folder_edit";s:11:"Edit Folder";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:16:"mail_folder_name";s:11:"Folder name";s:19:"mail_folder_options";s:14:"Folder Options";s:28:"mail_following_rcp_not_valid";s:39:"The following recipients are not valid:";s:19:"mail_global_options";s:14:"Global options";s:18:"mail_group_members";s:13:"Group Members";s:19:"mail_in_addressbook";s:19:"Already in Contacts";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:11:"mail_intern";s:8:"Internal";s:21:"mail_into_addressbook";s:15:"Add to Contacts";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:30:"mail_members_added_addressbook";s:25:"Members added to Contacts";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:30:"mail_multiple_recipients_found";s:97:"Enter a more specific mail address. ILIAS found multiple possible recipients for this address: %s";s:15:"mail_my_courses";s:10:"My Courses";s:15:"mail_my_entries";s:15:"My Address Book";s:14:"mail_my_groups";s:9:"My Groups";s:21:"mail_my_mailing_lists";s:16:"My Mailing Lists";s:20:"mail_nacc_admin_mail";s:29:"Mail address of Administrator";s:21:"mail_nacc_client_name";s:11:"Client Name";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:10:"Salutation";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:14:"mail_new_entry";s:9:"New Entry";s:13:"mail_new_file";s:13:"Add new file:";s:22:"mail_no_attach_allowed";s:54:"System messages are not allowed to contain attachments";s:25:"mail_no_attachments_found";s:20:"No attachments found";s:30:"mail_no_permissions_write_smtp";s:47:"You have no permission to write external e-mail";s:23:"mail_no_recipient_found";s:87:"Enter a different mail address. ILIAS couldn\'t find a recipient with this mail address.";s:26:"mail_no_valid_mailing_list";s:21:"No Valid Mailing List";s:25:"mail_notification_subject";s:22:"New mail in your inbox";s:15:"mail_options_of";s:7:"Options";s:18:"mail_options_saved";s:13:"Options saved";s:25:"mail_received_x_new_mails";s:26:"You received %s new mails.";s:24:"mail_recipient_not_valid";s:26:"The recipient is not valid";s:13:"mail_s_unread";s:14:"Unread Mail(s)";s:6:"mail_s";s:7:"Mail(s)";s:25:"mail_salutation_anonymous";s:5:"Hello";s:17:"mail_salutation_f";s:5:"Hello";s:22:"mail_salutation_female";s:61:"Output for placeholder [MAIL_SALUTATION], if gender is female";s:23:"mail_salutation_general";s:61:"Output for placeholder [MAIL_SALUTATION], no gender specified";s:17:"mail_salutation_m";s:5:"Hello";s:20:"mail_salutation_male";s:59:"Output for placeholder [MAIL_SALUTATION], if gender is male";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:26:"mail_select_only_one_entry";s:29:"Please select only one entry.";s:29:"mail_send_with_system_address";s:24:"Send With System Address";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:93:"Enter a text, which will be prepended to the subject line of outgoing auto generated e-mails.";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:22:"mail_user_addr_n_valid";s:44:"Following users have no valid e-mail address";s:19:"placeholders_advise";s:130:"Placeholders are only resolved for recipients in the To field.%sRecipients in the CC and BCC field will get unsolved placeholders.";s:19:"search_bc_recipient";s:20:"Search BCC Recipient";s:19:"search_cc_recipient";s:19:"Search CC Recipient";s:17:"search_recipients";s:17:"Search Recipients";s:12:"send_mail_to";s:7:"Mail to";s:26:"mail_prevent_smtp_globally";s:50:"Globally prevent sending external mails (via SMTP)";s:22:"mail_select_recipients";s:30:"Please select mail recipients:";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:21:"mail_system_from_name";s:11:"Sender Name";s:26:"mail_system_from_name_info";s:271:"Please enter a name. This name (e.g. \'John Doe\') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.";s:23:"mail_system_return_path";s:18:"Global Return-Path";s:28:"mail_system_return_path_info";s:179:"Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the \'Return-Path\' will be the \'From\' email address.";s:23:"cron_update_addressbook";s:46:"Synchronize address book entries automatically";s:28:"cron_update_addressbook_desc";s:207:"If this option is enabled, users can specify whether address book entries which are related to user accounts, should be synchronized by the cron job. Only data that was released by the User, will be updated.";s:11:"auto_update";s:6:"Update";s:15:"mail_add_folder";s:18:"Add New Sub-folder";s:18:"mail_rename_folder";s:13:"Rename Folder";s:42:"system_notification_installation_signature";s:64:"This email has been sent automatically by the ILIAS installation";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: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:164:"If enabled, emails 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:192:"If you enter a value here is larger than or equal to 1, ILIAS will send an email 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: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";}'))); $ilDB->insert("lng_modules", array( 'module' => array('text', 'maps'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:20:{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:22:"maps_use_custom_server";s:17:"Use custom server";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:24:"maps_public_profile_info";s:30:"Show location in your profile.";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";}'))); @@ -27950,7 +27950,7 @@ function setupILIASDatabase() 'module' => array('text', 'awrn'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:17:{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:57:"Maximum number of items in the ‘Who is online?’ list.";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";}'))); $ilDB->insert("lng_modules", array( -'module' => array('text', 'log'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:22:{s:20:"log_general_settings";s:16:"Logging Settings";s:14:"log_components";s:11:"Komponenten";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.";}'))); +'module' => array('text', 'log'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', '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.";}'))); $ilDB->insert("lng_modules", array( 'module' => array('text', 'prg'), 'lang_key' => array('text', 'en'), 'lang_array' => array('clob', 'a:77:{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:13:"prg_view_tree";s:9:"Tree View";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:59:"Please select a course for creating a course-reference 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:43:"New course-reference 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:19:"prg_warning_img_alt";s:8:"Warning!";s:22:"prg_successful_img_alt";s:10:"successful";s:23:"prg_in_progress_img_alt";s:11:"in progress";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: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";}'))); @@ -30929,7 +30929,7 @@ function setupILIASDatabase() 'obj_id' => array('integer', '33'), 'type' => array('text', 'typ'), 'title' => array('text', 'root'), 'description' => array('text', 'Root Folder Object'), 'owner' => array('integer', '-1'), 'create_date' => array('timestamp', '2002-12-21 00:04:00'), 'last_update' => array('timestamp', '2003-08-15 12:04:20'), 'import_id' => array('text', ''))); $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', '2016-03-10 17:39:49'), 'import_id' => array('text', ''))); +'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', '2016-04-14 22:40:18'), 'import_id' => array('text', ''))); $ilDB->insert("object_data", array( 'obj_id' => array('integer', '14'), 'type' => array('text', 'role'), 'title' => array('text', 'Anonymous'), 'description' => array('text', 'Default role for anonymous users (with no account)'), 'owner' => array('integer', '-1'), 'create_date' => array('timestamp', '2003-08-15 12:06:19'), 'last_update' => array('timestamp', '2005-07-20 15:15:06'), 'import_id' => array('text', ''))); @@ -38481,6 +38481,9 @@ function setupILIASDatabase() $ilDB->insert("rbac_ta", array( 'typ_id' => array('integer', '173'), 'ops_id' => array('integer', '6'))); +$ilDB->insert("rbac_ta", array( +'typ_id' => array('integer', '173'), 'ops_id' => array('integer', '58'))); + $ilDB->insert("rbac_ta", array( 'typ_id' => array('integer', '174'), 'ops_id' => array('integer', '1'))); @@ -39159,6 +39162,9 @@ function setupILIASDatabase() $ilDB->insert("rbac_templates", array( 'rol_id' => array('integer', '3'), 'type' => array('text', 'book'), 'ops_id' => array('integer', '6'), 'parent' => array('integer', '8'))); +$ilDB->insert("rbac_templates", array( +'rol_id' => array('integer', '3'), 'type' => array('text', 'book'), 'ops_id' => array('integer', '58'), 'parent' => array('integer', '8'))); + $ilDB->insert("rbac_templates", array( 'rol_id' => array('integer', '3'), 'type' => array('text', 'cat'), 'ops_id' => array('integer', '2'), 'parent' => array('integer', '8'))); @@ -40503,6 +40509,9 @@ function setupILIASDatabase() $ilDB->insert("rbac_templates", array( 'rol_id' => array('integer', '80'), 'type' => array('text', 'book'), 'ops_id' => array('integer', '6'), 'parent' => array('integer', '8'))); +$ilDB->insert("rbac_templates", array( +'rol_id' => array('integer', '80'), 'type' => array('text', 'book'), 'ops_id' => array('integer', '58'), 'parent' => array('integer', '8'))); + $ilDB->insert("rbac_templates", array( 'rol_id' => array('integer', '80'), 'type' => array('text', 'catr'), 'ops_id' => array('integer', '1'), 'parent' => array('integer', '8'))); @@ -41454,6 +41463,9 @@ function setupILIASDatabase() $ilDB->insert("rbac_templates", array( 'rol_id' => array('integer', '110'), 'type' => array('text', 'book'), 'ops_id' => array('integer', '6'), 'parent' => array('integer', '8'))); +$ilDB->insert("rbac_templates", array( +'rol_id' => array('integer', '110'), 'type' => array('text', 'book'), 'ops_id' => array('integer', '58'), 'parent' => array('integer', '8'))); + $ilDB->insert("rbac_templates", array( 'rol_id' => array('integer', '110'), 'type' => array('text', 'catr'), 'ops_id' => array('integer', '1'), 'parent' => array('integer', '8'))); @@ -42342,6 +42354,9 @@ function setupILIASDatabase() $ilDB->insert("rbac_templates", array( 'rol_id' => array('integer', '111'), 'type' => array('text', 'book'), 'ops_id' => array('integer', '4'), 'parent' => array('integer', '8'))); +$ilDB->insert("rbac_templates", array( +'rol_id' => array('integer', '111'), 'type' => array('text', 'book'), 'ops_id' => array('integer', '58'), 'parent' => array('integer', '8'))); + $ilDB->insert("rbac_templates", array( 'rol_id' => array('integer', '111'), 'type' => array('text', 'catr'), 'ops_id' => array('integer', '2'), 'parent' => array('integer', '8'))); @@ -47406,7 +47421,10 @@ function setupILIASDatabase() 'module' => array('text', 'common'), 'keyword' => array('text', 'db_update_running'), 'value' => array('clob', '0'))); $ilDB->insert("settings", array( -'module' => array('text', 'common'), 'keyword' => array('text', 'db_hotfixes_5_1'), 'value' => array('clob', '5'))); +'module' => array('text', 'common'), 'keyword' => array('text', 'db_hotfixes_5_1'), 'value' => array('clob', '7'))); + +$ilDB->insert("settings", array( +'module' => array('text', 'common'), 'keyword' => array('text', 'mail_send_html'), 'value' => array('clob', '1'))); // diff --git a/setup/sql/ilias3.sql b/setup/sql/ilias3.sql index 9aae7485491c..6c8be464ae9f 100644 --- a/setup/sql/ilias3.sql +++ b/setup/sql/ilias3.sql @@ -1,6 +1,6 @@ -- MySQL dump 10.13 Distrib 5.5.47, for debian-linux-gnu (x86_64) -- --- Host: localhost Database: rel5144 +-- Host: localhost Database: rel515_ -- ------------------------------------------------------ -- Server version 5.5.47-0ubuntu0.14.04.1-log @@ -15640,13 +15640,13 @@ CREATE TABLE `il_wac_secure_path` ( -- Dumping data for table `il_wac_secure_path` -- -INSERT INTO `il_wac_secure_path` VALUES ('ilPortfolio','/srv/www/www.ilias.de/html/ILIAS51/Modules/Portfolio','ilPortfolioAccessHandler',1); -INSERT INTO `il_wac_secure_path` VALUES ('lm_data','/srv/www/www.ilias.de/html/ILIAS51/Modules/LearningModule','ilObjLearningModuleAccess',0); -INSERT INTO `il_wac_secure_path` VALUES ('ilBlog','/srv/www/www.ilias.de/html/ILIAS51/Modules/Blog','ilObjBlogAccess',1); -INSERT INTO `il_wac_secure_path` VALUES ('ilPoll','/srv/www/www.ilias.de/html/ILIAS51/Modules/Poll','ilObjPollAccess',1); -INSERT INTO `il_wac_secure_path` VALUES ('usr_images','/srv/www/www.ilias.de/html/ILIAS51/Services/User','ilObjUserAccess',0); -INSERT INTO `il_wac_secure_path` VALUES ('mobs','/srv/www/www.ilias.de/html/ILIAS51/Services/MediaObjects','ilObjMediaObjectAccess',0); -INSERT INTO `il_wac_secure_path` VALUES ('thumbs','/srv/www/www.ilias.de/html/ILIAS51/Services/MediaObjects','ilObjMediaObjectAccess',0); +INSERT INTO `il_wac_secure_path` VALUES ('ilPortfolio','/srv/www/www.ilias.de/html/ILIAS_515/Modules/Portfolio','ilPortfolioAccessHandler',1); +INSERT INTO `il_wac_secure_path` VALUES ('lm_data','/srv/www/www.ilias.de/html/ILIAS_515/Modules/LearningModule','ilObjLearningModuleAccess',0); +INSERT INTO `il_wac_secure_path` VALUES ('ilBlog','/srv/www/www.ilias.de/html/ILIAS_515/Modules/Blog','ilObjBlogAccess',1); +INSERT INTO `il_wac_secure_path` VALUES ('ilPoll','/srv/www/www.ilias.de/html/ILIAS_515/Modules/Poll','ilObjPollAccess',1); +INSERT INTO `il_wac_secure_path` VALUES ('usr_images','/srv/www/www.ilias.de/html/ILIAS_515/Services/User','ilObjUserAccess',0); +INSERT INTO `il_wac_secure_path` VALUES ('mobs','/srv/www/www.ilias.de/html/ILIAS_515/Services/MediaObjects','ilObjMediaObjectAccess',0); +INSERT INTO `il_wac_secure_path` VALUES ('thumbs','/srv/www/www.ilias.de/html/ILIAS_515/Services/MediaObjects','ilObjMediaObjectAccess',0); -- -- Table structure for table `il_wiki_contributor` @@ -16202,40 +16202,76 @@ CREATE TABLE `lng_data` ( -- Dumping data for table `lng_data` -- +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_cut','en','Cut',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_copy','en','Copy',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_copy_finished','en','Finished copying.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_copy_role','en','Copy Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','rbac_copy_behaviour','en','Role Copy Settings',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_back_to_overview','en','Back to Role List',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_select_copy_targets','en','Please select the target roles',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 ('prtf','prtf_unset_as_default','en','Unset As My Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_date_completed','en','Date of completion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_default_settings','en','Personal Default Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_navigation','en','Postings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_question_title','en','Question Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_search_users','en','Search Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','end_whisper','en','Cancel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_notification_deactivated','en','Notification Deactivated',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','il_chat_moderator_moderate','en','Moderate Chat Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_il_chat_moderator','en','Chat Room Moderator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_chat_moderator_write','en','Edit Chat Room settings',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','il_chat_moderator_read','en','Read access to Chat Room',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','il_chat_moderator_visible','en','Chat Room is visible',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_chtr_duplicate','en','Copy Chat Room',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','history_title_private_room','en','Conversation in Private Room \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','chtr_copy','en','Copy Chat Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_chtr_duplicate','en','Copy Chat Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','no_further_users','en','No other users present',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','users','en','Users',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','no_further_users','en','No other users present',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 ('chatroom','private_rooms_enabled','en','Allow Private Rooms',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom_adm','soap_user_hint','en','This user is used to send information from the chat server to the ilias installation. No special permissions are required.
If you create a new account, please make sure that you are able to login with this user (e.g. accept licence agreement).',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','hide_settings','en','Hide Settings',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','show_settings','en','Show Settings',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','layout','en','Layout',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 ('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','create_private_room_text','en','Private room name',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom_adm','play_invitation_sound','en','Play a sound when receiving a new invitation',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','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','clear_room_history','en','Delete Message History',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','history_cleared','en','The message history was deleted by a moderator.',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','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','delete_private_room','en','Delete Private Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_page_actions','en','Page Actions',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','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','whisper_to','en','Whisper to #user#',NULL,NULL); @@ -16245,18 +16281,18 @@ INSERT INTO `lng_data` VALUES ('chatroom','display_past_msgs','en','Number of Pa 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','enable_smilies','en','Enable Smileys',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','hint_unique_name','en','A name that is used by ILIAS and the chat server to identify your ILIAS. If using more than one client per chat server, this name must be unique per ILIAS instance.
The name may contain letters (A-Z/a-z), numerics (0-9) and the characters ‘-’ and ‘_’.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','hint_osd','en','If enabled, users are notified by a popup about new invitations.',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','ilias_url','en','Base-URL of your ILIAS Installation',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','soap_user','en','Name of SOAP User',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','soap_user_password','en','Password of SOAP User',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','hint_osd','en','If enabled, users are notified by a popup about new invitations.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','chatserver_port','en','Port of Chat Server',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','soap_user','en','Name of SOAP User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','ilias_url','en','Base-URL of your ILIAS Installation',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','instance_name','en','Unique Identifier',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 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_not_changed','en','The didactic template setting is unchanged.',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); @@ -16270,23 +16306,23 @@ INSERT INTO `lng_data` VALUES ('chatroom','kicked_from_private_room','en','You h INSERT INTO `lng_data` VALUES ('chatroom','private_room_entered_user','en','The user #user# 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','private_room_closed','en','The chat room #title# has been closed.',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 ('auth','auth_login_editor','en','Loginscreen Editor',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_block_page','en','Set Read-Only',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_unblock_page','en','Grant Write Access',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_edit_mode','en','Edit Mode',NULL,NULL); -INSERT INTO `lng_data` VALUES ('wiki','wiki_block_page','en','Set Read-Only',NULL,NULL); -INSERT INTO `lng_data` VALUES ('wsp','wsp_password_for','en','Password for',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_protected_resource_info','en','To access this resource you have to enter a password.',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','en','Password-protected Resource',NULL,NULL); INSERT INTO `lng_data` VALUES ('prtf','prtf_tab_other_users','en','Portfolios of Other Users',NULL,NULL); INSERT INTO `lng_data` VALUES ('prtf','prtf_tab_portfolios','en','My Portfolios',NULL,NULL); @@ -16297,15 +16333,15 @@ INSERT INTO `lng_data` VALUES ('payment','please_enter_vats','en','Please create INSERT INTO `lng_data` VALUES ('payment','please_enter_epay_data','en','Please enter your EPay data',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','please_enter_paypal_data','en','Please enter your Paypal data',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','please_enter_bmf_data','en','Please enter your BMF data',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','please_enter_pdf_path','en','Please enter a path for generating bill as PDF file',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','please_activate_one_paymethod','en','Please activate at least one pay method',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','please_enter_pdf_path','en','Please enter a path for generating bill as PDF file',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','please_enter_bank_data','en','Please enter the bank details',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','please_enter_address','en','Please enter an address',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','please_enter_currency','en','Please enter a currency',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','check_shop_activation','en','Check Shop Settings for activation',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 ('style','sty_type_rte_tul','en','Tree List',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 ('style','sty_type_rte_texp','en','Tree Icon',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_drag','en','Drag Bar',NULL,NULL); @@ -16318,8 +16354,8 @@ INSERT INTO `lng_data` VALUES ('common','enable_sahs_protocol_data_desc','en','S INSERT INTO `lng_data` VALUES ('common','enable_sahs_protocol_data','en','Activate Protocol Data',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','adm_services','en','Services',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','adm_objects','en','Objects',NULL,NULL); -INSERT INTO `lng_data` VALUES ('administration','adm_basic','en','Basic',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','adm_users','en','Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_basic','en','Basic',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_update_skills','en','Edit Competence',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); @@ -16327,71 +16363,71 @@ INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_skills','en','Insert Co INSERT INTO `lng_data` VALUES ('common','shoppingcart','en','Shoppingcart',NULL,NULL); INSERT INTO `lng_data` VALUES ('prtf','prtf_use_page_layout','en','Use Page Layout',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','style_page_layout_module_portfolio','en','Portfolio',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 ('prtf','prtf_profile_picture','en','Display Profile Picture',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_remove_skill','en','Remove Competence',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 ('skmg','skmg_level','en','Level',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 ('prtf','prtf_new_portfolio','en','New Portfolio',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_existing_portfolio','en','Existing Portfolio',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_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_edit_sctp','en','Edit Competence 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_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_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 ('prtf','prtf_admin_toggle_info','en','You can deactivate the portfolio 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','en','Redirect Users',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','my_courses_groups','en','My Courses and Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_sc_auto_continue','en','Redirect Users',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_blog_selected','en','The blog 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_select_blog_change','en','Use different blog',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_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_info','en','Please select one of your blogs to use it with this assignment.',NULL,NULL); INSERT INTO `lng_data` VALUES ('exc','exc_select_portfolio','en','Use Existing Portfolio',NULL,NULL); INSERT INTO `lng_data` VALUES ('exc','exc_select_blog','en','Use Existing Blog',NULL,NULL); INSERT INTO `lng_data` VALUES ('prtf','prtf_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 ('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_new','en','New Chat Room',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','chtr_add','en','Add 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 ('chatroom','unkown_private_room','en','Unknown private room',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','chtr_moderate','en','User can moderate discussion in chat room',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','public_room','en','Public room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','unkown_private_room','en','Unknown private room',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','notice','en','Notice',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','public_room','en','Public room',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_create_skill_template_reference','en','Create Competence Template Reference',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_order','en','Order',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_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 My Workspace',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_create_skill_template','en','Create Competence Template',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_password_enter','en','Please enter your password',NULL,NULL); INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_open','en','Open',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_password_enter','en','Please enter your password',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_date','en','Date',NULL,NULL); INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_action','en','Action',NULL,NULL); -INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_delete','en','Delete',NULL,NULL); -INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_filename','en','File Name',NULL,NULL); -INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_submit','en','Submit',NULL,NULL); INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_cancel','en','Cancel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_filename','en','File Name',NULL,NULL); INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_submission_failed','en','Submission failed',NULL,NULL); -INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_stop_recording','en','Stop Recording',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','debugwindow_submit','en','Submit',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_logs','en','Logs',NULL,NULL); @@ -16402,48 +16438,48 @@ INSERT INTO `lng_data` VALUES ('scormdebug','missing_API-calls','en','These API- 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','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','comment','en','Comment',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','return_value','en','return value',NULL,NULL); INSERT INTO `lng_data` VALUES ('scormdebug','generated','en','generated',NULL,NULL); -INSERT INTO `lng_data` VALUES ('scormdebug','comment','en','Comment',NULL,NULL); INSERT INTO `lng_data` VALUES ('scormdebug','API-call','en','API-call',NULL,NULL); -INSERT INTO `lng_data` VALUES ('scormdebug','return_value','en','return value',NULL,NULL); -INSERT INTO `lng_data` VALUES ('scormdebug','SCO-name','en','SCO-name',NULL,NULL); INSERT INTO `lng_data` VALUES ('scormdebug','milliseconds','en','milliseconds',NULL,NULL); INSERT INTO `lng_data` VALUES ('scormdebug','SCO-title','en','SCO-title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','SCO-name','en','SCO-name',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','nr_session','en','number of session',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','only_important_API-Calls_shown','en','Only important API-Calls are currently shown.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','nr_session','en','number of session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','log_for','en','Log for the learning module',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','unknown','en','unknown',NULL,NULL); -INSERT INTO `lng_data` VALUES ('scormdebug','strange_error','en','strange error',NULL,NULL); INSERT INTO `lng_data` VALUES ('scormdebug','strange_API-Call','en','strange API-Call',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_fuchsia','en','fuchsia: tolerated value because sent value is not rejected',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_red','en','red: error!',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','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','adl.nav.request','en','Navigation request to be processed immediately following Terminate()',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.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.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.min','en','Minimum value in the range for the raw score',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.scaled','en','Number that reflects the performance of the learner',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.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.scaled','en','Number that reflects the performance of the learner',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.scaled_passing_score','en','Scaled passing score required to master the SCO',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); @@ -16471,16 +16507,16 @@ INSERT INTO `lng_data` VALUES ('scormdebug','cmi.learner_name','en','Name provid 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.result','en','Judgment of the correctness of the learner response',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.weighting','en','Weight given to the interaction relative to other interactions',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.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.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); @@ -16495,8 +16531,8 @@ INSERT INTO `lng_data` VALUES ('scormdebug','cmi.comments_from_lms.n.comment','e 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._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.n.location','en','Point in the SCO to which the comment applies',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); @@ -16517,8 +16553,8 @@ INSERT INTO `lng_data` VALUES ('scormdebug','error403','en','Data Model Element INSERT INTO `lng_data` VALUES ('scormdebug','error402','en','Unimplemented Data Model Element',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','error301','en','General Get Failure',NULL,NULL); INSERT INTO `lng_data` VALUES ('scormdebug','error351','en','General Set Failure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','error301','en','General Get Failure',NULL,NULL); INSERT INTO `lng_data` VALUES ('scormdebug','error201','en','General Argument Error',NULL,NULL); INSERT INTO `lng_data` VALUES ('scormdebug','error143','en','Commit After Termination',NULL,NULL); INSERT INTO `lng_data` VALUES ('scormdebug','error142','en','Commit Before Initialization',NULL,NULL); @@ -16529,16 +16565,16 @@ INSERT INTO `lng_data` VALUES ('scormdebug','error122','en','Retrieve Data Befor 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','error104','en','Content Instance Terminated',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','error0','en','No error',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_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_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 ('scormdebug','scormdebug_global_activate','en','Enable SCORM test tool',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_open_heigth','en','height',NULL,NULL); +INSERT INTO `lng_data` VALUES ('scormdebug','scormdebug_global_activate','en','Enable SCORM test tool',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_open_width','en','width',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 ('content','cont_open','en','Presentation of Learning Module',NULL,NULL); @@ -16547,51 +16583,51 @@ INSERT INTO `lng_data` VALUES ('grp','grp_view_inherit','en','Default',NULL,NULL INSERT INTO `lng_data` VALUES ('grp','grp_presentation_type','en','Presentation Type',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 ('grp','grp_setting_header_registration','en','Group Registration',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','svy_presentation_properties','en','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_prtf','en','Enable Portfolios',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_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 ('pd','pd_enable_personal_workspace','en','Enable Personal Workspace',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_wsp_files','en','Enable Files',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_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_title','en','Account Code',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 ('registration','registration_code_required_info','en','A pre-defined code is mandatory for the registration process.',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_setting','en','Enable Account Re-Activation By Code',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_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_export_codes_no_data','en','No codes to export were selected.',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_used','en','Date Of Usage',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_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_code_valid_until','en','Valid Until',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_account_code','en','Code',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_edit_header','en','Add 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 ('user','user_account_codes','en','Account Reactivation 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 ('user','user_account_codes_add','en','Add Codes',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_chtr','en','Chat Room',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 ('chatroom_adm','settings_has_been_saved','en','Settings has been saved',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom_adm','storepass','en','Storepass',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom_adm','keypass','en','Keypass',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','storepass','en','Storepass',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','banned','en','You have been banned from this chat room',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','unban','en','Unban',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom_adm','keystore','en','Keystore',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','soap_must_be_enabled','en','You must active SOAP support in the general settings to enable the chat.',NULL,NULL); @@ -16600,22 +16636,22 @@ INSERT INTO `lng_data` VALUES ('chatroom_adm','chat_smilies_dir_not_exists','en' 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','chatserver_settings_title','en','Chatserver Settings',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom_adm','osd_intervall','en','Refreshinterval (seconds)',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','hash','en','Hash',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','enable_osd','en','Enable On-Screen Notifications',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom_adm','chat_enabled','en','Enable Chat',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom_adm','https','en','HTTPS',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom_adm','priv_hosts','en','Privileged Hosts',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_current_smiley_image','en','Current Smiley Icon',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom_adm','chatroom_current_smiley_image_path','en','Current Smiley',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom_adm','smiley','en','Smilies',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom_adm','chatroom_edit_smiley','en','Edit Smiley',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','smiley','en','Smilies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom_adm','protocol','en','Protocol',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom_adm','instance','en','Instance',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','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); @@ -16623,12 +16659,12 @@ INSERT INTO `lng_data` VALUES ('chatroom_adm','chatroom_image_path','en','Path t 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_delete_selected','en','Delete Selected Smileys',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','ban_table_title','en','Banned Users',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','main','en','Main Room',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom_adm','chatroom_available_smilies','en','Available Smileys',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','settings_title','en','Settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','history_byday_title','en','Show Conversation per Day',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]\\n\\nYou have been invited to a chat room:\\nChat Room Title: [ROOM_NAME]\\nInvited by: [INVITER_NAME]\\nURL: [LINK]\\n\\nTo 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); @@ -16641,38 +16677,38 @@ INSERT INTO `lng_data` VALUES ('chatroom','chat_create_new_private_room','en','C INSERT INTO `lng_data` VALUES ('chatroom','chat_right_box_user','en','User',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','chat_invite_users','en','Invite Users',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_whisper','en','Whisper',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_ban','en','Ban',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_invite','en','Invite',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_message_options','en','Display',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','chat_message_display','en','Options',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','chat_mainroom','en','Main Room',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','chat_leave','en','Leave',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','chat_join','en','Join',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_invite','en','Invite',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','chat_delete','en','Delete',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','chat_message_to_all','en','To All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_join','en','Join',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_leave','en','Leave',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','en','Message',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','obj_chtr','en','Chat Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_message_to_all','en','To All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','chat_message_options','en','Display',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','duration_to','en','To',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','large','en','Large',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','large','en','Large',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','small','en','Small',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','enter','en','Enter Chat Room',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','fontfamily','en','Font Family',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','underlined','en','Underlined',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','italic','en','Italic',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','fontsize','en','Font Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','custom_username','en','Custom Username',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','enter','en','Enter Chat Room',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','fontstyle','en','Font Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','fontsize','en','Font Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','italic','en','Italic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','underlined','en','Underlined',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','fontcolor','en','Font Color',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','remark','en','Remark',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','session','en','Session',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','bans','en','Bans',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','remark','en','Remark',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_privacy','en','Privacy',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','settings_general','en','General',NULL,NULL); @@ -16680,32 +16716,32 @@ INSERT INTO `lng_data` VALUES ('chatroom','allow_private_rooms','en','Allow Priv INSERT INTO `lng_data` VALUES ('chatroom','restrict_history_info','en','No entries generated during absence from chat room.',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','restrict_history','en','Restrict History',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_custom_usernames','en','Allow Custom User Names',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','allow_anonymous','en','Allow Anonymous Login',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','disconnected','en','Connection Closed',NULL,NULL); -INSERT INTO `lng_data` VALUES ('chatroom','period','en','Period',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','connected','en','Connection Established',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','period','en','Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('chatroom','disconnected','en','Connection Closed',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 ('common','obj_chta','en','Chat Room',NULL,NULL); INSERT INTO `lng_data` VALUES ('chatroom','history_by_day','en','Daily History',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_chta','en','Chat Room',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_chtr','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_read','en','User can join and participate at chat room',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','chtr_visible','en','Chat Room is visible',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 ('common','removed_from_desktop','en','The item has been removed from the desktop.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('notes','note_update_comment','en','Update Comment',NULL,NULL); INSERT INTO `lng_data` VALUES ('notes','note_update_note','en','Update Note',NULL,NULL); INSERT INTO `lng_data` VALUES ('notes','note_add_comment','en','Add Comment',NULL,NULL); -INSERT INTO `lng_data` VALUES ('notes','note_update_comment','en','Update Comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_banner','en','Banner',NULL,NULL); +INSERT INTO `lng_data` VALUES ('prtf','prtf_background_color','en','Background Color',NULL,NULL); INSERT INTO `lng_data` VALUES ('prtf','prtf_font_color','en','Font Color',NULL,NULL); INSERT INTO `lng_data` VALUES ('notes','note_add_note','en','Add Note',NULL,NULL); -INSERT INTO `lng_data` VALUES ('prtf','prtf_background_color','en','Background Color',NULL,NULL); INSERT INTO `lng_data` VALUES ('prtf','prtf_preview_banner','en','Custom Banner',NULL,NULL); -INSERT INTO `lng_data` VALUES ('prtf','prtf_banner','en','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); @@ -16713,10 +16749,10 @@ INSERT INTO `lng_data` VALUES ('blog','blog_preview_banner','en','Custom Banner' 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 ('administration','obj_blga_desc','en','Global Blog Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','obj_prfa','en','Portfolio',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','obj_prfa_desc','en','Global Portfolio Settings',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 the exercise \"%s\".',NULL,NULL); @@ -16726,29 +16762,29 @@ INSERT INTO `lng_data` VALUES ('blog','blog_exercise_info','en','This blog is pa INSERT INTO `lng_data` VALUES ('content','cont_select_other_qpool','en','Select other Pool',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_copy_question_into_page','en','Copy into Page',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','rbac_context_global','en','Global',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_rolt','en','User defined role template',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_global','en','User defined global 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_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 ('content','cont_copy_question_from_pool','en','Copy Question from Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('didactic','didactic_activated_msg','en','Activated didactic templates',NULL,NULL); INSERT INTO `lng_data` VALUES ('blog','blog_back_to_ilias','en','Back to ILIAS',NULL,NULL); -INSERT INTO `lng_data` VALUES ('blog','blog_background_color','en','Background Color',NULL,NULL); INSERT INTO `lng_data` VALUES ('blog','blog_font_color','en','Font Color',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_pword','en','Paste from Word',NULL,NULL); -INSERT INTO `lng_data` VALUES ('blog','blog_edit','en','Edit Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_background_color','en','Background Color',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 ('blog','blog_edit','en','Edit Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pword','en','Paste from Word',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','fold_type','en','Folder Type',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_available_templates','en','Available Didactic Templates',NULL,NULL); @@ -16758,13 +16794,13 @@ INSERT INTO `lng_data` VALUES ('didactic','didactic_adm_tab','en','Didactic Temp INSERT INTO `lng_data` VALUES ('content','cont_list_indent','en','Indent List',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_list_outdent','en','Outdent List',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_nlist','en','Numbered 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_blist','en','Bullet List',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_cc_emp','en','Emphatic',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 ('content','cont_cc_str','en','Strong',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 ('common','password_allow_chars','en','Allowed chars: %s',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','exc_next_deadline','en','Next Deadline',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','rbac_global_rolt','en','Global Role Template',NULL,NULL); @@ -16772,74 +16808,74 @@ INSERT INTO `lng_data` VALUES ('registration','registration_no_valid_role','en', INSERT INTO `lng_data` VALUES ('registration','registration_code_no_role','en','The registration code given does not specify a role and can not be used currently. 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_campus_connect_title','en','CampusConnect Mappings',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_activate','en','Enable Directory Mapping',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 ('ecs','ecs_mapping_exp_tbl','en','Mapping ILIAS Advanced Meta Data to ECS-Data',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_rcrs','en','Mapping for ECS Courses',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_mapping_exp_tbl','en','Mapping ILIAS Advanced Meta Data to ECS-Data',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_export','en','Export',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_import','en','Import',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_tab_export','en','Export',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 ('assessment','test_edit_settings','en','Edit Settings',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','cal_milestone_settings','en','Milestones',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','cal_cache_settings','en','Cache',NULL,NULL); -INSERT INTO `lng_data` VALUES ('forum','mark_moderator_posts','en','Mark moderator posts',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_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_remove_skills','en','Remove Competences',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_materials','en','Materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_remove_skills','en','Remove Competences',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','en','Selectable',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_selectable','en','Selectable',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_add_skill','en','Add Competence',NULL,NULL); -INSERT INTO `lng_data` VALUES ('skmg','skmg_assign_materials','en','Assign Materials',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_list_skills','en','List Competences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_assign_materials','en','Assign Materials',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','skills','en','My Competences',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_edit_sktr','en','Edit Competence Template Reference',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_new_sktr','en','New Competence Template Reference',NULL,NULL); INSERT INTO `lng_data` VALUES ('ecs','ecs_field_community','en','Community',NULL,NULL); INSERT INTO `lng_data` VALUES ('blog','blog_preview','en','Preview',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 ('skmg','skmg_insert_skill_template_reference_child','en','Insert Competence Template Reference as Sub-item',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 ('skmg','skmg_insert_skill_template_reference','en','Insert Competence Template Reference',NULL,NULL); -INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_skill_template_reference_child','en','Insert Competence Template Reference as Sub-item',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_category','en','Competence Template Category',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_skill_template','en','Competence Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_skill_template_category','en','Competence Template Category',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_skill_template_category_child','en','Insert Competence Template Category as Sub-item',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_basic_skill_template_child','en','Insert Competence Template as Sub-item',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_new_skill_template_category','en','New Competence Template Category',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_skill_template_category','en','Insert Competence Template Category',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_basic_skill_template','en','Insert Competence Template',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_new_skill_template','en','New Competence Template',NULL,NULL); -INSERT INTO `lng_data` VALUES ('skmg','skmg_previous_step','en','Previous Step',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_skill_templates','en','Competence Templates',NULL,NULL); -INSERT INTO `lng_data` VALUES ('skmg','skmg_self_evaluation','en','Self-Evaluation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_previous_step','en','Previous Step',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_next_step','en','Next 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_update_self_evaluation','en','Update Self-Evaluation',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_your_self_evaluation','en','Your 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_your_self_evaluation','en','Your Self-Evaluation',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_execute_self_evaluation','en','Start',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_edit_scat','en','Edit Competence Category',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_cert_achievement_datetime','en','Achievement Date and Time',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_cert_achievement_date','en','Achievement Date',NULL,NULL); -INSERT INTO `lng_data` VALUES ('skmg','skmg_cert_skill_title','en','Competence Title',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_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 ('adm','adm_update_skill_status','en','Update Competence Status',NULL,NULL); INSERT INTO `lng_data` VALUES ('adm','adm_update_skill_tables','en','Update Competence Tables',NULL,NULL); @@ -16847,20 +16883,20 @@ INSERT INTO `lng_data` VALUES ('skmg','skmg_select_trigger','en','Select Trigger 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_certificate','en','Certificate',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_update_order','en','Update Order',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_edit_level','en','Edit Level',NULL,NULL); -INSERT INTO `lng_data` VALUES ('skmg','skmg_add_level','en','Add Level',NULL,NULL); -INSERT INTO `lng_data` VALUES ('skmg','skmg_skill_level','en','Competence 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_new_level','en','New Level',NULL,NULL); -INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_as_subitem','en','Insert as Sub-item',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_trigger','en','Trigger',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_nr','en','Nr',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','skll','en','Basic Competence',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','scat','en','Competence Category',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_as_subitem','en','Insert as Sub-item',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_on_same_level','en','Insert on Same Level',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); @@ -16869,20 +16905,20 @@ INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_skill_category_from_clip_chil INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_basic_skill_from_clip_child','en','Insert Basic Competences from Clipboard as Sub-items',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_choose_only_skill_categories_or_basic_skills','en','Please choose either only basic competences or only competence categories.',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_save_all_titles','en','Save All Titles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_choose_only_skill_categories_or_basic_skills','en','Please choose either only basic competences or only competence categories.',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_new_skill_category','en','New Competence Category',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_new_skill','en','New Competence',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_skill_category_child','en','Insert Competence Category as Sub-item',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_basic_skill_child','en','Insert Basic Competence as Sub-item',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_skill_category','en','Insert Competence Category',NULL,NULL); INSERT INTO `lng_data` VALUES ('skmg','skmg_insert_basic_skill','en','Insert Basic Competence',NULL,NULL); -INSERT INTO `lng_data` VALUES ('skmg','skmg_skill_hierarchie','en','Competence Hierarchy',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 ('common','obj_skmg','en','Competence Management',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_settings','en','Competence Management Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_enable_skmg','en','Activate Competence Management',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_skills','en','Competences',NULL,NULL); +INSERT INTO `lng_data` VALUES ('skmg','skmg_skill_hierarchie','en','Competence Hierarchy',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); @@ -16901,56 +16937,56 @@ INSERT INTO `lng_data` VALUES ('common','portfolio','en','Portfolio',NULL,NULL); INSERT INTO `lng_data` VALUES ('prtf','prtf_default_portfolio','en','My Profile',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_grp_member_notification','en','Notify Group Members',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_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_portfolio_select_info','en','Please select the resource folder to add the portfolio to.',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_create_blog','en','Create Blog',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_portfolio','en','Portfolio',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 ('content','cont_localization_info','en','Language used for predefined texts, e.g. ‘Previous’ and ’Next’.',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 ('sahs','sahs_desc_objectives','en','Description/Objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_shared_resources','en','Shared Resources',NULL,NULL); INSERT INTO `lng_data` VALUES ('wsp','wsp_share_select_user','en','Please select a user.',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','en','Course Allocation',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_move_to_repository','en','Move to Repository',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wsp','wsp_tab_shared','en','Resources of Other Users',NULL,NULL); INSERT INTO `lng_data` VALUES ('ecs','ecs_dir_alloc','en','Directory Allocation',NULL,NULL); INSERT INTO `lng_data` VALUES ('wsp','wsp_tab_personal','en','My 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_shared_resources','en','Shared 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_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 ('ecs','ecs_tbl_settings_for_server','en','ECS Settings for %s',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_set_layout','en','Set Layout',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_all_usages','en','Include History',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 ('content','cont_current_usages','en','Current Usages',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_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 ('mep','mep_sel_upload_dir_files','en','Select Files/Directories',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_up_dir_move','en','Move Files from Upload Directory (Faster)',NULL,NULL); INSERT INTO `lng_data` VALUES ('mep','mep_file','en','File',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_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); @@ -16958,8 +16994,8 @@ INSERT INTO `lng_data` VALUES ('content','cont_exp_id_used_multiple','en','Expor 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_saved_export_ids','en','Saved HTML Export IDs.',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_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_exp_ids_not_resp_format1','en','Export IDs may only use the following characters',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); @@ -16967,40 +17003,40 @@ INSERT INTO `lng_data` VALUES ('wsp','wsp_share_success','en','A new entry has b 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','The item 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_shared_with','en','Shared With',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_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 ('wsp','wsp_permissions','en','Share',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','period_of_service_provision','en','Period of service provision',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','credit','en','Credit',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','unit_price','en','Unit price',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','plus_vat','en','Plus VAT',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','credit','en','Credit',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','period_of_service_provision','en','Period of service provision',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','day_of_service_provision','en','Day of service provision',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','total_netprice','en','Total netprice (without VAT)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','day_of_service_provision','en','Day of service provision',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','external_bill_no','en','%s Billing-No.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','amount','en','Amount',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','position','en','Pos.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_tbl_export','en','Export',NULL,NULL); INSERT INTO `lng_data` VALUES ('ecs','ecs_tbl_import_type','en','Import Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_tbl_export','en','Export',NULL,NULL); INSERT INTO `lng_data` VALUES ('ecs','ecs_tbl_import','en','Import',NULL,NULL); INSERT INTO `lng_data` VALUES ('assessment','imported','en','imported',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','user_criteria_desc','en','Unique user criterion 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 ('administration','user_criteria','en','Unique user criterion',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 criterion',NULL,NULL); INSERT INTO `lng_data` VALUES ('ecs','ecs_deactivate','en','Deactivate',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_server_addr','en','Server Address',NULL,NULL); INSERT INTO `lng_data` VALUES ('ecs','ecs_activate','en','Activate',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_available_ecs','en','Available ECS',NULL,NULL); INSERT INTO `lng_data` VALUES ('ecs','ecs_tbl_active','en','Active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_server_addr','en','Server Address',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 ('survey','survey_sync_question_copies','en','Sync Question Copies',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_lpe_user_agreement_link','en','User Agreement Link',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 ('content','cont_insert_login_page','en','Add Login Page Element',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 ('content','cont_lpe_registration_link','en','New Registration Link',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_shib_login_form','en','Shibboleth Login Form',NULL,NULL); @@ -17016,26 +17052,26 @@ INSERT INTO `lng_data` VALUES ('cntr','container_import_zip_file_invalid','en',' 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_question_pool_title','en','Pool Title',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','survey_available_question_pools','en','Available Pools',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','show_shop_explorer_info','en','This shop explorer simplifies the navigation within shop',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','show_shop_explorer','en','Show shop explorer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','show_shop_explorer_info','en','This shop explorer simplifies the navigation within shop',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','show_topics_filter_info','en','Let users find buyable objects with this topics filter',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','show_topics_filter','en','Show topics filter',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','show_general_filter_info','en','Let users find buyable objects with this general search filter',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','payment_notification_days','en','Number of days',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','show_general_filter','en','Show general filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','show_general_filter_info','en','Let users find buyable objects with this general search filter',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','payment_notification_days_desc','en','Please enter the number days, to define when users should be notified about the limited access time to bought objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','yearly','en','yearly',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','invoice_number_text','en','invoice number definition',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','incremental_current_value','en','current incremental number',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','incremental_start_value_info','en','This start value will be used as first incremental number for the next period.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','invoice_number_text','en','invoice number definition',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','incremental_start_value','en','Incremental Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','incremental_start_value_info','en','This start value will be used as first incremental number for the next period.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','userdefined_invoice_number','en','Userdefined invoice number',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','ilias_invoice_number','en','ILIAS invoice number',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','invoice_number_setting','en','Invoice number settings',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','invoice_number','en','Invoice number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','invoice_number_setting','en','Invoice number settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','ilias_invoice_number','en','ILIAS invoice number',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','payment_userdefined_invoice_number_not_activated','en','Userdefined invoice numbers are not enabled',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','invoice_number_reset_period','en','Reset incremental number',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','invoice_number_reset_period_desc','en','Choose the period for resetting the incremental number to the start value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','invoice_number_reset_period','en','Reset incremental number',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 ('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_all_correct','en','You have correctly answered all questions.',NULL,NULL); @@ -17043,10 +17079,10 @@ INSERT INTO `lng_data` VALUES ('content','cont_edit_qover','en','Edit Question O 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_update_qover','en','Update Question Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_qover_short_message','en','Status Message',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_pc_qover','en','Question Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_qover','en','Insert 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_clipboard_notice','en','There are question(s) in the clipboard. Select the target position or empty the clipboard.',NULL,NULL); @@ -17054,70 +17090,70 @@ INSERT INTO `lng_data` VALUES ('survey','survey_questions_to_clipboard_copy','en 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_type_marker','en','Interactive Image Marker',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_remove_permission','en','Remove Permission',NULL,NULL); -INSERT INTO `lng_data` VALUES ('wsp','wsp_permission_add_users','en','Add Users',NULL,NULL); INSERT INTO `lng_data` VALUES ('wsp','wsp_set_permission_registered','en','All Registered Users',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','file_upload_pending','en','Pending file',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_permission_add_users','en','Add 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 ('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','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_marker_position','en','Edit Marker Position',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_edit_popup_position','en','Edit Popup Position',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','object_not_found','en','Object not found',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_new_marker','en','New Marker',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_new_marker','en','New Marker',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_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_really_delete_popups','en','Do you really want to delete the following popups?',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 ('content','cont_really_delete_overlays','en','Do you really want to delete the following overlays?',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_trigger_area','en','Trigger Area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_base_image','en','Background Image',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_marker','en','Marker',NULL,NULL); INSERT INTO `lng_data` VALUES ('user','user_profile_preview','en','Preview',NULL,NULL); INSERT INTO `lng_data` VALUES ('prtf','prtf_portfolio_default','en','Default',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_update_titles_and_actions','en','Update Titles and Actions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_trigger_area','en','Trigger Area',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_content_popup','en','Content Popup',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_overlay_image','en','Overlay Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_update_titles_and_actions','en','Update Titles and Actions',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_WholePicture','en','Whole Picture',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_add_images','en','Add Images',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_add_images','en','Add Images',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_overlay_images','en','Overlay Images',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_content_popups','en','Content Popups',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_active_areas','en','Triggers',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_update_blog','en','Edit Blog Posting',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_insert_blog','en','Add Blog Posting',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_pc_blog','en','Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_active_areas','en','Triggers',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_blog','en','Insert Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_blog','en','Blog',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_blog','en','Add Blog Posting',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_verification_object','en','Certificate',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_update_verification','en','Edit Certificate',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_ed_insert_verification','en','Insert 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_profile_mode_manual','en','Manual',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_inherit_info','en','Use your profile settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_profile_mode','en','Mode',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_pc_prof','en','Personal 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); @@ -17128,46 +17164,46 @@ INSERT INTO `lng_data` VALUES ('prtf','prtf_sure_delete_portfolios','en','Are yo 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_updated','en','Portfolio updated',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_create_portfolio','en','Add 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_qimgd','en','Image Details Link',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_qordul','en','Order List',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_qimg','en','Question Image',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','sty_type_qimgd','en','Image Details Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_iim','en','Insert Interactive Image',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_pc_iim','en','Interactive Image',NULL,NULL); INSERT INTO `lng_data` VALUES ('sahs','cont_insert_after_chap','en','Insert items after chapter',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','saving','en','Saving...',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_iim','en','Insert Interactive Image',NULL,NULL); INSERT INTO `lng_data` VALUES ('sahs','cont_insert_into_chap','en','Insert items inside chapter',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 ('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 ('content','cont_fn','en','Footnote',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 ('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 ('tstv','tstv_create_info','en','Select a completed test to generate a certificate for it',NULL,NULL); INSERT INTO `lng_data` VALUES ('wsp','wsp_type_excv','en','Certificate: Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('excv','excv_create','en','Create Exercise Certificate',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 ('payment','shop_bought_objects_url','en','Link to bought objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','shop_url','en','Link to shop',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','new_customer_info','en','Please click here if you do not have a user account.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','object_duration','en','Access-Duration',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','new_customer','en','Are you a new customer?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','object_duration','en','Access-Duration',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','object_purchased_date','en','Purchase-Date',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','special_info','en','If enabled, this object will be shown on the entire shop site.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','special','en','Special-Offer',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','use_shop_specials_info','en','If enabled, it is possible to mark shop objects as a ‘special’-offer. These objects will be shown on the entire shop site.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','use_shop_specials','en','Use Shop Specials',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_hide_shop_info','en','Hide Shop-Information',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_hide_shop_info_info','en','Hides the tab shop-information',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','use_shop_specials','en','Use Shop Specials',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','select_subtype','en','Suboption',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','billing_mail','en','Billing-Email',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','select_subtype','en','Suboption',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','activate_placeholders','en','Activate Placeholders',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','documents','en','Documents',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','accept_terms_conditions','en','Please accept the %s to continue the purchasing process.',NULL,NULL); @@ -17176,32 +17212,32 @@ 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_code','en','Code',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_char_style_com','en','Comment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_char_style_quot','en','Quotation',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 ('notes','notes_private_annotating','en','Private Annotation',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_saving','en','Saving...',NULL,NULL); INSERT INTO `lng_data` VALUES ('notes','notes_public_commenting','en','Public Comments',NULL,NULL); -INSERT INTO `lng_data` VALUES ('notes','notes_private_annotating','en','Private Annotation',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_lists','en','Lists',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_more_functions','en','More',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 ('crs','crs_auto_notification_info','en','New members get a mail notification when added to the course.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_char_format','en','Character',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','en','Welcome-Mail For New Members',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 ('trac','trac_min_passed','en','Minimum Number of Passed Materials:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_auto_notification','en','Welcome-Mail For New Members',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 ('assessment','ass_completion_by_submission','en','Completed by Submission',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); @@ -17212,26 +17248,26 @@ INSERT INTO `lng_data` VALUES ('content','cont_activate_js','en','Activate Javas INSERT INTO `lng_data` VALUES ('content','cont_activate_html','en','Activate HTML Rendering',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_deactivate_media','en','Deactivate Media',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_deactivate_js','en','Activate Form Mode',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_deactivate_html','en','Deactivate HTML Rendering',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_presentation_view','en','Presentation View',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_deactivate_html','en','Deactivate HTML Rendering',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_notification_activate_page','en','Activate Notification for Page',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_page_notification_activated','en','Notification Activated (Single Page)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('wiki','wiki_notification_activated','en','Notification Activated (Whole Wiki)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','survey_order','en','Sort Order',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 ('survey','survey_edit_settings','en','Edit Settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','survey_auto_block_title','en','Page Header',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','behind','en','Behind',NULL,NULL); -INSERT INTO `lng_data` VALUES ('wiki','wiki_functions','en','Wiki Functions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_order','en','Sort Order',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_navigation','en','Wiki Navigation',NULL,NULL); -INSERT INTO `lng_data` VALUES ('rating','rat_nr_ratings','en','%s Ratings',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 ('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 ('wiki','wiki_functions','en','Wiki Functions',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 ('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); @@ -17246,11 +17282,11 @@ INSERT INTO `lng_data` VALUES ('assessment','test_template_reset','en','The temp 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','assessment_new_pool','en','Create new question pool',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','assessment_pool_selection','en','Pool Selection',NULL,NULL); INSERT INTO `lng_data` VALUES ('assessment','test_move_page','en','Move Question',NULL,NULL); -INSERT INTO `lng_data` VALUES ('assessment','tst_settings_template','en','Template',NULL,NULL); INSERT INTO `lng_data` VALUES ('assessment','test_delete_page','en','Delete Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','tst_settings_template','en','Template',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_beginning_ending_information','en','Information at Beginning and End of Test',NULL,NULL); INSERT INTO `lng_data` VALUES ('assessment','tst_anonymity_anonymous_test','en','Results without Names / Anonymous Test',NULL,NULL); @@ -17259,35 +17295,35 @@ INSERT INTO `lng_data` VALUES ('assessment','test_using_template','en','This tes 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 ('wiki','wiki_page_status_blocked','en','Page is read-only.',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 ('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','add_new_question','en','Add new Question',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 ('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','add_new_question','en','Add new Question',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','en','Use of Question Pools',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 ('survey','survey_move_page','en','Move Page',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','survey_page_moved','en','The page has been moved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('assessment','test_question_pool_usage','en','Use of Question Pools',NULL,NULL); INSERT INTO `lng_data` VALUES ('assessment','intro_desc','en','This message appears at the beginning of the test.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','survey_question_text_visible','en','Text visible',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_move_page','en','Move Page',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','survey_question_text_hidden','en','Text hidden',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_delete_page','en','Delete Page',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','survey_at_beginning','en','At The Beginning',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','survey_behind_page','en','Behind',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','survey_show_blocktitle','en','Show Block Title',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_no_pool','en','Do not use 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','en','Question Pool',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 ('survey','survey_confirm_template_reset','en','Are you sure that you do not want to use the template anymore?',NULL,NULL); @@ -17305,8 +17341,8 @@ INSERT INTO `lng_data` VALUES ('assessment','test_enable_view_both','en','Table- INSERT INTO `lng_data` VALUES ('assessment','test_enable_views','en','Enabled views',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 ('common','toggle_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 ('common','toggle_hidden_sections','en','Show More Information',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_has_datasets_warning_page_view_link','en','Edit Participants',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); @@ -17329,20 +17365,20 @@ INSERT INTO `lng_data` VALUES ('wiki','wiki_page_toc','en','Enable Page Overview INSERT INTO `lng_data` VALUES ('content','cont_page_toc','en','Page Overview',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','survey_use_pool','en','Use Pool',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','survey_add_new_question','en','Create Page',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_next_question','en','Next Page',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_value','en','Predefined Value',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','adm_predefined_settings','en','Predefined Settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('administration','adm_hide_tabs','en','Hide Tabs',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','adm_edit_settings_template','en','Edit Template',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 ('administration','adm_hide_tabs','en','Hide Tabs',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_ordering_and_indent_saved','en','Ordering and Indentation saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_imp_page_added','en','Page added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_settings_templates','en','Settings Templates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','adm_add_settings_template','en','Add Template',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_save_ordering_and_indent','en','Save Ordering and Indentation',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_indentation','en','Indentation',NULL,NULL); @@ -17356,8 +17392,8 @@ INSERT INTO `lng_data` VALUES ('common','payment_notification_desc','en','If ena INSERT INTO `lng_data` VALUES ('common','payment_notification','en','Send Shop Notification',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_num','en','Number of Compulsory Materials',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); @@ -17366,71 +17402,71 @@ INSERT INTO `lng_data` VALUES ('common','personal_settings','en','Settings',NULL INSERT INTO `lng_data` VALUES ('common','rep_main_page','en','Home',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','Restrict 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_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_import_sequencing','en','Import Sequencing',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_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 ('common','title_and_translations','en','Title and Translations',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','glo_import','en','Import Glossary',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_edit','en','Edit Booking Pool',NULL,NULL); -INSERT INTO `lng_data` VALUES ('book','book_add','en','Add 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 ('style','sty_type_sco_fmess','en','SCORM Final Message',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_group_materials','en','Create Grouping with Optional Materials',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_release_materials','en','Disintegrate Grouping with Optional Materials',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 ('style','sty_type_sco_fmess','en','SCORM Final Message',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_final_lm_page_info','en','A status page will be displayed, if all questions of the learning module have been answered successfully.',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_final_sco_page_info','en','A status page will be displayed at the end of a SCO, if all questions have been answered successfully.',NULL,NULL); INSERT INTO `lng_data` VALUES ('sahs','sahs_sco_final_message','en','You have successfully completed \"%s\".',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_choose_special_page','en','Choose 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_special_page','en','Insert Special Page',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_sco_from_clip_inside_chap','en','Paste SCOs from Clipboard (inside chapter)',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','The entry has been deleted.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('blog','blog_posting_deletion_confirmation','en','Are you sure you want to delete the following entry?',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 entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_posting_deletion_confirmation','en','Are you sure you want to delete the following entry?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('blog','blog_permanent_link','en','Permalink',NULL,NULL); INSERT INTO `lng_data` VALUES ('blog','blog_comments','en','Comments',NULL,NULL); INSERT INTO `lng_data` VALUES ('blog','blog_list_more','en','more',NULL,NULL); -INSERT INTO `lng_data` VALUES ('blog','blog_permanent_link','en','Permalink',NULL,NULL); INSERT INTO `lng_data` VALUES ('blog','blog_add_posting','en','Add Posting',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_add','en','Create Folder',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_blog','en','Blog',NULL,NULL); INSERT INTO `lng_data` VALUES ('wsp','wsp_navigation_resource','en','Create New',NULL,NULL); INSERT INTO `lng_data` VALUES ('wsp','wsp_type_file','en','File',NULL,NULL); INSERT INTO `lng_data` VALUES ('wsp','wsp_root_folder','en','My Workspace',NULL,NULL); INSERT INTO `lng_data` VALUES ('wsp','wsp_navigation_folders','en','View Folder',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 ('common','personal_workspace','en','My Workspace',NULL,NULL); INSERT INTO `lng_data` VALUES ('wsp','wsp_personal_workspace','en','My Workspace',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','personal_workspace','en','My Workspace',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_learning_progress_objects_description','en','This table shows an overview of all your courses and objects.',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_learning_progress_of','en','Learning Progress of %s',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_public_comments','en','Public Comments',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_special_page','en','Special Content Page',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_save_types','en','Save Types',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_layout_template','en','Layout Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_save_types','en','Save Types',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 ('style','sty_make_global_default','en','Set as default style',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_to','en','To',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_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); @@ -17441,9 +17477,9 @@ INSERT INTO `lng_data` VALUES ('rbac','active_preconditions','en','Preconditions 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 ('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_type_rte_tree','en','RTE Tree Section',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_type_rte_menu','en','RTE Menu',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 ('content','cont_create_final_lm_page','en','Create Final Page for Learning Module',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_create_final_sco_page','en','Create Final Page for SCOs',NULL,NULL); @@ -17467,40 +17503,40 @@ INSERT INTO `lng_data` VALUES ('content','cont_insert_login_page_element','en',' 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 ('book','book_schedule_warning','en','Currently, there is no schedule available. Before adding booking objects you need to create a schedule for booking.',NULL,NULL); INSERT INTO `lng_data` VALUES ('sahs','sahs_insert_ass','en','Insert Asset',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_ass','en','Asset',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','style_move_style_into','en','Into',NULL,NULL); INSERT INTO `lng_data` VALUES ('sahs','sahs_new_asset','en','New Asset',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','style_move_style_into','en','Into',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_sync_obj_stats','en','Update Data',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_object_stat_admin','en','Manage Data',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_show_graph','en','Show Graph',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 ('content','cont_wrong_answers_single','en','Incorrect Choice.',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 ('trac','trac_first_and_last_access','en','First and Last Access',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_object_link','en','Link to 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_view_mode','en','View Mode',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); @@ -17514,21 +17550,21 @@ INSERT INTO `lng_data` VALUES ('administration','apache_auth_authenticate_on_log 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','apache_settings_changed_success','en','Configuration saved',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','auth_apache','en','Apache',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_direct_mapping_fieldname','en','Field for assignment',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_direct_mapping','en','Straight 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_target_override_login','en','Target url for custom login page',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_enable_ldap','en','Enable LDAP user assignment',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_default_role','en','Default user role',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 ('content','cont_correct_answers_shown','en','Correct solution see above.',NULL,NULL); @@ -17536,16 +17572,16 @@ INSERT INTO `lng_data` VALUES ('administration','apache_auth_settings','en','Apa 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_enough_answers_correct','en','Correct, but not the best solution!',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_all_answers_correct','en','Correct!',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_tries_remaining','en','Tries Remaining',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_submit_answers','en','Submit',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 ('content','cont_submit_answers','en','Submit',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','language_merged_global','en','The local changes were merged into the global language file.',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 ('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 ('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 ('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 ('administration','language_remove_local_file','en','Delete the local language file',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','language_local_file_deleted','en','The local language file was deleted.',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','language_error_delete_local','en','The local language file can\'t be deleted!',NULL,NULL); @@ -17554,59 +17590,59 @@ INSERT INTO `lng_data` VALUES ('administration','language_error_write_global','e 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 global language file',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','language_scope_added','en','Local additions only',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 ('administration','language_scope_merged','en','Local changes merged into the global language file',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 ('crs','crs_grp_assignments','en','Assignments of Course Members to Groups',NULL,NULL); -INSERT INTO `lng_data` VALUES ('mail','mail_select_recipients','en','Please select mail recipients:',NULL,NULL); INSERT INTO `lng_data` VALUES ('grp','grp_import','en','Import Group',NULL,NULL); -INSERT INTO `lng_data` VALUES ('fold','fold_import','en','Import Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_select_recipients','en','Please select mail recipients:',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 ('trac','trac_sum','en','Sum',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_others','en','Others',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','disk_quota_summary_subject','en','Summary of Exceeded Disk Quota',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','en','Recipients',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 will not be displayed.',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_mode','en','Session Mode',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 ('common','sess_load_dependent_session_handling','en','Load Dependent Session Handling',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','rbac_admin_permissions','en','Administration Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_export_excel','en','Start Excel Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sess_fixed_duration','en','Fixed Session Duration',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 ('assessment','mailnottype','en','Send notification even if a user finishes a test pass',NULL,NULL); INSERT INTO `lng_data` VALUES ('registration','reg_allow_codes','en','Allow Codes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('webr','webr_import','en','Import Weblink',NULL,NULL); INSERT INTO `lng_data` VALUES ('registration','reg_confirmation_hash_life_time','en','Lifetime',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','moderate_frm','en','Moderate',NULL,NULL); -INSERT INTO `lng_data` VALUES ('webr','webr_import','en','Import Weblink',NULL,NULL); -INSERT INTO `lng_data` VALUES ('rbac','add_thread','en','Add Thread',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','smtp_mail','en','SMTP E-Mail',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','mail_to_global_roles','en','Global Mails',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','add_reply','en','Add Reply',NULL,NULL); -INSERT INTO `lng_data` VALUES ('rbac','smtp_mail','en','SMTP E-Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','add_thread','en','Add Thread',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.',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_target_object','en','Repository Object',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_manager','en','Consultation Hour Manager',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); @@ -17624,23 +17660,23 @@ 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_export_members','en','Export Participants',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_role_status','en','Role/Status',NULL,NULL); INSERT INTO `lng_data` VALUES ('grp','grp_subscriber','en','Subscriber',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','create_date_max','en','Latest Registration',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','user_total','en','User Total',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 ('grp','grp_agreement_header','en','User Agreement',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_user_agreement','en','Released Data Types',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_agree','en','Acceptance',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 ('rbac','rbac_create_book','en','Create Booking Pool',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 ('grp','grp_info_agree','en','I accept, that the above data types are visible for group administrators.',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 ('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_read','en','User can book resources / objects in 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_edit_permission','en','User can change permission settings for booking pool',NULL,NULL); @@ -17648,18 +17684,18 @@ INSERT INTO `lng_data` VALUES ('book','book_set_not_cancel','en','Undo Cancel',N INSERT INTO `lng_data` VALUES ('book','book_set_cancel','en','Cancel Reservation',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_set_not_in_use','en','Not in Use',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_set_in_use','en','Is in Use',NULL,NULL); -INSERT INTO `lng_data` VALUES ('book','book_slots_no_info','en','Available number of slots per day in schedule',NULL,NULL); -INSERT INTO `lng_data` VALUES ('book','book_slots_no','en','Number of slots',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','edit_event','en','Edit Calendar',NULL,NULL); -INSERT INTO `lng_data` VALUES ('rbac','cat_administrate_users','en','Administrate Local User Accounts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_slots_no','en','Number of slots',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_slots_no_info','en','Available number of slots per day in schedule',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 ('rbac','read_users','en','Read Access to 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 ('grp','grp_info_new_grp_type','en','New Group Type',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_later','en','Later',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_earlier','en','Earlier',NULL,NULL); -INSERT INTO `lng_data` VALUES ('book','book_all','en','Show all',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','The list of reservations can be viewed by all users.',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_public_log','en','Public Reservations',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','perm_role_path_info_inheritance','en','using local policy from %1$s \"%2$s\"',NULL,NULL); @@ -17669,8 +17705,8 @@ INSERT INTO `lng_data` VALUES ('rbac','perm_protected_global_role','en','Protect INSERT INTO `lng_data` VALUES ('rbac','perm_global_role','en','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_booking','en','Resource Booking',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); @@ -17691,105 +17727,105 @@ INSERT INTO `lng_data` VALUES ('book','book_reservation_fix_info','en','The rese 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_register','en','Register',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 ('book','book_create_title','en','Add Booking Pool',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 ('dateplaner','cal_cg_registration_info','en','Gives users the possibility to register to course and group appointments.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_book','en','Booking Pool',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_book','en','Booking Pools',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 ('book','book_pool_added','en','A booking pool has been added.',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_added','en','A booking schedule has been added.',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 ('dateplaner','cal_registrations','en','Appointment Registrations',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_object_deleted','en','The booking object has been deleted.',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_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_type_deleted','en','The booking type has been deleted.',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_type_updated','en','The booking type has been updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_type_deleted','en','The booking type has been deleted.',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_type_added','en','A booking type has been added.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_slot','en','Slot',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_deadline','en','Deadline',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_minutes','en','Minutes',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_break_info','en','Given in multiples of time raster',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_schedule_break','en','Auto-Break between Bookings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_break_info','en','Given in multiples of time raster',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_days','en','Weekdays',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_rent_info','en','Given in multiples of time raster',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_schedule_rent_max','en','Maximum booking time',NULL,NULL); -INSERT INTO `lng_data` VALUES ('book','book_schedule_rent_min','en','Minimum booking time',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_schedule_raster_info','en','Minimum time entity',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_rent_min','en','Minimum booking time',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_schedule_raster','en','Time raster',NULL,NULL); -INSERT INTO `lng_data` VALUES ('book','book_schedule_type_flexible_info','en','Can be booked freely for given days and hours',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_schedule_type_flexible','en','Flexible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_type_flexible_info','en','Can be booked freely for given days and hours',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_schedule_type_fix_info','en','Can only be booked in given time slots',NULL,NULL); -INSERT INTO `lng_data` VALUES ('book','book_schedule_type_fix','en','Fix',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_schedule_type','en','Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_schedule_type_fix','en','Fix',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_edit_object','en','Edit Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_is_used','en','Is Used',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_current_user','en','Booked by',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_group_objects_info','en','Treat objects as group, will only be differentiated internally. Please create at least 1 schedule to use this feature.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('book','book_group_objects','en','Group objects',NULL,NULL); -INSERT INTO `lng_data` VALUES ('book','book_edit_type','en','Edit Type',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_edit_type','en','Edit Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_group_objects','en','Group objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_group_objects_info','en','Treat objects as group, will only be differentiated internally. Please create at least 1 schedule to use this feature.',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_add_type','en','Add Type Of Booking Object',NULL,NULL); -INSERT INTO `lng_data` VALUES ('book','book_list_items','en','List Objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_book','en','Book',NULL,NULL); -INSERT INTO `lng_data` VALUES ('book','book_no_of_objects','en','No. of Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_list_items','en','List Objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('book','book_schedules','en','Schedules',NULL,NULL); -INSERT INTO `lng_data` VALUES ('book','book_booking_types','en','Booking Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('book','book_no_of_objects','en','No. of Objects',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 ('meta','meta_c_TL','en','Timor-Leste',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_JE','en','Jersey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_RS','en','Serbia',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_ME','en','Montenegro',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_PS','en','Palestinian Territories (Occupied)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_RS','en','Serbia',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 ('style','sty_type_glo_ovuglistlink','en','Unit Glossary List Link',NULL,NULL); -INSERT INTO `lng_data` VALUES ('form','form_please_select','en','Please Select',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_AX','en','Åland Islands',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_JE','en','Jersey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_HK','en','Hong Kong',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_ovclink','en','Glossary Overlay Close Link',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_type_glo_ovuglink','en','Unit Glossary Link',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 ('crs','crs_import','en','Import Course',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','sty_type_glo_ovclink','en','Glossary Overlay Close Link',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_date_booked','en','booked',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_bookings','en','Participants',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 ('trac','trac_matrix','en','Matrix View',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_multi_edit_sequence','en','Edit multiple appointments',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_book_free','en','available',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_booked_out','en','booked up',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','msg_message_deleted','en','Messagetext deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_book_free','en','available',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','saved_messages','en','Available messages',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','insert_saved_message','en','Insert Message Text',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','delete_saved_message','en','Delete Message Text',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','msg_message_inserted','en','Messagetext inserted',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','saved_messages','en','Available messages',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','save_reuse_title','en','Message text title',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_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','msg_duplicate_scale','en','Please enter unique scale values.',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_max_nr_answers','en','Please check at most %s answers.',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','mail_sent_short','en','Sent',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_code','en','Please enter the access code placeholder [code]',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','please_enter_mail_message','en','Please enter a mail message',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','participating_users','en','Participating Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','please_enter_mail_message','en','Please enter a mail message',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','please_enter_mail_subject','en','Please enter a mail subject',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); @@ -17805,8 +17841,8 @@ INSERT INTO `lng_data` VALUES ('survey','import_from_file','en','Import user dat 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 email.',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','externaltext','en','Import text',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 email.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','externalmails','en','Import file',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','en','Import file',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','external_mails_import','en','Import external recipients of survey keys',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','external_recipients_deleted','en','Deleted external recipient(s)',NULL,NULL); @@ -17835,8 +17871,8 @@ INSERT INTO `lng_data` VALUES ('survey','mailaddresses_info','en','Enter a comma INSERT INTO `lng_data` VALUES ('survey','mailaddresses','en','Recipient addresses',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_label','en','Export title and label',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','export_title_only','en','Export title only',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','label','en','Label',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','err_no_exact_answers','en','Please check exactly %s answer(s).',NULL,NULL); @@ -17844,98 +17880,98 @@ INSERT INTO `lng_data` VALUES ('survey','err_no_max_answers','en','Please check 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','nr_max_answers','en','Maximum',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_min_answers_option','en','Set a number of answer selections',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 ('survey','question_mr_no_other_answer','en','Please enter a text for the other 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_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 ('export','export_existing','en','Reuse',NULL,NULL); +INSERT INTO `lng_data` VALUES ('export','export_save_selection','en','Start Export',NULL,NULL); INSERT INTO `lng_data` VALUES ('news','show_news_end_date','en','Ending Date',NULL,NULL); INSERT INTO `lng_data` VALUES ('news','news_hide_news_until_date_info','en','Only news that has not reached a certain date will be displayed.',NULL,NULL); INSERT INTO `lng_data` VALUES ('news','news_hide_news_until_date','en','Show News Until',NULL,NULL); INSERT INTO `lng_data` VALUES ('news','finish_publishing_date','en','Finish Publishing:',NULL,NULL); INSERT INTO `lng_data` VALUES ('webr','webr_imort','en','Import Weblink',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_cancellation_subject','en','The appointment \"%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_body','en','your appointment with %s has been cancelled.',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_confirmation_link','en','Link to the appointment:',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_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_info','en','If activated, ‘Re: ’ is added to the subject on reply.',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_value','en','Link',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 ('forum','add_re_to_subject','en','Add ‘Re: ’ to subject on reply',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','add_re_to_subject_info','en','If activated, ‘Re: ’ is added to the subject on reply.',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_value','en','Link',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_value','en','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','en','Admission per Link',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_booking_confirmed','en','The appointment has been booked successfully.',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','cal_cancel_booking','en','Cancel Booking',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_confirm_booking','en','Confirm 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_cancel_booking','en','Cancel Booking',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_book','en','Book Appointment',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_ch_current_bookings','en','Current Bookings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_consultation_hours_for','en','Consultation hours for',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_book','en','Book Appointment',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_booking_owner','en','Owner',NULL,NULL); INSERT INTO `lng_data` VALUES ('user','user_selected_pages_deleted','en','The selected pages have been deleted.',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 ('user','user_sure_delete_pages','en','Are you sure that you want to delete the following pages?',NULL,NULL); INSERT INTO `lng_data` VALUES ('user','user_add_page','en','Add Page',NULL,NULL); -INSERT INTO `lng_data` VALUES ('user','user_order','en','Order',NULL,NULL); INSERT INTO `lng_data` VALUES ('user','user_new_profile_page','en','New Profile Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_ext_profile','en','Extended Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','user_ext_profiles_desc','en','Allows users to add individual tabs to their profiles.',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_whole_glossary','en','Whole Glossary',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_selected_terms','en','Selected Terms',NULL,NULL); INSERT INTO `lng_data` VALUES ('user','user_ext_profiles','en','Extended Profiles',NULL,NULL); -INSERT INTO `lng_data` VALUES ('user','user_ext_profiles_desc','en','Allows users to add individual tabs to their profiles.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('user','user_ext_profile','en','Extended Profile',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_selected_pages','en','Selected Pages',NULL,NULL); -INSERT INTO `lng_data` VALUES ('wiki','wiki_whole_wiki','en','Whole Wiki',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','htlm_import','en','Import HTML Learning Module',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_selection','en','Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_whole_wiki','en','Whole Wiki',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','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 ('user','user_adm_enable_alpha_nav','en','Alphabetical Navigation in User Administration',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_never','en','Never',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_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 ('content','cont_users_answered','en','Users Answered',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_empty','en','None',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','rbac_role_rights_copy','en','Copy Permissions',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_ch','en','Consultation Hours',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ps','rbac_log_age','en','Keep Log Entries',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 ('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 ('rbac','rbac_role_add_to_desktop','en','Add To Personal Desktop',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_personal_ch','en','Personal Consultation Hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_ch','en','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_deadline_info','en','Please define the number of hours until the registration is blocked.',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_duration','en','Duration of Each 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_changed_owner','en','Changed Owner to',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','rbac_log_change_owner','en','Change Owner of Object',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','en','Edit Role Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','rbac_log','en','Permission Log',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_copy_object','en','Copy Object',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_create_object','en','Create Object',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_move_object','en','Move 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_edit_permissions','en','Edit Permissions',NULL,NULL); @@ -17943,23 +17979,23 @@ INSERT INTO `lng_data` VALUES ('rbac','rbac_log_inheritance_rmv','en','Allowed I INSERT INTO `lng_data` VALUES ('rbac','rbac_log_source_object','en','Source object',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','rbac_log_operation_add','en','Added Operation for \"%s\"',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','log','en','Log',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_ch_form','en','Enable Consultation Hours',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','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_header','en','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 ('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_back_to_cal','en','Back to Calendar',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_manage','en','Calendars',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','cal_unshare','en','Cancel Sharing',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_back_to_list','en','Back to List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_manage','en','Calendars',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','cal_back_to_search','en','Back to Search',NULL,NULL); INSERT INTO `lng_data` VALUES ('exc','exc_import','en','Import Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_back_to_list','en','Back to List',NULL,NULL); INSERT INTO `lng_data` VALUES ('sess','sess_import','en','Import Session',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','cal_upcoming_events_header','en','Upcoming Events',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','cal_repeat_until','en','Repeat until',NULL,NULL); @@ -17968,13 +18004,13 @@ INSERT INTO `lng_data` VALUES ('wiki','wiki_notification_toggle_page_deactivate' INSERT INTO `lng_data` VALUES ('wiki','wiki_notification_toggle_page_activate','en','Activate for Page',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_notification_toggle_wiki_deactivate','en','Deactivate for Wiki',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_notification_toggle_wiki_activate','en','Activate for Wiki',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 ('wiki','wiki_change_notification_link','en','URL',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_notification_toggle_info','en','Change Notification',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_body_new','en','the following wiki page was created',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_subject','en','Wiki \"%1$s\" has been changed: %2$s',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 ('wiki','wiki_edit_notification_info','en','You will be notified when any page is edited.',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_edit_notification','en','Email Notification on Change',NULL,NULL); INSERT INTO `lng_data` VALUES ('exc','exc_submission_notification_subject','en','A new submission was uploaded for exercise \"%s\"',NULL,NULL); @@ -17983,24 +18019,24 @@ INSERT INTO `lng_data` VALUES ('exc','exc_submission_notification_body','en','A 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','Email 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_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 ('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_groups_nr','en','Number of Memberships',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_members_groups','en','Memberships in Groups',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 ('grp','grp_custom_user_fields','en','Group Relevant User Data',NULL,NULL); INSERT INTO `lng_data` VALUES ('tbl','tbl_export_excel','en','Export .xls',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_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 ('tbl','tbl_export_csv','en','Export .csv',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_item_filter_form_info','en','Search can be restricted to the chosen file 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 ('search','search_item_filter','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_crs_notification_body','en','an appointment has been changed in course \"%s\".',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); @@ -18009,17 +18045,17 @@ INSERT INTO `lng_data` VALUES ('grp','grp_notification_salutation','en','Dear gr 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_subitems','en','Show Sub-Items',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_participants','en','Show Participants',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 ('administration','adm_nr_statements','en','Number of Statements',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_title','en','Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_participants','en','Show Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_subitems','en','Show Sub-Items',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','adm_table','en','Table',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_nr_statements','en','Number of Statements',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','adm_time','en','Time',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_db_bench_sorted_by_sql','en','Sorted by SQL',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','adm_sql','en','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_sorted_by_sql','en','Sorted by SQL',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); @@ -18027,35 +18063,35 @@ INSERT INTO `lng_data` VALUES ('administration','adm_activate_db_benchmark_desc' 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 ('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 ('content','cont_alignment','en','Alignment',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_set_alignment','en','Set Alignment',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','sort_activation_header','en','By timings',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 ('user','restrict_user_access','en','Restricted Access to User Accounts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sort_activation_header','en','By timings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sort_inherit_prefix','en','Default',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 ('user','restrict_user_access','en','Restricted Access to User Accounts',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','enable_local_user_administration','en','Enable Local User Administration',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_link_whole_picture','en','Link Whole Picture',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 ('trac','trac_user_objects','en','Learning Objects for User',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_learners_back','en','Back To Learners',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_summary','en','Summary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('user','enable_local_user_administration','en','Enable Local User Administration',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_learners','en','Learners',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 ('trac','trac_summary','en','Summary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_learners_back','en','Back To Learners',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_user_objects','en','Learning Objects for User',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 ('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 ('style','sty_style_classes_copied','en','Style classes have been copied.',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 ('style','sty_style_classes_copied','en','Style classes have been copied.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','sty_paste_characteristics','en','Paste Style Classes',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','sty_keep_existing','en','Keep Existing',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 ('style','sty_overwrite','en','Overwrite',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_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_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 ('style','sty_if_style_class_already_exists','en','If style class already exists...',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 ('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 ('style','sty_delete_other_selected','en','Continue',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); @@ -18069,73 +18105,73 @@ INSERT INTO `lng_data` VALUES ('administration','adm_rep_tree_all_types_info','e 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_only_cntr_info','en','Only categories, courses and groups are listed.',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_presentation','en','Repository Tree Presentation',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','glo_editing_view','en','Editing View',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_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_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_text_snippet_length','en','Definition Snippet Length',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_table_form','en','In Table Form',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','show_system_messages','en','System Messages',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 ('common','obj_frma_desc','en','Global Forum Settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('administration','forum_settings','en','Forumsettings',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 ('administration','forum_settings','en','Forumsettings',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 ('forum','preset_subject','en','Preset subject on reply',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','glo_quick_navigation','en','Quick Navigation',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','delete_inactivated_user_accounts_interval','en','Frequency',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','delete_inactivated_user_accounts_interval_desc','en','Deletion conditions will be reviewed in this frequency.',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_prevent_smtp_globally','en','Globally prevent sending external mails (via SMTP)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','delete_inactivated_user_accounts_interval_desc','en','Deletion conditions will be reviewed in this frequency.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','delete_inactivated_user_accounts_interval','en','Frequency',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','delete_inactivated_user_accounts_include_roles_desc','en','Defines the roles that will participate in the deletion.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','delete_inactivated_user_accounts_include_roles','en','Included roles',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','delete_inactivated_user_accounts_period_desc','en','Accounts will be deleted if this period of time 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_inactive_user_accounts_interval','en','Frequency',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','delete_inactivated_user_accounts_desc','en','If enabled, user accounts will be deleted depending on the date of 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','delete_inactive_user_accounts_interval','en','Frequency',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','delete_inactive_user_accounts_include_roles_desc','en','Defines the roles that will participate in the deletion.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','delete_inactive_user_accounts_include_roles','en','Included roles',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 period of time will be deleted.',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_desc','en','If enabled, user accounts will be deleted depending on the date of the last login.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_sco_glossary','en','Unit Glossary',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','delete_inactive_user_accounts','en','Delete inactive user accounts',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 ('exp','exp_create_xml_file','en','Create Export Package (XML)',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','other_answer_desc','en','Add an additional choice (other) with a text field.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exp','exp_create_xml_file','en','Create Export Package (XML)',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_presentation_view','en','Presentation View',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','glo_add_new_term','en','Add New Term',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','glo_presentation_view','en','Presentation View',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 ('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 ('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 ('content','cont_select_file','en','Select File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rep','rep_dependencies','en','Dependencies',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_create_link','en','Create Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_select_file','en','Select File',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_lk_file','en','File/Document',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','please_use_account','en','For further purchases please login with use your account.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','have_no_existing_account','en','if you don\'t have an account, you are able to login in with this account:(Username: %s Password: %s ).',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','have_existing_account','en','Do you already have an existing account? Please enter your username and password.',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_read_count','en','Access Number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','have_existing_account','en','Do you already have an existing account? Please enter your username and password.',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 ('trac','trac_spent_seconds','en','Time Spent',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 ('payment','paya_bill_history','en','Bill History',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mail_no_valid_group_role','en','No valid group role',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 ('payment','paya_bill_history','en','Bill History',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mail_to_global_roles_not_allowed','en','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 email 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); @@ -18144,8 +18180,8 @@ INSERT INTO `lng_data` VALUES ('common','session_max_idle_info','en','Defines th 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_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_config_maintenance_disabled','en','Maintenance by client not allowed',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','session_config_maintenance_enabled','en','Maintenance by client allowed',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','session_config','en','Session Settings',NULL,NULL); @@ -18154,23 +18190,23 @@ INSERT INTO `lng_data` VALUES ('common','db_need_hotfix','en','Hotfix available. INSERT INTO `lng_data` VALUES ('wiki','wiki_wiki_page','en','Wiki Page',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_style','en','Style',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_start_page','en','Start Page',NULL,NULL); -INSERT INTO `lng_data` VALUES ('wiki','wiki_start_page_title','en','Start Page Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_style','en','Style',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_short_title','en','Short Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_start_page_title','en','Start Page Title',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_short_title_desc2','en','This title will be used in links to the wiki. Once chosen you should not change this title, since users may loose their bookmarks.',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','en','Search',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_search_results','en','Search Results',NULL,NULL); -INSERT INTO `lng_data` VALUES ('wiki','wiki_quick_navigation','en','Wiki Quick Navigation',NULL,NULL); -INSERT INTO `lng_data` VALUES ('wiki','wiki_random_page','en','Random Page',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_recent_changes','en','Recent Changes',NULL,NULL); -INSERT INTO `lng_data` VALUES ('wiki','wiki_popular_pages','en','Popular Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_random_page','en','Random Page',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_pages','en','Pages',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_passed','en','Passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_pages','en','Pages',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_page','en','Page',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_page_hits','en','Page Hits',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_page_deletion_confirmation','en','Do you really want to delete this wiki page?',NULL,NULL); @@ -18183,33 +18219,33 @@ INSERT INTO `lng_data` VALUES ('wiki','wiki_notgraded','en','Not Graded',NULL,NU 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_msg_short_name_regexp','en','Short title must not start with a number and must not contain the following characters:',NULL,NULL); -INSERT INTO `lng_data` VALUES ('wiki','wiki_media_list','en','Media List',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_main_page','en','Main Page',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_mark','en','Mark',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_media_list','en','Media List',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_last_changed','en','Last Change',NULL,NULL); -INSERT INTO `lng_data` VALUES ('wiki','wiki_introduction','en','Introduction',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_history','en','History',NULL,NULL); -INSERT INTO `lng_data` VALUES ('wiki','wiki_general_settings','en','General Settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('wiki','wiki_grading','en','Grading',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_edit','en','Edit',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_discussion','en','Discussion',NULL,NULL); -INSERT INTO `lng_data` VALUES ('wiki','wiki_edit','en','Edit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_general_settings','en','General Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_grading','en','Grading',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_history','en','History',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_introduction','en','Introduction',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_created_by','en','Created By',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_discussion','en','Discussion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('wiki','wiki_article','en','Article',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 ('wiki','wiki_article','en','Article',NULL,NULL); -INSERT INTO `lng_data` VALUES ('wiki','wiki_activate_rating','en','Activate Rating For Pages',NULL,NULL); INSERT INTO `lng_data` VALUES ('wiki','wiki_all_pages','en','All Pages',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_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 ('webr','webr_new_link','en','Add New Weblink',NULL,NULL); INSERT INTO `lng_data` VALUES ('webr','webr_sort_manual','en','Sort Manually',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_list_title','en','Title of Weblink List',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_link_title','en','Weblink Name',NULL,NULL); INSERT INTO `lng_data` VALUES ('webr','webr_link_target','en','Weblink Target',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_inactive_success','en','The chosen link is deactivated.',NULL,NULL); @@ -18217,88 +18253,88 @@ INSERT INTO `lng_data` VALUES ('webr','webr_edit_settings','en','Edit Settings', 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_edit_links','en','Edit Weblinks',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 ('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 ('user','usr_public_profile_logged_in','en','Visible for Logged in Users',NULL,NULL); INSERT INTO `lng_data` VALUES ('user','usr_public_profile_logged_in_info','en','Your information is only visible to users logged into the system.',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_global_info','en','Your profile is visible to 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','usr_link_to_profile','en','Link to Profile',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_no_groups','en','No Groups Assigned',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_member_of_course_group','en','Member of Course/Group',NULL,NULL); INSERT INTO `lng_data` VALUES ('user','user_no_courses','en','No Courses Assigned',NULL,NULL); -INSERT INTO `lng_data` VALUES ('user','user_no_groups','en','No Groups Assigned',NULL,NULL); INSERT INTO `lng_data` VALUES ('user','user_limited_access','en','Limited Access',NULL,NULL); -INSERT INTO `lng_data` VALUES ('user','user_activate_public_profile','en','Activation',NULL,NULL); -INSERT INTO `lng_data` VALUES ('user','user_activation','en','Activation',NULL,NULL); -INSERT INTO `lng_data` VALUES ('user','user_all','en','All',NULL,NULL); INSERT INTO `lng_data` VALUES ('user','user_any','en','Any',NULL,NULL); INSERT INTO `lng_data` VALUES ('user','user_field','en','Field',NULL,NULL); INSERT INTO `lng_data` VALUES ('user','user_global_role','en','Global Role',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_access_unlimited','en','Unlimited',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 ('trac','vm_access_of_users','en','Access of Users',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','vm_days_of_period','en','Days of Period',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','vm_times_of_day','en','Times of Days',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','vm_days_of_period','en','Days of Period',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','view_mode','en','View Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','vm_access_of_users','en','Access of Users',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','tracking_time_span_not_valid','en','Please enter a valid number of seconds.',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_visits_info','en','A click counts as new visit only after %s seconds.',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_view_crs','en','Back to Course',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_usr_list','en','Users',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_usr_list','en','Users',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_user_data','en','User Data',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_user_activities','en','User activities',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_time_passed','en','Editing Time Exceeded',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_title_description','en','Title / Description',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_spent_time','en','Spent Time',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_show_hidden','en','Show',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_spent_time','en','Spent Time',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_show','en','Show Learning Progress',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_settings_saved','en','Saved settings.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_show_hidden','en','Show',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_one','en','You made no selection',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_sahs_relevant_items','en','Content Items',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_registered','en','Registered',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_repository_changes','en','Changes in the repository',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_reached_points','en','Achieved Score',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_reached_visits','en','Required Visits',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_query','en','Title/Description',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_reached_points','en','Achieved Score',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_reached_objectives','en','Reached Learning Objectives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_query','en','Title/Description',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_processing_time','en','Assumed Processing Time',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_objects','en','Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_participated','en','Participated',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_occurrences','en','Path:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_objects','en','Users',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_num_visits','en','Number of Visits',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_not_participated','en','Not Participated',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_not_registered','en','Not Registered',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_not_assigned','en','Not Assigned',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_not_attempted','en','Not Attempted',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_modus','en','Mode',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_no_attempted','en','Not Attempted',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_no_content','en','No information about the learning progress available.',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_no_sahs_items_found','en','No objects found.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_mode','en','Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_no_content','en','No information about the learning progress available.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_no_attempted','en','Not Attempted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_modus','en','Mode',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_modifications_saved','en','Saved settings',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); @@ -18333,31 +18369,31 @@ INSERT INTO `lng_data` VALUES ('trac','trac_lp_determination_info_sco','en','Sel 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_lm_statistics','en','Access Statistics',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_learning_progress','en','Learning Progress',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_learning_progress_tbl_header','en','Learning Progress of:',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_last_access','en','Last Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_learning_progress_tbl_header','en','Learning Progress of:',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_inactive_both','en','User Tracking and Learning Progress Deactivated',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_in_progress','en','In Progress',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_hide_selected','en','Hide Selected Items',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_head_timing','en','Edit Until',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_grp_relevant_items','en','Group Materials',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_fold_relevant_items','en','Folder Content',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_filter_repository','en','In the Repository',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_filter_none','en','None',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_filter_repository','en','In the Repository',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_fold_relevant_items','en','Folder Content',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_filter_no_access','en','No objects found',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_filter_limit_reached','en','The number of hits is limited to %s. Please use the filter to reduce the hits.',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_filter_hidden','en','Hidden',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_failed','en','Failed',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_time','en','Processing Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_edit_visits','en','Please define the number of visits that is necessary to complete this object.',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_edited_scos','en','Processed Content',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_editing_time_passed','en','Editing Time Passed',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_edit_visits','en','Please define the number of visits that is necessary to complete this object.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_edit_time','en','Processing Time',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_edit_progress','en','Edit Learning Progress',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_relevant_items','en','Course Materials',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_crs_releavant_items','en','Course Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_crs_relevant_items','en','Course Materials',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_crs_objects','en','Course Participants',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_crs_members','en','Course Participants:',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_crs_items','en','Assignable Course Items',NULL,NULL); @@ -18376,17 +18412,17 @@ INSERT INTO `lng_data` VALUES ('trac','trac_anonymized_info_short','en','(Anonym INSERT INTO `lng_data` VALUES ('trac','trac_added_no_shown_list','en','The selected objects will be hidden.',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_active_ut_only','en','User Tracking Activated',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_active_lp_only','en','Learning Progress Activated',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','trac_active_both','en','User Tracking and Learning Progress Activated',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','trac_activated','en','Tracking Activated',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','trac_active_both','en','User Tracking and Learning Progress Activated',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','total_dwell_time','en','Total Dwell Time',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_with','en','with',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_user','en','User(s)',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_user_selected','en','User selected',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_until','en','until',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_tracked_user','en','Selected Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','stats_summation','en','Summation',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_sessions','en','Sessions',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_start','en','Start',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','stats_summation','en','Summation',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_sessions_statisics','en','Session Statistics',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_session','en','Session',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_session_total_statistic','en','Total-Session-Statistic',NULL,NULL); @@ -18394,18 +18430,18 @@ INSERT INTO `lng_data` VALUES ('trac','stats_session_total_duration','en','Total INSERT INTO `lng_data` VALUES ('trac','stats_session_number','en','Number of Sessions',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_session_most','en','Most Sessions',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_session_longest','en','Longest Session',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','stats_session_involved_usr','en','Number of involved Users',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','stats_session_listing','en','Session Listing',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_session_longest_total_duration_usr','en','Longest Total Duration per User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','stats_session_listing','en','Session Listing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','stats_session_involved_usr','en','Number of involved Users',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_session_evaluable','en','Evaluable Sessions',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_session_evaluable_usr','en','Evaluable User',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_session_evaluable_access','en','Evaluable Session Access',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','stats_pages_statisics','en','Page Statistics',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','stats_pages','en','Pages',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','stats_sec','en','sec',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','stats_sel_lng','en','English',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','stats_session_average_length','en','Average Session Length',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_session_average_page_access','en','Average Access to Pages per Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','stats_session_average_length','en','Average Session Length',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','stats_sel_lng','en','English',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','stats_sec','en','sec',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','stats_pages','en','Pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','stats_pages_statisics','en','Page Statistics',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_page','en','Page',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_page_variance_dwell_time','en','Variance of Dwell Time to Pages',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_page_variance_access','en','Variance of Access to Pages',NULL,NULL); @@ -18423,9 +18459,9 @@ INSERT INTO `lng_data` VALUES ('trac','stats_page_most_access','en','Most Access INSERT INTO `lng_data` VALUES ('trac','stats_page_mode_access','en','Mode of Access to Pages',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_page_median_dwell_time','en','Median of Dwell Time to Pages',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_page_median_access','en','Median of Access to Pages',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','stats_page_lowest_varcoeff','en','Lowest Variation Coefficient',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','stats_page_longest_total_dwell_time','en','Total Dwell Time',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_page_longest_average_dwell_time','en','Average Dwell Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','stats_page_longest_total_dwell_time','en','Total Dwell Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','stats_page_lowest_varcoeff','en','Lowest Variation Coefficient',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_page_listing','en','Page Listing',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_page_least_deviation','en','Least Deviation',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_page_highest_varcoeff','en','Highest Variation Coefficient',NULL,NULL); @@ -18434,32 +18470,32 @@ INSERT INTO `lng_data` VALUES ('trac','stats_page_fewest_access','en','Fewest Ac INSERT INTO `lng_data` VALUES ('trac','stats_page_deviation_dwell_time','en','Deviation of Dwell Time to Pages',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_page_deviation_access','en','Deviation of Access to Pages',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_page_average_dwell_time','en','Average of Dwell Time to Pages',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','stats_of','en','of',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_page_average_access','en','Average of Access to pages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','stats_of','en','of',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_occurrence','en','Occurrence',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_new_selection','en','New Selection',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','stats_navigation','en','Navigation/Observation Model (requires JRE 1.5 or higher)',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_minute','en','m',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','stats_legend','en','Legend',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','stats_navigation','en','Navigation/Observation Model (requires JRE 1.5 or higher)',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_measurable_hits','en','Measurable Hits (Hits within a Session)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','stats_legend','en','Legend',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_last','en','Last',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_interval','en','Interval',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_interval_page_access','en','Interval of Access to Pages',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','stats_interval_dwell_time','en','Interval of Dwell Time',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_hour','en','h',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','stats_interval_dwell_time','en','Interval of Dwell Time',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_hits','en','Hits',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_equivalent','en','is equivalent to',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_duration','en','Duration',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_depth','en','Depth',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','stats_current','en','Currently',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_choice','en','Selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','stats_current','en','Currently',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_chapter','en','Chapter',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_chapter_total_statistic','en','Total-Chapter-Statistic',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_chapter_top','en','Top-Chapter (variance, access, etc.)',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_chapter_stubbiest_total_dwell_time','en','Stubbiest Total Dwell Time',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_chapter_statisics','en','Chapter Statistics',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','stats_chapter_most_pages','en','Most Pages',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_chapter_number','en','Number of Chapters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','stats_chapter_most_pages','en','Most Pages',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_chapter_most_access_depth','en','Most Access with Depth',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_chapter_longest_total_dwell_time_depth','en','Total Dwell Time Depth',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_chapter_listing','en','Chapter Listing',NULL,NULL); @@ -18469,24 +18505,24 @@ INSERT INTO `lng_data` VALUES ('trac','stats_chapter_average_page_number','en',' INSERT INTO `lng_data` VALUES ('trac','stats_all','en','All',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_accesses','en','Accesses',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','stats_access','en','Access',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','select_one','en','Please select one object',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','newUT_settings','en','Learning Module Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','obj_types','en','Object Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','search_area_info','en','Please choose one object.',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','meta_typical_learning_time','en','Typical learning time',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 ('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 ('trac','info_found_objects','en','The user tracking refers to the following objects of the type \'%s\' that were found according to your search terms.',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','info_dwell_time','en','Attention: The total dwell time of an object isn\'t addicted to the given period of time!',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','info_all_objects','en','The following user tracking refers to all objects of the type \'%s\'.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('trac','found_objects','en','Found Objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('trac','found_too_much_objects','en','Thereby more than %s objects totally were found. Therefore refine your search request, please.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('trac','found_objects','en','Found Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('tagging','tagging_tags','en','Tags',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_tag','en','Tag',NULL,NULL); -INSERT INTO `lng_data` VALUES ('tagging','tagging_tags','en','Tags',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_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_resources_for_tag','en','Resources tagged with %s',NULL,NULL); INSERT INTO `lng_data` VALUES ('tagging','tagging_search_users','en','Search Users',NULL,NULL); INSERT INTO `lng_data` VALUES ('tagging','tagging_forbidden_tags','en','Forbidden Tags',NULL,NULL); @@ -18499,76 +18535,76 @@ INSERT INTO `lng_data` VALUES ('survey','wrong_survey_code_used','en','You canno INSERT INTO `lng_data` VALUES ('survey','wrong_categories_selected_for_insert','en','ILIAS could not perform the desired action. Please check exactly one answer as target position!',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','warning_question_in_use','en','Warning! The question you want to edit is in use by the surveys listed below. If you decide to continue and save/apply the question, all answers of the surveys listed below will be deleted. If you want to change the question and use it in another survey, please choose duplicate in the question browser to create a new instance of this question.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','view_phrase','en','View Phrase',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','vertical','en','Vertical',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','view_constraints_introduction','en','You are viewing the preconditions of the following question/question block:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','view_phrase','en','View Phrase',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','values','en','Values',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','vertical','en','Vertical',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','value_nr_entered','en','Number of users that entered that value',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_google_chart_api','en','Use Google Chart API',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_google_chart_api_desc','en','If checked, the charts in the cumulated results details of the survey statistics are drawn using the Google Chart API. Please note that a permanent internet connection is required for the Google Chart API to work.',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','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_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','uploaded_material','en','Uploaded Material',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','title_resume_survey','en','Resume the Survey - Enter Survey Code',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','text_resume_survey','en','You are trying to resume an anonymized survey. To continue the survey with your previously entered values please enter the 5 digit survey code which you received after starting the survey (it was sent with a message to your ILIAS mail folder). Instead of typing your survey code you also can copy it from your inbox and paste it into the text field below.',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','text_question_not_filled_out','en','Please fill out the answer field!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','svy_status_ok','en','The status of the survey is OK. There are no missing elements.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','svy_status_missing_elements','en','The following elements are missing:',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','svy_status_missing','en','There are required elements missing in this survey!',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','svy_size','en','Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_status_missing_elements','en','The following elements are missing:',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','svy_statistical_evaluation','en','Statistical Evaluation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_size','en','Size',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','svy_show_questiontitles','en','Show Question Title',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','svy_select_surveys','en','Please select a survey for duplication',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_select_surveys','en','Please select a survey for duplication',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','svy_select_questionpools','en','Please select a question pool to store the imported questions',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','svy_select_file_for_import','en','You must select a file for import!',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_missing_title','en','You have not entered a survey title! Please go to the metadata section and enter a title.',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','svy_missing_questions','en','You do not have any questions in the survey! Please add at least one question to the survey.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_missing_title','en','You have not entered a survey title! Please go to the metadata section and enter a title.',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','svy_missing_author','en','You have not entered the author\'s name in the survey properties! Please add an authors name.',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','svy_maintenance_information_no_results','en','There are no existing user data sets for the survey. You need at least one user data set to maintain the data.',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','svy_general_properties','en','General Properties',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','svy_file','en','File',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_export_files','en','Export Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','svy_file','en','File',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_create_export_file','en','Create Export File',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_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_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','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','SurveySingleChoiceQuestion','en','Multiple Choice Question (Single Response)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','SurveyTextQuestion','en','Essay',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','SurveyMultipleChoiceQuestion','en','Multiple Choice Question (Multiple Response)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','SurveyMatrixQuestion','en','Matrix Question',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_text_textwidth_desc','en','Enter the width in characters for the text input field',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_start','en','Go To Start Page',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','survey_text_textheight_desc','en','Enter the height in characters for the text input field',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','survey_skip_next','en','Skip >>',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','survey_skip_previous','en','<< Skip',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','survey_skip_start','en','Skip and Go To Start Page',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','survey_start','en','Go To Start Page',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','survey_skip_finish','en','Skip and Finish Survey',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','survey_questions','en','Questions',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','survey_selected_user_data_deleted','en','The survey data of the selected user(s) was deleted successfully',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_skip_finish','en','Skip and Finish Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_skip_next','en','Skip >>',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_skip_previous','en','<< Skip',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','survey_question_optional','en','(Optional)',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_question_editor','en','List View',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','survey_online_warning','en','The survey is online. You cannot edit the survey questions!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','survey_offline_message','en','Can\'t invite users. The survey is offline!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','survey_next','en','Next >>',NULL,NULL); @@ -18579,75 +18615,75 @@ INSERT INTO `lng_data` VALUES ('survey','survey_finish','en','Finish Survey',NUL 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','en','Survey Access Code',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','survey_code_no_codes','en','You have not created any survey access codes yet.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','survey_code_message_sent','en','A survey code which allows you to resume the survey was sent to your INBOX!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','subtype','en','Subtype',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','survey_code_message_sent','en','A survey code which allows you to resume the survey was sent to your INBOX!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','subject_mail_survey_id','en','Your survey code for \"%s\"',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','start_survey','en','Start Survey',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','start_date','en','Start Date',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','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_select_file_for_import','en','You must select a file for import!',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_move_select_none','en','Please check at least one question to select it for moving',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_general_properties','en','General Properties',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','specialusers','en','Special Users',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','selection','en','Selection',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','set_filter','en','Set Filter',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','set_filter','en','Set Filter',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','en','Please select a target position to move the answers and press one of the insert buttons!',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','select_svy_option','en','--- Please select a survey ---',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_svy_option','en','--- Please select a survey ---',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','select_relation','en','Select a Relation',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','select_questionpool_short','en','Question Pool Survey',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_prior_question','en','Select a prior question',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','select_phrase_to_add','en','Please select a phrase to add it to the question!',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','select_option','en','--- Please select an option ---',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','select_prior_question','en','Select a prior question',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','search_users','en','Search Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','select_option','en','--- Please select an option ---',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','search_type_all','en','Search in all Question Types',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','search_roles','en','Found Roles',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','search_term','en','Search Term',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','search_questions','en','Search Questions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','search_roles','en','Found Roles',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','search_invitation','en','Search for users or groups to invite',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','search_field_all','en','Search in all fields',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','search_for','en','Search for',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','search_groups','en','Found Groups',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','save_phrase','en','Save as Phrase',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','scale','en','Scale',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_phrase_categories_not_checked','en','Please check at least two answers to save answers in a new phrase!',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','save_back_to_survey','en','Save and go back to the survey',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','remove_question','en','Remove',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_scale_ge_zero','en','The minimum value for a ratio scale must be greater or equal zero',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','ratio_non_absolute','en','Ratio-Non-Absolute',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','questiontype','en','Question Type',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','questions_inserted','en','Question(s) inserted!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','questionblocks','en','Question Blocks',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','questionblocks_inserted','en','Question Blocks 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','questionblock_icon','en','Questionblock Icon',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','questionblock_has_constraints','en','Routing Rules',NULL,NULL); @@ -18661,169 +18697,169 @@ INSERT INTO `lng_data` VALUES ('survey','question_has_constraints','en','Routing INSERT INTO `lng_data` VALUES ('survey','question_contains_no_categories','en','There are no answers defined for this question',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_questions_deleted','en','Question(s) deleted.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','qpl_questions_pasted','en','Question(s) pasted.',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_pasted','en','Question(s) pasted.',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_past_questions_confirmation','en','Are you sure you want to paste the following question(s) in the question pool?',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_export_select_none','en','Please check at least one question to export 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_delete_select_none','en','Please check at least one question to delete it!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','qpl_delete_rbac_error','en','You have no rights to delete the question(s)!',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','previous_question_rows','en','<< Questions %d - %d of %d',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','percentage_of_offered_answers','en','Percentage of offered answers',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','percentage_of_entered_values','en','Percentage of users that entered this value',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','outro','en','Concluding Remarks',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','on_additional','en','On, and additional',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','on','en','On',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','outro','en','Concluding Remarks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','percentage_of_entered_values','en','Percentage of users that entered this value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','percentage_of_offered_answers','en','Percentage of offered answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','percentage_of_selections','en','Percentage of selections',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','please_select','en','-- please select --',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','preview','en','Preview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','previous_question_rows','en','<< Questions %d - %d of %d',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','obligatory','en','Compulsory',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','off','en','Off',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','offline','en','offline',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','obligatory','en','Compulsory',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','not_used','en','not used yet',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','non_ratio','en','Interval',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','nominal_question_not_checked','en','Please check one of the offered answers!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','on_additional','en','On, and additional',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','no_user_phrases_defined','en','There are no user defined phrases available!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','nominal_question_not_checked','en','Please check one of the offered answers!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','non_ratio','en','Interval',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','not_used','en','not used yet',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','no_user_or_group_selected','en','Please check an option what are you searching for (users and/or groups)!',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_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_search_results','en','There are no search results!',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_questionblocks_available','en','There are no question blocks 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','no_constraints_checked','en','Please select a least one question or question block to edit the routing rules!',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','no_category_selected_for_move','en','Please check at least one answer to move it!',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','no_category_selected_for_deleting','en','Please select a least one answer if you want to delete answers!',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','no_available_constraints','en','There are no routing rules defined!',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','next_question_rows','en','Questions %d - %d of %d >>',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','multiple_choice_subtype_description','en','Choose Multiple Choice (Single Response) if you want the participants to select only one answer and Multiple Choice (Multiple Response) if you want the participants to select one ore more answers.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','next_question_rows','en','Questions %d - %d of %d >>',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','no_available_constraints','en','There are no routing rules defined!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','no_category_selected_for_deleting','en','Please select a least one answer if you want to delete answers!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','no_category_selected_for_move','en','Please check at least one answer to move it!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','no_constraints_checked','en','Please select a least one question or question block to edit the routing rules!',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','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_questionblocks_available','en','There are no question blocks available',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','multiple_choice_single_response','en','Multiple Choice (Single Response)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','multiple_choice_multiple_response','en','Multiple Choice (Multiple Response)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','multiple_choice_subtype_description','en','Choose Multiple Choice (Single Response) if you want the participants to select only one answer and Multiple Choice (Multiple Response) if you want the participants to select one ore more answers.',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','msg_users_disinvited','en','User(s) disinvited',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','multiple_choice_multiple_response','en','Multiple Choice (Multiple Response)',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','msg_deleted_export_files','en','Export file(s) deleted',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','mode_nr_of_selections','en','Nr of Selections',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_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','mode_text','en','Most Selected Value (Text)',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','minimum','en','Minimum Value',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','missing_upper_or_lower_limit','en','Please enter a lower and an upper limit!',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_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_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_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','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_out_of_bounds','en','The value you entered is not between the minimum and maximum value!',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','menubacktosurvey','en','Back to the Survey',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','message_mail_survey_id','en','You have started the anonymized survey "%s". To resume this survey you need the following 5 digit survey code:

%s

Resuming a survey is only possible, if you interrupt the survey before finishing it.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','menuback','en','Back',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','matrix_row_delete_select_none','en','Please check at least one row to delete it!',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_row_separators','en','Row Separators',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','matrix_rows','en','Matrix Rows',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','matrix_standard_answers','en','Column Text',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','matrix_subtype_date','en','Date',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','matrix_subtype_description','en','Please select one of the above subtypes to define the behaviour of the answer fields.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','matrix_subtype_double','en','Floating Point',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','matrix_subtype_integer','en','Integer',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_subtype_sr','en','Option Buttons (Single Response)',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_text','en','Text',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','matrix_subtype_time','en','Time',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','maxchars','en','Maximum Number of Characters',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','maximum','en','Maximum Value',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_subtype_mr','en','Check Boxes (Multiple Response)',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_integer','en','Integer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_standard_answers','en','Column Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_subtype_date','en','Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_subtype_description','en','Please select one of the above subtypes to define the behaviour of the answer fields.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_subtype_double','en','Floating Point',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_row_delete_select_none','en','Please check at least one row to delete it!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','matrix_right_pole','en','Right Pole',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_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_column_settings','en','Matrix Column Settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','matrix_columns_rows','en','Column/Row Editor',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','matrix_columns','en','Matrix Columns',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','matrix_error_no_columns','en','Please fill in at least one column text!',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','matrix_error_no_rows','en','Please fill in at least one row text!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','matrix_left_pole','en','Left Pole',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_error_no_rows','en','Please fill in at least one row text!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_error_no_columns','en','Please fill in at least one column text!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_columns','en','Matrix Columns',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_columns_rows','en','Column/Row Editor',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','matrix_column_separators','en','Column Separators',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_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_column_delete_select_none','en','Please check at least one column to delete it!',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_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','matrix_appearance','en','Appearance',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','materials','en','Materials',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','materials_deleted','en','Material(s) deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','matrix_appearance','en','Appearance',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','material','en','Material',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','materials_deleted','en','Material(s) deleted',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','material_file','en','Material File',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','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','lower_limit','en','Lower Limit',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','legend','en','Legend',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','last_update','en','Last Update',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','layout','en','Layout',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','language_changed','en','Language changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','last_update','en','Last Update',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','label_resume_survey','en','Enter your 5 digit survey code',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','invited_groups','en','Invited Groups',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','invited_users','en','Selected Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','invited_groups','en','Invited Groups',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','introduction_manage_phrases','en','Manage your own phrases which are available for all the ordinal questions you edit/create.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','introduction','en','Introductory Message',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','introduction_manage_phrases','en','Manage your own phrases which are available for all the ordinal questions you edit/create.',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_missing_question','en','Please select at least one question 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_after','en','Insert After',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','insert_before','en','Insert Before',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','info_anonymize_without_code','en','Anonymized Survey without Access Restrictions',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','info_anonymize_registered_user','en','Anonymized Survey',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','info_anonymize_with_code','en','Anonymized Survey with Survey Code Access',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_wrong_file_type','en','Wrong file type!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','import_error_survey_no_properties','en','No survey properties found. Cannot import the survey!',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_survey_no_proper_values','en','The survey properties do not contain proper values!',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','import_error_closing_file','en','Error closing the import file!',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','glossary_term','en','Glossary Term',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','found_users','en','Found Users',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','form_data_modified_press_save','en','The form data has been modified. Press the save button to keep the changes.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','geometric_mean','en','Geometric Mean',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','found_questions','en','Found Questions',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','filter_show_questionpools','en','Show Question Pools',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','filter','en','Filter',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','filter_show_question_types','en','Show Question Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','fill_out_all_required_fields_save_phrase','en','Please fill out all required fields before you save a phrase!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','filter_all_question_types','en','All Question Types',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','filter_all_questionpools','en','All Question Pools',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','fill_out_all_required_fields_save_phrase','en','Please fill out all required fields before you save a phrase!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','filter_show_question_types','en','Show Question Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','filter_show_questionpools','en','Show Question Pools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','filter','en','Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','form_data_modified_press_save','en','The form data has been modified. Press the save button to keep the changes.',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','fill_out_all_required_fields_move_category','en','Please fill out all required fields before you move answers!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','fill_out_all_required_fields_delete_category','en','Please fill out all required fields before you delete answers!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','fill_out_all_required_fields_add_category','en','Please fill out all required fields before you add answers!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','fill_out_all_category_fields','en','Please fill out all answer fields before you add a new one!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','export_data_as','en','Export Data As',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','exp_type_excel','en','Microsoft Excel',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_csv','en','Comma Separated Value (CSV)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','exp_type_excel','en','Microsoft Excel',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','exit','en','Exit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','exp_type_csv','en','Comma Separated Value (CSV)',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','existing_constraints','en','Existing Routing Rules',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','evaluation','en','Statistics',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','evaluation_access','en','Participants\' Access to Results',NULL,NULL); @@ -18835,27 +18871,27 @@ INSERT INTO `lng_data` VALUES ('survey','eval_legend_link','en','Please refer to 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','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 ('survey','error_add_heading','en','Please enter a text for the heading!',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','enter_value','en','Enter a Value',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_value','en','Enter a Value',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','enter_questionblock_title','en','Please enter a Question Block Title!',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','end_date','en','End Date',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','enter_anonymous_id','en','Survey Access Code',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','end_date_reached','en','You cannot start the survey. The end date is reached!',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','edit_constraints_introduction','en','You have selected the following question(s)/question block(s) to edit the routing rules',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','duplicate','en','Duplicate',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','edit_ask_continue','en','Do you want to continue and edit this question?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','duplicate','en','Duplicate',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','duplicate_svy','en','Duplicate Survey',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','dp_standard_numbers','en','Standard Numbers',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_false','en','Standard Beliefs (true-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_behaviour_yes_undecided_no','en','Standard Behavior (yes-undecided-no)',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_beliefs_always_sometimes_never','en','Standard Beliefs (always-sometimes-never)',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_true_false','en','Standard Beliefs (true-false)',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); @@ -18872,36 +18908,36 @@ INSERT INTO `lng_data` VALUES ('survey','dp_standard_attitude_agree_undecided_di INSERT INTO `lng_data` VALUES ('survey','dp_standard_attitude_agree_disagree','en','Standard Attitude (agree-disagree)',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','display_all_available','en','Display all available',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','disinvite','en','Take from Personal Desktop',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','define_questionblock','en','Define Question Block',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','dc_yes','en','yes',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','dc_verygood','en','very good',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','dc_undesired','en','undesired',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','dc_varying','en','varying',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_verygood','en','very good',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_undecided','en','undecided',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','dc_true','en','true',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','dc_stronglyundesired','en','strongly undesired',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_stronglyagree','en','strongly agree',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_should','en','should',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_notacceptable','en','not acceptable',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','dc_no','en','no',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','dc_mustnot','en','must not',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_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_morepositive','en','more positive',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','dc_mostcertainly','en','most certainly',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_morepositive','en','more positive',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','dc_morenegative','en','more negative',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_manytimes','en','many times',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','dc_good','en','good',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','dc_disagree','en','disagree',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','dc_fair','en','fair',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','dc_false','en','false',NULL,NULL); @@ -18911,8 +18947,8 @@ INSERT INTO `lng_data` VALUES ('survey','dc_definitelyfalse','en','definitely fa 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','create_questionpool_before_add_question','en','You must create at least one question pool to store your questions!',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','create_date','en','Created',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','constraints','en','Routing',NULL,NULL); @@ -18924,20 +18960,20 @@ INSERT INTO `lng_data` VALUES ('survey','constraints_first_question_description' 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','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','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','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','codes','en','Access Codes',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','codes_created','en','Code(s) created',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','codes_deleted','en','Code(s) deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','codes_created','en','Code(s) created',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','chart','en','Chart',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','check_category_to_save_phrase','en','You must have a least one answer to save a phrase!',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','category','en','Answer',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','category_delete_select_none','en','Please check at least one answer to delete it!',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','category_delete_confirm','en','Are you sure you want to delete the following answers?',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','categories','en','Answers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','category_delete_confirm','en','Are you sure you want to delete the following 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_save_metaobject','en','You do not possess sufficient permissions to save the meta data!',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); @@ -18950,14 +18986,14 @@ INSERT INTO `lng_data` VALUES ('survey','cannot_export_questionpool','en','You d INSERT INTO `lng_data` VALUES ('survey','cannot_edit_survey','en','You do not possess sufficient permissions to edit the survey!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','cannot_create_survey_codes','en','You do not possess sufficient permissions to create survey access codes!',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','browse_for_questions','en','Add from Pool',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','back','en','Back',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','before','en','before',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','ask_insert_questions','en','Are you sure you want to insert the following question(s) to the survey?',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','ask_insert_questionblocks','en','Are you sure you want to insert the following question block(s) to the survey?',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','arithmetic_mean','en','Arithmetic Mean',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','apply','en','Apply',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','answer','en','Answer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','apply','en','Apply',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','anonymous_with_personalized_survey','en','You must be a registered user to run a personalized survey!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','anonymize_resume_introduction','en','Please enter your survey access code to resume the survey. It was sent to your ILIAS mail inbox when you started the survey.',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','anonymize_registered_user','en','Anonymized Survey Access',NULL,NULL); @@ -18970,11 +19006,11 @@ INSERT INTO `lng_data` VALUES ('survey','adm_search_select_user','en','Please se INSERT INTO `lng_data` VALUES ('survey','adm_removed_users','en','Users removed',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','adm_remove_select_user','en','Please select at least one user for removal!',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','adm_no_users_found','en','No users were found that match the search string.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','add_standard_numbers','en','Add Standard Numbers',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_standard_numbers','en','Add Standard Numbers',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','add_phrase','en','Add Phrase',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','add_material','en','Add Material',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','add_phrase_introduction','en','Please select a Phrase:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('survey','add_material','en','Add Material',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','add_limits_for_standard_numbers','en','Please enter a lower and upper limit for the standard numbers you want to add as answers.',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','add_heading','en','Add Heading',NULL,NULL); INSERT INTO `lng_data` VALUES ('survey','add_category','en','Add Answer',NULL,NULL); @@ -18987,27 +19023,27 @@ INSERT INTO `lng_data` VALUES ('style','sty_width_height','en','Width x Height', INSERT INTO `lng_data` VALUES ('style','sty_white_space','en','White Space',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_vertical','en','Vertical',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_vertical_align','en','Vertical Alignment',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_vaccordion_templates','en','Vert. Accordion Templates',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_icont_class','en','Vert. Accordion Item Content',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_ul','en','Bullet List',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_text_block','en','Text Block',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_table_caption','en','Table Caption',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','sty_type_sco','en','SCO',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_objt','en','SCO Objectives Heading',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_sco','en','SCO',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_objt','en','SCO Objectives Heading',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_desct','en','SCO Description Heading',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_type_sco_desc','en','SCO Description',NULL,NULL); @@ -19030,8 +19066,8 @@ INSERT INTO `lng_data` VALUES ('style','sty_type_page_lnavlink','en','Left Navig INSERT INTO `lng_data` VALUES ('style','sty_type_page_lnav','en','Left Navigation',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_frame','en','Page Frame',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_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_bnav','en','Bottom Navigation',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_type_media','en','Media',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_type_media_cont','en','Media Container',NULL,NULL); @@ -19039,84 +19075,84 @@ INSERT INTO `lng_data` VALUES ('style','sty_type_media_caption','en','Media Capt INSERT INTO `lng_data` VALUES ('style','sty_type_list_u','en','Bulleted List',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_item','en','List Item',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','sty_type_link','en','Link',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_type_heading3','en','Heading 3',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_type_link','en','Link',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_heading1','en','Heading 1',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_ha_icntr','en','Hor. Accordion Item Container',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_flist','en','File List',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_type_flist_head','en','File List Heading',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_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_text','en','Text',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','en','Text',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_text_transform','en','Text Transform',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_text_inline_char','en','Text (Character)',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_indent','en','Text Indentation',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_text_block_char','en','Text (Block)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','sty_text_align','en','Text Alignment',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_templates','en','Templates',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','sty_template_name','en','Name',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_template_name','en','Name',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_tag_hover','en',':hover',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_tag_normal','en','Normal',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','en','Table',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_templates','en','Table Templates',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_template_colored_zebra','en','Colored Zebra',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_table_class','en','Table Style Class',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_table_char','en','Table',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_table_cell_char','en','Table Cell',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','sty_style_class','en','Style Classes',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_standard_style','en','Standard Style',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_special','en','Special',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_source','en','Source',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','sty_set_scope','en','Set Scope',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_section_char','en','Section',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_set_scope','en','Set Scope',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_standard_styles','en','Save Standard 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_save_active_styles','en','Save Active Styles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_row_foot_class','en','Row Footer',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_row_head_class','en','Row Header',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_right','en','Right',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','sty_row_foot_class','en','Row Footer',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_question_char','en','Question',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_preview','en','Preview',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_position','en','Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_opt_saved','en','Options saved',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_overflow','en','Overflow',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_padding','en','Padding',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_ol','en','Numbered List',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','sty_odd_col_class','en','Odd Columns',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_name','en','Name',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_opacity','en','Opacity',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_msg_characteristic_must_only_include','en','The title of style classes may only include the following characters:',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_msg_input_must_be_numeric','en','Input must be numeric.',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_already_exists','en','A style class with this title already exists in this style.',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_move_style','en','Change Style',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_and_padding','en','Margin and Padding',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_margin','en','Margin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_media_char','en','Media',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_style_type','en','List Style Type',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','sty_list_style_position','en','List Style Position',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_list_style_image','en','List Style Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_list_style_position','en','List Style Position',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_line_height','en','Line Height',NULL,NULL); @@ -19126,13 +19162,13 @@ INSERT INTO `lng_data` VALUES ('style','sty_lightness_cell2_text','en','Lightnes 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_cell2_bg','en','Lightness Cell 2 Background',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_letter_spacing','en','Letter Spacing',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_lightness_border','en','Lightness Border',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_left','en','Left',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_individual_style','en','Individual Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_import_stylesheet','en','Import Style',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_image_file','en','Image File',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_images','en','Images',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_hide','en','Hide',NULL,NULL); @@ -19144,54 +19180,54 @@ INSERT INTO `lng_data` VALUES ('style','sty_ha_icont_class','en','Hor. Accordion INSERT INTO `lng_data` VALUES ('style','sty_ha_icntr_class','en','Hor. Accordion Item Container',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_generate_template','en','Generate Template',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_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_weight','en','Font Weight',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_font_style','en','Font Style',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','sty_font_stretch','en','Font Stretch',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_font_stretch','en','Font Stretch',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_float','en','Float',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_font_family','en','Font Family',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_flist_char','en','File List',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','sty_even_row_class','en','Even Rows',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_example','en','Example',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','sty_edit_template','en','Edit Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_even_row_class','en','Even Rows',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_even_col_class','en','Even Columns',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_delete_color','en','Delete Color',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_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_create_pgl','en','Create Page Layout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_delete_color','en','Delete Color',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_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_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_del_template','en','Delete Templates and Classes',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_template_deletion','en','Confirm Template Deletion',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_create_ind_style','en','Create Individual Style',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_pgl','en','Create Page Layout',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_template_deletion','en','Confirm Template Deletion',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_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_commands','en','Commands',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_color','en','Color',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_colors','en','Colors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_commands','en','Commands',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_head_class','en','Column Header',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_caption','en','Caption',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_side','en','Caption Side',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','en','Border',NULL,NULL); -INSERT INTO `lng_data` VALUES ('style','sty_border_width','en','Border Width',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_collapse','en','Border Collapse',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); @@ -19200,50 +19236,50 @@ INSERT INTO `lng_data` VALUES ('style','sty_background_repeat','en','Background 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_all','en','All',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_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_template','en','Add Template',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_characteristic','en','Add Style Class',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_add_color','en','Add Color',NULL,NULL); +INSERT INTO `lng_data` VALUES ('style','sty_add_characteristic','en','Add Style Class',NULL,NULL); INSERT INTO `lng_data` VALUES ('style','sty_acopy','en','Copy',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_rules_tables','en','Active Role Assignment Rules',NULL,NULL); INSERT INTO `lng_data` VALUES ('shib','shib_settings','en','Shibboleth Settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('shib','shib_rule_type','en','Type of Assignment',NULL,NULL); -INSERT INTO `lng_data` VALUES ('shib','shib_role_selection','en','Role Selection',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_condition','en','Condition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_rule_type','en','Type of Assignment',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_by_plugin','en','By Plugin',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_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_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_role_ass_table','en','New Rule for Role Assignments',NULL,NULL); INSERT INTO `lng_data` VALUES ('shib','shib_role_assignment','en','Role Assignments',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_new_rule','en','Add new Rule',NULL,NULL); -INSERT INTO `lng_data` VALUES ('shib','shib_plugin_id','en','Plugin Id',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_remove_deprecated','en','Deassign Deprecated Roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('shib','shib_plugin','en','Assignment by Plugin',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_plugin_id','en','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_value','en','Please enter the attribute value.',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_local_role','en','Local Role',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_deleted_rule','en','Deleted role assignments.',NULL,NULL); INSERT INTO `lng_data` VALUES ('shib','shib_global_role','en','Global 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_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','en','User Attribute',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_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_assignment_type','en','Kind of Assignment',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); @@ -19251,94 +19287,94 @@ INSERT INTO `lng_data` VALUES ('search','search_user','en','Users',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_user_simple','en','Simple User Search',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_user_extended','en','Extended User Search',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_type','en','Type',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_term_combination','en','Combination',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_title_description','en','Title / Description',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_show_result','en','Show',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_select_one','en','Select one folder',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_select_one_select','en','--Select one folder--',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_select_one_result','en','Select at least one search result',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_select_one_folder_select','en','--Select one folder--',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_select_one_action','en','--Select one action--',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_select_folder','en','Please select exactly one folder. It is not possible to rename search results.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_select_one_action','en','--Select one action--',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_select_one_folder_select','en','--Select one folder--',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_select_one_result','en','Select at least one search result',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_select_exactly_one_object','en','You must select exactly one object.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_search_term','en','Search Term',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_search_results','en','Search Results',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_search_no_results_saved','en','There are no search results saved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_search_results','en','Search Results',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_search_term','en','Search Term',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_search_for','en','Search for',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_save_as_select','en','Save as:',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_role_title','en','Role Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_rename_title','en','Rename title',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_results_saved','en','Search results saved',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_results','en','Search Results',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_rename_title','en','Rename title',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_page_prev','en','Previous',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_page','en','Results:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_or','en','or',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_page_next','en','Next',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_page_prev','en','Previous',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_one_action','en','Select one action.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_or','en','or',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_objects_moved','en','Objects moved.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_objects_deleted','en','Object(s) deleted.',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_object_renamed','en','Object renamed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_objects_deleted','en','Object(s) deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_objects_moved','en','Objects moved.',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_search_term','en','You have not selected any search terms',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_no_results_saved','en','No results saved.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_no_search_term','en','You have not selected any search terms',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_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_no_connection_lucene','en','Cannot connect to Lucene server.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_new_folder','en','New folder',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_no_category','en','You have not selected any search categories',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_new_folder','en','New folder',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_my_search_results','en','My search results',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_move_folder_not_allowed','en','Folder cannot be moved.',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_move_to','en','Move to:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_move_folder_not_allowed','en','Folder cannot be moved.',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_meta','en','Metadata',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_lucene','en','Lucene search',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_lucene_port','en','Lucene-Port',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_lucene_readme','en','Setup information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_lucene_port','en','Lucene-Port',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_lucene_info','en','If activated, it is possible to search in PDF, HTML files and HTML-Learning modules',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_lucene_host','en','Lucene-Server',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_lom','en','LOM Metadata',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_lm_content','en','Learning materials (content)',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_lm_meta','en','Learning materials (metadata)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_lm_content','en','Learning materials (content)',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_inactive','en','Include inactive users',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_in_result','en','Search within results',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_hits','en','Found in:',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_in_magazin','en','In the repository',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_hits','en','Found in:',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_group','en','Groups',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_grp_title','en','Group Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_group','en','Groups',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_crs_members','en','Search for Course 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_role_members','en','Search for Role Members',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_delete_sure','en','The object and its content will be deleted permanently',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_delete_sure','en','The object and its content will be deleted permanently',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_dbk_meta','en','Digital Library (metadata)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_crs_title','en','Course Name',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_dbk_content','en','Digital Library (content)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_concatenation','en','Concatenation',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_content','en','Page Content',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_crs_title','en','Course Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_concatenation','en','Concatenation',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_below','en','Beneath:',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_change','en','Change',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_any','en','-- Any --',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_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_and','en','and',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_all_results','en','All results',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_all_words','en','All words (AND)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_all_results','en','All results',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_advanced','en','Advanced Search',NULL,NULL); -INSERT INTO `lng_data` VALUES ('search','search_added_new_folder','en','Added new folder.',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_adv_md','en','Extended Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('search','search_added_new_folder','en','Added new folder.',NULL,NULL); INSERT INTO `lng_data` VALUES ('search','search_active','en','Include active users',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); @@ -19381,8 +19417,8 @@ INSERT INTO `lng_data` VALUES ('search','lucene_err_and_or_not','en','Queries co 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_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_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); @@ -19434,8 +19470,8 @@ INSERT INTO `lng_data` VALUES ('registration','registration_code','en','Code',NU INSERT INTO `lng_data` VALUES ('registration','registration_codes_roles','en','Global Role',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_edit_header','en','Add Codes',NULL,NULL); -INSERT INTO `lng_data` VALUES ('registration','registration_codes_add','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); @@ -19483,8 +19519,8 @@ INSERT INTO `lng_data` VALUES ('registration','reg_confirmation_hash_life_time_e INSERT INTO `lng_data` VALUES ('registration','reg_available_roles','en','Available Roles:',NULL,NULL); INSERT INTO `lng_data` VALUES ('registration','reg_approve','en','Registration with Approval',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_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_add_assignment','en','New Assignment',NULL,NULL); INSERT INTO `lng_data` VALUES ('registration','reg_activation_your_confirmation_link','en','Your confirmation link:',NULL,NULL); INSERT INTO `lng_data` VALUES ('registration','reg_access_limitations','en','Access Limitation',NULL,NULL); @@ -19502,16 +19538,16 @@ INSERT INTO `lng_data` VALUES ('registration','auth_radius_sync_info','en','If e INSERT INTO `lng_data` VALUES ('registration','auth_radius_role_select','en','Role:',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_local_informations','en','Further Information',NULL,NULL); INSERT INTO `lng_data` VALUES ('rcrs','rcrs_general_info','en','General Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rcrs','rcrs_local_informations','en','Further Information',NULL,NULL); INSERT INTO `lng_data` VALUES ('rcrs','rcrs_call','en','Call ECS Course',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','svyf_read','en','User has read access to 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_visible','en','Sessions are visible',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','sess_delete','en','User can move or delete session',NULL,NULL); @@ -19520,8 +19556,8 @@ INSERT INTO `lng_data` VALUES ('rbac','rbac_create_webr','en','Create Weblink',N 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_sahs','en','Create SCORM Learning Module',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_mcst','en','Create Mediacast',NULL,NULL); @@ -19530,8 +19566,8 @@ INSERT INTO `lng_data` VALUES ('rbac','rbac_create_htlm','en','Create HTML Learn 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_file','en','Upload File',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 Reference',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','rbac_create_crs','en','Create Course',NULL,NULL); @@ -19539,10 +19575,10 @@ INSERT INTO `lng_data` VALUES ('rbac','rbac_create_catr','en','Create Category R 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','rcrs_write','en','User can edit settings of ECS Course',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_visible','en','ECS Course is visible',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_read','en','User can use 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_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); @@ -19552,8 +19588,8 @@ INSERT INTO `lng_data` VALUES ('rbac','rbac_role_delete_self','en','Atte 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_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_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); @@ -19567,28 +19603,28 @@ INSERT INTO `lng_data` VALUES ('rbac','perm_class_object','en','Special Operatio INSERT INTO `lng_data` VALUES ('rbac','perm_class_object_desc','en','Object-specific operations.',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','perm_class_general','en','General operations',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','perm_class_general_desc','en','Common operations available for all objects. Hover the cursor over operation to get more information.',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','perm_administrate','en','Administrate',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','perm_class_create_desc','en','Determine which object types may be created under the current object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','perm_class_create','en','Create new Objects',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_write','en','Edit settings of Personal Desktop administration',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','pdts_edit_permission','en','User can change permission settings of Personal Desktop 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_write','en','User can edit settings in Metadata administration',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_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','mcts_visible','en','Mediacast administration is visible',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','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','info_user_view_changed','en','User view changed',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_object','en','Show only local roles defined 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); @@ -19601,27 +19637,27 @@ INSERT INTO `lng_data` VALUES ('rbac','crsr_visible','en','Course reference is v INSERT INTO `lng_data` VALUES ('rbac','crsr_read','en','Read access to Course Reference',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_delete','en','User can move or delete course reference',NULL,NULL); -INSERT INTO `lng_data` VALUES ('rbac','crsr_copy','en','User can copy course reference',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','crs_edit_event','en','Edit Calendar Events',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','crsr_copy','en','User can copy course reference',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 reference',NULL,NULL); -INSERT INTO `lng_data` VALUES ('rbac','catr_read','en','Read access to Category Reference',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','catr_visible','en','Category reference is visible',NULL,NULL); -INSERT INTO `lng_data` VALUES ('rbac','catr_copy','en','User can copy category reference',NULL,NULL); -INSERT INTO `lng_data` VALUES ('rbac','catr_delete','en','User can move or delete category reference',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','cals_visible','en','Calendar Administration is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','catr_read','en','Read access to Category Reference',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','catr_delete','en','User can move or delete category reference',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','catr_copy','en','User can copy category reference',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_average_rating','en','Average Rating',NULL,NULL); -INSERT INTO `lng_data` VALUES ('rating','rating_nr_users','en','%s User(s)',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 ('rating','rating_your_rating','en','Your Rating',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_nr_users','en','%s User(s)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rating','rating_average_rating','en','Average Rating',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:\\n%s\\n\\nThis message has been created automatically by the following ILIAS Server:\\n\\t%s\\n\\nYou (or somebody with IP %s) have requested support for forgotten user names for the e-mail address \'%s\'.\\n\\nPlease check the following and act as suggested::\\n\\n-You have requested this e-mail by accident:\\nDelete this e-mail.\\n\\n-You are sure, that you never requested this e-mail:\\nPlease contact %s.\\n\\n- If you requested this e-mail, please proceed as follows::\\n\\n1. Start your internet browser.\\n\\n2. Enter the following url:\\n\\t%s\\n\\nImportant: 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.\\n\\n3. 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_update_error','en','Please contact your system administrator.\\nThe password could not be assigned to the user account due to an error whe updating the data base.',NULL,NULL); INSERT INTO `lng_data` VALUES ('pwassist','pwassist_session_expired','en','Please fill in this form again.\\nYour 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); @@ -19633,24 +19669,24 @@ INSERT INTO `lng_data` VALUES ('pwassist','pwassist_mail_sent','en','A message h INSERT INTO `lng_data` VALUES ('pwassist','pwassist_mail_body','en','Register a new password for your user account:\\n\\t%1$s\\n\\nThis message has been generated automatically by the ILIAS server\\n\\t%2$s\\n\\nYou (or someone at %3$s) has asked for password assistance for the user account \"%4$s\".\\n\\nPlease check carefully the conditions listed below, and proceed accordingly:\\n\\n- If you have used the password assistance form on the ILIAS server by accident:\\nDelete this mail.\\n\\n- If you are certain, that you never asked for password assistance at this ILIAS server:\\nPlease contact %5$s.\\n\\n- If you asked for password assistance, please proceed as follows:\\n\\n1. Open your browser.\\n\\n2. Enter the following address in your browser:\\n\\t%6$s\\n\\nImportant: 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.\\n\\n3. On the web page shown by your browser, enter a new password for your user account.\\n\\nPlease 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.\\nThe 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_invalid_username_or_email','en','Please correct the text in the entry fields.\\nThe username and e-mail address you have entered do not match an entry in the database.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('pwassist','pwassist_invalid_email','en','Please correct your e-mail address.\\nThe given e-mail address could not be found in the database.',NULL,NULL); INSERT INTO `lng_data` VALUES ('pwassist','pwassist_invalid_auth_mode','en','The user won\'t be authenticated directly at ILIAS. Thus, sending a password is impossible.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pwassist','pwassist_invalid_email','en','Please correct your e-mail address.\\nThe given e-mail address could not be found in the database.',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.\\nILIAS 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.\\nIn 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.\\nILIAS will send an e-mail to that address. The e-mail contains all user names which have registered this e-mail address.\\nChoose 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_security','en','Security',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','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_user_selection','en','Participants Selection',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_size','en','Files Size',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_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_show_crs_access','en','Show last access time of course participants',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); @@ -19658,13 +19694,13 @@ INSERT INTO `lng_data` VALUES ('ps','ps_profile_export','en','Protection of User 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_perform_export','en','Start CSV-Export',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_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_length','en','Maximum 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); @@ -19673,24 +19709,24 @@ INSERT INTO `lng_data` VALUES ('ps','ps_password_change_on_first_login_enabled', 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_new_text_field','en','Add new Text Field',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ps','ps_new_select_field','en','New Selection Box',NULL,NULL); INSERT INTO `lng_data` VALUES ('ps','ps_name_field','en','Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_new_select_field','en','New Selection Box',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 count of wrong login attempts. Leave empty to disable this option.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ps','ps_field_type','en','Field Type',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_tutor','en','Tutors',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ps','ps_export_user_data','en','Data Types',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_field_type','en','Field Type',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_export_sub','en','Subscribers',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_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_tutor','en','Tutors',NULL,NULL); INSERT INTO `lng_data` VALUES ('ps','ps_export_member','en','Members',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_files','en','Export Files',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_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_confirm','en','User Confirmation when Entering 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_course','en','Visibility of User Profile Data in Courses',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); @@ -19703,139 +19739,139 @@ INSERT INTO `lng_data` VALUES ('ps','ps_error_message_invalid_login_max_attempts 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_edit_text_field','en','Edit Text Field',NULL,NULL); INSERT INTO `lng_data` VALUES ('ps','ps_edit_select_field','en','Edit Selection Box',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ps','ps_delete_export_files','en','Deleted export files',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_value','en','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_delete_export_files','en','Deleted export files',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_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_select_one','en','Please select one.',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_no_name_given','en','Please enter a name.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_cdf_required','en','Required Field',NULL,NULL); INSERT INTO `lng_data` VALUES ('ps','ps_cdf_name','en','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','crs_ps_cdf_info','en','Further Course-Specific Data:',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','ps_cdf_deleted','en','Deleted 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_delete_sure','en','Do you really want to delete these user fields ?',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_auto_https','en','Autodetect HTTPS',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ps','ps_btn_add_value','en','New Value',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_auto_https_header_value','en','Header Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_auto_https','en','Autodetect HTTPS',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_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','grp_ps_agreement_req_info','en','Please accept the user agreement for having access to the group content.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ps','ps_agreement_accepted','en','User Agreement Accepted',NULL,NULL); INSERT INTO `lng_data` VALUES ('ps','crs_ps_agreement_req_info','en','Please accept the user agreement for having access to the course content.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ps','ps_agreement_accepted','en','User Agreement Accepted',NULL,NULL); INSERT INTO `lng_data` VALUES ('ps','ps_account_security_mode','en','Password Security',NULL,NULL); INSERT INTO `lng_data` VALUES ('ps','ps_account_security_mode_default','en','Standard Ilias Password Security',NULL,NULL); INSERT INTO `lng_data` VALUES ('ps','ps_account_security_mode_customized','en','Customized Password Security',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_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','pdesk_intro','en','Welcome to your Personal Desktop!',NULL,NULL); INSERT INTO `lng_data` VALUES ('pdesk','pdesk_feedbacks','en','Feedback Request(s)',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_feedback_request','en','Feedback Request',NULL,NULL); INSERT INTO `lng_data` VALUES ('pdesk','bm_num_bookmark_folders','en','Folder(s)',NULL,NULL); INSERT INTO `lng_data` VALUES ('pdesk','bm_num_bookmarks','en','Bookmark(s)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('pdesk','pdesk_feedback_request','en','Feedback Request',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_time_before_removal','en','Maximum Inactivity Time (Minutes)',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_settings','en','Personal Desktop',NULL,NULL); INSERT INTO `lng_data` VALUES ('pd','pd_time_before_removal_info','en','After this time of inactivity, users are removed from the list of ‘Active Users’.',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_osi_host','en','OSI Host',NULL,NULL); -INSERT INTO `lng_data` VALUES ('pd','pd_osi_host_info','en','Instant Messenger Online Status Indicator Host (optional). See:',NULL,NULL); INSERT INTO `lng_data` VALUES ('pd','pd_my_offers','en','Selected Items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_osi_host_info','en','Instant Messenger Online Status Indicator Host (optional). See:',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 ‘My Courses and Groups’',NULL,NULL); -INSERT INTO `lng_data` VALUES ('pd','pd_enable_my_memberships_info','en','‘My 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_global_profiles','en','Enable Public Profiles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_my_memberships_info','en','‘My 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_my_memberships','en','Enable ‘My Courses and Groups’',NULL,NULL); INSERT INTO `lng_data` VALUES ('pd','pd_enable_global_profiles_info','en','If enabled, users can make their profiles visible to the internet.',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 ('pd','pd_enable_active_users','en','Enable Active Users Block',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','vats','en','Vats',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','vat_unit','en','Vat-Unit',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','vat_title','en','Vat-Title',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','vat_rate','en','Vat-Rate',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','user_deleted','en','User Deleted',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','update','en','Update',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','topics','en','Topics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','vat_unit','en','Vat-Unit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','vats','en','Vats',NULL,NULL); +INSERT INTO `lng_data` VALUES ('pd','pd_enable_active_users','en','Enable Active Users Block',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','unlimited_duration','en','Unlimited duration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','update','en','Update',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','user_deleted','en','User Deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','vat_rate','en','Vat-Rate',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','topics_deleted','en','The chosen topics were deleted successfully',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','topics','en','Topics',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','topic','en','Topic',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','topic_saved','en','The topic was saved successfully',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','topic_title','en','Title',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','topic_edited','en','The topic was edited successfully',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','sure_delete_topics','en','Are you sure you want to delete the chosen topics?',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','statistics_filter_advice','en','Please choose your favoured filter settings and press the ‘Update View’ button.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','sort','en','Sort',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','sort_topics_manually','en','Manually',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','sort','en','Sort',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','sort_topics_by','en','Sort Topics by',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','sort_topics_by_title','en','Title',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','sort_topics_by_date','en','Date',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','sort_desc','en','sort descending',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','sort_topics_by_date','en','Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','sort_topics_by_title','en','Title',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','sort_by','en','Sort Objects by',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','sort_asc','en','sort ascending',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','shop_info','en','Shop Information',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','set_filter','en','Set Filter',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','select_one_topic','en','Please select at least one topic.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','search_in_title','en','Search in title',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','reset_filter','en','Reset Filter',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','prices','en','Prices',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','search_in_title','en','Search in title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_vendor','en','Vendor',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','price_a','en','Price',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','price_from','en','from',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_vendor','en','Vendor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','prices','en','Prices',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_vat_rate','en','VAT rate in % (optional)',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_user_already_assigned','en','This user is already assigned to the vendor list',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_updated_paypal_settings','en','Your settings for PayPal were updated.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_updated_pay_method','en','Changed pay method.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_updated_paypal_settings','en','Your settings for PayPal were updated.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_updated_general_settings','en','Your general settings were updated.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_updated_epay_settings','en','Settings for ePay was updated',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_updated_bmf_settings','en','Your settings for BMF were updated.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_sure_delete_selected_vendors','en','Do you really want to delete the selected vendor(s)',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_too_many_vendors_selected','en','Please select only one customer to perform this action.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_sure_delete_selected_vendors','en','Do you really want to delete the selected vendor(s)',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_server_path','en','Path to the Scripts (e.g. /cgi-bin/webscr)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_paypal_settings','en','Settings for PayPal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_server_host','en','Server Host (e.g. https://www.paypal.com)',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_paypal','en','PayPal',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_pdf_path','en','Path for generating bill as PDF file',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_server_host','en','Server Host (e.g. https://www.paypal.com)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_paypal_settings','en','Settings for PayPal',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_pay_methods','en','Pay methods',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_paypal_settings_not_valid','en','Your settings for PayPal aren\'t valid. Please check out whether all fields are filled out correctly.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_online','en','Online',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_page_style','en','Page Style',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_objects_paypal_exist','en','Pay method ‘PayPal’ is activated for some objects. Therefore it can not be deactivated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_online','en','Online',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_offline','en','Offline',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_objects_bill_exist','en','Pay method ‘bill’ is activated for some objects. Therefore it can not be deactivated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_objects_paypal_exist','en','Pay method ‘PayPal’ is activated for some objects. Therefore it can not be deactivated.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_objects_bmf_exist','en','Pay method ‘BMF’ is activated for some objects. Therefore it can not be deactivated.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_number_bookings','en','Active bookings',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_no_vendor_selected','en','No vendor selected',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_number_bookings','en','Active bookings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_objects_bill_exist','en','Pay method ‘bill’ is activated for some objects. Therefore it can not be deactivated.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_no_valid_username_given','en','No valid username given',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_invoice','en','Invoice',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_no_username_given','en','No username given',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_header_select_vendor','en','Vendor selection',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_general','en','General',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_general_settings','en','General settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_general','en','General',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_general_settings_not_valid','en','Your general settings aren\'t valid. Please check out whether all fields are filled out correctly.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_erp','en','ERP',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_erp_updated_settings','en','ERP settings updated and %s set active.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_erp_tst_product','en','This is just a test invoice. In an actual purchase the name of the course or file will be printed here.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_erp_tst_new','en','New Debtor',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_erp_tst_existing','en','Existing Debtor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_erp_tst_new','en','New Debtor',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_erp_tst_billed','en','billed for',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_erp_system','en','ERP System',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_erp_settings','en','ERP Settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_erp_invoice_nowrite','en','Cannot write to directory.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_erp_invoice_preview','en','View test invoice in new window',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_erp_invoice_nowrite','en','Cannot write to directory.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_erp_invoice_delpreview','en','Delete Test Invoice',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_erp_invoice_deleted','en','Test Invoice Deleted',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_erp_invoice_copies','en','Save copies of generated invoices',NULL,NULL); @@ -19844,8 +19880,8 @@ INSERT INTO `lng_data` VALUES ('payment','pays_erp_invoice_attached','en','Your INSERT INTO `lng_data` VALUES ('payment','pays_erp_info','en','Enterprise, Resource and Planning systems setup. Integrates ILIAS with accounting systems.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_erp_error','en','Error interacting with %s!',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_erp_connection_established','en','Connection established with %s successfully.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_erp_bad_settings','en','Please change the settings for %s as they are not valid.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_epay','en','ePay',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_erp_bad_settings','en','Please change the settings for %s as they are not valid.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_epay_settings','en','ePay configuration',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_epay_settings_not_valid','en','The ePay settings could not be saved because they are invalid.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_epay_server_path','en','Server path',NULL,NULL); @@ -19858,29 +19894,29 @@ INSERT INTO `lng_data` VALUES ('payment','pays_epay_auth_token','en','Authentica INSERT INTO `lng_data` VALUES ('payment','pays_epay_auth_token_info','en','You also need to enter this in the ePay backend. The secret prevents users from simulating payments.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_epay_auth_email','en','Email Notification',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_epay_auth_email_info','en','Email where information about processed transactions/payments are sent.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_edit_vendor','en','Edit user',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_email_vendor','en','Mail Address of the Vendor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_edit_vendor','en','Edit user',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_eco_product_number','en','Product Number',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_eco_agreement','en','Agreement Number',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_eco_cur_handle_code','en','Currency Code',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_eco_layout','en','Invoice Layout',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_eco_payment_terms','en','Payment Terms',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_deleted_number_vendors','en','The following number of vendors have been deleted:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_eco_layout','en','Invoice Layout',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_eco_cur_handle_code','en','Currency Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_eco_agreement','en','Agreement Number',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_delete_vendor','en','Deassign user',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_deleted_number_vendors','en','The following number of vendors have been deleted:',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_currency_unit','en','Currency (e.g. EUR)',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_currency_subunit','en','Currency (1/100) (e.g. Cent)',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_cost_center','en','Cost center',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_bmf','en','BMF',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_cost_center_not_valid','en','Please enter a valid cost center.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_bmf','en','BMF',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_bmf_waehrungskennzeichen','en','Currency (e.g. EUR)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_bmf_settings','en','Settings for BMF',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_bmf_timeout','en','Timeout',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_bmf_settings_not_valid','en','Your settings for BMF aren\'t valid. Please check out whether all fields are filled out correctly.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_bmf_settings','en','Settings for BMF',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_bmf_object_id','en','Object Id',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_bmf_settings_not_valid','en','Your settings for BMF aren\'t valid. Please check out whether all fields are filled out correctly.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_bmf_kennzeichen_mahnverfahren','en','Dunning Procedure Id',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_bmf_haushaltsstelle','en','Accounting Entry BMF',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_bmf_client_id','en','Cliend Id',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_bmf_epayment_server','en','ePayment-Server',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_bmf_client_id','en','Cliend Id',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_bmf_client_certificate','en','Path to Client-Certificate',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_bmf_ca_certificate','en','Path to CA-Certificate',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_bill','en','Bill',NULL,NULL); @@ -19888,8 +19924,8 @@ INSERT INTO `lng_data` VALUES ('payment','pays_bmf_bewirtschafter_nr','en','Oper INSERT INTO `lng_data` VALUES ('payment','pays_bank_data','en','Bank data for bill',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_auth_token','en','Unique Token Given by PayPal',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_assigned_vendors','en','The following number of users have been assigned to the vendor list:',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pays_already_assigned_vendors','en','The following number of users were already assigned:',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_address','en','Address for bill',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pays_already_assigned_vendors','en','The following number of users were already assigned:',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_added_vendor','en','Added new vendor',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_add_vendor','en','Add vendor',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pays_add_info','en','Additional information for bill (optional)',NULL,NULL); @@ -19900,12 +19936,12 @@ INSERT INTO `lng_data` VALUES ('payment','payment_vat_input_invalid','en','Pleas INSERT INTO `lng_data` VALUES ('payment','payment_vat_has_to_be_defined_by_administration_short','en','----',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','payment_vat_deleted_successfully','en','VAT was deleted successfully.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','payment_vat_already_created','en','A VAT with this rate is already created.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','payment_vat_administration','en','Administration',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','payment_tax_rates','en','Tax Rates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','payment_vat_administration','en','Administration',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','payment_shop_not_objects_found','en','No objects to buy could be found.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','payment_price_invalid_price','en','Please enter a valid price.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','payment_object_not_buyable_if_not_vat_assigned','en','Until there is no VAT assigned the object cannot be bought in the webshop.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','payment_no_topic','en','No Topic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','payment_object_not_buyable_if_not_vat_assigned','en','Until there is no VAT assigned the object cannot be bought in the webshop.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','payment_no_price_type_selected','en','Please select a type for the price.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','payment_no_price_selected','en','No price selected.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','payment_news','en','Shop News',NULL,NULL); @@ -19914,8 +19950,8 @@ INSERT INTO `lng_data` VALUES ('payment','payment_news_settings','en','Shop News INSERT INTO `lng_data` VALUES ('payment','payment_news_settings_saved','en','The settings have been saved',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','payment_news_no_news_items','en','No news available',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','payment_news_deleted','en','Shop news deleted',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','payment_news_created','en','Shop news added',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','payment_news_delete_sure','en','Are you sure, you want to delete this shop news?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','payment_news_created','en','Shop news added',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','payment_news_archive_period','en','Archive-Period',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','payment_news_archive_period_info','en','Time period to define when news move to archive',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','payment_news_add_news','en','Add Shop News',NULL,NULL); @@ -19934,39 +19970,39 @@ INSERT INTO `lng_data` VALUES ('payment','paya_vat_not_valid','en','This vat is INSERT INTO `lng_data` VALUES ('payment','paya_vat_not_deleted','en','This vat rate is not deleted',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_vat_already_exists','en','This vat rate already exists',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_user_already_assigned','en','User already assigned.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_updated_prices','en','Updated prices',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_updated_trustees','en','Updated permissions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_updated_prices','en','Updated prices',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_updated_price','en','The price was saved.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_updated_booking','en','Updated statistic.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_trustees','en','Trustees',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_update_price','en','Update prices',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_trustees','en','Trustees',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_trustee_table','en','Trustees',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_transaction','en','Transaction',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_sure_delete_vats','en','Are you sure you want to delete vat(s)?',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_sure_delete_vat','en','Are you sure, you want to delete this vat?',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_sure_delete_stat','en','Are you sure, you want to delete this statistic?',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_sure_delete_selected_trustees','en','Are you sure you want to delete the selected trustees?',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_sure_delete_selected_prices','en','Are you sure you want to delete the selected prices?',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_sure_delete_object','en','Are you sure, you want to stop payment for this object? All assigned data will get lost.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_sure_delete_selected_prices','en','Are you sure you want to delete the selected prices?',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_statistic','en','Statistic',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_shopping_cart','en','Shopping Cart',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_sell_object','en','Sell object',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_select_pay_method_first','en','Please select one pay method first.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_select_object_to_sell','en','Please select the object which you want to sell.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_price_not_valid','en','This price is not valid. Please insert only numbers',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_perm_stat','en','Edit statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_price_not_valid','en','This price is not valid. Please insert only numbers',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_perm_obj','en','Edit objects',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_payed_access','en','Payed/Access',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_payed','en','Payed',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_perm_coupons','en','Edit coupons',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_payed','en','Payed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_payed_access','en','Payed/Access',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_pay_method','en','Pay method',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_pay_method_not_specified','en','Not specified',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_order_date','en','Order date',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_object','en','Objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_object_not_purchasable','en','It is not possible to sell this object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_object','en','Objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_not_buyable','en','Not to buy',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_no_vendor_selected','en','You haven‘t selected a vendor.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_not_assign_yourself','en','It is not possible to assign yourself.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_no_vendor_selected','en','You haven‘t selected a vendor.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_no_vats_assigned','en','No vats assigned',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_no_vat_id_given','en','There is no vat-id given',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_no_valid_login','en','This username is not valid.',NULL,NULL); @@ -19981,27 +20017,27 @@ INSERT INTO `lng_data` VALUES ('payment','paya_no_booking_id_given','en','Error: INSERT INTO `lng_data` VALUES ('payment','paya_months','en','Month(s)',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_locator','en','Shop Administration',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_insert_vats','en','Insert Vat-Rate',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_insert_only_numbers','en','Please insert only integers.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_filter_reseted','en','Filter reset.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_header','en','Shop Administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_insert_only_numbers','en','Please insert only integers.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_expires','en','Expire payment',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_filter_reseted','en','Filter reset.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_error_update_booking','en','Error saving statistic data.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_error_no_object_id_given','en','Please choose an object.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_error_mandatory_fields','en','Please fill in all mandatory fields (*).',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_error_adding_customer','en','An error occurred while adding the selling process to the statistics.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_err_adding_object','en','Error adding object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_error_adding_customer','en','An error occurred while adding the selling process to the statistics.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_enter_login','en','Please enter a username.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_enabled','en','Enabled',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_edit_prices','en','Edit Prices',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_disabled','en','Disabled',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_edit_details','en','Edit Details',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_enabled','en','Enabled',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_edit_pay_method','en','Edit Pay Method',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_edit_prices_first','en','Please edit the prices first.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_disabled','en','Disabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_edit_details','en','Edit Details',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_details_updated','en','Details updated.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_deleted_selected_prices','en','Price(s) deleted',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_deleted_object','en','Stopped payment for the selected object.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_delete_trustee_msg','en','Deleted selected trustees.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_deleted_last_price','en','The last price has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_delete_trustee_msg','en','Deleted selected trustees.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_delete_price','en','Delete price',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_customer','en','Customer',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_customer_added_successfully','en','The selling process was added to the statistics successfully.',NULL,NULL); @@ -20030,29 +20066,29 @@ INSERT INTO `lng_data` VALUES ('payment','paya_coupons_import_error_opening_file INSERT INTO `lng_data` VALUES ('payment','paya_coupons_import_codes','en','Import Codes',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_generate_codes','en','Generate Codes',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_from','en','Valid From',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_coupons_fix_selected_objects','en','%s %s discount on the total amount of selected objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_fix','en','fix',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_coupons_fix_selected_objects','en','%s %s discount on the total amount of selected objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_fix_all_objects','en','%s %s discount on the total amount of all objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_edit','en','Edit Coupon',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_edit_objects','en','Edit Objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_edit_codes','en','Edit Codes',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_description','en','Description',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_coupons_coupon','en','Coupon',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_coupons','en','Coupons',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_coupons_coupon','en','Coupon',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_coupon_not_found','en','No coupon found for the code you typed in.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_coupon_added','en','Coupon added.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_codes','en','Codes',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_codes_not_available','en','No codes created yet.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_coupons_code','en','Code',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_codes_import','en','Import Codes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_coupons_code','en','Code',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_code_length','en','Code Length',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_code_generation','en','Code Generation',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_coupons_code_chars','en','Chars',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_code_deleted_successfully','en','Deleted Successfully',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_coupons_code_chars','en','Chars',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_availability','en','Maximum Number of Usage of one Code',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_assigned_objects','en','Assigned Objects',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_coupons_already_in_use','en','The code you typed in belongs to the same coupon as a code which is already in use.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupons_add','en','Add Coupon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_coupons_already_in_use','en','The code you typed in belongs to the same coupon as a code which is already in use.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_coupon_codes_import_successful','en','Import successful.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_count_purchaser','en','Number of purchasers',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_buyed_objects','en','Bought Objects',NULL,NULL); @@ -20061,14 +20097,14 @@ INSERT INTO `lng_data` VALUES ('payment','paya_bookings_available','en','This ob INSERT INTO `lng_data` VALUES ('payment','paya_added_trustee','en','Created new trustee.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_added_new_price','en','Created new price',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_added_new_object','en','Added new object. Please edit the pay method and the prices.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','paya_add_price','en','Add new price',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_add_price_title','en','New price',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','paya_add_price','en','Add new price',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_add_customer','en','Add Selling Process',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_update_view','en','Update view',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','paya_access','en','Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_update_view','en','Update view',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_topics_sort_manually','en','Manually',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_topics_sort_by_title','en','Titles in Alphabetical Order',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_topics_sort_by_date','en','By Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_topics_sort_by_title','en','Titles in Alphabetical Order',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_topics_default_sorting_type','en','Default Sorting Type of Topics',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_topics_default_sorting_direction','en','Default Sorting Direction of Topics',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_topics_allow_custom_sorting','en','Custom Sorting of Topics',NULL,NULL); @@ -20085,8 +20121,8 @@ INSERT INTO `lng_data` VALUES ('payment','pay_send_order','en','Send order',NULL INSERT INTO `lng_data` VALUES ('payment','pay_select_price','en','Please select a price/duration combination.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_select_one_item','en','Please select one item.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_save_sorting','en','Save Sorting',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_personal_settings','en','Personal Settings',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_reset_filter','en','Reset filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_personal_settings','en','Personal Settings',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_paypal_unreachable','en','The connection to the payment server of PayPal failed.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_paypal_success','en','Thanks for your purchase of ILIAS objects using PayPal! You\'ll receive a written confirmation in PDF format by e-mail.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_paypal_failed','en','Your purchase of ILIAS objects using PayPal failed!',NULL,NULL); @@ -20103,18 +20139,18 @@ INSERT INTO `lng_data` VALUES ('payment','pay_payed_credit_card','en','The order INSERT INTO `lng_data` VALUES ('payment','pay_unpayed_bill','en','Please wire the open balance to the given bank account.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_payed_bill','en','Bill already payed',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_order_paid_subject','en','Your invoice',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_order_date_til','en','Order date til',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_order_paid_body','en','Your invoice for %products% is attached this mail. Thank you for your order.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_order_date_til','en','Order date til',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_order_date_from','en','Order date from',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_no_vendors_created','en','No vendors created',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_not_buyed_any_object','en','You have not bought any object.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_no_vendors_created','en','No vendors created',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_message_thanks','en','Thank you for your ILIAS order.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_message_hello','en','Dear',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_message_regards','en','Yours sincerely',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_message_subject','en','Your ILIAS order',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_message_regards','en','Yours sincerely',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_message_hello','en','Dear',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_max_hits','en','Max hits',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_message_attachment','en','As a confirmation for your order we send you a bill (PDF format) as attachment.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_max_hits_info','en','Please enter a number for the maximum number of search results.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_max_hits','en','Max hits',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_manual_sorting_of_topics','en','Manual Sorting of Topics',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_locator','en','Shop',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_item_already_in_sc','en','This object already exists in your shopping cart.',NULL,NULL); @@ -20122,20 +20158,20 @@ INSERT INTO `lng_data` VALUES ('payment','pay_item_already_in_sc_choose_another' INSERT INTO `lng_data` VALUES ('payment','pay_info','en','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.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_info_paypal','en','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.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_info_epay','en','When press ‘pay’ the ePay payment window opens. After you have completed the payment you will return to ILIAS.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_hint_paypal','en','Hint for PayPal',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_hint_epay','en','Tip to ePay',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_hint_paypal','en','Hint for PayPal',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_hide_news','en','Hide news',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_hide_news_info','en','Hides the shop news tab in case you\'re not using the news.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_hide_filtering','en','Hide Filtering',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_hide_filtering_info','en','Hide filtering options from the shopper.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_hide_coupons','en','Hide coupons',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_hide_filtering_info','en','Hide filtering options from the shopper.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_hide_coupons_info','en','Hide coupons for the shopper. In case your shop is not using coupons this simplifies the buying process for your customer.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_hide_advanced_search','en','Hide Advanced Search',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_hide_advanced_search_info','en','For simple shop with a few items hide the advanced search tab.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_header','en','Shop',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_goto_shopping_cart','en','Goto the shopping cart',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_goto_buyed_objects','en','Goto your bought objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_hide_advanced_search_info','en','For simple shop with a few items hide the advanced search tab.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_filter','en','Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_goto_buyed_objects','en','Goto your bought objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_goto_shopping_cart','en','Goto the shopping cart',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_expires_info','en','This object is disposable. The payment has been expired, you can not buy it.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_epay_success','en','The payment has been processed. Please be aware that it can take a few minutes before your purchase is fully registered.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_epay_canceled','en','The payment was canceled.',NULL,NULL); @@ -20144,22 +20180,22 @@ INSERT INTO `lng_data` VALUES ('payment','pay_ending','en','ends with',NULL,NULL INSERT INTO `lng_data` VALUES ('payment','pay_enable_shop','en','Enable Shop',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_enable_shop_info','en','If activated the ILIAS webshop is available and objects can be bought.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_edit_abstract','en','Edit Abstract',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_deleted_items','en','The selected items have been deleted.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_deleted_booking','en','The entry has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_deleted_items','en','The selected items have been deleted.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_customer_no','en','Customer no.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_crs_max_members_exceeded','en','You cannot buy this course because the maximum number of users is already exceeded.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_confirm_order','en','Please confirm your order by entering your password.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_change_price','en','Change price/duration combination',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_click_to_buy','en','Buy now',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_change_price','en','Change price/duration combination',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_your_order','en','Your order',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_vat_included','en','VAT included',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_validity','en','valid until',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_total_amount','en','Total amount',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_bmf_terms_conditions_show','en','show',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_bmf_terms_conditions','en','General terms and conditions',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_thanks','en','Thank you. Your order was submitted.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_bmf_terms_conditions_read','en','I have read the general terms and conditions and accept it.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_bmf_terms_conditions','en','General terms and conditions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_bmf_terms_conditions_show','en','show',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_subtotal_amount','en','Subtotal amount',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_bmf_terms_conditions_read','en','I have read the general terms and conditions and accept it.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_street_or_pobox','en','Please enter street and house number or po box.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_shopping_cart_empty','en','Your shopping card is empty.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_server_error_sysadmin','en','Please contact system administrator for further information.',NULL,NULL); @@ -20171,17 +20207,17 @@ INSERT INTO `lng_data` VALUES ('payment','pay_bmf_personal_data','en','Your pers INSERT INTO `lng_data` VALUES ('payment','pay_bmf_personal_data_not_valid','en','Your personal data isn\'t valid. Please check out whether all fields are filled out correctly.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_payment_type','en','Kind of paying',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_payment_type_not_valid','en','The kind of paying you\'ve chosen isn\'t valid. Please select another option.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_bmf_or','en','or',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_password_not_valid','en','Your password wasn\'t valid.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_bmf_or','en','or',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_optional','en','optional',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_house_number','en','House number',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_bmf_description_payment_type','en','Please select how to pay.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_description_personal_data','en','Please fill out the following form completely.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_bmf_description_payment_type','en','Please select how to pay.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_description_debit_entry','en','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.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_description_credit_card','en','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.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_debit_entry','en','Debit entry (german bank accounts only)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_bmf_debit_entry_data','en','Debit entry',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_debit_entry_not_valid','en','The debit entry data you\'ve entered isn\'t valid. Please check out whether all fields are filled out correctly.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_bmf_debit_entry_data','en','Debit entry',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_credit_card','en','Credit card',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_credit_card_not_valid','en','The credit card data you\'ve entered isn\'t valid. Please check out whether all fields are filled out correctly.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_credit_card_data','en','Credit card',NULL,NULL); @@ -20191,15 +20227,15 @@ INSERT INTO `lng_data` VALUES ('payment','pay_bmf_card_number','en','Card number INSERT INTO `lng_data` VALUES ('payment','pay_bmf_card_holder','en','Card holder',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_bank_code','en','Bank code',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_back','en','back',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_bmf_account_holder','en','Account holder',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bmf_account_number','en','Account number',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_bmf_account_holder','en','Account holder',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_bill_no','en','Invoice no.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_bank_data','en','Bank data',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_all','en','All',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_article','en','Article',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_bank_data','en','Bank data',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_added_to_shopping_cart','en','Added item to shopping cart.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','pay_abstract','en','Abstract',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','pay_add_to_shopping_cart','en','Add to shopping cart',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','pay_abstract','en','Abstract',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','object_deleted','en','Object Deleted',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','no_vendor_selected','en','No vendor selected.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','no_topics_yet','en','No topics created yet',NULL,NULL); @@ -20209,8 +20245,8 @@ INSERT INTO `lng_data` VALUES ('payment','import_use_only_textfile','en','Hint: INSERT INTO `lng_data` VALUES ('payment','filter_by','en','by',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','excel_export','en','Excel export',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','enable_ean','en','Enable EAN',NULL,NULL); -INSERT INTO `lng_data` VALUES ('payment','enable_ean_info','en','This is required for invoicing the public sector in Denmark. Click here to read more about EAN.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','edit_topic','en','Edit Topic',NULL,NULL); +INSERT INTO `lng_data` VALUES ('payment','enable_ean_info','en','This is required for invoicing the public sector in Denmark. Click here to read more about EAN.',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','duration','en','Duration',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','delete_addresses_paypal','en','Delete Paypal addresses',NULL,NULL); INSERT INTO `lng_data` VALUES ('payment','delete_addresses_bmf','en','Delete BMF addresses',NULL,NULL); @@ -20223,8 +20259,8 @@ INSERT INTO `lng_data` VALUES ('payment','advanced_search','en','Advanced Search INSERT INTO `lng_data` VALUES ('notes','notes_show_comments','en','Show Comments',NULL,NULL); INSERT INTO `lng_data` VALUES ('notes','notes_public_comments','en','Public 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_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_note_deleted','en','The note has been deleted.',NULL,NULL); INSERT INTO `lng_data` VALUES ('notes','notes_label','en','Label',NULL,NULL); INSERT INTO `lng_data` VALUES ('notes','notes_hide_comments','en','Hide Comments',NULL,NULL); INSERT INTO `lng_data` VALUES ('notes','notes_edit_note','en','Edit Note',NULL,NULL); @@ -20244,34 +20280,34 @@ INSERT INTO `lng_data` VALUES ('news','priv_feed_disabled','en','Private Newsfee 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_x_files_created','en','%s Files have been added.',NULL,NULL); INSERT INTO `lng_data` VALUES ('news','news_visibility_public','en','Public',NULL,NULL); INSERT INTO `lng_data` VALUES ('news','news_unsubscribe','en','Unsubscribe',NULL,NULL); INSERT INTO `lng_data` VALUES ('news','news_subscribe','en','Subscribe',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_related_to','en','Related To',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_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_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_months','en','Last %s Months',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_x_days','en','Last %s Days',NULL,NULL); INSERT INTO `lng_data` VALUES ('news','news_period_1_week','en','Last Week',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_period_1_month','en','Last Month',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_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_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_nr_of_items','en','Number of Maximum News Items per Object',NULL,NULL); INSERT INTO `lng_data` VALUES ('news','news_notifications','en','Notifications',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_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_items','en','News Item(s)',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); @@ -20321,8 +20357,8 @@ 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_value','en','Value',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_version','en','Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_value','en','Value',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_validator','en','Validator',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_unknown','en','Unknown',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_unix','en','Unix',NULL,NULL); @@ -20332,50 +20368,50 @@ INSERT INTO `lng_data` VALUES ('meta','meta_typical_age_range','en','Typical Age 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_terminator','en','Terminator',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_table','en','Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_taxon_path','en','Taxon Path',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_taxon','en','Taxon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_slide','en','Slide',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_source','en','Source',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_status','en','Status',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_structure','en','Structure',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_size','en','Size',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_requires','en','Requires',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_resource','en','Resource',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_revised','en','Revised',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_rights','en','Rights',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_references','en','References',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_relation','en','Relation',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_reference','en','Reference',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_questionnaire','en','Questionnaire',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_pc_dos','en','PC-DOS',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_none','en','None',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_operating_system','en','Operating System',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_none','en','None',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); @@ -20387,8 +20423,8 @@ INSERT INTO `lng_data` VALUES ('meta','meta_no_classification','en','No metadata 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_networked','en','Networked',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_name','en','Name',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_narrative_text','en','Narrative Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_name','en','Name',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_multi_os','en','Multi-OS',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_ms_windows','en','MS-Windows',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_mixed','en','Mixed',NULL,NULL); @@ -20409,133 +20445,133 @@ INSERT INTO `lng_data` VALUES ('meta','meta_learning_resource_type','en','Learni 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_zu','en','Zulu',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_xh','en','Xhosa',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_zh','en','Chinese',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_za','en','Zhuang',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_yi','en','Yiddish',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_yo','en','Yoruba',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_za','en','Zhuang',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_zh','en','Chinese',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_vi','en','Vietnamese',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_vo','en','Volapuk',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_uz','en','Uzbek',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ur','en','Urdu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ug','en','Uigur',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_uk','en','Ukrainian',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_tt','en','Tatar',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_tw','en','Twi',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_ug','en','Uigur',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_sw','en','Swahili',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_ta','en','Tamil',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_te','en','Telugu',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_tg','en','Tajik',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_th','en','Thai',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_ti','en','Tigrinya',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_sv','en','Swedish',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_st','en','Sesotho',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_su','en','Sundanese',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_sr','en','Serbian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_sv','en','Swedish',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_sw','en','Swahili',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ta','en','Tamil',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_ss','en','Siswati',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_sq','en','Albanian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_sr','en','Serbian',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_sl','en','Slovenian',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_sm','en','Samoan',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_si','en','Singhalese',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_sk','en','Slovak',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_sl','en','Slovenian',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_sa','en','Sanskrit',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_sd','en','Sindhi',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_ru','en','Russian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_sa','en','Sanskrit',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_rw','en','Kinyarwanda',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ru','en','Russian',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_rn','en','Kurundi',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_ro','en','Romanian',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_qu','en','Quechua',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_rm','en','Rhaeto-romance',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_pt','en','Portuguese',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_ps','en','Pashto; Pushto',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_pa','en','Punjabi',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_or','en','Oriya',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_om','en','Afan (oromo)',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_oc','en','Occitan',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_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_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_mt','en','Maltese',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_ms','en','Malay',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_mn','en','Mongolian',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_ml','en','Malayalam',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_mk','en','Macedonian',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_mi','en','Maori',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_mg','en','Malagasy',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_lv','en','Latvian;lettish',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_lt','en','Lithuanian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_lv','en','Latvian;lettish',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_lo','en','Laothian',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_la','en','Latin',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_ku','en','Kurdish',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_ks','en','Kashmiri',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_ks','en','Kashmiri',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_km','en','Cambodian',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_kn','en','Kannada',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_ka','en','Georgian',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_jv','en','Javanese',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_is','en','Icelandic',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_ie','en','Interlingue',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_hi','en','Hindi',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_he','en','Hebrew',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_gu','en','Gujarati',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_gn','en','Guarani',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_gl','en','Galician',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_ga','en','Irish',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_fy','en','Frisian',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_fo','en','Faroese',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_fr','en','French',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_fj','en','Fiji',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_fy','en','Frisian',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_fi','en','Finnish',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_fj','en','Fiji',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_eu','en','Basque',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_eo','en','Esperanto',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_el','en','Greek',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_es','en','Spanish',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_da','en','Danish',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_de','en','German',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_co','en','Corsican',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_l_cs','en','Czech',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_bo','en','Tibetan',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_br','en','Breton',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_l_ca','en','Catalan',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_co','en','Corsican',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_l_cs','en','Czech',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_bh','en','Bihari',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); @@ -20546,39 +20582,39 @@ INSERT INTO `lng_data` VALUES ('meta','meta_l_ar','en','Arabic',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_kind','en','Kind',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_required_by','en','Is Required By',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_referenced_by','en','Is Referenced By',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_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_type','en','Interactivity Type',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_interactivity_level','en','Interactivity Level',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_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_initiator','en','Initiator',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_installation_remarks','en','Installation Remarks',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_instructional_designer','en','Instructional designer(s)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_instructionaldesigner','en','Instructional designer',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_identifier','en','Identifier',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_index','en','Index',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_idea','en','Idea',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_id','en','Id',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_identifier','en','Identifier',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_has_version','en','Has Version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_hierarchical','en','Hierarchical',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_high','en','High',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_higher_education','en','Higher Education',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_id','en','Id',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_graphicaldesigner','en','Graphical designer',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_general','en','General',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_final','en','Final',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); @@ -20588,28 +20624,28 @@ INSERT INTO `lng_data` VALUES ('meta','meta_exam','en','Exam',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_entity','en','Entity',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_educational','en','Educational',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_educationalvalidator','en','Educational validator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_educational_level','en','Educational Level',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_educational_objective','en','Educational Objective',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_education','en','Education',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_educational_level','en','Educational Level',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_duration','en','Duration',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_easy','en','Easy',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_editor','en','Editor',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_draft','en','Draft',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_difficult','en','Difficult',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_difficulty','en','Difficulty',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_diagramm','en','Diagram',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_difficult','en','Difficult',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_creator','en','Creator',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_current_value','en','Current value',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_coverage','en','Coverage',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_copyright','en','Copyright',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_cost','en','Cost',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_coverage','en','Coverage',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_contribute','en','Contribute',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); @@ -20617,76 +20653,76 @@ INSERT INTO `lng_data` VALUES ('meta','meta_classification','en','Classification INSERT INTO `lng_data` VALUES ('meta','meta_choose_section','en','Please choose a section',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_choose_language','en','Please choose a language',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_choose_element','en','Please choose an element you want to add!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_ZZ','en','Other Country',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_ZZ','en','Other Country',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_ZM','en','Zambia',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_ZR','en','Zaire',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_YE','en','Yemen',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_VE','en','Venezuela',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_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_VU','en','Vanuatu',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_US','en','U.S.A',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_UY','en','Uruguay',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_VU','en','Vanuatu',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_VN','en','Viet Nam',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_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_UZ','en','Uzbekistan',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_VC','en','Saint Vincent And The Grenadines',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_UY','en','Uruguay',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_UM','en','U.S. Minor Outlying Islands',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_UG','en','Uganda',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TW','en','Taiwan',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_TZ','en','Tanzania',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_UA','en','Ukraine',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_TV','en','Tuvalu',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_TW','en','Taiwan',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_TN','en','Tunisia',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_TP','en','East Timor',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_TR','en','Turkey',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_TK','en','Tokelau',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_TM','en','Turkmenistan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TN','en','Tunisia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TK','en','Tokelau',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_TH','en','Thailand',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_TJ','en','Tajikistan',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_TG','en','Togo',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_TH','en','Thailand',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_SO','en','Somalia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SV','en','El Salvador',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_SR','en','Suriname',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_SN','en','Senegal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_SO','en','Somalia',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_SM','en','San Marino',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_SK','en','Slovakia',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_SL','en','Siearra Leone',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_SH','en','St. Helena',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_SI','en','Slovenia',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_SH','en','St. Helena',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_SG','en','Singapore',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_SC','en','Seychelles',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_SD','en','Sudan',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_SA','en','Saudi Arabia',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_RU','en','Russian Federation',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_RW','en','Rwanda',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_RE','en','Reunion',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_RU','en','Russian Federation',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_RO','en','Romania',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_RE','en','Reunion',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_QA','en','Qatar',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_PY','en','Paraguay',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_PW','en','Palau',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_PT','en','Portugal',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_PR','en','Puerto Rico',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_PW','en','Palau',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_PN','en','Pitcairn',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_PL','en','Poland',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_PR','en','Puerto Rico',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_PL','en','Poland',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_PK','en','Pakistan',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_PH','en','Philippines',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_PG','en','Papua New Guinea',NULL,NULL); @@ -20697,88 +20733,88 @@ 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_NU','en','Niue',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_NR','en','Nauru',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_NO','en','Norway',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_NP','en','Nepal',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_NI','en','Nicaragua',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_NE','en','Niger',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_NA','en','Namibia',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_MZ','en','Mozambique',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_MY','en','Malaysia',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_MX','en','Mexico',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_MW','en','Malawi',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_MV','en','Maldives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_MW','en','Malawi',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_MO','en','Macau',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_MQ','en','Martinique',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_MM','en','Myanmar',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_MM','en','Myanmar',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_ML','en','Mali',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_MA','en','Morocco',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_MC','en','Monaco',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_MD','en','Moldova',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_LS','en','Lesotho',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_LT','en','Lithunia',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_LR','en','Liberia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_LU','en','Luxembourg',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_LV','en','Latvia',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_LK','en','Sri Lanka',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_LR','en','Liberia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_LS','en','Lesotho',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_LB','en','Lebanon',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_KN','en','Saint Kitts And Nevis',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_KI','en','Kiribati',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_KW','en','Kuwait',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_KM','en','Comoros',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_KH','en','Cambodia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_KI','en','Kiribati',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_KE','en','Kenya',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_KG','en','Kyrgyzstan',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_JO','en','Jordan',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_JP','en','Japan',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_KE','en','Kenya',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_IT','en','Italy',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_IR','en','Iran',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_IL','en','Israel',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_ID','en','Indonesia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_IE','en','Ireland',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_HU','en','Hungary',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_HM','en','Heard And Nc Donald Islands',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_GY','en','Guyana',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_GU','en','Guam',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_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_GS','en','South Georgia And The South Sandwich Islands',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_GQ','en','Equatorial Guinea',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_GI','en','Gibraltar',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); @@ -20786,8 +20822,8 @@ INSERT INTO `lng_data` VALUES ('meta','meta_c_GB','en','United Kingdom',NULL,NUL 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_FM','en','Micronesia',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_FJ','en','Fiji',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_FI','en','Finland',NULL,NULL); @@ -20798,68 +20834,68 @@ INSERT INTO `lng_data` VALUES ('meta','meta_c_EH','en','Western Sahara',NULL,NUL 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_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_DK','en','Denmark',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_DO','en','Dominican Republic',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_DM','en','Dominica',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_DK','en','Denmark',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_CZ','en','Czech Republic',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_CY','en','Cyprus',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_CX','en','Christmas Island',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_CU','en','Cuba',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CY','en','Cyprus',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_CV','en','Cape Verde',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CU','en','Cuba',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_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_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_CI','en','Ivory Coast',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_CH','en','Switzerland',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_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_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_BY','en','Belarus',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_BW','en','Botswana',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_BM','en','Bermuda',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BT','en','Bhutan',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BS','en','Bahamas',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BR','en','Brazil',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BO','en','Bolivia',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_BN','en','Brunei Darussalam',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BM','en','Bermuda',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_BJ','en','Benin',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_BG','en','Bulgaria',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_BF','en','Burkina Faso',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','meta_c_BH','en','Bahrain',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_BD','en','Bangladesh',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_BB','en','Barbados',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_AZ','en','Azerbaijan',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_AW','en','Aruba',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_AS','en','American Samoa',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_AT','en','Austria',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_AR','en','Argentina',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_AS','en','American Samoa',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_AQ','en','Antarctica',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_AO','en','Angola',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_AN','en','Netherlands Antilles',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_c_AM','en','Armenia',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_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_AE','en','United Arab Emirates',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_c_AD','en','Andorra',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_browser','en','Browser',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','meta_author','en','Author',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','meta_annotation','en','Annotation',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','md_used','en','Usage',NULL,NULL); @@ -20870,8 +20906,8 @@ INSERT INTO `lng_data` VALUES ('meta','md_record_list_table','en','Custom Metada 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_fields','en','Fields',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_delete_cp_sure','en','Do you really want to delete the following entries ?',NULL,NULL); @@ -20886,18 +20922,18 @@ INSERT INTO `lng_data` VALUES ('meta','md_copyright_enabled','en','Enable Copyri 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_edit','en','Edit Copyright Presetting',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','md_copyright_add','en','Add Copyright Presetting',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','md_adv_substitution','en','Text',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','md_advanced','en','Custom Metadata',NULL,NULL); +INSERT INTO `lng_data` VALUES ('meta','md_adv_substitution','en','Text',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_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_select_one_file','en','Please choose one file.',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','md_adv_searchable','en','Searchable',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_records_exported','en','A new export file has been created.',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','md_adv_record_list','en','Datasets',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','md_adv_placeholders','en','Placeholders',NULL,NULL); -INSERT INTO `lng_data` VALUES ('meta','md_adv_placeholder_for','en','Placeholder for:',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_placeholder_for','en','Placeholder for:',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); @@ -20905,9 +20941,9 @@ INSERT INTO `lng_data` VALUES ('meta','md_adv_field_table','en','Edit Fields',NU INSERT INTO `lng_data` VALUES ('meta','md_adv_field_names','en','Field Names',NULL,NULL); INSERT INTO `lng_data` VALUES ('meta','md_adv_field_fields','en','Fields',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_deleted_records','en','Deleted Data Set',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_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); @@ -20924,33 +20960,33 @@ INSERT INTO `lng_data` VALUES ('mep','mep_unknown','en','Unknown',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_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_parent_folder','en','Parent Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_page_properties','en','Page Properties',NULL,NULL); INSERT INTO `lng_data` VALUES ('mep','mep_page_created','en','Content snippet created.',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_folder','en','Folder',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_format','en','Format',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mep','mep_folder','en','Folder',NULL,NULL); INSERT INTO `lng_data` VALUES ('mep','mep_folder_content','en','Folder Content',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_height','en','Default Height',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_create','en','Create a new media pool',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_copy_to_mep','en','Copy to Media Pool',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_all','en','All',NULL,NULL); INSERT INTO `lng_data` VALUES ('mep','mep_clone','en','Clone an existing media pool',NULL,NULL); INSERT INTO `lng_data` VALUES ('mep','mep_all_mobs','en','All Media Objects',NULL,NULL); -INSERT INTO `lng_data` VALUES ('mep','mep_all','en','All',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_visibility_info','en','Public items can be accessed via RSS without any authentication.',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); @@ -20974,8 +21010,8 @@ INSERT INTO `lng_data` VALUES ('mcst','mcst_last_submission','en','Last Submissi 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_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_global_settings','en','Global Settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('mcst','mcst_entry','en','Mediacast Entries',NULL,NULL); INSERT INTO `lng_data` VALUES ('mcst','mcst_file_extension_settings','en','File Extensions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_entry','en','Mediacast Entries',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); @@ -20987,34 +21023,34 @@ INSERT INTO `lng_data` VALUES ('mcst','mcst_download_standard','en','Download',N 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_automatic_detection','en','Automatic Detection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mcst','mcst_clear_purpose_title','en','Delete',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_audioportable_title','en','Additional Audio File for Portable Devices',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 ('mcst','mcst_audioportable_settings_info','en','Comma separated list of file suffixes',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_map_type','en','Typ',NULL,NULL); -INSERT INTO `lng_data` VALUES ('maps','maps_std_location','en','Default Location',NULL,NULL); -INSERT INTO `lng_data` VALUES ('maps','maps_zoom_level','en','Zoom Level',NULL,NULL); -INSERT INTO `lng_data` VALUES ('maps','maps_google_maps','en','Google Maps',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_public_profile_info','en','Show location in your profile.',NULL,NULL); INSERT INTO `lng_data` VALUES ('maps','maps_lookup_address','en','Lookup Address',NULL,NULL); -INSERT INTO `lng_data` VALUES ('maps','maps_latitude','en','Latitude',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_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_use_custom_server','en','Use custom server',NULL,NULL); INSERT INTO `lng_data` VALUES ('maps','maps_enable_maps','en','Enable Maps',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 ('maps','maps_use_custom_server','en','Use custom server',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','send_mail_to','en','Mail to',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','search_recipients','en','Search Recipients',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','search_cc_recipient','en','Search CC Recipient',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','search_bc_recipient','en','Search BCC Recipient',NULL,NULL); @@ -21030,8 +21066,8 @@ INSERT INTO `lng_data` VALUES ('mail','mail_subject_prefix_info','en','Enter a t 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_send_with_system_address','en','Send With System Address',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_select_only_one_entry','en','Please select only one entry.',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_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); @@ -21044,25 +21080,25 @@ INSERT INTO `lng_data` VALUES ('mail','mail_salutation_female','en','Output for INSERT INTO `lng_data` VALUES ('mail','mail_salutation_f','en','Hello',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_s_unread','en','Unread Mail(s)',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_recipient_not_valid','en','The recipient is not valid',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_s_unread','en','Unread Mail(s)',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_received_x_new_mails','en','You received %s new mails.',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_options_saved','en','Options saved',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_options_of','en','Options',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','No Valid Mailing List',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','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 ('mail','mail_no_valid_mailing_list','en','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_no_attachments_found','en','No attachments found',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_no_attach_allowed','en','System messages are not allowed to contain attachments',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_new_file','en','Add new file:',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_new_entry','en','New Entry',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_salutation','en','Salutation',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','Salutation',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); @@ -21077,8 +21113,8 @@ INSERT INTO `lng_data` VALUES ('mail','mail_multiple_recipients_found','en','Ent 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_message_send','en','Message sent',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_members_added_addressbook','en','Members added to Contacts',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_maxsize_attachment_error','en','The upload limit is:',NULL,NULL); @@ -21092,26 +21128,26 @@ INSERT INTO `lng_data` VALUES ('mail','mail_list_members','en','List members',NU 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_into_addressbook','en','Add to Contacts',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_intern','en','Internal',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_insert_query','en','Please insert a query',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_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_group_members','en','Group Members',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_in_addressbook','en','Already in Contacts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_group_members','en','Group Members',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_global_options','en','Global options',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_options','en','Folder Options',NULL,NULL); -INSERT INTO `lng_data` VALUES ('mail','mail_folder_name','en','Folder name',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_name','en','Folder name',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_edit','en','Edit Folder',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_file_size','en','File Size',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_external_sender_noreply','en','no-reply Address',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_entry_of_contacts','en','Entry of Contacts',NULL,NULL); @@ -21135,8 +21171,8 @@ INSERT INTO `lng_data` VALUES ('mail','mail_check_your_email_addr','en','Your e- INSERT INTO `lng_data` VALUES ('mail','mail_change_to_folder','en','Switch to folder:',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_cc_search','en','CC search',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_cc_not_valid','en','The CC recipient is not valid',NULL,NULL); -INSERT INTO `lng_data` VALUES ('mail','mail_bc_search','en','BCC search',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_byte','en','Byte',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_bc_search','en','BCC search',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_bc_not_valid','en','The BCC recipient is not valid',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_attachments','en','Attachments',NULL,NULL); @@ -21148,18 +21184,20 @@ INSERT INTO `lng_data` VALUES ('mail','mail_add_subject','en','Please enter a su INSERT INTO `lng_data` VALUES ('mail','mail_add_subfolder','en','Add Sub-folder',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_add_recipient','en','Please enter a recipient',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','mail_account_mail','en','Account Mail',NULL,NULL); -INSERT INTO `lng_data` VALUES ('mail','mail_account_mail_check','en','Send Account Mail',NULL,NULL); -INSERT INTO `lng_data` VALUES ('mail','linebreak','en','Line break',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_send_html','en','HTML Frame for External Emails',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_send_html_info','en','If enabled, the body of external emails 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','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','mail_account_mail_check','en','Send Account Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','goto_invitation_chat','en','Open Chat Room',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','info_mail_external_sender_noreply','en','Please enter the e-mail that shall be used as sender\'s address for automatically created system messages and notifications send by e-mail. : Use only a real existing address to avoid the rejection of such mails by spam filters and mail servers,',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_permission','en','The following users don\'t have access to the selected 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','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','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','chat_select_room','en','Select Chat Room',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','back_to_folder','en','Back to Folder',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','bc','en','BCC',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','also_as_email','en','Also as E-Mail',NULL,NULL); INSERT INTO `lng_data` VALUES ('mail','advice_mail_body_secured','en','Because of security reasons ILIAS removed some elements of your message. Please check the secured message and send the mail again.',NULL,NULL); @@ -21173,8 +21211,8 @@ INSERT INTO `lng_data` VALUES ('license','potential_accesses','en','Potential ac INSERT INTO `lng_data` VALUES ('license','potential_accesses_explanation','en','Every user with read access who hasn\'t accessed so far counts as a potential access.',NULL,NULL); INSERT INTO `lng_data` VALUES ('license','license_warning','en','License warning',NULL,NULL); INSERT INTO `lng_data` VALUES ('license','license_warning_info','en','Up to this number of remaining licenses for a course object a warning is presented when a user enters the course.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('license','license_counter','en','License counter',NULL,NULL); INSERT INTO `lng_data` VALUES ('license','license_updated','en','The license data was updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('license','license_counter','en','License counter',NULL,NULL); INSERT INTO `lng_data` VALUES ('license','license_counter_info','en','Allows counting used licenses of purchased SCORM and HTML learning modules',NULL,NULL); INSERT INTO `lng_data` VALUES ('license','existing_licenses','en','Existing licenses',NULL,NULL); INSERT INTO `lng_data` VALUES ('license','edit_license','en','Edit license',NULL,NULL); @@ -21191,31 +21229,31 @@ INSERT INTO `lng_data` VALUES ('ldap','ldap_user_attribute','en','Attribute for INSERT INTO `lng_data` VALUES ('ldap','ldap_update_roles','en','Role Assignments',NULL,NULL); INSERT INTO `lng_data` VALUES ('ldap','ldap_update_field_info','en','Update automatically',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_sync_cron','en','Per Cron-Job',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ldap','ldap_sync_login','en','On Login',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_security_settings','en','Security Settings',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_info','en','Please choose a name for this LDAP server configuration.',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_bind_dn','en','User DN',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ldap','ldap_server_bind_pass','en','Password',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_one','en','One',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_scope_base','en','Base',NULL,NULL); INSERT INTO `lng_data` VALUES ('ldap','ldap_rule_type','en','Type of Assignment',NULL,NULL); INSERT INTO `lng_data` VALUES ('ldap','ldap_rule_condition','en','Condition',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_not_exists','en','A role with that name does not exist',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); @@ -21227,10 +21265,10 @@ INSERT INTO `lng_data` VALUES ('ldap','ldap_role_by_plugin','en','By Plugin',NUL 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_at_value','en','Attribute Value',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_bind_pass','en','Password',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); @@ -21247,8 +21285,8 @@ INSERT INTO `lng_data` VALUES ('ldap','ldap_missing_role_assignment','en','Pleas 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_table','en','Assignment of LDAP Attributes to ILIAS User Profile',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_mapping_info_type','en','Show Information also in the Repository/Personal Desktop',NULL,NULL); INSERT INTO `lng_data` VALUES ('ldap','ldap_local_role','en','Local Role',NULL,NULL); INSERT INTO `lng_data` VALUES ('ldap','ldap_info_text','en','Information Text',NULL,NULL); @@ -21261,8 +21299,8 @@ INSERT INTO `lng_data` VALUES ('ldap','ldap_group_search_base','en','Group Searc 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_name','en','Group Name',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); @@ -21292,41 +21330,41 @@ INSERT INTO `lng_data` VALUES ('ldap','ldap_bind_user','en','Bind as User:',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_role_ass_rule','en','New Rule for Role Assignments',NULL,NULL); INSERT INTO `lng_data` VALUES ('ldap','ldap_add_missing','en','Assign Missing Roles',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_limiter_info','en','Select the inline delimiters as they are configured in your MathJax installation.',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. http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML or a URL to your local installation.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('mathjax','mathjax_enable_mathjax','en','Enable MathJax',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','tt_date_format','en','%a, %b %e',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','today','en','Today',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','time','en','Time',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','select_date','en','Select date',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_su','en','Su',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_th','en','Th',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_mo','en','Mo',NULL,NULL); INSERT INTO `lng_data` VALUES ('jscalendar','s_11','en','Nov',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_12','en','Dec',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_05','en','May',NULL,NULL); INSERT INTO `lng_data` VALUES ('jscalendar','s_02','en','Feb',NULL,NULL); +INSERT INTO `lng_data` VALUES ('jscalendar','s_03','en','Mar',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); @@ -21346,8 +21384,8 @@ INSERT INTO `lng_data` VALUES ('jscalendar','l_11','en','November',NULL,NULL); INSERT INTO `lng_data` VALUES ('jscalendar','l_10','en','October',NULL,NULL); INSERT INTO `lng_data` VALUES ('jscalendar','l_09','en','September',NULL,NULL); INSERT INTO `lng_data` VALUES ('jscalendar','l_08','en','August',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_06','en','June',NULL,NULL); INSERT INTO `lng_data` VALUES ('jscalendar','l_05','en','May',NULL,NULL); INSERT INTO `lng_data` VALUES ('jscalendar','l_04','en','April',NULL,NULL); INSERT INTO `lng_data` VALUES ('jscalendar','l_03','en','March',NULL,NULL); @@ -21373,8 +21411,8 @@ INSERT INTO `lng_data` VALUES ('grp','grp_waiting_list_info','en','If enabled an INSERT INTO `lng_data` VALUES ('grp','grp_users_removed_from_list','en','The selected users have been removed from the 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_users_added','en','Added user to the 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_update_subscr_request','en','Update Membership Request',NULL,NULL); INSERT INTO `lng_data` VALUES ('grp','grp_type_changed_info','en','Changing the group type will reset all permission settings.',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); @@ -21387,124 +21425,124 @@ INSERT INTO `lng_data` VALUES ('grp','grp_reg_subject','en','Message',NULL,NULL) INSERT INTO `lng_data` VALUES ('grp','grp_reg_start','en','Registration Start:',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_period','en','Self-Registration Period',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 be assigned 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_limit_time','en','Enabled',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_reg_limit_num','en','Maximum Number of Users',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_reg_limit_num_info','en','Limited Registration Period',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_reg_end','en','Registration End:',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','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_open','en','Open Group',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_open_info','en','Non-members can see this group and join it directly..',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_title','en','Please enter a group title.',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_missing_grp_type','en','Please choose a group type.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_min_one_admin','en','There has to be at least one administrator assigned to this group.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_members','en','Members',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_missing_password','en','Please enter a group password.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_missing_title','en','Please enter a group title.',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_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_notification','en','Notification',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_notify_on','en','Notification about new registrations enabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_open_info','en','Non-members can see this group and join it directly..',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_open','en','Open Group',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_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_public','en','Public Group',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_reg_direct_info_screen','en','You can join this group directly.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_direct_info','en','Direct registration.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_direct','en','Direct Registration',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_disabled','en','No Registration Possible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_end','en','Registration End:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_limit_num_info','en','Limited Registration Period',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_limit_num','en','Maximum Number of Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_reg_limit_time','en','Enabled',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_max_members_info','en','Define the maximum number of users that can be assigned to this 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_mail_wl_sub','en','Your registration for group \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_map_location','en','Group Map Location',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_map_settings','en','Map Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_members_map','en','Group Members Map',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_members','en','Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_min_one_admin','en','There has to be at least one administrator assigned to this group.',NULL,NULL); INSERT INTO `lng_data` VALUES ('grp','grp_mail_wl_bod','en','you have been assigned to the waiting list of group \"%s\".\\nYou are assigned to position %s on the list.\\n\\nYou 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.\\nWe 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_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_dec_sub','en','Registration refused for group \"%s\"',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_icon_settings','en','Icon Settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_info_settings','en','Group 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_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_notification_unsub_sub','en','User left group \"%s\"',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_bod2','en','There might be other members on a waiting list of your group.\\nYou should check for the waiting list now.\\nTo 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_information','en','Important Information',NULL,NULL); INSERT INTO `lng_data` VALUES ('grp','grp_join_request','en','Send',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 ('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_mail_admission_new_sub','en','Your registration for 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_dismiss_sub','en','Membership terminated in 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_notification_reg_req_bod','en','%s has requested membership for 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_sub','en','Request to join 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_unsub_bod','en','%s has cancelled his/her membership for the 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.\\nYou should check for the waiting list now.\\nTo view the members of your group, click here:',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_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_status_bod','en','your status in group \"%s\" has been changed.',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_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_sub_acc_sub','en','Registration confirmed for \"%s\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','grp_info_settings','en','Group 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_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 ('grp','grp_deleted_export_files','en','Deleted export files.',NULL,NULL); INSERT INTO `lng_data` VALUES ('grp','grp_closed','en','Closed Group',NULL,NULL); INSERT INTO `lng_data` VALUES ('grp','grp_delete_member','en','Delete',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_deleted_export_files','en','Deleted export files.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_edit_members','en','Edit Participants',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_enable_map','en','Enable Group Map',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_general_informations','en','General Information',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_header_waiting_list','en','Waiting List',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_change_type','en','Change Group Type',NULL,NULL); INSERT INTO `lng_data` VALUES ('grp','grp_closed_info','en','Group is not visible for non-members.',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_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','grp_accept_subscriber','en','Admission to group \"%s\"',NULL,NULL); INSERT INTO `lng_data` VALUES ('grp','grp_accept_subscriber_body','en','You have been admitted to group \"%1$s\".\\n\\n%2$s',NULL,NULL); INSERT INTO `lng_data` VALUES ('grp','grouping_change_assignment','en','Change Assignment',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','crs_grp_table_assigned_courses','en','Assigned Groups',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_enter_title','en','Please fill out all required fields.',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_grp_added_grouping','en','Added new 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_grp_assign_crs','en','Assignment of Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('grp','crs_grp_enter_title','en','Please fill out all required fields.',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_table_assigned_courses','en','Assigned 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 ('forum','topics_please_select_one_action','en','Please select an action.',NULL,NULL); INSERT INTO `lng_data` VALUES ('grp','crs_add_grouping','en','Add Membership Limitation',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','topic_close','en','Closed',NULL,NULL); -INSERT INTO `lng_data` VALUES ('forum','thread','en','Thread',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','threads_moved_successfully','en','The chosen threads were moved to another forum successfully.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','thread','en','Thread',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','sticky','en','Sticky',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','reopen_topics','en','Reopen',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','no_forum_selected','en','No forum selected for moving the chosen threads',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_wizard_page','en','Copy Forum (Step 2/2)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('forum','is_read','en','Mark as Read',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','new_post','en','New Post',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','make_topics_sticky','en','Make Threads Sticky',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','move_chosen_topics','en','Move Chosen Threads',NULL,NULL); -INSERT INTO `lng_data` VALUES ('forum','new_post','en','New Post',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','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','en','Statistics',NULL,NULL); -INSERT INTO `lng_data` VALUES ('forum','frm_statistics_enabled','en','Enable Statistics',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_enabled','en','Enable 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_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_moderators_select_one','en','Please choose one user.',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','frm_moderators','en','Moderators',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_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); @@ -21512,19 +21550,19 @@ INSERT INTO `lng_data` VALUES ('forum','frm_moderator_role_added_successfully',' INSERT INTO `lng_data` VALUES ('forum','frm_moderator_m','en','Moderator',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','frm_moderator_f','en','Moderator',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','frm_detach_moderator_role','en','Detach Moderator Role',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','en','Forums',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.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('forum','frm_anonymous_posting','en','Posting with pseudonym',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','frm_default_view','en','Default View',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.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums','en','Forums',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_your_reply','en','Your Reply',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_thread','en','Thread',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_marked','en','The thread has been marked as read.',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_create_date','en','Created on',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_print_thread','en','Print Thread',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); @@ -21534,23 +21572,23 @@ INSERT INTO `lng_data` VALUES ('forum','forums_post_modified','en','Posting has INSERT INTO `lng_data` VALUES ('forum','forums_post_deleted','en','Posting has been deleted',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','forums_post_and_children_were_activated','en','The posting and all its child postings were activated.',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','forums_notification','en','Notification',NULL,NULL); -INSERT INTO `lng_data` VALUES ('forum','forums_notification_subject','en','New posting in forum',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_notification_subject','en','New posting in forum',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_enabled','en','Notification enabled',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 yet or the moderator deactivated the first post.',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_edit_post','en','Edit 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_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_edit_post','en','Edit Article',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','forums_download_attachment','en','Download file',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_delete_file','en','Delete attachment',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','forums_created_by','en','Created by',NULL,NULL); +INSERT INTO `lng_data` VALUES ('forum','forums_delete_file','en','Delete attachment',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','forums_count','en','Number of Forums',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','forums_count_thr','en','Number of Threads',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','forums_count_art','en','Number of Articles',NULL,NULL); @@ -21558,12 +21596,12 @@ INSERT INTO `lng_data` VALUES ('forum','forums_censor_comment','en','Comment of INSERT INTO `lng_data` VALUES ('forum','forums_attachments','en','Attachments',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','forums_attachments_add','en','Add attachment',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','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','forum_add_quote','en','Add Quotation',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_post_txt','en','Would you really like to approve the current posting?',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','activate_new_posts','en','Approve Postings',NULL,NULL); INSERT INTO `lng_data` VALUES ('forum','activate_current_and_childs','en','Activate All Postings',NULL,NULL); INSERT INTO `lng_data` VALUES ('form','form_seconds','en','Seconds',NULL,NULL); @@ -21575,23 +21613,23 @@ INSERT INTO `lng_data` VALUES ('form','form_msg_wrong_date_format','en','Wrong d 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_file_virus_found','en','Virus found in uploaded file.',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_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_upload_stopped_ext','en','File upload stopped by extension.',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_virus_found','en','Virus found in uploaded file.',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_msg_file_cannot_write_to_disk','en','Cannot write to disk.',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_minutes','en','Minutes',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_add_elements','en','Click on placeholders to add new elements.',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); @@ -21601,9 +21639,9 @@ INSERT INTO `lng_data` VALUES ('file','file_new_version_info','en','Create new f INSERT INTO `lng_data` VALUES ('feed','feed_settings','en','External Web Feeds Settings',NULL,NULL); INSERT INTO `lng_data` VALUES ('feed','feed_proxy','en','Proxy Host',NULL,NULL); INSERT INTO `lng_data` VALUES ('feed','feed_proxy_port','en','Proxy Port',NULL,NULL); +INSERT INTO `lng_data` VALUES ('feed','feed_proxy_port_info','en','Proxy port for socket connection',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_proxy_info','en','Proxy host for socket connection',NULL,NULL); -INSERT INTO `lng_data` VALUES ('feed','feed_proxy_port_info','en','Proxy port for socket connection',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); @@ -21611,26 +21649,26 @@ INSERT INTO `lng_data` VALUES ('feed','feed_no_js_click_here','en','If feed is n INSERT INTO `lng_data` VALUES ('feed','feed_loading_feed','en','Loading Feed...',NULL,NULL); INSERT INTO `lng_data` VALUES ('feed','feed_feed_items','en','Feed Item(s)',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_title','en','Title',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_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, e.g. http://www.ilias.de/rss.php',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_last_export','en','Last Export',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_export_date','en','Export Date',NULL,NULL); INSERT INTO `lng_data` VALUES ('export','export_create','en','Create',NULL,NULL); -INSERT INTO `lng_data` VALUES ('exp','exp_xml','en','XML',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_select_max_one_item','en','Please select one item only. This action cannot be executed for multiple objects at the same time.',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_html','en','HTML',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exp','exp_select_max_one_item','en','Please select one item only. This action cannot be executed for multiple objects at the same time.',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); @@ -21642,9 +21680,9 @@ INSERT INTO `lng_data` VALUES ('exercise','exc_grading','en','Grading',NULL,NULL INSERT INTO `lng_data` VALUES ('exercise','exc_feedback_from_tutor','en','Feedback from Tutor',NULL,NULL); INSERT INTO `lng_data` VALUES ('exercise','exc_failed','en','Failed',NULL,NULL); INSERT INTO `lng_data` VALUES ('exercise','exc_crs_add_members','en','Add Users of Current Course',NULL,NULL); -INSERT INTO `lng_data` VALUES ('exercise','exc_comment','en','Comment',NULL,NULL); -INSERT INTO `lng_data` VALUES ('exercise','exc_comment_for_learner','en','Comment for Learner',NULL,NULL); INSERT INTO `lng_data` VALUES ('exc','exc_total_exc','en','Total Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exercise','exc_comment_for_learner','en','Comment for Learner',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exercise','exc_comment','en','Comment',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); @@ -21655,16 +21693,16 @@ INSERT INTO `lng_data` VALUES ('exc','exc_send_assignment','en','Send Assignment 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_public_submission','en','Public Submissions',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_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_participant_view','en','Participant View',NULL,NULL); -INSERT INTO `lng_data` VALUES ('exc','exc_participant','en','Participant',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); @@ -21673,22 +21711,22 @@ INSERT INTO `lng_data` VALUES ('exc','exc_msg_sure_to_deassign_participant','en' 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_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_missed_minimum_number','en','You did not pass the minimum number of assignments.',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_failed_mandatory','en','You failed in at least one mandatory assignment.',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_manage','en','Manage',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_mandatory','en','Mandatory',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_grades','en','Grades Overview',NULL,NULL); -INSERT INTO `lng_data` VALUES ('exc','exc_hand_in','en','Hand In',NULL,NULL); INSERT INTO `lng_data` VALUES ('exc','exc_list_submission','en','List All Submissions',NULL,NULL); -INSERT INTO `lng_data` VALUES ('exc','exc_fb_files','en','Feedback Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_hand_in','en','Hand In',NULL,NULL); INSERT INTO `lng_data` VALUES ('exc','exc_grades_overview','en','Grades View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_grades','en','Grades Overview',NULL,NULL); +INSERT INTO `lng_data` VALUES ('exc','exc_fb_files','en','Feedback 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); @@ -21697,11 +21735,11 @@ INSERT INTO `lng_data` VALUES ('exc','exc_edit_assignment','en','Edit Assignment 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_assignments_deleted','en','The assignments have been deleted.',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_participant','en','Add Participant',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); @@ -21714,35 +21752,35 @@ 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_read_remote_links','en','Update ECS Courses',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_published_for','en','Published for:',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_publish_for','en','Release for:',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_publish_as','en','Publish as:',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_released_content','en','Released E-Content',NULL,NULL); INSERT INTO `lng_data` VALUES ('ecs','ecs_protocol','en','Protocol',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_publish_as','en','Publish as:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_publish_for','en','Release for:',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_new_user_subject','en','New ECS User Account',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_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_notifications','en','Notifications',NULL,NULL); INSERT INTO `lng_data` VALUES ('ecs','ecs_participants_infos','en','Further Information',NULL,NULL); INSERT INTO `lng_data` VALUES ('ecs','ecs_participants','en','Participants',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_notifications','en','Notifications',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_no_value','en','Not available',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_subject','en','New ECS User Account',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_user_profile','en','User profile data:',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_meta_data','en','Meta Data',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_new_category_mapping','en','New Assignment of Course Links to Categories',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_meta_data','en','Meta Data',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 Advanced Meta Data',NULL,NULL); INSERT INTO `lng_data` VALUES ('ecs','ecs_local_settings','en','Local Settings',NULL,NULL); INSERT INTO `lng_data` VALUES ('ecs','ecs_key_password','en','Key Password',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_imported_content','en','Imported E-Content',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','en','Import ID',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); @@ -21753,77 +21791,77 @@ 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_semester_hours','en','Semester Periods per Week',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_field_room','en','Room',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_lecturer','en','Lecturer(s)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_field_end','en','End',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_field_day','en','Day',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_field_cycle','en','Cycle',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_room','en','Room',NULL,NULL); INSERT INTO `lng_data` VALUES ('ecs','ecs_field_credits','en','Credits',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_field_courseID','en','Course ID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_cycle','en','Cycle',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_lecturer','en','Lecturer(s)',NULL,NULL); INSERT INTO `lng_data` VALUES ('ecs','ecs_field_courseType','en','Course Type',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_field_begin','en','Begin',NULL,NULL); INSERT INTO `lng_data` VALUES ('ecs','ecs_export','en','Course Releases',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_begin','en','Begin',NULL,NULL); +INSERT INTO `lng_data` VALUES ('ecs','ecs_field_courseID','en','Course ID',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_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_invalid_dates','en','The starting must be earlier than the finish time.',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_missing_value','en','Please check your input: Attribute values.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_edit_category_mapping','en','Edit Assignment',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_email','en','E-Mail',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_cert_key','en','Certificate Key',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_client_cert','en','Client Certificate',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_communities','en','Participants',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_connection_settings','en','Connection Settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_dns','en','Domainname',NULL,NULL); -INSERT INTO `lng_data` VALUES ('ecs','ecs_duration','en','Duration',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_fixed','en','Fixed Values',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_values','en','Attribute Value',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_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_ca_cert','en','CA Certificate',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_active','en','Enable ECS Functionality',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 ('delic','delic_add_to_delicious','en','Add to Delicious',NULL,NULL); -INSERT INTO `lng_data` VALUES ('delic','delic_extt_delicious','en','Delicious',NULL,NULL); -INSERT INTO `lng_data` VALUES ('delic','delic_settings','en','Delicious Settings',NULL,NULL); INSERT INTO `lng_data` VALUES ('delic','delic_user_profile','en','Enable Delicious Account Setting in User Profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('delic','delic_settings','en','Delicious Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('delic','delic_extt_delicious','en','Delicious',NULL,NULL); +INSERT INTO `lng_data` VALUES ('delic','delic_add_to_delicious','en','Add to Delicious',NULL,NULL); INSERT INTO `lng_data` VALUES ('delic','delic_add_info_links','en','Add Delicious Links on Info Screens',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','yui_cal_choose_month','en','Month:',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','yui_cal_choose_year','en','Year:',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_long','en','Week View',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','week','en','Week',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','wk_short','en','WK',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','year','en','Year',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','yui_cal_choose_month','en','Month:',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','viewlist','en','View',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','View','en','View:',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','today','en','Today',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','timeslice','en','Time:',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','Th_short','en','Th',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','timedate','en','Time / Date',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); @@ -21833,11 +21871,11 @@ INSERT INTO `lng_data` VALUES ('dateplaner','singleDate','en','Single Event',NUL INSERT INTO `lng_data` VALUES ('dateplaner','shorttext','en','Short Text',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','short_11','en','Nov',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','short_12','en','Dec',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','short_09','en','Sep',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','short_10','en','Oct',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','short_09','en','Sep',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','short_08','en','Aug',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','short_06','en','Jun',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','short_07','en','Jul',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','short_06','en','Jun',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','short_05','en','May',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','short_04','en','Apr',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','short_03','en','Mar',NULL,NULL); @@ -21848,32 +21886,32 @@ 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','rotation','en','Recurrence',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','rotation_dates','en','Recurrence events',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','r_year','en','Every year',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','readimportfile','en','Insert',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','r_year','en','Every year',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','r_week','en','Every week',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','r_nonrecurring','en','Once',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','r_month','en','Every month',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','r_halfyear','en','Every half year',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','r_14','en','Every 14 days',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','r_4_weeks','en','Every 4 weeks',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','r_day','en','Every day',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','r_4_weeks','en','Every 4 weeks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','r_14','en','Every 14 days',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','pyear','en','Next Year',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','pweek','en','Next Week',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','properties','en','Properties',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','printlist','en','Print',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','properties','en','Properties',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','pmonth','en','Next Month',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','open_day','en','Day View',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','of','en','of',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','open_day','en','Day View',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','no_entry','en','No events available',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','o_day_date','en','24-hour event',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','newDates','en','New Events',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','newKeyword','en','New:',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','new_doc','en','Create new event',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','myeahr','en','Last Year',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','new_doc','en','Create new event',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','newDates','en','New Events',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','mweek','en','Last Week',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','Month_long','en','Month View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','month','en','Month',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','more','en','More',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','mmonth','en','Last Month',NULL,NULL); @@ -21885,11 +21923,11 @@ INSERT INTO `lng_data` VALUES ('dateplaner','long_10','en','October',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','long_09','en','September',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','long_08','en','August',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','long_07','en','July',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','long_05','en','May',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','long_06','en','June',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','long_05','en','May',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','long_04','en','April',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','long_02','en','February',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','long_03','en','March',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','long_02','en','February',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','long_01','en','January',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','Listbox_long','en','List of Events',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','last_change','en','Last changed',NULL,NULL); @@ -21898,8 +21936,8 @@ INSERT INTO `lng_data` VALUES ('dateplaner','keywords','en','Keywords',NULL,NULL INSERT INTO `lng_data` VALUES ('dateplaner','keyword','en','Keyword',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','keep','en','Keep',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','k_alldates','en','All Events',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','inbox','en','Inbox',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','insertImportDates','en','These events were successfully registered:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','inbox','en','Inbox',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','importDates','en','Import of Outlook Events',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); @@ -21920,18 +21958,18 @@ INSERT INTO `lng_data` VALUES ('dateplaner','help_properties_time_l','en','The s INSERT INTO `lng_data` VALUES ('dateplaner','help_properties_new','en','Add a keyword, max. 20 characters',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','help_properties_new_l','en','Add a new keyword to the field ‘new’. Important: max. 20 characters.',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','help_properties_import','en','Import of Outlook CSV files',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','help_properties_del','en','Deletes the keyword',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','help_properties_import_l','en','Here a CSC file can be selected, which contains Outlook-Events. These events will be imported into the calendar.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','help_properties_alt','en','Changes the keyword',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','help_properties_del','en','Deletes the keyword',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','help_properties_del_l','en','Choose a keyword from the dialog box. Click the button to delete the keyword.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','help_properties_alt','en','Changes the keyword',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','help_properties_alt_l','en','Choose a keyword from the dialog box.
Change the keyword in the text field. Important: max. 20 characters.',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','help_month','en','Calendar month view',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','help_month_l','en','In the month view all events of a given month are displayed.',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','help_list','en','Calendar event list',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','help_list_l','en','In the event list, all events of a given period of time are displayed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','help_month_l','en','In the month view all events of a given month are displayed.',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','help_keywordUse','en','Keyword selection',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','help_keywordUse_l','en','Choose one or more keywords from the dialog box.
TIP: use the CTRL key for selecting several entries.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','help_list_l','en','In the event list, all events of a given period of time are displayed.',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','help_keyword','en','Keyword selection',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','help_keywordUse_l','en','Choose one or more keywords from the dialog box.
TIP: use the CTRL key for selecting several entries.',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','help_keyword_l','en','Contains the keywords which a user can associate to dates.',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','help_inbox','en','Calendar Inbox',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','help_inbox_l','en','Here all new, changed, and deleted group events are displayed.',NULL,NULL); @@ -21946,16 +21984,16 @@ INSERT INTO `lng_data` VALUES ('dateplaner','help_endtime_l','en','Contains the INSERT INTO `lng_data` VALUES ('dateplaner','help_endrotation','en','Finish time syntax [dd/mm/yyyy]',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','help_endrotation_l','en','At this day the repetition will end.
The symbol opens a small calendar for choosing the appropriate date',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','help_enddate','en','End date - syntax [dd/mm/yyyy]',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','help_enddate_l','en','Contains the finish time of the event.
The symbol opens a small calendar for choosing the appropriate date.',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','help_day','en','Calendar Day View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','help_enddate_l','en','Contains the finish time of the event.
The symbol opens a small calendar for choosing the appropriate date.',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','help_day_l','en','In the day view all events of a chosen day are displayed.',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','freetime','en','Free Time in group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','grp_cal_reg_end','en','Registration End',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','free','en','Free',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','Fr_short','en','Fr',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','freetime','en','Free Time in group',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','Fr_long','en','Friday',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','Fr_short','en','Fr',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','extra_dates','en','One Day Events',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','execute','en','Execute choices',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','ERROR_TS','en','Incorrect date format',NULL,NULL); @@ -21965,18 +22003,18 @@ INSERT INTO `lng_data` VALUES ('dateplaner','ERROR_SHORTTEXT','en','Wrong short INSERT INTO `lng_data` VALUES ('dateplaner','ERROR_ROTATIONEND','en','Wrong recurring end date input. Format: dd/mm/yyyy',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','ERROR_ROT_END_START','en','Wrong recurring end date input. Recurring end date is before start date.',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','error_minical_img','en','Cannot create GD-picture-stream',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','ERROR_FILE_CSV_MSG','en','Please take a valid CSV file.',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','ERROR_JAVASCRIPT','en','
your browser doesn\'t accept JavaScript.
Please close this Window after insert manually.
Thank you
',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','ERROR_ENDDATE','en','Wrong end date input. Format: dd/mm/yyyy',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','ERROR_ENDTIME','en','Wrong finish time. Format: hh:mm',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','ERROR_FILE_CSV_MSG','en','Please take a valid CSV file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','ERROR_ENDDATE','en','Wrong end date input. Format: dd/mm/yyyy',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','ERROR_END_START','en','Wrong end date input. End date is before start date.',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','ERROR_DEL_MSG','en','This is a recurring event. Would you like to delete one event or the series',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','ERROR_DB','en','Database write error!',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','ERROR_DB_CONNECT','en','The database is disconnected.',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','ERROR_DATE_EXISTS','en','This event already exists.',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','endtime_for_view','en','Finish time for view:',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','dv_whole_rotation','en','Would you like to delete the entire recurring series? (click the checkbox)',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','dv_whole_day','en','Whole day:',NULL,NULL); @@ -21989,29 +22027,29 @@ INSERT INTO `lng_data` VALUES ('dateplaner','dv_rotation_date','en','Recurrence INSERT INTO `lng_data` VALUES ('dateplaner','dv_preview','en','! Preview !',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','dv_noKey','en','no Keyword',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','dv_noGroup','en','no Group',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','dv_message','en','Message:',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','dv_keywordselect','en','Keyword select:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','dv_message','en','Message:',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','dv_keywords','en','Keywords:',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','dv_groupview','en','Group event:',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','dv_groupview_text','en','Group:
',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','dv_Grouptime','en','Free time',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','dv_groupselect','en','Group select:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','dv_date_end','en','End Date:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','dv_date_hm','en','Hour:Minute',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','dv_enddate','en','End date:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','dv_groupselect','en','Group select:',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','dv_button_update','en','Update',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','dv_date_begin','en','Start Date:',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','dv_date_end','en','End Date:',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','dv_date_hm','en','Hour:Minute',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','dv_button_insert','en','Insert',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','dv_button_delete','en','Delete',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','dv_button_cancel','en','Cancel',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','discard','en','Discard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','dv_button_cancel','en','Cancel',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','dv_button_delete','en','Delete',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','dv_button_insert','en','Insert',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','del_one','en','Delete one event',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','deletedDates','en','Deleted Events',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','DateText','en','Message',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','Day_long','en','Day View',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','del_all','en','Delete all events',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','date','en','Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','Day_long','en','Day View',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','date_format','en','m/d/Y H:i',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','date','en','Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','DateText','en','Message',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','date_format_middle','en','m/d/y',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','crs_cal_reg_start','en','Registration Start',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','crs_cal_reg_end','en','Registration End',NULL,NULL); @@ -22024,9 +22062,9 @@ INSERT INTO `lng_data` VALUES ('dateplaner','changedDates','en','Changed Events' 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_weekday','en','Weekday',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_weekly','en','Weekly',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','cal_what','en','Title',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_selection','en','Select Week',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','cal_week_s','en','Week(s)',NULL,NULL); @@ -22036,32 +22074,32 @@ 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_export_timezone','en','Timezone for Calendar Export',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_user_timezone','en','ILIAS-Timezone',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','cal_unshare_cal','en','Stop Sharing',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_type_usr','en','Personal Calendar',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_unshared_selected_usr','en','Stopped sharing the calendar with the selected users.',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','cal_type_personal','en','Private 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_system','en','Public Calendar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_type_usr','en','Personal 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_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_timezone_info','en','Please choose the nearest city in your timezone.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_type_crs','en','Course Calendar',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_timezone_info','en','Please choose the nearest city in your timezone.',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','cal_third','en','Third',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_table_categories','en','Calendar Selection',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','cal_task_completion','en','Task Completion',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_sync_enabled','en','Enabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','cal_table_categories','en','Calendar Selection',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','cal_sync_header','en','Synchronisation Settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_sync_cache','en','Calendar Cache',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_header','en','Calendar Address',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); @@ -22078,27 +22116,27 @@ INSERT INTO `lng_data` VALUES ('dateplaner','cal_share_cal_editable','en','Share 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_server_tz','en','Server Timezone',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_search','en','Search Term',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_on_the','en','On the:',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_on','en','On:',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_new_ms','en','New Milestone',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_no_ending','en','No End Date',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_no_recurrence','en','No Recurrence',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_recurrences','en','No Recurrences',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_last','en','Last',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','cal_month_overview','en','Month Overview',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_last','en','Last',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','cal_in','en','in',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); @@ -22152,8 +22190,8 @@ INSERT INTO `lng_data` VALUES ('dateplaner','cal_cal_type','en','Calendar Type', 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_cache_enabled','en','Enabled',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_appointments','en','Appointment(s)',NULL,NULL); @@ -22171,29 +22209,29 @@ INSERT INTO `lng_data` VALUES ('dateplaner','application','en','Calendar',NULL,N INSERT INTO `lng_data` VALUES ('dateplaner','app_week','en','Week View',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','app_properties','en','Properties',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','app_month','en','Month View',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','app_list','en','List of Events',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','app_inbox','en','Inbox',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','app_freetime','en','Free time of other group members (catch a time)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','app_list','en','List of Events',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','app_day','en','Day View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','app_freetime','en','Free time of other group members (catch a time)',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','app_date','en','Create Event',NULL,NULL); -INSERT INTO `lng_data` VALUES ('dateplaner','app_','en','Inbox',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','add_data','en','Additional Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('dateplaner','app_','en','Inbox',NULL,NULL); INSERT INTO `lng_data` VALUES ('dateplaner','add_appointment','en','Add Appointment',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','tutor_title','en','Title',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_title','en','Title',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','tutor_name','en','Name',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','tutor_lastname','en','Last name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','tutor_email','en','E-Mail',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','tutor_firstname','en','First name',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','timings','en','Timings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','tutor_email','en','E-Mail',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_timings_off','en','Switch Timings Administration Off',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','timings_of','en','Timings Off',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','timings_edit','en','Edit Timings',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','timing_user_accepted','en','Timings Accepted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','timings_edit','en','Edit Timings',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); @@ -22206,40 +22244,40 @@ INSERT INTO `lng_data` VALUES ('crs','sess_print_attendance_list','en','Print Li INSERT INTO `lng_data` VALUES ('crs','sess_num_prev','en','Number of Past Sessions',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','sess_num_next','en','Number of Following Sessions',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','sess_limit','en','Limit Number of Sessions',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','sess_limit_info','en','Choose this option for limiting the number of visible 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_limit_info','en','Choose this option for limiting the number of visible sessions.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','sess_gen_signature','en','Generate Column for Signatures',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','sess_gen_mark_title','en','Generate Column for Notes',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','sess_gen_comment','en','Generate Column for Comments',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','sess_gen_attendance_list','en','Generate List',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','sess_date_time','en','Session Appointment',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','sess_attendance_list','en','Attendance List',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','save_status','en','Save Status',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','sess_attendance_list','en','Attendance List',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','max_members_not_numeric','en','Please check the maximum number of users.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','import_crs','en','Import Course',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','learners_view','en','Learners view',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','import_crs','en','Import Course',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','grouping_change_assignment','en','Change Assignment',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','events','en','Sessions',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','export_members','en','Export Participants',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','events','en','Sessions',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','events_deleted','en','Session deleted',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','events_clone_title','en','Duplicate Session',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event','en','Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','events_clone_title','en','Duplicate Session',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_updated','en','Saved Settings',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','Information About the Lecturer',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','event_time','en','Time',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_title','en','Title',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','event_tbl_participated','en','Attended',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_time','en','Time',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_tbl_registered','en','Registered',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_tbl_participated','en','Attended',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_tbl_participants','en','List of Participants',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','event_table_update','en','Edit Session',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_start_date','en','Start',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_select_one','en','-- Please select one session --',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_section_information','en','Session Information',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','event_registration','en','Registration',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_save_participants','en','Save Participance',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_registration','en','Registration',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_registration_participance','en','Registration',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_registration_info','en','Allow users to register to the session.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_registered','en','You have been registered to this session.',NULL,NULL); @@ -22249,90 +22287,90 @@ INSERT INTO `lng_data` VALUES ('crs','event_participated','en','Participated',NU INSERT INTO `lng_data` VALUES ('crs','event_overview','en','Participation in Sessions',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_not_participated','en','Not Participated',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_materials','en','Session Materials',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','event_location','en','Location',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_lecturer','en','Name',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','event_inc_tutors','en','Show Tutors',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_location','en','Location',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_inc_members','en','Show Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_inc_tutors','en','Show Tutors',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_inc_admins','en','Show Administrators',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_general_properties','en','General Information',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_general_infos','en','General Information',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_further_informations','en','Further Information',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','event_fulltime_info','en','All Day Event',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_full_time_info','en','full-time',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_fullday','en','Full-Time',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_full_time_info','en','full-time',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_file_size_info','en','File Size',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_file_name','en','File Name',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','event_file_download','en','Files for Download',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_existing_files','en','Existing Files:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_file_download','en','Files for Download',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_end_date','en','End',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_edit_members','en','Edit Participants',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_digit','en','Digit',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_details_workflow','en','Details/Workflow',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_desc','en','Description',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','event_delete_sure','en','Do really want to delete this session?',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_delete_file','en','Delete File?',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','event_date','en','Date of Session',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','event_date_time','en','Date and Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_delete_sure','en','Do really want to delete this session?',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_csv_export','en','CSV Export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_date_time','en','Date and Time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_date','en','Date of Session',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','event_cloned','en','The Session has been duplicated.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','event_clone_btn','en','Duplicate Session',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','en','Assign Materials',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_btn_add','en','Add Session',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','event_clone_btn','en','Duplicate Session',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_add_new_event','en','Added new session',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_youre_position','en','Your Position on the Waiting List',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_wiz_next','en','Save',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_xml','en','XML',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_youre_position','en','Your Position on the Waiting List',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_warn_no_max_set_on_waiting_list','en','The maximum number of course members is exceeded. 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_waiting_list','en','Waiting List',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_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_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_view_objective','en','Learning Objectives-Driven Course',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_mode','en','Course Presentation',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_view_archive','en','Archive View',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 a placement test. A final test can be used to prove learning objective mastery.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_view_archive','en','Archive View',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_users_already_assigned','en','The user is already assigned to this course',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_user_login','en','User Login',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_user_login','en','User Login',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_user_agreement','en','Released Data Types',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_update_objective','en','Checklist for Learning Objective',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_unsubscribed_from_crs','en','You have been unsubscribed from this course.',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_unsubscribe_member','en','Your cancellation of membership in course \"%s\"',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_unblocked','en','Free entrance',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_unlimited','en','Unlimited',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_tutor','en','Tutor',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_tutors','en','Tutors',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_tutor_notify','en','Tutor (notification)',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_tutor_no_notify','en','Tutor (no notification)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_tutor_notify','en','Tutor (notification)',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_to','en','Until',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_timings_visibility_short','en','Visibility',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_time_frame','en','Time Frame',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_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_suggested_info','en','Suggested Editing 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_start','en','Start Time',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_short_start_end','en','Suggestion',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_changeable','en','Changeable',NULL,NULL); @@ -22340,63 +22378,63 @@ INSERT INTO `lng_data` VALUES ('crs','crs_timings_short_active','en','Enabled',N INSERT INTO `lng_data` VALUES ('crs','crs_timings_presetting','en','Time Target Enabled',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_timings_presetting_tbl','en','Time Target',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_timings_planed_start','en','Planed',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_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_late_end','en','Latest End',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_timings_info_active','en','(Active)',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_in_days','en','(In Days)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_timings_end','en','Finish Time',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_duration','en','Duration',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_end','en','Finish Time',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_disabled','en','Timings Disabled',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_changed','en','Timings Modified',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_timings_availability_enabled','en','Temporarily Available',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_timings_availability_tbl','en','Availability',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_time','en','Subscription time',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_test_status_random','en','Random test',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_test_status_complete','en','Complete',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_test_status_not_complete','en','Not complete',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_syllabus','en','Syllabus',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_test_status_complete','en','Complete',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_suggested_sections','en','Suggested Sections',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_suggestion_end','en','Suggested End',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_suggested_sections','en','Suggested Sections',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_suggest_lm','en','Suggest learning materials if:',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_type','en','Subscription type',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_requested','en','You have requested membership for 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_deactivated','en','Deactivated',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_notify','en','Notify for subscriptions',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_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','en','Join Requests',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_subscriber','en','Subscriber',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_subscribers_deleted','en','Deleted subscriber(s)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_subscribers','en','Join Requests',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\".\\nYou are assigned to position %s on the list.\\n\\nYou 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_structure','en','Course structure',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_status_changed_body','en','your status in course \"%s\" has been changed.',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_start_objects','en','Start Objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_start','en','Start',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_starter_deleted','en','Removed assignment.',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_sortorder_abo','en','Content Item Sorting',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_start_objects','en','Start Objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_sortorder','en','Sort',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_sortorder_abo','en','Content Item Sorting',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_title_info','en','Choose this mode to sort course items automatically by title.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_sort_manual','en','Sort Manually',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_sort_manual_info','en','This mode offers you the possibility to sort course items manually.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_sort_activation','en','Sort by Activation',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_size','en','File size',NULL,NULL); @@ -22421,21 +22459,21 @@ INSERT INTO `lng_data` VALUES ('crs','crs_select_exactly_one_tst','en','Please s INSERT INTO `lng_data` VALUES ('crs','crs_select_exactly_one_lm','en','Please select exactly one learning module.',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_search_str','en','Search Term',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_search_members','en','User search',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_search_for','en','Search for',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_search_members','en','User search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_search_str','en','Search Term',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_search_enter_search_string','en','Please enter a search string',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_role','en','Role',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_reset_results','en','Reset Results',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_unlimited','en','Unlimited Registration Period',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_registration_type','en','Registration Procedure',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_registration_unlimited','en','Unlimited Registration Period',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_registration_deactivated','en','Only course administrators can add users to the course.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_reg_user_blocked','en','You are blocked from this course',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_user_already_assigned','en','You are already assigned to this course',NULL,NULL); @@ -22455,12 +22493,12 @@ INSERT INTO `lng_data` VALUES ('crs','crs_reg_deactivated','en','Disabled',NULL, INSERT INTO `lng_data` VALUES ('crs','crs_question_assignment','en','Question assignment',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_print_list','en','Generate List',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_presentation_type','en','Presentation Type',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_persons_on_waiting_list','en','Persons on the Waiting List',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_pdf','en','PDF',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_persons_on_waiting_list','en','Persons on the Waiting List',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_other_resources','en','Other Resources',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_passed','en','Passed',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_other_groupings','en','Groupings of other courses',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_options','en','Options',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_offline','en','Offline',NULL,NULL); @@ -22484,9 +22522,9 @@ INSERT INTO `lng_data` VALUES ('crs','crs_objectives_chapter_assignment','en','C INSERT INTO `lng_data` VALUES ('crs','crs_objectives_assigned_questions','en','Assigned questions',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_objectives_assigned_new_questions','en','Added new assignment.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_objectives_assigned_lms','en','Assigned learning materials',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objectives_assign_chapter','en','Assign Chapter',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','en','Describe Learning Objective',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_objectives_assign_chapter','en','Assign Chapter',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); @@ -22520,35 +22558,35 @@ INSERT INTO `lng_data` VALUES ('crs','crs_objective_final_test','en','Questions 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_delete_lm_assignment','en','Delete assignment',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_objective_deassign_question','en','Delete assignment',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_assign_chapter','en','Assign chapters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_assign_lm','en','Save Assignments',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_objective_assign_question','en','Assign question',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_assigned_qst','en','Assigned Questions',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_objective_assign_question','en','Assign question',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_objective_assign_lm','en','Save Assignments',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_objective_assign_chapter','en','Assign chapters',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_qst','en','Assign Questions',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_number_users_added','en','The following number of users has been assigned to the course:',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_notification','en','Notification',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_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_valid_member_id_given','en','No valid member Id',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_title_given','en','Please insert a title for the objective.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_no_tests_inside_crs','en','No tests inside this course, which can be assigned to this learning objective.',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_tests_inside_crs','en','No tests inside this course, which can be assigned to this learning objective.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_no_starter_created','en','No start objects assigned to this course.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_no_roles_selected','en','Please select a role',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_no_results_found','en','No results found',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_no_questions_assigned','en','There are no questions assigned.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_no_question_selected','en','Please select one question.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_no_questions_assigned','en','There are no questions assigned.',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_selected','en','Please select one objective.',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); @@ -22558,42 +22596,42 @@ INSERT INTO `lng_data` VALUES ('crs','crs_no_member_selected','en','Please selec INSERT INTO `lng_data` VALUES ('crs','crs_no_lms_inside_crs','en','No learning materials inside this course, which can be assigned to this learning objective.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_no_lms_inside_course','en','No learning materials found inside this course.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_no_lms_assigned','en','There are no learning materials assigned.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_no_groupings_assigned','en','No groupings assigned to this course.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_no_groups_selected','en','Please select a group',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_no_items_found','en','No items',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_no_language','en','No language',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_no_lm_selected','en','Please select one learning material.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_no_groups_selected','en','Please select a group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_no_items_found','en','No items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_no_groupings_assigned','en','No groupings assigned to this course.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_no_exercises','en','No exercises found inside this course',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_no_chapter_selected','en','Please select a chapter.',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_archives_available','en','There are no archives available',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_news','en','Course News',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_search','en','New search',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_new_search','en','New search',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_moved_objective','en','Moved learning objective.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_moved_item','en','Moved course item',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_move_up','en','Move up',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_move_down','en','Move down',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_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_title','en','Course members',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_members_table','en','Course Participants',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_members_footer','en','course member(s)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_members_map','en','Course Members Map',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 ('crs','crs_members_footer','en','course member(s)',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_members_footer_passed','en','passed',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_updated','en','The member has been updated',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_member_unblocked','en','Member (unblocked)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_member_blocked','en','Member (blocked)',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_member_of','en','Member of course:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_member_blocked','en','Member (blocked)',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_mem_change_status','en','Change status',NULL,NULL); @@ -22609,8 +22647,8 @@ INSERT INTO `lng_data` VALUES ('crs','crs_lm_assignment','en','Learning material INSERT INTO `lng_data` VALUES ('crs','crs_lm_assignment_deleted','en','Deleted assignment.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_list_users','en','List users',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_learning_materials','en','Materials',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_item_availability_info','en','Choose this option for making the item available for a fixed period of time. If ‘Visibility’ is checked, the item will remain visible but not accessible for the learners.',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); @@ -22623,10 +22661,10 @@ INSERT INTO `lng_data` VALUES ('crs','crs_info_reg_confirmation','en','You have INSERT INTO `lng_data` VALUES ('crs','crs_info_download','en','Files for Download',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_important_info','en','Important Information',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_html','en','HTML',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_hide_link_session','en','Hide sessions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_important_info','en','Important Information',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_hide_link_tst','en','Hide tests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_hide_link_session','en','Hide sessions',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_hide_link_or','en','Hide other resources',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_hide_link_objectives','en','Hide objectives',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_hide_link_lms','en','Hide materials',NULL,NULL); @@ -22641,13 +22679,13 @@ INSERT INTO `lng_data` VALUES ('crs','crs_grp_no_courses_assigned','en','No assi INSERT INTO `lng_data` VALUES ('crs','crs_grp_no_course_selected','en','Please select one course.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_grp_modified_grouping','en','Saved modifications.',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_info_reg','en','You can only register to one of this courses:',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_deassigned_courses','en','Delete assignment',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_grp_crs_assignment','en','Course assignment',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_grp_courses_already_assigned','en','The selected courses were already assigned.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_grp_assigned_courses','en','Assigned courses.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_grp_assigned_courses_info','en','Assigned courses:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_grp_assigned_courses','en','Assigned courses.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_grp_assign_crs','en','Assign course',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_grp_already_assigned','en','You are already member of this course grouping.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_grp_added_grouping','en','Added new membership limitation.',NULL,NULL); @@ -22661,21 +22699,21 @@ INSERT INTO `lng_data` VALUES ('crs','crs_grouping_delete_sure','en','Do you rea INSERT INTO `lng_data` VALUES ('crs','crs_grouping_assign','en','Change assignment',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_general_informations','en','General Information',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_general_info','en','General Information',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_further_settings','en','Further Settings',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_from','en','From',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_further_settings','en','Further Settings',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_free_places','en','Available Places',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_filename','en','File Name',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_file','en','File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_filename','en','File Name',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_export','en','Course export',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_file_download','en','Files for Download',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_end','en','End',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_existing_files','en','Existing Files:',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_edit_timings','en','Edit Timings',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_enable_map','en','Enable Course Map',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_edit_start_objects','en','Edit Start Objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_edit_content','en','Edit items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_edit_start_objects','en','Edit Start Objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_edit_archive','en','Edit Archives',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_dismiss_member_body','en','your membership has been terminated in course \"%s\".',NULL,NULL); @@ -22690,75 +22728,75 @@ INSERT INTO `lng_data` VALUES ('crs','crs_delete_from_list_sure','en','Are you s INSERT INTO `lng_data` VALUES ('crs','crs_delete_file','en','Delete File?',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_deassign_lm_sure','en','Are you sure you want to delete this assignment?',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_dates','en','Dates',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_crs_structure','en','Course structure',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_create_date','en','Create date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_crs_structure','en','Course structure',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_count_questions','en','Number of questions',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_count_members','en','Number of members',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_copy_cat_not_allowed','en','It is not possible to copy categories',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_content','en','Course Content',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_contact','en','Contact',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_contact_responsibility','en','Responsibility',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_contact_name','en','Name',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_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_contact_name','en','Name',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_chapter_already_assigned','en','These chapters are already assigned.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_contact_consultation','en','Consultation',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_email','en','E-Mail',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_change_status','en','Changes status of objective:',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.\\nYou should check for the waiting list now.\\nTo view the members of your course, click here:',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_body','en','%s has cancelled his/her membership for the course \"%s\".',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','en','Access Refused',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_blocked_member','en','Membership blocked in course \"%s\"',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_availability_until_info','en','Choose this mode to give course members access to the course for a fixed period of time.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_availability_limitless_info','en','Choose this mode to give course members unlimited access to the course.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_auto_fill','en','Auto Fill',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_archive','en','Archives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_availability_limitless_info','en','Choose this mode to give course members unlimited access to the course.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_archives_deleted','en','The archive(s) have been deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_archive','en','Archives',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_archive_type','en','Archive type',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_archive_select_type','en','Archive view',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_archive_type_disabled','en','Not available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_archive_select_type','en','Archive view',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_archive_read','en','Read access',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_archive_language_selection','en','Language Selection',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_archive_lang','en','Language',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_archive_info','en','If enabled, all course content will we suppressed. Only HTML archives of this course will be available to course members.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_archive_disabled','en','Deactivated',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_archive_download','en','Allow the Download of Course Archives',NULL,NULL); +INSERT INTO `lng_data` VALUES ('crs','crs_archive_disabled','en','Deactivated',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_already_assigned_to_list','en','You are already assigned to the waiting list.',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_allow_abo','en','Allow subscription of course items',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_agreement_header','en','User Agreement',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_agreement_header','en','User Agreement',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_agree','en','Acceptance',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_administrators','en','Administrators',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_admin','en','Administrator',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_admin_notify','en','Administrator (notification)',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_admin_no_notify','en','Administrator (no notification)',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_added','en','Added new course',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_objective','en','A new learning objective has been created.',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_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_new_archive','en','A new archive has been added',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_add_remove_from_desktop','en','Add to Desktop',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_subscribers','en','Add subscriber',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_subscribers','en','Add subscriber',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_member','en','Add Member(s)',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_add_grouping','en','Add Membership Limitation',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_add_grp_assignment','en','Assign course(s)',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_grp_assignment','en','Assign course(s)',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_add_archive_html','en','Create a HTML Archive',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_activation','en','Activation',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_access','en','Access',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_access_password','en','Password',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','crs_accept_subscriber','en','Registration confirmed for \"%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','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','add_event','en','Add Session',NULL,NULL); INSERT INTO `lng_data` VALUES ('crs','activation_times_not_valid','en','The availability period is not valid.',NULL,NULL); @@ -22767,8 +22805,8 @@ INSERT INTO `lng_data` VALUES ('content','text_repr','en','Text Representation', INSERT INTO `lng_data` VALUES ('content','start export','en','Start Export',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_nothing','en','There is no activity to deliver.',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_invalidnavreq','en','The sequencer received an invalid request.',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); @@ -22781,53 +22819,53 @@ INSERT INTO `lng_data` VALUES ('content','seq_abandon','en','An Abandon Navigati 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','scplayer_previous','en','Previous',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','scplayer_next','en','Next',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','scplayer_showtree','en','Show Tree',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','scplayer_start','en','Start',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','scplayer_suspendall','en','Suspend All',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 MYSQL 4.1 or higher and enabled JSON-support to use the JavaScript-RTE',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','scplayer_hidetree','en','Hide Tree',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','scplayer_expandtree','en','Expand All',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','scplayer_continue','en','Continue',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','scplayer_debugger','en','Show test tool',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','scplayer_collapsetree','en','Collapse All',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','saved_media_object','en','Saved media object.',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','read offline','en','Read Offline',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','public_section','en','Public Area',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','pg','en','Page',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','par','en','Paragraph',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','public_section','en','Public Area',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','PDF export','en','PDF Export',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','pages from','en','Pages From',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','msg_entry_updated','en','Menu entry updated',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','mep_folder_created','en','Added new folder.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','msg_entry_added','en','Menu entry added',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_new_entry','en','Create a new menu entry',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_entry_title','en','Title',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_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','HTML export','en','HTML Export',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','content_last','en','Last',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','content_current','en','Current',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','content_last','en','Last',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_year','en','Year',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_xml_base','en','xml:base',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_wysiwyg','en','Content WYSIWYG',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_width','en','Width',NULL,NULL); @@ -22847,25 +22885,25 @@ INSERT INTO `lng_data` VALUES ('content','cont_upload_dir','en','Upload director 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','en','Update',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_update_tabs','en','Update Panels',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_update_names','en','Update Names',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_update_section','en','Update Section',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_update_map','en','Edit Map',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_update_names','en','Update Names',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_type','en','Type',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_Unordered','en','Unordered',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_translations','en','Translation(s)',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_translations_assigned','en','The translation(s) have been assigned',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_tracking_data','en','Tracking Data',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_tracking_items','en','Tracking Items',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_tracking_bysco','en','By Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tracking_data','en','Tracking Data',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_tracking_byuser','en','By User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_tracking_bysco','en','By Chapter',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_total_time','en','Total Time',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_toc','en','Table of Contents',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_top','en','Top',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_title','en','title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_toc','en','Table of Contents',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_title_footnotes','en','Footnotes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_title','en','title',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_time','en','Time',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_xln','en','External Link:',NULL,NULL); @@ -22874,17 +22912,17 @@ INSERT INTO `lng_data` VALUES ('content','cont_text_tex','en','LaTeX Code:',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_iln','en','Internal Link, e.g.:',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_text_imp','en','Important:',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_text_keyword','en','Keyword',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_terms','en','Terms',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); @@ -22901,11 +22939,11 @@ INSERT INTO `lng_data` VALUES ('content','cont_table_spreadsheet_import','en','S INSERT INTO `lng_data` VALUES ('content','cont_table_spreadsheet_import_info','en','Paste table from spreadsheet application via clipboard into the text area.',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_table_properties','en','Table Properties',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_table_html_import','en','Import HTML Table',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_table_cellspacing','en','Table Cell Spacing',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_table_html_import_info','en','Import only works with XHTML conform tables. Table must be root tag!',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_table_cellspacing','en','Table Cell Spacing',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_border','en','Table Border',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); @@ -22916,28 +22954,28 @@ 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_status','en','Status',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_start_value','en','Start Value',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_st_title','en','Chapter Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_StandardTable','en','Standard Table',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_st_on_pg','en','this function is not allowed.',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_spreadsheet_table','en','Spreadsheet Table',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_Special','en','Special',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_span','en','Span',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_source','en','Source',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_skip_chapter','en','Skip this chapter',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_snippets_used','en','Used Content Snippets',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_size','en','Size (Bytes)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_show','en','Show',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_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','en','Show',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_show_citation','en','Show with citation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_show_info','en','Show Info',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_set_width','en','Set Width',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); @@ -22945,18 +22983,18 @@ INSERT INTO `lng_data` VALUES ('content','cont_set_styles','en','Set Styles',NUL INSERT INTO `lng_data` VALUES ('content','cont_set_styles_and_widths','en','Save Styles and Widths',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_shape','en','Edit Shape',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_set_link','en','Edit Link',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_set_into','en','insert into',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_set_edit_mode','en','Set Edit Mode',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_set_class','en','Set Class',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_set_cancel','en','cancel',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_set_before','en','insert before',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_set_after','en','insert after',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_set_class','en','Set Class',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_set_edit_mode','en','Set Edit Mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_set_into','en','insert into',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_set_link','en','Edit Link',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_series','en','Series',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_series_volume','en','Series volume',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_series_title','en','Series title',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_series_editor','en','Series editor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_set_after','en','insert after',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_set_before','en','insert before',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_series_editor','en','Series editor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_series_title','en','Series title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_series_volume','en','Series volume',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); @@ -22964,72 +23002,72 @@ INSERT INTO `lng_data` VALUES ('content','cont_select_translation','en','Please INSERT INTO `lng_data` VALUES ('content','cont_select_term','en','Please select a term.',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_one_translation','en','Please select one translation',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_select_one_edition','en','Please select at least one edition.',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_select_one_translation_warning','en','It is not possible to show more than one translation.',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_select_max_one_term','en','Please select one term only.',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_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_from_upload_dir','en','-- Select from the upload directory --',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_scorm_type','en','adlcp:scormtype',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_score','en','Score',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_school','en','School',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_select_max_one_term','en','Please select one term 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_select_one_edition','en','Please select at least one edition.',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_scheduled_activation','en','Scheduled Activation',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_school','en','School',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_score','en','Score',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_scorm_type','en','adlcp:scormtype',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_usession','en','Prevent from Logging-Out Automatically',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_sc_title','en','title',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_failed','en','Failed',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_not_attempted','en','Not attempted',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_sc_stat_browsed','en','Browsed',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_new_version','en','Upload new version',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','en','Max. Attempts',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_normal','en','Normal',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_sc_less_mode_browse','en','Browse',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_positions','en','Save Positions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_save_spans','en','Save Spans',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_save_widths','en','Save Widths',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_saved_map_data','en','Saved map data',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_sc_auto_review','en','Set Review when Completed',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_positions','en','Save Positions',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_save_spans','en','Save Spans',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_roman','en','Roman I, II, …',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_save_all_titles','en','Save Titles',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_roman_s','en','Roman i, ii, …',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_rvalue','en','Value',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_rowspan','en','Row Span',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_rollback','en','Rollback',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_right_float','en','Right, Floating',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_right','en','Right',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_roman_s','en','Roman i, ii, …',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_roman','en','Roman I, II, …',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_revision','en','Revision',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_resource','en','Resource',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_resources','en','Resources',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_revision','en','Revision',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_resource_type','en','type',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_resource_size','en','Original Resource Size',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_resize_img','en','Resize Image File',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_resize_image','en','Resize images',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_resize_explanation2','en','This function resizes local image files to the specified width and height.',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_resize_image','en','Resize images',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_resize_img','en','Resize Image File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_resource_size','en','Original Resource Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_resize_explanation','en','If this option is activated uploaded image files are automatically resized to the specified width and height.',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_repository_item_links','en','Repository Item Links',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_repository_item','en','Repository Item',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_resize_explanation','en','If this option is activated uploaded image files are automatically resized to the specified width and height.',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_remove_fullscreen','en','Remove Full Screen',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_removeiln','en','really remove internal link ?',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_rename_dir','en','Rename Directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_removeiln','en','really remove internal link ?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_remove_fullscreen','en','Remove Full Screen',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_Remark','en','Remark',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_reference','en','Reference',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_ref_images','en','Referenced Images',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_Reading','en','Reading',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_question_type','en','Question Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Reading','en','Reading',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_Rect','en','Rectangle',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_question_pool','en','Question Pool',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_question_placehl','en','Question Placeholder',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_question_placeh','en','Click and edit to insert question',NULL,NULL); @@ -23038,50 +23076,50 @@ INSERT INTO `lng_data` VALUES ('content','cont_purpose','en','Purpose',NULL,NULL INSERT INTO `lng_data` VALUES ('content','cont_publisher','en','Publisher',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_public_notes','en','Public Notes',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_public_notes_desc','en','Allow users to share notes on every page of the learning module.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_preview','en','Preview',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_previous_rev','en','Previous Revision',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_print_selection','en','Print View Selection',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_view','en','Print View',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_public_access','en','Public Access',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_position','en','Position',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_please_select','en','please select',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_pg_title','en','Page Title',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_pg_content','en','Page Content',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_pc_tab','en','Advanced Table',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_pc_vacc','en','Accordion (Vertical)',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_tab','en','Advanced Table',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_pc_sec','en','Section',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_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_res','en','Resource',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_pc_list','en','Advanced List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_qst','en','Question',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_par','en','Text',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_new','en','New Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_modified','en','Modified Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_mob','en','Media',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_pc_map','en','Map',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_pc_list','en','Advanced List',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_pc_incl','en','Content Snippet',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_pc_flist','en','File List',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_pc_hacc','en','Accordion (Horizontal)',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_paste_from_clipboard','en','Paste from clipboard',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_paste_table','en','Paste 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_deleted','en','Deleted Content',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_pc_code','en','Code',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_parameter','en','Parameter',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_parameters','en','parameters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_parameter','en','Parameter',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_select_target_now','en','Page marked for moving. Select target now.',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_page_link','en','Page Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_page_layout','en','Page Layout',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_header','en','Page Header',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_page_layout','en','Page Layout',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); @@ -23089,39 +23127,39 @@ INSERT INTO `lng_data` VALUES ('content','cont_page_activation','en','Page Activ INSERT INTO `lng_data` VALUES ('content','cont_orig_size','en','Original Size',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_organizations','en','Organizations',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_organization','en','Organization',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_order','en','Order Type',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_or','en','or',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_order','en','Order Type',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_offline','en','Offline Versions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_online','en','Online',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_offline_versions','en','Offline Versions',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_offline_files','en','Offline versions',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_obj_removed','en','Objects removed.',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_numbered_list','en','Numbered List',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_Number','en','Number',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_number_type','en','Number Type',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_number_std','en','Standard',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_number_type','en','Number Type',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_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_nr_row_header','en','Header Rows',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_items','en','Number of Items',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_header','en','Header 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_nr_cols','en','Number of Columns',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_not_js_chap_editing','en','Use No-JavaScript Editing Mode',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_zip_file','en','Import file is not a zip file.',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_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_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_object_found','en','Could not find any object with this title',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_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_caption','en','No Caption',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_manifest','en','No imsmanifest.xml file found in main directory.',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_no_assign_itself','en','The object cannot be assigned to itself',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_no_access','en','No Access',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_next_rev','en','Next Revision',NULL,NULL); @@ -23129,8 +23167,8 @@ INSERT INTO `lng_data` VALUES ('content','cont_new_term','en','New Term',NULL,NU INSERT INTO `lng_data` VALUES ('content','cont_new_tab','en','New Panel',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_media_obj','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_new_assignment','en','New assignment',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_new_area','en','New Link Area',NULL,NULL); @@ -23143,53 +23181,53 @@ INSERT INTO `lng_data` VALUES ('content','cont_mob_prop','en','Object Properties 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_files','en','Object Files',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_Mnemonic','en','Mnemonic',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_mob_def_prop','en','Default Properties',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_mep_structure','en','Media Pool Structure',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_mep_structure','en','Media Pool Structure',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_Media','en','Media (Standard)',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_media_source','en','Media Source',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_media_placehl','en','Media Placeholder',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_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_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_map_areas','en','Link Areas',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_location','en','Location',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_lrs_settings','en','Settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_lvalue','en','Data element',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_default_layout','en','Default Layout of Learning Module',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_lm_menu','en','Menu',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','en','Glossary Term',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_lk_page','en','Page',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_lk_survey','en','Survey',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_survey','en','Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lk_page','en','Page',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_faq','en','Page (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_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_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_lk_media_media','en','Media (Media 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_media_faq','en','Media (FAQ Frame)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_lk_chapter','en','Chapter',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_List','en','List',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_list_properties','en','List Properties',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_list_files','en','List Files',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_links','en','Links',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_type','en','Link Type',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_link_select','en','Internal Link',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_link_int','en','Link (internal)',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_link_ext','en','Link (external)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_link_area','en','Link Area',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_link_int','en','Link (internal)',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_left','en','Left',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_link_area','en','Link Area',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_left_float','en','Left, Floating',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_layout','en','Layout',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','en','Layout',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); @@ -23199,8 +23237,8 @@ INSERT INTO `lng_data` VALUES ('content','cont_layout_per_page','en','Layout per 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_fullscreen','en','Full Screen',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_3window','en','Three 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_3window','en','Three Windows',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_layout_2window','en','Two Windows',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_layout_1window','en','One Window',NULL,NULL); @@ -23208,12 +23246,12 @@ INSERT INTO `lng_data` VALUES ('content','cont_layout_1window_desc','en','Conten INSERT INTO `lng_data` VALUES ('content','cont_latest_rev','en','Latest Revision',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_last_access','en','Last Access',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_keyword','en','Keyword',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_js_chap_editing','en','Use JavaScript Editing Mode',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_journal','en','Journal',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_js_chap_editing','en','Use JavaScript Editing Mode',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_item','en','Item',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_issn','en','ISSN',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_is_visible','en','isvisible',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_isbn','en','ISBN',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','en','internal',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_internal_links','en','Internal Links',NULL,NULL); @@ -23223,18 +23261,18 @@ INSERT INTO `lng_data` VALUES ('content','cont_insert_tabs','en','Insert Tabs',N 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_subchapter_from_clip','en','Paste Sub-chapters from Clipboard',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_insert_search','en','Please insert a search term',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_insert_section','en','Insert Section',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_section','en','Insert Section',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_insert_search','en','Please insert a search term',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_par','en','Insert Text',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_page','en','Insert Page',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_insert_new_footnote','en','insert new footnote',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_new_footnote','en','insert new footnote',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_list','en','Insert File List',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_chapter','en','Insert Chapter',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_insert_chapter_from_clip','en','Paste Chapters from Clipboard',NULL,NULL); @@ -23242,16 +23280,16 @@ INSERT INTO `lng_data` VALUES ('content','cont_insert_as_subchapter','en','Inser INSERT INTO `lng_data` VALUES ('content','cont_insert_as_chapter','en','Insert as 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_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_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_imagemap','en','Image Map',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_id_ref','en','identifierref',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_html_table','en','HTML Table',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_href','en','href',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_how_published','en','How published',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_Hint','en','Hint',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_hidenavig','en','Hide Navigation Tree',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_Headline3','en','Headline 3',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_height','en','Height',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); @@ -23273,50 +23311,50 @@ INSERT INTO `lng_data` VALUES ('content','cont_frame_maincontent','en','Content INSERT INTO `lng_data` VALUES ('content','cont_frame_botright','en','Content Details (Glossary) Frame',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_format','en','Format',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_format_error','en','This operation is not allowed here!',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_footer','en','Footer',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_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_FileListItem','en','File List Item (Standard)',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_files','en','Files',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_file','en','File',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_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_from_repository','en','File From Repository',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_renamed','en','File has been renamed.',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_external','en','external',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_external_url','en','external url',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_export_type','en','Export-Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_external_url','en','external url',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_external','en','external',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_export_tracking','en','Export Tracking Data',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_export_success','en','Success-data (aggregated)',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_export_files','en','Export Files',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_export_all','en','Export all',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_export_success','en','Success-data (aggregated)',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_Excursus','en','Excursus',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_export_all','en','Export all',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_Example','en','Example',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_enter_a_dir_name','en','Please enter a directory name.',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_empty_question','en','Question editing not finished. Please either click and edit or delete question.',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_empty_mep_folder','en','There are no media objects in this folder.',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_edition','en','Edition',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_edit_term','en','Edit Term',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_edit_tabs','en','Properties',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_edit_tab_properties','en','Table Properties',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_edit_style','en','Edit Style',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_properties','en','Edit Media Object Properties',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_edit_mob_files','en','Object Files',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_mob_files','en','Object Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_edit_mob_properties','en','Edit Media Object 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_edit_area','en','Edit Area',NULL,NULL); @@ -23324,27 +23362,27 @@ 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_row_down','en','Move Row Down',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_select_pctext','en','Select Text Item',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_plachquestion','en','Placeholder Question',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_pglprop','en','Page Layout 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_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_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_par','en','Text',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_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_item_after','en','New Item After',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_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_movebefore','en','Move Before',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_ed_list','en',' Advanced List',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_item_up','en','Move Item Up',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_list','en',' Advanced List',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_moveafter','en','Move After',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_item_down','en','Move Item Down',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_repobj','en','Insert Resource List',NULL,NULL); @@ -23352,52 +23390,52 @@ INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_section','en','Insert S INSERT INTO `lng_data` VALUES ('content','cont_ed_insert_plach','en','Insert Placeholder',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_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_insert_media','en','Insert Image/Media',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_insert_list','en','Insert Advanced 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_filelist','en','Insert File List',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_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_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_flist','en',' File List',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_edit','en','Edit',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_files','en','Edit Files',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_delete_item','en','Delete Item',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','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_delete_item','en','Delete Item',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_delete_col','en','Delete Column',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_col_right','en','Move Column Right',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_col_left','en','Move Column Left',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_ed_class','en','Style',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_ed_atable','en','Advanced Table',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_left','en','Align: Left',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_left_float','en','Align: Left Float',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_ed_align_center','en','Align: Center',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_e_g_example','en','e.g.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_ed_align_center','en','Align: Center',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','en','Enable Download',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_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_renamed','en','Directory has been renamed.',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_downloads_public_desc','en','Allow download even for anonymous users (in public area)',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_renamed','en','Directory has been renamed.',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_dir_file','en','Directory/File',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_details','en','Details',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_dir_deleted','en','Directory has been deleted.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_dependencies','en','Dependencies',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_details','en','Details',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_derive_from_obj','en','Derive from Object',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_delete_style','en','Delete Style',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_dependencies','en','Dependencies',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_delete_style','en','Delete Style',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_delete_selected','en','Delete',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_del_assignment','en','Delete assignment',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_definitions','en','Definitions',NULL,NULL); @@ -23416,36 +23454,36 @@ INSERT INTO `lng_data` VALUES ('content','cont_de_activate','en','(De-)Activate' INSERT INTO `lng_data` VALUES ('content','cont_data_from_lms','en','adlcp:datafromlms',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_custom','en','Custom',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_custom_size','en','Custom Size',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_credits','en','Credits',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_cross_reference','en','Cross reference',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_current_chapter','en','Current Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_current_style','en','Current Style',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_current_page','en','Current Page',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_current_chapter','en','Current Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_cross_reference','en','Cross reference',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_credits','en','Credits',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_credit_off','en','Tracking Status not Graded',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_credit_mode','en','Grading Tracking Status',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_create_mob','en','Create Media Object',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_create_html_version','en','Create HTML Package',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_create_folder','en','Create Folder',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_create_export_file','en','Create Export File',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_create_export_file_xml','en','Create Export File (XML)',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_create_export_file_html','en','Create Export File (HTML)',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_create_export_file_scorm','en','Create Export File (SCORM)',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_create_dir','en','Create Directory',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_create_export_file_html','en','Create Export File (HTML)',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_content','en','Content',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_contents','en','Contents',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_copy_to_media_pool','en','Copy to media pool',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_coords','en','Coordinates',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_copy_object','en','copy object',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_copy_to_media_pool','en','Copy to media pool',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_content_obj','en','Content Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_content','en','Content',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_contents','en','Contents',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_constrain_proportions','en','Constrain Proportions',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_colspan','en','Col. Span',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_Code','en','Code',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_colspan','en','Col. Span',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_Code','en','Code',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_point','en','Please click on the next 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); @@ -23480,34 +23518,34 @@ INSERT INTO `lng_data` VALUES ('content','cont_cant_del_std','en','Deletion of s 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_bullet_list','en','Bullet List',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_booktitle','en','Book title',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_bottom','en','Bottom',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_browser_not_js_capable','en','JavaScript enabled editing is not supported for your browser.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_bottom','en','Bottom',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_Block','en','Block',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','cont_booktitle','en','Book title',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_behavior','en','Behavior',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_autostart','en','Autostart',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_back','en','Back',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_assignments_deleted','en','The assignments have been deleted',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_assign_translation','en','Assign translation',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_assign_std','en','Assign Standard',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_assign_full','en','Assign Full Screen',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_areas_deleted','en','Map areas deleted.',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_api_func_prefix','en','API Functions Prefix',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_api_adapter','en','API Adapter Name',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_annex','en','Annex',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_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_annex','en','Annex',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_all_pages','en','All Pages',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_alphabetic_s','en','Alphabetic a, b, …',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_all_definitions','en','All Definitions',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_all_closed','en','All Closed',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_align','en','Alignment',NULL,NULL); -INSERT INTO `lng_data` VALUES ('content','cont_adjust_size','en','Adjust Size',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_Additional','en','Additional Information',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_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_rectangle','en','Add Rectangle',NULL,NULL); @@ -23526,14 +23564,14 @@ INSERT INTO `lng_data` VALUES ('content','cont_activate_page','en','Activate Pag INSERT INTO `lng_data` VALUES ('content','cont_act_number','en','Chapter Numeration',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','citate','en','Citate',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','citate_to','en','Citate To ...',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_from','en','Citate From ...',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','choose_public_pages','en','Choose public accessible pages',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','en','All',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 ('content','add_menu_entry','en','Add Menu Entry',NULL,NULL); +INSERT INTO `lng_data` VALUES ('content','all_pages','en','Entire Learning Module',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','zip','en','Zip Code',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','zip_structure_error','en','Archive contains same file names. Upload aborted.',NULL,NULL); @@ -23543,34 +23581,34 @@ INSERT INTO `lng_data` VALUES ('common','yesterday','en','Yesterday',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','yes','en','Yes',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','years','en','Years',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','year','en','Year',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','write','en','Write',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','wizard_title_info','en','Please enter the title of the object you want to duplicate.',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','with','en','with',NULL,NULL); -INSERT INTO `lng_data` VALUES ('rbac','wiki_read','en','User can read wiki content',NULL,NULL); -INSERT INTO `lng_data` VALUES ('rbac','wiki_visible','en','Wiki is visible',NULL,NULL); -INSERT INTO `lng_data` VALUES ('rbac','wiki_write','en','User can edit settings of wiki',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_permission','en','User can change permission settings',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 ('common','width_x_height','en','Width x Height',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','width','en','Width',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','wiki_add','en','Add Wiki',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','who_is_online','en','Who is online?',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','welcome','en','Welcome',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','wiki_copy','en','User can copy wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','wiki_add','en','Add Wiki',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','width','en','Width',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','weeks','en','Weeks',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','weekly','en','weekly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','welcome','en','Welcome',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','who_is_online','en','Who is online?',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','width_x_height','en','Width x Height',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','week','en','Week',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','weekly','en','weekly',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 ('common','webr_sure_delete_items','en','Do you really want to delete the following Weblink(s)?',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_no_items_created','en','No Weblinks created',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','webr_new','en','Add New Weblink',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','webr_never_checked','en','Never checked',NULL,NULL); @@ -23583,15 +23621,15 @@ INSERT INTO `lng_data` VALUES ('common','webr_item_updated','en','Saved modifica INSERT INTO `lng_data` VALUES ('common','webr_fillout_all','en','Please fill out all required fields.',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_edit_item','en','Edit Weblink',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webr_disable_check','en','Disable Validation',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','webr_copy','en','User can copy weblink',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webr_delete_items','en','Delete 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 ('common','webr_deleted_items','en','Deleted Weblink(s).',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','webr_delete_items','en','Delete Weblink(s)',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_add_item','en','Add Weblink',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','webr_active','en','Active',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','webr_add_item','en','Add Weblink',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','webfolder','en','Webfolder',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); @@ -23599,30 +23637,30 @@ INSERT INTO `lng_data` VALUES ('common','webfolder_instructions_titletext','en', 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

  • These steps need to be done only once. You may access your connection again later.
  • Connect to a higher folder. You can always navigate down the tree, but nut upwards.
  • If your computer can not open the WebDAV Connection, please contact ILIAS Support.
',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','webfolder_index_of','en','Index of %1$s',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_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','webdav','en','WebDAV',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','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','webdav_pear_auth_http_needed','en','You need to install Pear Auth_HTTP to use this function. To do this, enter pear install Auth_HTTP on the terminal.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','web_resources','en','Weblinks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','visits','en','Visits',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','visitors','en','Visitors',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','visitor','en','Visitor',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','visible','en','Visible',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','visible_registration','en','Visible in Registration',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','view','en','View',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','visible_layers','en','Visible Layers',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','view','en','View',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','view_content','en','View Content',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','versions','en','Versions',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','version','en','Version',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','verification_warning_log','en','Verification warning log',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','verification_log','en','Verification log',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','verification_failure_log','en','Verification failure log',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','vendors','en','Vendors',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','verification_failed','en','Verification failed',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','vcard_download','en','Download Visiting Card',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','vendors','en','Vendors',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','vcard','en','Visiting Card',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','vcard_download','en','Download Visiting Card',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','value','en','Value',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','valid','en','Valid',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','validate','en','Validate',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','valid','en','Valid',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','usrimport_xml_pw_bcrypt_missing_salt','en','Missing salt, cannot import password.',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); @@ -23649,186 +23687,186 @@ INSERT INTO `lng_data` VALUES ('rbac','usrf_visible','en','User administration i 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_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_edit_roleassignment','en','User can change role assignment of user account',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','usrf_delete','en','User can delete user accounts',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','usrf_create_user','en','Create new user account',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','usr','en','User',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_style','en','User 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_skin_style','en','Skin / Style',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_saved','en','Global user settings saved successfully!',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_header_profile_profile','en','Personal profile setting',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_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_new','en','New User',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_new','en','New User',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','usr_inactive_only','en','Inactive Users only',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','usr_hits_per_page','en','Hits/page in tables',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_empty_result','en','No users found that match the selected filter criterion',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','usr_filter_coursemember','en','Member of course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_filter_groupmember','en','Member of group',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','usr_edit','en','Edit User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_filter_coursemember','en','Member of course',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','usr_agreement','en','User Agreement',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','usr_agreement_empty','en','The agreement contains no text',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','usr_added','en','User added',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','usr_a','en','a User',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','usertracking','en','User Tracking',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','users','en','Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usertracking','en','User Tracking',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','usr_a','en','a 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_online','en','Active Users',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','users_online_show_y','en','Show all active users',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','users_online_show_short_y','en','Show all active users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','users_online_show_y','en','Show all active users',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','users_online_show_short_n','en','Don\'t show active users',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','users_online_show_short_associated','en','Only course and group members',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','users_online_show_n','en','Don\'t show active users',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','users_online_show_associated','en','Show members of my courses and groups only',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','username','en','Username',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','userfolder_export_xml','en','XML',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','userfolder_export_files','en','Files',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_file_size','en','File size',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','userfolder_export_file','en','File',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','userfolder_export_excel_x86','en','Microsoft Excel',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','userdata','en','User Data',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','userfolder_export_csv','en','Comma Separated Values',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','userfolder_export_excel_x86','en','Microsoft Excel',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_profile_other','en','Other Information',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_statistics','en','Statistical Data',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_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_profile_instant_messengers','en','Instant Messengers',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_not_chosen','en','You did not choose a group-member.',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_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_language','en','User Language',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','user_imported','en','User import complete.',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_detail','en','Detail Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_image','en','User Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_import_failed','en','User import failed.',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_deleted','en','User deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','user_detail','en','Detail Data',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_cant_receive_mail','en','user is not allowed to use the mail system',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','user_comment','en','User comment',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','user_deactivated','en','User has been disapproved',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','user is not allowed to use the mail system',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','user_access','en','Access per user',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','user_activated','en','User has been approved',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','user_added','en','User added',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','use_default_instructions','en','Use default instructions.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','url','en','URL',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','use_customized_instructions','en','Use customized instructions:',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','url_write','en','Edit URL',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','url','en','URL',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','url_visible','en','URL is visible',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','url_not_found','en','File Not Found',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','url_read','en','Open 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_description','en','URL Description',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','url_edit_permission','en','Change Permission settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','url_edit','en','Edit URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','url_read','en','Open URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','url_not_found','en','File Not Found',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','url_new','en','New URL',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','url_added','en','URL added',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','url_create_url','en','Create URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','url_edit','en','Edit URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','url_edit_permission','en','Change Permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','url_description','en','URL Description',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','url_delete','en','Delete URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','url_create_url','en','Create URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','url_add','en','Add URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','url_added','en','URL added',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','uri','en','URI',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','url_a','en','a URL',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','url_add','en','Add URL',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','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','upload','en','Upload',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','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','update_language','en','Update Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','update_on_conflict','en','Update on conflict',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','update_applied','en','Update Applied',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','up','en','Up',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','unzip','en','Unzip',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','up','en','Up',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','unsubscribe','en','Remove from Desktop',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','unselected','en','Unselected',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','unread','en','Unread',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','unread_lowercase','en','unread',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','unread','en','Unread',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','unlabeled','en','Unlabeled',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','unchecked','en','Unchecked',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','uninstall','en','Uninstall',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','unchecked','en','Unchecked',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','uncheck_all','en','Uncheck all',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','unambiguousness','en','Distinguishing Mark',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','ums_login_account','en','Login Account',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','unambiguousness','en','Distinguishing Mark',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','udf_value','en','Value',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','uid','en','UID',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','udf_value','en','Value',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','udf_value_deleted','en','The value has been deleted.',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_wysiwyg_field','en','Edit Text Area (WYSIWYG) Field',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','udf_update_success','en','Saved modifications.',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_update_select_field','en','Edit Select Box',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','udf_type_select','en','Selection List (Drop-Down)',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_text','en','Text Field (One Line)',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','udf_type_date','en','Date',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','udf_type_datetime','en','Date and Time',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_no_name_given','en','Please enter a field name.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','udf_no_entries','en','Please enter minimum one value.',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_duplicate_entries','en','The values have to be unique.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','udf_field_deleted','en','Deleted field.',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_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_delete_header','en','Delete Field',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','udf_added_field','en','Added new field.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','udf_delete_header','en','Delete Field',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','type','en','Type',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','udf_add_field','en','Add Field',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','type_your_message_here','en','Type Your Message Here',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_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 ('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','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 ('common','txt_add_object_instruction2','en','.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','txt_add_object_instruction1','en','Browse to the location where you want to add',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_add_object_instruction1','en','Browse to the location where you want to add',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','txt_add_object_instruction2','en','.',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 ('common','tst_warning_test_not_complete','en','The test is not complete!',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 ('rbac','tst_write','en','User can edit content and settings of test',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','tst_user_wrong_clientip','en','You don\'t have the right ip using this test',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 ('common','tst_upload_file','en','Upload file',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','tst_statistics','en','Statistics',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','tst_statistical_evaluation','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 ('common','tst_statistics','en','Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tst_upload_file','en','Upload file',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 ('common','tst_new','en','New test',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','tst_no_content','en','No tests available',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_copy','en','User can copy test',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','tst_delete','en','User can move or delete test',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 ('common','tst_add','en','Add test',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','tst_anon_eval','en','Results',NULL,NULL); -INSERT INTO `lng_data` VALUES ('rbac','tst_copy','en','User can copy test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tst_add','en','Add 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','tree_frame','en','Tree Frame',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','tree_left','en','Left',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','tree_right','en','Right',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','translation','en','Translation',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','trash','en','Trash',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tree_left','en','Left',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tree_frame','en','Tree Frame',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','tree_frame_info','en','Defines whether the tree frame (e.g. repository tree) should appear on the left or on the right.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','trash','en','Trash',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','tracking_settings','en','Learning Progress Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','translation','en','Translation',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','tracking_data','en','Tracking Data',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','tracking_data_deleted','en','Tracking data deleted',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','tracked_objects','en','Tracked objects',NULL,NULL); @@ -23837,78 +23875,78 @@ INSERT INTO `lng_data` VALUES ('rbac','trac_visible','en','Statistics and Learni 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_edit_permission','en','Change permission settings in 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 ('common','tomorrow','en','Tomorrow',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','total','en','Total',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','tpl_path','en','Template Path',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','toggleGlobalFixed','en','Toggle Global Fixed',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','tomorrow','en','Tomorrow',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','today','en','Today',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','toggleGlobalDefault','en','Toggle Global Default',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','to_filter','en','Filter',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','to_desktop','en','Add to Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','to_filter','en','Filter',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','to_client_list','en','Client Selection',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','title_long','en','Long Title',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','title_required','en','Please insert a title.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','title','en','Title',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','time_segment','en','Period of time',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','time','en','Time',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','tiny_icon','en','Small Size',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','time_limit_users_updated','en','User data updated',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','time_limit','en','Access',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','time_limits','en','Access',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','time_limit_unlimited','en','Unlimited (time limit)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','time_segment','en','Period of time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','time','en','Time',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_users_updated','en','User data updated',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','time_limit_not_within_owners','en','Your access is limited. The period is outside of your 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_unlimited','en','Unlimited (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_owner','en','Owner (time limit)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','time_limit_not_within_owners','en','Your access is limited. The period is outside of your 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_message','en','Message (time limit)',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_applied_users','en','Applied users',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_from','en','From (time limit)',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','time_limit_applied_users','en','Applied users',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','time_h','en','Hour',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','time_d','en','Day',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','thumbnail','en','Thumbnail',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','tests','en','Tests',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','textbox','en','Textbox',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','test','en','Test',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','term','en','Term',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','test_intern','en','Test Intern',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tests','en','Tests',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','test_module','en','Test Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','test_intern','en','Test Intern',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','term','en','Term',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','taxf_write','en','Write access to taxonomy folder',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','taxf_visible','en','Taxonomy folder is visible',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','taxf_read','en','Read access to taxonomy folder',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','tax','en','Taxonomy',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','taxf_edit_permission','en','Change permission settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','tax_write','en','Write access to taxonomies',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','tax_visible','en','Taxonomy is visible',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','tax_new','en','New Taxonomy',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','tax_read','en','Read access to taxonomies',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','tax_edit','en','Edit Taxonomy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tax','en','Taxonomy',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','tax_delete','en','Delete taxonomies',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','tax_edit_permission','en','Change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tax_edit','en','Edit Taxonomy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tax_new','en','New Taxonomy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tax_read','en','Read access to taxonomies',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tax_visible','en','Taxonomy is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','tax_write','en','Write access to taxonomies',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','target','en','Target',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 ('rbac','tags_visible','en','Tagging administration is visible',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 ('common','systemcheck_cron','en','Process System Check in Cron Job',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','table_mail_import','en','Mail import',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','tags_visible','en','Tagging administration is visible',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 ('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','systemcheck_cron','en','Process System Check in Cron Job',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','system','en','System',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','system_styles','en','System Styles',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','system_style_settings','en','System Style Settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','system_message','en','System Messages',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','system_language','en','System Language',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','system_information','en','System Information',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','system_styles','en','System Styles',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','system_grp','en','System Group',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_message','en','System Messages',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','system_groups','en','System Groups',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','system_choose_language','en','System Choose Language',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','svy','en','Survey',NULL,NULL); @@ -23917,66 +23955,66 @@ INSERT INTO `lng_data` VALUES ('rbac','svy_write','en','User can edit content an 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 ('common','svy_upload_file','en','Upload file',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','svy_run','en','Run',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_participate','en','Participate in 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 ('common','svy_participate','en','Participate in a survey',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_no_content','en','No surveys available',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_finished','en','You have completed the 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 ('common','svy_evaluation','en','Statistics',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','survey_unlimited_invitation','en','Unlimited Invitation',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_edit_permission','en','User can change permission settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','svy_delete','en','User can move or delete survey',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','svy_add','en','Add survey',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','svy_copy','en','User can copy 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 ('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','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','subject','en','Subject',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','subscription','en','Subscription',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','subtabs','en','SubTabs',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','subchapter_new','en','New Sub-chapter',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','subobjects','en','Sub-objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','submit','en','Submit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','subject','en','Subject',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','subject_module','en','Subject Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','subchapter_new','en','New Sub-chapter',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','subcat_name','en','Subcategory Name',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_write','en','User can edit settings in Layout and Styles administration',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_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','style_activation','en','Style Activation',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','structure','en','Structure',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','sty','en','Style',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','stop_moving_blocks','en','Stop Moving Blocks',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','stop_moving_blocks','en','Stop Moving Blocks',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','stop_inheritance','en','Stop inheritance',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','statistics','en','Statistics',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','step','en','Step',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','state_unread','en','Unread',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','statistic','en','Statistic',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','state_new','en','New',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','state_unread','en','Unread',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','state_changed','en','Changed',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','standard_icon','en','Medium Size',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 ('common','state_changed_inside','en','Changed Inside',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','stat_selected','en','Selected',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','startpage','en','ILIAS Login Page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','standard_icon','en','Medium Size',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','standard_fields','en','Standard Fields',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','st_edit','en','Edit chapter',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','st_new','en','New chapter',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','st_added','en','Chapter added',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','st_add','en','Add chapter',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','st_a','en','a chapter',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','spl','en','Question Pool Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','st_add','en','Add chapter',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 ('rbac','spl_visible','en','Question pool is visible',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','spl_upload_file','en','Upload file',NULL,NULL); @@ -23984,439 +24022,439 @@ INSERT INTO `lng_data` VALUES ('rbac','spl_read','en','User can read survey ques 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 ('rbac','spl_copy','en','User can copy question pool for surveys',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','spl_add','en','Add Question Pool Survey',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','spacer','en','Spacer',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','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','sort_by_this_column','en','Sort by this column',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','socialbm_sure_delete_entry','en','Are you sure that you want to delete the selected Social Bookmarking services?',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','sorting_header','en','Content Item Sorting',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_info_title','en','Content items are arranged automatically by title in alphabetical order.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','socialbm_extt_social_bookmarks','en','Social Bookmarks',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','socialbm_link_description','en','You can use the placeholders {TITLE} and {LINK} to insert the page title or url in the link.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','socialbm_enable','en','Enable',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','socialbm_extt_social_bookmarks','en','Social Bookmarks',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','socialbm_disable','en','Disable',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','soap_wsdl_path','en','WSDL Path',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','socialbm_disable','en','Disable',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','soap_user_administration_desc','en','If enabled, ILIAS can be administrated via SOAP.',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','show','en','Show',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','show_structure','en','Enable Structured-View',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','side_frame','en','Side Frame',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','show_profile','en','Show profile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','show_owner','en','Show Owner',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','show_private_notes','en','Show Notes',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_list','en','Show List',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_hidden_block','en','Show Hidden Block',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','show_details','en','Show Details',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','short_inst_name','en','Short Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib','en','Shibboleth',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','shop_actions','en','Actions',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','shop','en','Shop',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','shib','en','Shibboleth',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_settings_saved','en','The Shibboleth settings were saved',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_zipcode','en','Attribute for zipcode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_visible','en','Shibboleth settings are visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_write','en','Edit Shibboleth settings',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_visible','en','Shibboleth settings are visible',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','shib_write','en','Edit Shibboleth settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','shib_zipcode','en','Attribute for zipcode',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','shib_read','en','Read access to Shibboleth settings',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_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_mobile','en','Attribute for mobile phone number',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_member_of','en','I am a member of ...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_read','en','Read access to Shibboleth settings',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_login','en','Unique Shibboleth attribute',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','shib_login_type','en','Organization selection',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_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_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_member_of','en','I am a member of ...',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_lastname','en','Attribute for lastname',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','shib_language','en','Attribute for language',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_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_institution','en','Attribute for institution',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_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_gender','en','Attribute for gender (must be ‘m’ or ‘f’)',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_firstname','en','Attribute for first name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_gender','en','Attribute for gender (must be ‘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_department','en','Attribute for department',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_firstname','en','Attribute for first name',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','shib_edit_permission','en','Change permission settings',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_department','en','Attribute for department',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_active','en','Enable Shibboleth support',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','shib_city','en','Attribute for city',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','shib_configure','en','Configure Shibboleth Authentication',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','shib_country','en','Attribute for country',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','settings_for_new_members','en','Settings for new Members',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_city','en','Attribute for city',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','settings_saved','en','Saved settings',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','set_offline','en','Set Offline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','shib_active','en','Enable Shibboleth support',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','settings_for_new_members','en','Settings for new Members',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','set_online','en','Set Online',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','set_offline','en','Set Offline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','session_reminder_lead_time','en','Leadtime',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','en','Session-Reminder',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','set_edit_mode','en','Set Edit Mode',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','session_reminder_lead_time','en','Leadtime',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','session_reminder_extended','en','Your session was extended for %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_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_extended','en','Your session was extended for %s',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','sess','en','Session',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','session_reminder_alert','en','Your session expires in %1$s at %2$s!\\n\\nChoose OK to continue your session.\\nIf you click Cancel you will not be reminded during the current browser session anymore.\\n\\nInstallation: %3$s.',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','sequences','en','Sequences',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','server_data','en','Server Info',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','sess_copy','en','User can copy session',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','server_software','en','Server Software',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','sequence','en','Sequence',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','send_mail','en','Send Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','server_data','en','Server Info',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','sent','en','Sent',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','send_mail_selected','en','Select mail recipients from list',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sequence','en','Sequence',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sequences','en','Sequences',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','selected','en','Selected',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','select_questionpool','en','Insert questions into',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','send_mail_selected','en','Select mail recipients from list',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','send_mail','en','Send Message',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','select','en','Select',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','selected_languages_updated','en','The selected languages have been updated (if installed):',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','select_questionpool_option','en','--- Please select a question pool ---',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_page','en','Select Page',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','select_password','en','Select a new password',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_mode','en','Select mode',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','select_one','en','Please select one.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','select_object_to_copy','en','Please select the object you want to copy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','select_mode','en','Select mode',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','seconds','en','Seconds',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','sections','en','Sections',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','select_all','en','Select All',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','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','select_all','en','Select All',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','sections','en','Sections',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','second','en','Second',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','seconds','en','Seconds',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','seas_write','en','Edit settings in Search administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','seas_settings','en','Search settings',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','seas_visible','en','Search administration is visible',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 ('common','seas_settings','en','Search settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','seas_max_hits','en','Max hits',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_info','en','Please enter a number for the maximum number of search results.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','search','en','Search',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','en','Max hits',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','search_to_short','en','Your query is to short.',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 ('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_results','en','Search Results',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','search_recipient','en','Search Recipient',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','search_result','en','Search Result',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','search_recipient','en','Search Recipient',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_minimum_characters','en','The minimum word length is:',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','search_new','en','New Search',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','search_note','en','If "search in" is left blank, all users will be searched. This allows you to find all active or all inactive users.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','search_active','en','Include active users',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','scorm_create_export_file_scrom2004','en','Create Export File (SCORM 2004 3rd Edition)',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_scrom12','en','Create Export File (SCORM 1.2)',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_pdf','en','Create Export File (PDF)',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_iso','en','Create Export File (ISO for CD-ROM)',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','scorm_add','en','Add SCORM Learning Module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','scorm_create_export_file_iso','en','Create Export File (ISO for CD-ROM)',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','saved','en','Saved',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','saved_successfully','en','Saved Successfully',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','save','en','Save',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','scorm_add','en','Add SCORM Learning Module',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_return','en','Save and Return',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','save_settings','en','Save Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','save_return','en','Save and Return',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','save_refresh','en','Save and Refresh',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','save_message','en','Save as Draft',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_message','en','Save as Draft',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','save_customer_address_info','en','If enabled, the customers billing address will be stored',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','save_customer_address','en','Store billing address',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','salutation_m','en','Mr.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','salutation','en','Salutation',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','save_and_back','en','Save And Back',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','save_customer_address_info','en','If enabled, the customers billing address will be stored',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','sahs','en','Learning Module SCORM',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','salutation_f','en','Ms./Mrs.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','salutation_m','en','Mr.',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 ('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_read','en','User can read SCORM learning module',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','sahs_leave','en','Unsubscribe from SCORM Learning Module',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','sahs_join','en','Subscribe to SCORM Learning Module',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 ('rbac','sahs_edit_permission','en','User can change permission settings',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 ('common','sahs_join','en','Subscribe to SCORM Learning Module',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_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 ('common','sahs_create','en','Create 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','rte_editor_disabled','en','Rich Text Editor disabled',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rte_editor_enabled','en','Rich Text Editor enabled',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 ('common','rte_editor_disabled','en','Rich Text Editor disabled',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','rte_editor_enabled','en','Rich Text Editor enabled',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_edit_permission','en','User can change permission settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','root_edit','en','Edit system root node',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 ('common','root_edit','en','Edit system root node',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','rbac_create_cat','en','Create Categories',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 ('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','rolt_added','en','Role template added',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','rolt_add','en','Add Role Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rolt_added','en','Role template added',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rolt_edit','en','Edit Role Template',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rolt_new','en','New Role Template',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','rolt_a','en','a Role Template',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','en','Roles',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_visible','en','Roles/role templates are visible',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_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_permission','en','Change permission settings',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_delete','en','Delete Roles/Role templates',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','rolf_create_rolt','en','Create New Role Template',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','rolf_create_role','en','Create New Role',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','rolf_added','en','Role folder added',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','role_user_edit','en','Edit account data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_user_send_mail','en','Send user a message',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','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','role_user_send_mail','en','Send user a message',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','role_user_deassign','en','Deassign user from role',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','role_user_edit','en','Edit account data',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_search_enter_search_string','en','Please enter a search string',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','role_search_users','en','User search',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_search_users','en','User search',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_search_enter_search_string','en','Please enter a search string',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_roles_selected','en','Please select a role',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_no_results_found','en','No results found',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','en','New Role',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','role_no_groups_selected','en','Please select a group',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','role_list_users','en','List users',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_no_results_found','en','No results found',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','role_new_search','en','New search',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','role_header_edit_users','en','Change User Assignment',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_list_users','en','List users',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','role_edit','en','Edit Role',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_header_edit_users','en','Change User Assignment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_deleted','en','Role deleted',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','role_desk_add','en','Assign desktop item',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','role_desk_none_created','en','No desktop items assigned to this role.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','role_deleted_desktop_items','en','Deleted assignment.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','role_deleted','en','Role deleted',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','role_assignment','en','Role Assignment',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','role_count_users','en','Number of users',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_assignment_updated','en','Role assignment has been updated.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_assigned_desk_items','en','Assigned desktop items',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rights','en','Rights',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','role_a','en','a Role',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','role_add_local','en','Add Local Role',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','role_add','en','Add Role',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_a','en','a Role',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','rights','en','Rights',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','retype_password','en','Retype Password',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','right','en','Right',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','resources','en','Resources',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','reset','en','Reset',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','res_links','en','Repository Links',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','required_field','en','Required',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','reset_filter','en','Reset Filter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','reset','en','Reset',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','resources','en','Resources',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','require_zipcode','en','Require zip code',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','require_street','en','Require street',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','require_referral_comment','en','Require referral comment',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','require_phone_office','en','Require office phone',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','require_phone_mobile','en','Require mobile phone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','require_street','en','Require street',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','require_phone_home','en','Require home phone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','require_phone_mobile','en','Require mobile phone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','require_phone_office','en','Require office phone',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','require_passwd','en','Require password',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','require_passwd2','en','Require retype password',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','require_matriculation','en','Require matriculation number',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','require_mandatory','en','mandatory',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','require_institution','en','Require institution',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','require_lastname','en','Require last name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','require_matriculation','en','Require matriculation number',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','require_login','en','Require login',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','require_hobby','en','Require hobby',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','require_institution','en','Require institution',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','require_lastname','en','Require last name',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','require_gender','en','Require gender',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','require_firstname','en','Require first name',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','require_email','en','Require e-mail',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','require_fax','en','Require fax',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','require_firstname','en','Require first name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','require_default_role','en','Require role',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','require_department','en','Require department',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','require_city','en','Require city',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','require_country','en','Require country',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','require_default_role','en','Require role',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','repository','en','Repository',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','request_membership','en','Request membership',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','repository','en','Repository',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','repository_frame','en','Repository Content',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','repository_admin','en','Repository Trash and Permissions',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_failed','en','Repeated scan failed.',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','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','reply','en','Reply',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','rename_file','en','Rename File',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','rename','en','Rename',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','registration_expired','en','Registration period expired...',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','registration','en','New Account Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','repeat_scan_failed','en','Repeated scan failed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','repeat_scan_succeded','en','Repeated scan succeeded.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','remove','en','Remove',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','rename_file','en','Rename File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','remove_translation','en','Remove translation',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','related_to','en','Related to',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','remove_personal_picture','en','Remove',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','registration_expired','en','Registration period expired...',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','registered_user','en','registered User',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','registered_users','en','registered Users',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','registration_disabled','en','Only available when using local authentication',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','register','en','Register',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','registered_since','en','Registered since',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','registered_user','en','registered User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','register','en','Register',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','register_info','en','Please fill out the form to register (Fields marked with an asterisk are required information).',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_confirmation','en','ILIAS eLearning - Your Confirmation Link',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_body_text3','en','Further personal information:',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_text2','en','To access ILIAS use the following data:',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_salutation','en','Hello',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_confirmation','en','to activate your account and confirm ownership of this email address, click the link below:',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','reg_mail_body_3_confirmation','en','If this email means nothing to you, then it is possible that somebody else has entered your email address either deliberately or accidentally, so please ignore this email.',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','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_list','en','Refresh List',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','en','Refresh',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','refuse','en','Refuse',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','refresh_list','en','Refresh List',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','refresh_languages','en','Refresh All Languages',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','reference_of','en','Reference of:',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','recipient','en','Recipient',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_deleted','en','Destination not available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','reference_of','en','Reference of:',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','recf_edit','en','Edit RecoveryFolder',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_pools','en','Question Pools',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','query_data','en','Query data',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','question_message','en','Question',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','quarterly','en','quarterly',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','qpl','en','Question Pool Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','question_pools','en','Question Pools',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 ('common','qpl','en','Question Pool Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','quarterly','en','quarterly',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','query_data','en','Query data',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','qpl_upload_file','en','Upload file',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','qpl_visible','en','Question pool is visible',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','qpl_new','en','New Question Pool Test',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 ('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','qpl_add','en','Add Question Pool Test',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 ('rbac','qpl_delete','en','User can move or delete question pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','publication','en','Publication',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','published','en','Published',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','publishing_organisation','en','Publishing Organization',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','publication_date','en','Publication Date',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','publication','en','Publication',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','public','en','public',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','public_profile_not_visible','en','The profile is not public',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','public_profile','en','Profile',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','pub_section','en','Anonymous Access',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','public_profile_not_visible','en','The profile is not public',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_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 ('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_export_member_data','en','User can export member data in courses and groups',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_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_status','en','Proxy',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','proxy','en','Proxy-Server',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_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_pear_net_socket_error','en','PEAR Net_Socket error',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_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','profile','en','Profile',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','properties','en','Properties',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_connectable','en','Connection established.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','pro','en','Pro',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','proceed','en','Proceed',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','profile_incomplete','en','Your profile is incomplete. Please fill in all required data.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','properties','en','Properties',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','profile_of','en','Profile of',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','profile','en','Profile',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','private_notes','en','Private Notes',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','previous','en','Previous',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','print_view','en','Print View',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','print','en','Print',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','preview_learner','en','Member View',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','presentation_options','en','Presentation Options',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','preferences','en','Preferences',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','predefined_template','en','Predefined role template',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','preconditions','en','Preconditions',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','precondition','en','Precondition',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','position','en','Position',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','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','pos_right','en','Right',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','pos_top','en','Top',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','please_select','en','-- Please Select --',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_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_choose','en','-- Select --',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','please_enter_target','en','Please enter a target',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_enter_target','en','Please enter a target',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','phone','en','Phone',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','phrase','en','Phrase',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','phone_mobile','en','Phone, Mobile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','please_choose','en','-- Select --',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','phone_office','en','Phone, Office',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','phone','en','Phone',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','phone_mobile','en','Phone, Mobile',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pg_new','en','New page',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','phone_home','en','Phone, Home',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','pg_added','en','Page added',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','pg_edit','en','Edit page',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','pg_new','en','New page',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pg_added','en','Page added',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','pg_add','en','Add page',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','pg_a','en','a page',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','personal_profile','en','Personal Data and Profile',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','persons','en','Persons',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','personal_picture','en','Avatar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pg_a','en','a page',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','personal_data','en','Personal Data',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','personal_desktop','en','Personal Desktop',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','personal_picture','en','Avatar',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','personal_profile','en','Personal Data and Profile',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','person_title','en','Title',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','permission','en','Permission',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','permission_settings','en','Object Permission Settings',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','permission_settings_info','en','This form determines which role is allowed to do what with the current object \'%s\'.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','permission_settings','en','Object Permission Settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','permission','en','Permission',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','permission_denied','en','Permission Denied',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','permission_denied_filed_locked_by','en','Access denied. The file was locked by \'%s\'.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','perma_link','en','Permanent Link',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','perm_special_options','en','Special Options',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','perm_settings','en','Permissions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','perm_special_options','en','Special Options',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','perma_link','en','Permanent Link',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','permission_denied_filed_locked_by','en','Access denied. The file was locked by \'%s\'.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','perm_role_info_glob_2','en','If you want to change the permissions of role \'%s\' for all existing objects in the repository you must check the option \'Change Existing Objects\' at the bottom of the screen.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','perm_role_info_glob_1','en','This form determines the permissions of role \'%s\' for newly created objects in the repository.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','perm_role_info_2','en','If you want to change the permissions of role \'%s\' for all already existing objects underneath \'%s\' you must check the option \'Change Existing Objects\' at the bottom of the screen.',NULL,NULL); @@ -24425,33 +24463,33 @@ INSERT INTO `lng_data` VALUES ('common','per_object','en','Access per object',NU INSERT INTO `lng_data` VALUES ('common','pdf_export','en','PDF Export',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','pd_items_news_info','en','If activated, all news related to items that have been added to the personal desktop will be included in the news block.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','pd_enable_contacts_requires_mail','en','Requires mail permission',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','pd_enable_contacts','en','Enable Contacts',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','pd_enable_chatviewer','en','Enable Chat Viewer',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pd_enable_contacts_requires_mail','en','Requires mail permission',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','pays_write','en','User can edit settings in Shop administration',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','pays_visible','en','Shop administration is visible',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','pays_read','en','User has read access to Shop administration',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','pays_edit','en','Edit shop settings',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','payment_system','en','Payment System',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','pays_edit_permission','en','User can change permission settings in Shop administration',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','payment_demo','en','Demo',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','payment_in_sc','en','Already in shopping cart',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','payment_payed_access','en','Payed/Access',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','payment_system','en','Payment System',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','payment_demo','en','Demo',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','pay_methods','en','Pay methods',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','payment_buyable','en','Buyable',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_unzip','en','Path to Unzip',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','pathes','en','Paths',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','path','en','Path',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','path_to_zip','en','Path to Zip',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_java','en','Path to Java',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','path_to_htmldoc','en','Path to HTMLdoc',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','path_not_set','en','Path not set',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','path_to_babylon','en','Path to Babylon',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','path_to_convert','en','Path to Convert',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','path_to_babylon','en','Path to Babylon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','path_not_set','en','Path not set',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pastePage','en','Paste',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','paste_clipboard_items','en','Paste',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','paste','en','Paste',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','pasteChapter','en','Paste',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','paste_clipboard_items_into_multiple_objects','en','Paste Into Multiple Objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','password','en','Password',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); @@ -24461,168 +24499,168 @@ INSERT INTO `lng_data` VALUES ('common','password_must_chars_and_numbers','en',' 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','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','password_assistance_disabled','en','Password assistance is only available when user authentication is done via local ILIAS database.',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','en','Password',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_list','en','List of Passwords',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','passwd_generation_info','en','If enabled, a user can select a password only from a list of automatically generated passwords.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','passed','en','Passed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','passwd_generation_info','en','If enabled, a user can select a password only from a list of automatically generated passwords.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','parameter','en','Parameter',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','parse','en','Parse',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','page_layouts','en','Page Layouts',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','page_edit','en','Edit Page',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','owner','en','Owner',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','other','en','Other',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','overview','en','Overview',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','overwrite','en','Overwrite',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','owner_updated','en','Owner updated.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','organization','en','Provider',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','owner','en','Owner',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','order_by_date','en','Order by Date',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','options','en','Options',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','order_by_answers','en','Order by Answers',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','options_for_subobjects','en','Options for sub-objects',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','options_for_subobjects','en','Options for sub-objects',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','option','en','Option',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','open_views_inside_frameset','en','Open views inside frame',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_version','en','Online Version',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','online_version','en','Online Version',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','online_chapter','en','Online Chapter',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','omit','en','Omit',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','old','en','Old',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','omit_all','en','Omit all',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','offline','en','Offline',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','ok','en','OK',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','objs_webr','en','Weblinks',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_wiki','en','Wikis',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','of','en','Of',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','offline_version','en','Offline Version',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','offline','en','Offline',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','objs_usr','en','Users',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_url','en','URLs',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_usr','en','Users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_webr','en','Weblinks',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_st','en','Chapters',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_type','en','Object Types',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_spl','en','Question Pools Survey',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_sess','en','Sessions',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','objs_sahs','en','SCORM Learning Modules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_prg','en','Study Programmes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_qpl','en','Question Pools Test',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_role','en','Roles',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_rolt','en','Role Templates',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','objs_qst','en','Questions',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','objs_prg','en','Study Programmes',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','objs_qpl','en','Question Pools Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_sahs','en','SCORM Learning Modules',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_pg','en','Pages',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','objs_note','en','Notes',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_mob','en','Media Objects',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','objs_lo','en','Learning Objects',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','objs_lres','en','Learning Resources',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','objs_mail','en','Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_note','en','Notes',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_mcst','en','Mediacasts',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_mep','en','Media Pools',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_lres','en','Learning Resources',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_mail','en','Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_lo','en','Learning Objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_htlm','en','HTML Learning Modules',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_lm','en','ILIAS Learning Modules',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_lng','en','Languages',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_glo','en','Glossaries',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_grp','en','Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_frm','en','Forums',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_frm','en','Forums',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','objs_exc','en','Exercises',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_feed','en','Web Feeds',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_exc','en','Exercises',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_dbk','en','Digilib Books',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_delete','en','Delete objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_crsr','en','Course References',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_confirm','en','Confirm Action',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_crs','en','Courses',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_chat','en','Chats',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','objs_catr','en','Category References',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_cat','en','Categories',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objs_catr','en','Category References',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objf','en','Object definitions',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objs_alm','en','AICC Learning Modules',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','objf_visible','en','Object definitions are visible',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objf_write','en','Edit Object definitions',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objf_read','en','Read access to Object definitions',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','objf_visible','en','Object definitions are visible',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objects','en','Objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','objf_edit_permission','en','Change permission settings',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','object','en','Object',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_copy_in_progress','en','Started Copying.',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','obj_webr','en','Weblink',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_wiki','en','Wiki',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_usr','en','User',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','en','Object',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_select','en','-- Please select one weblink list --',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_webr','en','Weblink',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_user','en','User',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_usrf','en','User Management',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_usr','en','User',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_uset','en','User Settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_type','en','Object Type',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_user','en','User',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_url','en','URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_type','en','Object Type',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_typ','en','Object Type Definition',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_tst','en','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_tst_duplicate','en','Copy Test',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_tst_select','en','-- Please select one test --',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_trac','en','Statistics and Learning Progress',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_taxf','en','Taxonomies',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_taxf_desc','en','Folder for taxonomies',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_tax','en','Taxonomy',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_tax','en','Taxonomy',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_taxf_desc','en','Folder for 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_svyf','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','en','Survey',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_svy_duplicate','en','Copy Survey',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_svy_select','en','-- Please select one survey --',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_svy_duplicate','en','Copy Survey',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_stys','en','Layout and Styles',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_spl','en','Question Pool Survey',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_sty','en','Style',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_spl_duplicate','en','Copy Question Pool Survey',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_sess_select','en','-- Please select one 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_seas_desc','en','Manage the search settings here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_sess_select','en','-- Please select one session --',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_sess','en','Session',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_sco','en','SCO',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_root','en','Repository - Home',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_sahs','en','Learning Module SCORM',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_rolf_local','en','Local Roles',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_rolf','en','Roles',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_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_rolf','en','Roles',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_rolf_desc','en','Manage your roles here.',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_local','en','Local Roles',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_qpl','en','Question Pool Test',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_rcrs','en','ECS Course',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_recf','en','Restored Objects',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_ps_desc','en','Configure global privacy and security settings here.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_ps','en','Privacy and Security',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_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_ps_desc','en','Configure global privacy and security settings here.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_ps','en','Privacy and Security',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_pays','en','Shop',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_pdts','en','Personal Desktop',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_pays_desc','en','Configure shop settings and vendors',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_page','en','Page',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_owner','en','This Object is owned by',NULL,NULL); @@ -24630,190 +24668,190 @@ INSERT INTO `lng_data` VALUES ('common','obj_objf','en','Object Definitions',NUL 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_notf','en','Note Administration',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_note','en','Note',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_not_found','en','Object Not Found',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_notf','en','Note Administration',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_mobs','en','Media Objects and Pools',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_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_mcst','en','Mediacast',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_mobs_desc','en','Settings for media objects and media pools.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_mep','en','Media Pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_mcts','en','Mediacast',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_mcst','en','Mediacast',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_mail','en','Mail',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_lrss','en','Learning Resources',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_lo','en','LearningObject',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_lngf','en','Languages',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_ldap','en','LDAP Settings',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_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_grp_select','en','-- Please select one group --',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_ldap','en','LDAP Settings',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_grp','en','Group',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_htlm','en','Learning Module HTML',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_grp_select','en','-- Please select one group --',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_grp_duplicate','en','Copy Group',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_glo','en','Glossary',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_frm_select','en','-- Please select one forum --',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_fold_select','en','-- Please select one folder --',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_select','en','-- Please select one file --',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_file','en','File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_fold_select','en','-- Please select one folder --',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_fold_duplicate','en','Copy Folder',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_duplicate','en','Copy File',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_feed','en','Web Feed',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_facs','en','Files',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_extt','en','Third Party Software',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_extt_desc','en','Configure external software or services that are supported by ILIAS',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_exc','en','Exercise',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_exc_select','en','-- Please select one exercise --',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_exc_duplicate','en','Copy Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_facs','en','Files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_feed','en','Web Feed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_file_duplicate','en','Copy File',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_select','en','-- Please select one file --',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_file','en','File',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_chap','en','Chapter',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_chat','en','Chat',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_cmps_desc','en','General settings for Repository Plugins',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_cmps','en','Plugins',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_crs_duplicate','en','Copy Course',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_crs_select','en','-- Please select one course --',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_crs','en','Course',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_crsr','en','Course Reference',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_dbk','en','Digilib Book',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_crs','en','Course',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_crs_select','en','-- Please select one course --',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_crs_duplicate','en','Copy Course',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_cmps','en','Plugins',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_cmps_desc','en','General settings for Repository Plugins',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_chat','en','Chat',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_chap','en','Chapter',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_chac','en','Chat Server',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_cert_desc','en','Settings for certificates',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_exc_duplicate','en','Copy Exercise',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_exc_select','en','-- Please select one exercise --',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_cert','en','Certificates',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_chac_desc','en','Configure your chat server here. Enable/disable chats.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_chac','en','Chat Server',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_cen','en','Centra Event',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_cert_desc','en','Settings for certificates',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_catr','en','Category Reference',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_cat','en','Category',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_cat_duplicate','en','Copy Category',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_cat_select','en','-- Please select one category --',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_cat','en','Category',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_cals','en','Calendar',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_cals_desc','en','General Calendar settings.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_calendar','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_auth','en','Authentication and Registration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_calendar','en','Calendar',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_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_alm','en','Learning Module AICC',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_assf','en','Test and Assessment',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','obj_adve','en','Editing',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','obj_alm','en','Learning Module AICC',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 ('rbac','nwss_read','en','User has read access to ews 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_write','en','User can edit settings in News and Web Feeds administration',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 ('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 ('common','obj_adm','en','Administration',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','note_all_pub_notes','en','All notes',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','note_my_pub_notes','en','My notes only',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','notifications','en','Notifications',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_write','en','User can edit settings in News and Web Feeds administration',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 ('rbac','nwss_edit_permission','en','User can change permission settings in News and Web Feeds administration',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','number_of_records','en','Number of records',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','num_users','en','Number of Users',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','number_of_accesses','en','Number of accesses',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','number_of_records','en','Number of records',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','not_implemented_yet','en','Not implemented yet',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','not_installed','en','Not Installed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','notifications','en','Notifications',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','notes','en','Notes',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','not_logged_in','en','You are not logged in',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','not_available','en','Not Available',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','note_all_pub_notes','en','All notes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','note_my_pub_notes','en','My notes only',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_enabled_or_configured','en','Not configured or enabled',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','not_accessed_yet','en','Not accessed yet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','not_available','en','Not Available',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','not_accessed','en','Not accessed',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','none','en','None',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','normal','en','Normal',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','no_zip_file','en','No zip file found.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','not_accessed_yet','en','Not accessed yet',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','none','en','None',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','no','en','No',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_zip_file','en','No zip file found.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_users_applied','en','Please select a user.',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_user_defined_fields_defined','en','No custom fields available.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','no_users_applied','en','Please select a user.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','no_submission_made','en','---',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','no_title','en','No Title',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','no_tst_in_personal_list','en','No tests in personal list.',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_title','en','No Title',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_submission_made','en','---',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_permission_to_join','en','You are not allowed to join this group!',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','no_owner','en','No Owner',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_objects','en','No objects',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','no_local_users','en','There are no local user',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_local_users','en','There are no local user',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','no_lo_in_personal_list','en','No learning objects in personal list.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','no_limit','en','No limit',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','no_license_available','en','No license available!',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_invalid_links','en','No invalid links found.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','no_import_available','en','Import not available for type',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_grp_in_personal_list','en','No groups in personal list.',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_frm_in_personal_list','en','No forums in personal list.',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','user_not_found_to_delete','en','A user could not be found to delete.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','no_description','en','No description',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','no_date','en','No date',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','no_datasets','en','The table is empty',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','no_conditions_found','en','No preconditions created.',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_checkbox','en','Please select at least one item.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','no_chat_in_personal_list','en','No chats in personal list',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','no_bm_in_personal_list','en','No bookmarks defined.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','no_access_link_object','en','You are not allowed to link this object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_chat_in_personal_list','en','No chats in personal list',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','no_agreement_description','en','There is currently no user agreement text provided with this installation. Please contact the system administrator.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','no_access_link_object','en','You are not allowed to link this object',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','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','nickname','en','Nickname',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','news','en','News',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','next','en','Next',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','new','en','New',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','newline','en','Newline',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_mail','en','New mail!',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','new_list_password','en','New suggestions',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','new_lowercase','en','new',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','new_language','en','New Language',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','new_group','en','New Group',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','new_folder','en','New Folder',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','never','en','never',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','new_appointment','en','New Appointment',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','my_tsts','en','My Tests',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','name','en','Name',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','my_los','en','My Learning Objects',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','my_grps','en','My Groups',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','multimedia','en','Multimedia',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','my_bms','en','Bookmarks',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','my_courses','en','My Courses',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','my_frms','en','My Forums',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','my_bms','en','Bookmarks',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','multimedia','en','Multimedia',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','msg_userassignment_changed','en','User assignment changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','my_grps','en','My Groups',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','my_los','en','My Learning Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','my_tsts','en','My Tests',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','name','en','Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','never','en','never',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','new_appointment','en','New Appointment',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','new_folder','en','New Folder',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','new_group','en','New Group',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','new_language','en','New Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','new_list_password','en','New suggestions',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','new_lowercase','en','new',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','new_mail','en','New mail!',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','newline','en','Newline',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','news','en','News',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','next','en','Next',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','nickname','en','Nickname',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','msg_wrong_filetype','en','File is no zip-archive',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_userassignment_changed','en','User assignment changed',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_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_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_sysrole_not_deletable','en','The system role cannot be deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_undeleted','en','Object(s) restored.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','msg_roleassignment_changed','en','Role assignment changed',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','msg_obj_not_deletable_sold','en','Payment is activated for the following objects. They can no be deleted.',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_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_sysrole_not_deletable','en','The system role cannot be deleted',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_active_changed','en','Active role assignment changed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_roleassignment_active_changed_comment','en','This setting is not saved to the user’s profile! If the user logs in again, all active role assignments reset to their saved values.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_role_exists2','en','already exists! Please choose another name',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_role_exists1','en','A role/role template with the name',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_removed','en','Object(s) removed from system.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','msg_role_exists1','en','A role/role template with the name',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','msg_role_exists2','en','already exists! Please choose another name',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_roleassignment_active_changed_comment','en','This setting is not saved to the user’s profile! If the user logs in again, all active role assignments reset to their saved values.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','msg_roleassignment_active_changed','en','Active role assignment changed',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_not_deletable_sold','en','Payment is activated for the following objects. They can no be deleted.',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 use a reference object for categories and courses.',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); @@ -24821,40 +24859,40 @@ INSERT INTO `lng_data` VALUES ('common','msg_obj_exists_in_folder','en','The obj 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_created','en','Object created.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','msg_nothing_found','en','msg_nothing_found',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_no_url','en','You didn’t enter a URL',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_not_in_itself','en','It’s not possible to paste the object in itself',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','msg_no_type_available','en','Sorry. There is no [type] available at the moment.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','msg_no_type_accessible','en','Sorry. You do not have the permissions to access any [type] of this list.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_type_available','en','Sorry. There is no [type] available at the moment.',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_sysadmin_sysrole_not_assignable','en','Only a System Administrator may assign users to the System Administrator Role',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_scan_log','en','Scan log not implemented yet',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_search_string','en','Please enter your query',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_rolf_allowed1','en','The object',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','msg_no_rolf_allowed2','en','is not allowed to contain a Role Folder',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_undelete','en','You have no permission to restore the following object(s):',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_track','en','You have no permission to access the user tracking.',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_perm','en','You have no permission to edit permission settings',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_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_role','en','You have no permission to modify roles',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_delete_track','en','You have no permission to delete tracking data.',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_cut','en','You have no permission to cut the following object(s):',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_delete_track','en','You have no permission to delete tracking data.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','msg_no_perm_create_user','en','You have no permission to add users',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','msg_no_perm_create','en','You have no permission to create 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_create_rolf','en','You have no permission to create a Role Folder. Therefore you may not stop inheritance of roles or add local roles here.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','msg_no_perm_create_object2','en','at this location!',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','msg_no_perm_create_role','en','You have no permission to add roles',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_no_perm_create_object2','en','at this location!',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','msg_no_perm_create_object1','en','You have no permission to create',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); @@ -24863,25 +24901,25 @@ INSERT INTO `lng_data` VALUES ('common','msg_no_language_selected','en','No tran 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_min_one_role','en','Each user must have at least one global role!',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','msg_min_one_active_role','en','Each user must have at least one active global role!',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','msg_linked','en','Selected object(s) linked.',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_invalid_filetype','en','Invalid file type',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_invalid_filetype','en','Invalid file type',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_input_does_not_match_regexp','en','Please provide a valid value.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','msg_input_either_file_or_url','en','You have to provide either a URL or a file.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','msg_failed','en','Sorry, action failed',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_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_error_copy','en','Copy Error',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_failed','en','Sorry, action failed',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','msg_deleted_rolts','en','Role Template deleted',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','msg_deleted_roles','en','Roles deleted',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','msg_deleted_rolt','en','Role Template deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','msg_deleted_roles','en','Roles 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_roles_rolts','en','Roles and Role Templates deleted',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','msg_deleted_export_files','en','Export file(s) deleted',NULL,NULL); @@ -24892,40 +24930,40 @@ INSERT INTO `lng_data` VALUES ('common','msg_copy_clipboard','en','Now, please s 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','move_to','en','Move to',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','move_up','en','Move Up',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','move_users_to_style','en','Move Users to Style',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','movePage','en','Move',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','msg_cancel','en','Action cancelled',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','msg_changes_ok','en','The changes were OK',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_users_to_style','en','Move Users to Style',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','move_up','en','Move Up',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','move_selected_items','en','Move',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','move_to','en','Move to',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','move_right','en','Move Right',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','move_left','en','Move Left',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','move_blocks','en','Move Blocks',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','move_down','en','Move Down',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','months','en','Months',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','move_left','en','Move Left',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','move_right','en','Move Right',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','move_selected_items','en','Move',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','months','en','Months',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','monthly','en','monthly',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','month_12_long','en','December',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month','en','Month',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','month_12_short','en','Dec',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','month_11_long','en','November',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_12_long','en','December',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','month_11_short','en','Nov',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_11_long','en','November',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','month_10_long','en','October',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','month_10_short','en','Oct',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_09_long','en','September',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_07_long','en','July',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_07_short','en','Jul',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','month_06_short','en','Jun',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','month_07_long','en','July',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','month_05_short','en','May',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','month_06_long','en','June',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','month_04_short','en','Apr',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_05_short','en','May',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','month_05_long','en','May',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','month_04_short','en','Apr',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','month_04_long','en','April',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','month_03_short','en','Mar',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','month_03_long','en','March',NULL,NULL); @@ -24933,31 +24971,31 @@ INSERT INTO `lng_data` VALUES ('common','month_02_short','en','Feb',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','month_02_long','en','February',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','month_01_short','en','Jan',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','month_01_long','en','January',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','modules','en','Modules',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 ('common','module','en','module',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','modules','en','Modules',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mod_rewrite_disabled','en','The Apache-Module ‘mod_rewrite’ is not available.',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 ('common','missing','en','Missing',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','mob','en','Media Object',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 ('rbac','mobs_read','en','User has read access to 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_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_precondition','en','Missing Precondition',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','missing','en','Missing',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','missing_perm','en','Missing Permission',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','migrate','en','Migrate',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','min_time','en','Minimum time',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','minute','en','Minute',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','minutes','en','Minutes',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','minute','en','Minute',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','min_time','en','Minimum time',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','migrate','en','Migrate',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): %s',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','meta_data','en','Metadata',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): %s',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','message','en','Message',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','message_to','en','Message to:',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','meta_data','en','Metadata',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 ('rbac','mep_write','en','User can edit content and settings of media pool',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','message_to','en','Message to:',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mep','en','Media Pool',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','message_content','en','Message Content',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_not_insert_already_exist','en','The following items have not been inserted because they are already in the media pool:',NULL,NULL); @@ -24970,11 +25008,11 @@ INSERT INTO `lng_data` VALUES ('common','membership_leave','en','Leave',NULL,NUL INSERT INTO `lng_data` VALUES ('common','mep_add','en','Add Media Pool',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','membership_annulled','en','Your membership has been cancelled',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','mem_waiting_list','en','Users on Waiting List:',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','member_status','en','Member Status',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','mem_view_long','en','Member View',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','member','en','Member',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_waiting_list','en','Users on 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_deactivate','en','Deactivate 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); @@ -24982,45 +25020,45 @@ INSERT INTO `lng_data` VALUES ('common','mem_unlimited','en','Unlimited',NULL,NU INSERT INTO `lng_data` VALUES ('common','mem_start','en','Registration Start:',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mem_reg_type','en','Registration Type',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mem_reg_period','en','Registration Period',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_reg_not_started','en','The registration has not started',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','mem_max_users','en','Maximum of Users:',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_participants','en','Participants',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','mem_end','en','Registration End:',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mem_free_places','en','Free Places',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mem_max_users','en','Maximum of Users:',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','mcst','en','Mediacast',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mem_add_to_wl','en','Add to Waiting List',NULL,NULL); -INSERT INTO `lng_data` VALUES ('rbac','mcst_visible','en','Mediacast is visible',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 ('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 ('rbac','mcst_copy','en','User can copy 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 ('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 ('rbac','mcst_delete','en','User can move or delete 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 ('common','max_time','en','Maximum time',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','max_number_rec','en','Maximum number of records',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','mark_all_unread','en','Mark All as Unread',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','marked_entries','en','Marked Entries',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','matriculation','en','Matriculation number',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mark_all_read','en','Mark All as Read',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','main_menu','en','Main Menu',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','manage_tracking_data','en','Manage Tracking Data',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','manage_members','en','Manage Members',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','main_menu_frame','en','Top Level Menu',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mails','en','Mails',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','mails_pl','en','Mail(s)',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 ('common','mail_use_pear_mail','en','Use Pear Mail',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','mail_visible','en','Mail administration is visible',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 ('common','mail_use_pear_mail','en','Use Pear Mail',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','mail_system','en','System Message',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_z_local','en','User Folders',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail','en','Mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mails_pl','en','Mail(s)',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mail_use_pear_mail_info','en','Use Pear Mail to parse mailbox addresses. The built in parser in ILIAS is limited. Pear Mail fully supports internet compliant e-mail addresses.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_system','en','System Message',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 ('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_settings','en','Mail Settings',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); @@ -25030,79 +25068,79 @@ INSERT INTO `lng_data` VALUES ('common','mail_search_groups_not_found','en','No INSERT INTO `lng_data` VALUES ('common','mail_not_sent','en','Mail not sent!',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_courses_not_found','en','No courses were found you are belonging to as a member.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_maxtime_mail','en','Max. days to keep mail',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_members','en','Mail to Members',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_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_members','en','Mail to Members',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','mail_maxtime_mail','en','Max. days to keep mail',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','mail_maxsize_mail','en','Max. mail size',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mail_maxtime_attach','en','Max. days to keep attachments',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','mail_maxsize_box','en','Max. mailbox size',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','mail_feedback','en','Mail Feedback',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','mail_folders','en','Mail Folders',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','mail_import_file','en','Export file',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_maxsize_mail','en','Max. mail size',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mail_import','en','Import',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mail_intern_enable','en','Enable',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mail_mails_of','en','Mail',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mail_maxsize_attach','en','Max. attachment size',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_maxsize_box','en','Max. mailbox size',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_feedback','en','Mail Feedback',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mail_e_sent','en','Sent',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_delete_error','en','Error while deleting',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','mail_delete_error_file','en','Error deleting file',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_delete_error_file','en','Error deleting file',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mail_b_inbox','en','Inbox',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_c_trash','en','Trash',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mail_attachments','en','Mail attachments',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mail_attachment','en','Mail attachment',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','mail_allow_smtp','en','Allow SMTP',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','mail_addressbook','en','Contacts',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mail_a_root','en','Mailbox',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_addressbook','en','Contacts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','mail_allow_smtp','en','Allow SMTP',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_read','en','Read access to administration of Learning Resources',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','lrss_visible','en','Administration of Learning Resources is visible',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','los','en','Learning Objects',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','lres','en','Learning Resources',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','los_last_visited','en','Last Visited Learning Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lres','en','Learning Resources',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','los','en','Learning Objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','logs','en','Log Data',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','los_last_visited','en','Last Visited Learning Objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','logout','en','Logout',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','en','Login',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','loginname_settings','en','Login Name Settings',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_already_exists','en','This login name already exists.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','login_to_ilias','en','Login to ILIAS',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_via_openid','en','Login to ILIAS via OpenID',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','login_time','en','Time online',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_time','en','Time online',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','en','Login Information',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_desc','en','Please enter a login information for the respective language.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','login_data','en','Login data',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','logic_or','en','or',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','login_data','en','Login data',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','logic_and','en','and',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','logic_or','en','or',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','log_in','en','Login',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','lock_file','en','Lock file',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','location','en','Location',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','locator','en','Location:',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','local_languages_already_installed','en','Selected local language file(s) are already installed',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','local_language_files','en','local language files',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','local_language_file','en','local language file',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','lo_overview','en','LO Overview',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','lo','en','Learning Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lo_overview','en','LO Overview',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','lo_other_langs','en','LOs in Other Languages',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','lo_no_content','en','No Learning Resources Available',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','lo_edit','en','Edit Learning Object',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','lo_new','en','New Learning Object',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lo_edit','en','Edit Learning Object',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','lo_categories','en','LO Categories',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','lo_available','en','Overview Learning Modules and Courses',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','lngf','en','Languages',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lo_available','en','Overview Learning Modules and Courses',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_visible','en','Language administration is visible',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','lng','en','Language',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','lm','en','Learning Module ILIAS',NULL,NULL); @@ -25111,88 +25149,88 @@ INSERT INTO `lng_data` VALUES ('rbac','lm_visible','en','ILIAS Learning Module i 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 ('common','lm_type_hacp','en','HACP',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','lm_type_aicc','en','AICC',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_type_aicc','en','AICC',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','lm_new','en','New ILIAS Learning Module',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','lm_leave','en','Unsubscribe from ILIASLearning Module',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','lm_join','en','Subscribe to 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 ('common','lm_join','en','Subscribe to ILIAS Learning Module',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 ('common','lm_create','en','Create 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_added','en','ILIAS Learning Module added',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','lm_add','en','Add ILIAS Learning Module',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','lm_a','en','an ILIAS Learning Module',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','literature','en','Literature',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','literature_bookmarks','en','Literature Bookmarks',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','literature','en','Literature',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','list_of_questions','en','List of Questions',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','list','en','List',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','list_of_pages','en','Pages 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_session_id','en','ILIAS session id',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_not_available','en','Not available',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','links_name','en','Parameter Name',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_no_name_given','en','Please choose a parameter name.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','links_existing_params','en','Existing Parameters:',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','links_dynamic','en','Dynamic Weblink Parameters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','links_name','en','Parameter Name',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_dyn_parameter','en','Dynamic Parameters',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','links_add_param','en','Add Parameter:',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','linked_pages','en','Linked Pages',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','linked_object','en','The object has been linked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','links_dynamic','en','Dynamic Weblink Parameters',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','links_existing_params','en','Existing 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_dynamic_info','en','You can add dynamic parameters like the ILIAS user id.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','link_checker_refreshed','en','Refreshed view',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','linked_object','en','The object has been linked',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','linked_pages','en','Linked Pages',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_check_subject','en','[ILIAS] Weblink check',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_dynamic_info','en','You can add dynamic parameters like the ILIAS user id.',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_subject','en','[ILIAS] Weblink check',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','link_check_message_disabled','en','Messages disabled',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','licenses','en','Licenses',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','link_all','en','Link all',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','link_check_body_top','en','You receive mail from ILIAS because you want to be informed about invalid links of the following learning modules:',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','level','en','Level',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','license','en','License',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','licenses','en','Licenses',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','learning_resources','en','Learning Resources',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','level','en','Level',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','leave_waiting_list','en','Leave Waiting List',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','learning_resource','en','Learning Resource',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','learning_resources','en','Learning Resources',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','learning_resourc','en','Learning Resource',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','learning_progress','en','Learning Progress',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','learning_objects','en','Learning Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','learning_progress','en','Learning Progress',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','ldap','en','LDAP',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','learning module','en','Learning Module',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','ldap_write','en','Edit LDAP settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','ldap_visible','en','LDAP settings are visible',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_search_base','en','LDAP Search base',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','ldap_server','en','LDAP Server URL',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','ldap_tls','en','Use LDAP TLS',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','ldap_v2','en','LDAPv2',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','ldap_v3','en','LDAPv3',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','ldap_version','en','LDAP protokoll version',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','ldap_login_key','en','Attribute for login name',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','ldap_objectclass','en','ObjectClass of user accounts',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','ldap_passwd','en','Your current password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ldap_visible','en','LDAP settings are visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ldap_v2','en','LDAPv2',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ldap_tls','en','Use LDAP TLS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ldap_server','en','LDAP Server URL',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ldap_search_base','en','LDAP Search base',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_port','en','LDAP Port',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ldap_passwd','en','Your current password',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ldap_objectclass','en','ObjectClass of user accounts',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','ldap_login_key','en','Attribute for login name',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','ldap_edit_permission','en','Change permission settings',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','ldap_configure','en','Configure LDAP Authentication',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','last_visited','en','Last Visited',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','lastname','en','Last Name',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','launch','en','Launch',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','ldap_basedn','en','LDAP BaseDN',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','last_update','en','Last Update',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_visit','en','Last Visit',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','last_update','en','Last Update',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','last_reminder','en','Last reminder',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','last_login','en','Last Login',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','last_refresh','en','Last Refresh',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','last_login','en','Last Login',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','last_edited_on','en','Last edited on',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','last_change','en','Last Change',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','languages','en','Languages',NULL,NULL); @@ -25201,26 +25239,26 @@ INSERT INTO `lng_data` VALUES ('common','languages_updated','en','All installed INSERT INTO `lng_data` VALUES ('common','languages_already_uninstalled','en','Selected language(s) are already uninstalled',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','language','en','Language',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','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_version','en','1',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','lang_size_mb','en','MB',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','langfile_found','en','Language file found',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_sep_thousand','en',',',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lang_size_mb','en','MB',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','lang_size_kb','en','KB',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','lang_size_bytes','en','bytes',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_sep_thousand','en',',',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','lang_sep_decimal','en','.',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','Extended language maintenance is currently activated. Refreshing the languages will read the global language files of ILIAS and probably the local language files from the Customizing directory to the database. Global language files will not affect your manual changes. A local language file will overwrite all manual changes that are older than the saving date of the local language file.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','lang_path','en','Language Path',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','lang_dateformat','en','Y-m-d',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','join','en','Join',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','java_server','en','Java-Server',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','java_server_readme','en','Setup information',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','java_server_port','en','Port',NULL,NULL); @@ -25234,206 +25272,206 @@ INSERT INTO `lng_data` VALUES ('common','invisible_block','en','Invisible Block' 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','internal_system','en','Internal system',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','en','Installed',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','institution','en','Institution',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','instant_messengers','en','Instant Messengers',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','install','en','Install',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','installed_local','en','Installed With Local',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','installed','en','Installed',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','install_local','en','Install With Local',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','inst_id','en','Installation ID',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','inst_info','en','Installation Info',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','inst_name','en','Installation Name',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','insert_object_here','en','Insert at Current Position',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','inst_info','en','Installation Info',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','inst_id','en','Installation ID',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','insert','en','Insert',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','inline_file_extensions','en','Web-enabled files',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','insert_object_here','en','Insert at Current Position',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','input_error','en','Input error',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','inifile','en','Ini-File',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','information_abbr','en','Info',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','en','Information',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','info_view_of_user','en','User',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','info_trash','en','Deleted Objects',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','info_status_info','en','Permissions of 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_trash','en','Deleted Objects',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_view_of_user','en','User',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_permission_source','en','Effective From*',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_permission_origin','en','Original Position',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','info_not_assigned','en','not assigned',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','info_message','en','Information Message',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_not_assigned','en','not assigned',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','info_is_member','en','User is member',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_from_role','en','Granted by Role / Ownership',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_enter_login_or_id','en','(Enter login name or user ID)',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','info_deleted','en','Object(s) Deleted',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','info_enter_login_or_id','en','(Enter login name or user ID)',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_delete_sure','en','Are you sure that you want to delete the following item(s)?',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_change_user_view','en','Change User',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','info_available_roles','en','Available Roles',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','info_assigned','en','assigned',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_assign_sure','en','Are you sure you want to assign the following user(s)?',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','info_accessFree_sure','en','Are you sure you want to remove the limited access for 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_available_roles','en','Available Roles',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_accessFree_sure','en','Are you sure you want to remove the limited access for the following user(s)?',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','info_access_permissions','en','Access Permissions',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','include_local','en','include local language file when updating language',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','inactive','en','Inactive',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','inbox','en','Inbox',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','inactive','en','Inactive',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','in','en','in',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','in_use','en','User Language',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','in_use_by','en','In use by',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_warning_log','en','Import warning log',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','import','en','Import',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_warning_log','en','Import warning log',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','import_users','en','Import Users',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_svy','en','Import Survey',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','import_sahs','en','Import SCORM Package',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','import_spl','en','Import Question Pool Survey',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','import_root_user','en','Import Root User',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_qpl','en','Import Question Pool Test',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','import_grp','en','Import Group',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','import_lm','en','Import ILIAS Learning module',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','import_glossary','en','Import Glossary',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_grp','en','Import Group',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','import_grp_finished','en','Imported group without any error',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','import_finished','en','Number of imported messages.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_glossary','en','Import Glossary',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','import_forum_finished','en','The forum has been imported.',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_finished','en','Number of imported messages.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','import_file','en','Import File',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_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','import_cat_localrol','en','Create local role for every new category',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','import_alm','en','Import AICC Package',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','image','en','Image',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','import_alm','en','Import AICC Package',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','image_gen_unsucc','en','Image generation unsuccessful. Contact your system administrator and verify the convert path.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','im_yahoo','en','Yahoo',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','im_yahoo_icon','en','Yahoo Logo',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','im_voip','en','VoIP',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','im_voip_icon','en','VoIP Logo',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','im_yahoo_icon','en','Yahoo Logo',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','im_skype','en','Skype',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','im_voip_icon','en','VoIP Logo',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','im_skype_icon','en','Skype Logo',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','im_msn_icon','en','MSN Logo',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','im_msn','en','MSN',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','im_jabber','en','Jabber',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','im_msn_icon','en','MSN Logo',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','im_jabber_icon','en','Jabber Logo',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','im_icq','en','ICQ',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','im_icq_icon','en','ICQ Logo',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','im_aim','en','AIM',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','im_aim_icon','en','AIM Logo',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','ilias_version','en','ILIAS version',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','im_aim_icon','en','AIM Logo',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','ilias_username','en','ILIAS Username',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','ilias_and_webfolder_username','en','ILIAS and Webfolder Username',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_status_closed','en','Group closed',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','il_grp_member','en','Group Member',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_admin','en','Group Administrator',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','il_frm_moderator','en','Forum moderator',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','il_crs_tutor','en','Course Tutor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_grp_member','en','Group Member',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_member','en','Course Member',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','il_crs_admin','en','Course Administrator',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_crs_tutor','en','Course Tutor',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','il_frm_moderator','en','Forum moderator',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','il_chat_moderator','en','Chat Moderator',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','ignore_on_conflict','en','Ignore on conflict',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','if_no_title_then_url','en','Leave blank to display the URL',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','icons_in_typed_lists','en','Icon position in item lists',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','icons_in_typed_lists_info','en','Determines where to display icons in item lists that are ordered by type within the repository and on the personal desktop.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','icons_in_item_rows','en','Item rows',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','icons_in_header','en','Header row',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','icon','en','Icon',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','icons_in_item_rows','en','Item rows',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','icons_in_typed_lists_info','en','Determines where to display icons in item lists that are ordered by type within the repository and on the personal desktop.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','icon_settings','en','Custom Icons',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','http_path','en','HTTP Path',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','http','en','HTTP',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','html_block','en','HTML Block',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','html_block','en','HTML Block',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','htlm','en','Learning Module HTML',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 ('rbac','htlm_read','en','User can read HTML learning module',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_read','en','User can read HTML learning module',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','htlm_new','en','New 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 ('common','htlm_edit','en','Edit HTML Learning Module Properties',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 ('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_copy','en','User can copy HTML learning module',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','hours','en','Hours',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','hours_of_day','en','Hours of day',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','host','en','Host',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','hour','en','Hour',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hours_of_day','en','Hours of day',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','hobby','en','Interests/Hobbies',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','hits_per_page','en','Hits/Page',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_webr_delete','en','Deleted Weblink with title: \"%1\"',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hits_per_page','en','Hits/Page',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','hist_no_entries','en','No entries in history.',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_lm_st_cut_page','en','Page \"%1\" [%2] cut out of chapter.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','hist_lm_st_paste_page','en','Page \"%1\" [%2] pasted into chapter.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','hist_lm_pg_update','en','Page changed.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hist_lm_st_cut_page','en','Page \"%1\" [%2] cut out of chapter.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','hist_lm_st_create','en','Chapter created.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hist_lm_pg_update','en','Page changed.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','hist_lm_pg_paste','en','Page pasted into chapter \"%1\" [%2].',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','hist_lm_pg_cut','en','Page cut out of chapter \"%1\" [%2].',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_delete_st','en','Chapter \"%1\" [%2] has been deleted.',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_file_replace','en','File replaced. New file name is \"%1\", new version is %2.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','hist_file_new_version','en','Added new file version, file name is \"%1\", new version is %2.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','hist_file_create','en','File created, file name is \"%1\".',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','hist_dbk_st_paste_page','en','Page \"%1\" [%2] pasted into chapter.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hist_file_new_version','en','Added new file version, file name is \"%1\", new version is %2.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hist_dbk_pg_paste','en','Page pasted into chapter \'%1\' [%2].',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','hist_dbk_pg_update','en','Page changed.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','hist_dbk_st_cut_page','en','Page \"%1\" [%2] cut out of chapter.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','hist_dbk_pg_paste','en','Page pasted into chapter \'%1\' [%2].',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hist_dbk_st_paste_page','en','Page \"%1\" [%2] pasted into chapter.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','hist_dbk_pg_cut','en','Page cut out of chapter \"%1\" [%2].',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','hist_dbk_pg_create','en','Page created.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','hist_dbk_delete_pg','en','Page \"%1\" [%2] has been deleted.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','hist_dbk_delete_st','en','Chapter \"%1\" [%2] has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hist_dbk_delete_pg','en','Page \"%1\" [%2] has been deleted.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','hide','en','Hide',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','hint','en','Hint',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_private_notes','en','Hide Notes',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','hide_structure','en','Disable Structured-View',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','hide','en','Hide',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_filter','en','Hide Filter',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','hide_details','en','Hide Details',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','yyyy_mm_dd','en','YYYY-MM-DD',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','dd_mm_yyyy','en','DD.MM.YYYY',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','yyyy_mm_dd','en','YYYY-MM-DD',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','HH','en','HH:MM',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','mm_dd_yyyy','en','MM/DD/YYYY',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','hh_mm_ss','en','HH:MM:SS',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','hh_mm','en','HH:MM',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_mm_ss','en','HH:MM:SS',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','height','en','Height',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_title','en','Header Title',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 ('common','guest','en','Guest',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','guests','en','Guests',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','grp_select_one_file','en','Please select one file.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('rbac','grp_visible','en','Group is visible',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','guest','en','Guest',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp','en','Group',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','grp_wizard_page','en','Copy Group (Step 2/2)',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 ('common','grp_select_one_file','en','Please select one file.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grp_visible','en','Group is visible',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','grp_select_one_file_only','en','Please select exactly one file.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','grp_search_members','en','User search',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','grp_search_enter_search_string','en','Please enter a search string',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_registration_completed','en','You have joined the group',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','grp_register','en','Join',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_register','en','Join',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_options','en','Options',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','grp_no_roles_selected','en','Please select a role',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','grp_no_results_found','en','No results found',NULL,NULL); @@ -25443,31 +25481,31 @@ INSERT INTO `lng_data` VALUES ('common','grp_new_search','en','New search',NULL, INSERT INTO `lng_data` VALUES ('common','grp_name_exists','en','There is already a group with this name! Please choose another name.',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_msg_applicants_removed','en','Applicant(s) removed from list.',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_msg_applicants_removed','en','Applicant(s) removed from list.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','grp_members_gallery','en','Group Members Gallery',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 ('common','grp_mem_leave','en','Dismiss member from group',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','grp_mail_subj_subscription_cancelled','en','Subscription cancelled',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_mail_subj_new_subscription','en','New subscription',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_mail_subj_subscription_cancelled','en','Subscription cancelled',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','grp_mail_body_subscription_cancelled','en','Your membership has been cancelled.',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 ('common','grp_mail_body_new_subscription','en','You have been subscribed to this group.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_list_users','en','List users',NULL,NULL); +INSERT INTO `lng_data` VALUES ('rbac','grp_leave','en','User can unsubscribe from group',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_err_registration_data','en','Please enter a password, the expiration date and time for a valid joining period !',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','grp_err_no_permission','en','You do not possess the permissions for this operation.',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','grp_err_member_could_not_be_removed','en','Member could not be removed. Please verify all dependencies of this user.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','grp_err_error','en','An error occurred',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','grp_err_last_member','en','Last member could not be removed, please delete group instead.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('common','grp_err_error','en','An error occurred',NULL,NULL); INSERT INTO `lng_data` VALUES ('common','grp_err_at_least_one_groupadministrator_is_needed','en','Each group needs at least one group administrator',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 ('common','grp_edit','en','Edit Group',NULL,NULL); INSERT INTO `lng_data` VALUES ('rbac','grp_edit_permission','en','User can change permission 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 ('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); @@ -28324,17 +28362,17 @@ INSERT INTO `lng_data` VALUES ('administration','language_all_modules','en','All INSERT INTO `lng_data` VALUES ('administration','initializing_gaps','en','Initializing gaps in tree...',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','found','en','found.',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','history_loginname','en','Login Name History',NULL,NULL); -INSERT INTO `lng_data` VALUES ('administration','dumping_tree','en','Dumping tree...',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','found_none','en','none found.',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','dump_tree','en','Dump tree',NULL,NULL); +INSERT INTO `lng_data` VALUES ('administration','dumping_tree','en','Dumping tree...',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','course_export','en','Visible in Courses',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','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','confirm_message_course_export','en','You added the course export functionality for one or more fields. Please confirm your changes.',NULL,NULL); -INSERT INTO `lng_data` VALUES ('administration','clean','en','Clean up',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','confirm_message_course_export','en','You added the course export functionality for one or more fields. Please confirm your changes.',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','check_tree','en','Check tree structure',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','check_tree_desc','en','Check consistence of entire tree structure. Depending on tree size this may take a while!',NULL,NULL); @@ -28351,17 +28389,17 @@ INSERT INTO `lng_data` VALUES ('administration','allow_change_loginname','en','P INSERT INTO `lng_data` VALUES ('administration','adm_repository_cache_time','en','Repository Cache Time',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','adm_repository_cache_time_info','en','Repository access cache time. Set 0 to disable the cache. Higher values may improve performance but also display actions that lead to a no-permission screen.',NULL,NULL); INSERT INTO `lng_data` VALUES ('administration','adm_locale','en','Locale',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_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 ('acc','acc_tree_on','en','Tree On',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 ('acc','acc_tree_on','en','Tree On',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_next','en','Next',NULL,NULL); INSERT INTO `lng_data` VALUES ('acc','acc_previous','en','Previous',NULL,NULL); -INSERT INTO `lng_data` VALUES ('acc','acc_reply','en','Reply',NULL,NULL); +INSERT INTO `lng_data` VALUES ('acc','acc_last_visited','en','Last Visited',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_function','en','Function',NULL,NULL); -INSERT INTO `lng_data` VALUES ('acc','acc_last_visited','en','Last Visited',NULL,NULL); INSERT INTO `lng_data` VALUES ('acc','acc_forward_mail','en','Forward Mail',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); @@ -28370,42 +28408,6 @@ 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 ('common','il_chat_moderator_write','en','Edit Chat Room settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','il_chat_moderator_moderate','en','Moderate Chat Room',NULL,NULL); -INSERT INTO `lng_data` VALUES ('common','obj_il_chat_moderator','en','Chat Room Moderator',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_activate_notification','en','Activate Notification',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_deactivate_notification','en','Deactivate Notification',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_notification_activated','en','Notification Activated',NULL,NULL); -INSERT INTO `lng_data` VALUES ('crs','crs_notification_deactivated','en','Notification Deactivated',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_activate_notification','en','Activate Notification',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_deactivate_notification','en','Deactivate Notification',NULL,NULL); -INSERT INTO `lng_data` VALUES ('grp','grp_notification_activated','en','Notification Activated',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 ('exc','exc_search_users','en','Search Users',NULL,NULL); -INSERT INTO `lng_data` VALUES ('blog','blog_navigation','en','Postings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('survey','survey_question_title','en','Question Title',NULL,NULL); -INSERT INTO `lng_data` VALUES ('assessment','tst_default_settings','en','Personal Default Settings',NULL,NULL); -INSERT INTO `lng_data` VALUES ('prtf','prtf_unset_as_default','en','Unset As My Profile',NULL,NULL); -INSERT INTO `lng_data` VALUES ('certificate','certificate_ph_date_completed','en','Date of completion',NULL,NULL); -INSERT INTO `lng_data` VALUES ('adve','adve_activation','en','Activation',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 ('certificate','certificate_ph_datetime_completed','en','Date and time of completion',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_exercisetitle','en','Exercise Title',NULL,NULL); -INSERT INTO `lng_data` VALUES ('rbac','rbac_back_to_overview','en','Back to Role List',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_select_copy_targets','en','Please select the target roles',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_not_change_existing_objects','en','Do NOT change existing objects',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 ('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 ('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_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 ('survey','survey_question_editor_settings_template','en','List View (in Tab ‘Questions’)',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); @@ -28681,8 +28683,10 @@ INSERT INTO `lng_data` VALUES ('pdesk','bookmark_moved_ok','en','Bookmark has be INSERT INTO `lng_data` VALUES ('wsp','wsp_tab_ownership','en','My Repository Objects',NULL,NULL); INSERT INTO `lng_data` VALUES ('user','user_ownership','en','Repository Objects',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 ('mail','mail_system_sender_name','en','Sender Name',NULL,NULL); -INSERT INTO `lng_data` VALUES ('mail','mail_system_sender_name_info','en','Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_system_from_name','en','Sender Name',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_system_from_name_info','en','Please enter a name. This name (e.g. \'John Doe\') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_system_return_path','en','Global Return-Path',NULL,NULL); +INSERT INTO `lng_data` VALUES ('mail','mail_system_return_path_info','en','Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the \'Return-Path\' will be the \'From\' email address.',NULL,NULL); INSERT INTO `lng_data` VALUES ('content','cont_current_term','en','Current Term',NULL,NULL); INSERT INTO `lng_data` VALUES ('assessment','tst_setting_offer_hints_label','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); @@ -32129,7 +32133,7 @@ INSERT INTO `lng_data` VALUES ('rbac','logs_visible','en','Logging settings are 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','Komponenten',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); @@ -32365,6 +32369,12 @@ INSERT INTO `lng_data` VALUES ('style','sty_ha_ihcap_class','en','Hor. Accordion 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 ('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); -- -- Table structure for table `lng_modules` @@ -32468,7 +32478,7 @@ INSERT INTO `lng_modules` VALUES ('tos','en','a:21:{s:19:\"tos_last_reset_date\" INSERT INTO `lng_modules` VALUES ('cron','en','a:46:{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: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:23:\"cron_result_status_fail\";s:6:\"Failed\";}'); INSERT INTO `lng_modules` VALUES ('bibl','en','a:114:{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:19:\"bibl_admin_settings\";s:8:\"Settings\";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:9:\"libraries\";s:9:\"Libraries\";s:10:\"attr_order\";s:15:\"Attribute-Order\";s:17:\"attr_order_bibtex\";s:24:\"Attribute Order (Bibtex)\";s:22:\"attr_order_bibtex_info\";s:24:\"default: isbn,issn,title\";s:14:\"attr_order_ris\";s:21:\"Attribute Order (ris)\";s:19:\"attr_order_ris_info\";s:18:\"default: sn,ti, t1\";s:18:\"news_title_created\";s:27:\"New bibliography list added\";s:20:\"news_content_created\";s:98:\"A new bibliography list has been added. You can view the entries by clicking the link to the item.\";s:18:\"news_title_updated\";s:25:\"Bibliography list updated\";s:20:\"news_content_updated\";s:103:\"The bibliography list has been modified. You can view the new entries by clicking the link to the item.\";s:9:\"bibl_copy\";s:17:\"Copy Bibliography\";s:19:\"bib_default_address\";s:7:\"Address\";s:18:\"bib_default_author\";s:6:\"Author\";s:21:\"bib_default_booktitle\";s:5:\"Title\";s:19:\"bib_default_chapter\";s:7:\"Chapter\";s:19:\"bib_default_edition\";s:7:\"Edition\";s:18:\"bib_default_editor\";s:6:\"Editor\";s:23:\"bib_default_institution\";s:11:\"Institution\";s:19:\"bib_default_journal\";s:7:\"Journal\";s:18:\"bib_default_number\";s:6:\"Number\";s:24:\"bib_default_organization\";s:12:\"Organization\";s:17:\"bib_default_pages\";s:5:\"Pages\";s:21:\"bib_default_publisher\";s:9:\"Publisher\";s:17:\"bib_default_title\";s:5:\"Title\";s:16:\"bib_default_type\";s:4:\"Type\";s:18:\"bib_default_volume\";s:6:\"Volume\";s:16:\"bib_default_year\";s:4:\"Year\";s:18:\"bib_default_school\";s:6:\"School\";s:15:\"bib_default_url\";s:3:\"URL\";s:20:\"bib_default_crossref\";s:15:\"Cross Reference\";s:20:\"bib_default_keywords\";s:8:\"Keywords\";s:16:\"bib_default_isbn\";s:9:\"ISSN/ISBN\";s:19:\"bib_default_urldate\";s:17:\"Date of URL visit\";s:20:\"bib_default_language\";s:8:\"Language\";s:18:\"bib_default_series\";s:6:\"Series\";s:16:\"bib_default_cite\";s:8:\"Bib Cite\";s:16:\"bib_default_note\";s:4:\"Note\";s:24:\"bib_default_howpublished\";s:12:\"Published as\";s:15:\"bib_default_key\";s:3:\"Key\";s:17:\"bib_default_month\";s:5:\"Month\";s:20:\"bib_default_abstract\";s:8:\"Abstract\";s:14:\"ris_default_ty\";s:4:\"Type\";s:14:\"ris_default_id\";s:12:\"Reference ID\";s:14:\"ris_default_t1\";s:5:\"Title\";s:14:\"ris_default_ti\";s:10:\"Book title\";s:14:\"ris_default_ct\";s:30:\"Title of unpublished reference\";s:14:\"ris_default_a1\";s:14:\"Primary author\";s:14:\"ris_default_a2\";s:16:\"Secondary author\";s:14:\"ris_default_au\";s:6:\"Author\";s:14:\"ris_default_y1\";s:12:\"Primary date\";s:14:\"ris_default_py\";s:16:\"Publication year\";s:14:\"ris_default_n1\";s:5:\"Notes\";s:14:\"ris_default_kw\";s:8:\"Keywords\";s:14:\"ris_default_rp\";s:14:\"Reprint status\";s:14:\"ris_default_sp\";s:10:\"Start page\";s:14:\"ris_default_ep\";s:11:\"Ending page\";s:14:\"ris_default_jf\";s:20:\"Periodical full name\";s:14:\"ris_default_jo\";s:32:\"Periodical standard abbreviation\";s:14:\"ris_default_ja\";s:41:\"Periodical in which article was published\";s:14:\"ris_default_j1\";s:37:\"Periodical name - User abbreviation 1\";s:14:\"ris_default_j2\";s:37:\"Periodical name - User abbreviation 2\";s:14:\"ris_default_vl\";s:6:\"Volume\";s:14:\"ris_default_is\";s:5:\"Issue\";s:14:\"ris_default_t2\";s:15:\"Title secondary\";s:14:\"ris_default_cy\";s:19:\"City of Publication\";s:14:\"ris_default_pb\";s:9:\"Publisher\";s:14:\"ris_default_u1\";s:6:\"User 1\";s:14:\"ris_default_u2\";s:6:\"User 2\";s:14:\"ris_default_u3\";s:6:\"User 3\";s:14:\"ris_default_u4\";s:6:\"User 4\";s:14:\"ris_default_u5\";s:6:\"User 5\";s:14:\"ris_default_t3\";s:12:\"Title series\";s:14:\"ris_default_n2\";s:8:\"Abstract\";s:14:\"ris_default_sn\";s:14:\"ISSN/ISBN/ASIN\";s:14:\"ris_default_av\";s:12:\"Availability\";s:14:\"ris_default_m1\";s:7:\"Misc. 1\";s:14:\"ris_default_m2\";s:7:\"Misc. 2\";s:14:\"ris_default_m3\";s:7:\"Misc. 3\";s:14:\"ris_default_ad\";s:7:\"Address\";s:14:\"ris_default_ur\";s:3:\"URL\";s:14:\"ris_default_l1\";s:11:\"Link to PDF\";s:14:\"ris_default_l2\";s:17:\"Link to Full-text\";s:14:\"ris_default_l3\";s:15:\"Related records\";s:14:\"ris_default_l4\";s:6:\"Images\";s:14:\"ris_default_y2\";s:14:\"Primary date 2\";s:14:\"ris_default_a3\";s:7:\"Authors\";s:14:\"ris_default_ab\";s:8:\"Abstract\";s:14:\"ris_default_la\";s:8:\"Language\";s:14:\"ris_default_ts\";s:2:\"TS\";s:14:\"ris_default_do\";s:3:\"DOI\";s:14:\"ris_default_ed\";s:15:\"Further Persons\";s:14:\"ris_default_in\";s:2:\"In\";s:14:\"ris_default_et\";s:7:\"Edition\";s:14:\"ris_default_dp\";s:17:\"Database Provider\";s:14:\"ris_default_st\";s:11:\"Short Title\";s:25:\"bibl_library_show_in_list\";s:24:\"Show as link in the list\";}'); INSERT INTO `lng_modules` VALUES ('classification','en','a:4:{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:7:\"No hits\";}'); -INSERT INTO `lng_modules` VALUES ('sysc','en','a:45:{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.\";}'); +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 ('scormtrac','en','a:87:{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:19:\"display_not_allowed\";s:19:\"Display not allowed\";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 ('link','en','a:6:{s:18:\"link_edit_int_link\";s:18:\"Edit Internal Link\";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 ('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.\";}'); @@ -32484,10 +32494,10 @@ INSERT INTO `lng_modules` VALUES ('cmps','en','a:65:{s:13:\"cmps_activate\";s:8: INSERT INTO `lng_modules` VALUES ('cntr','en','a:42:{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:27:\"cntr_disable_multi_commands\";s:22:\"Disable Multi Commands\";s:26:\"cntr_enable_multi_commands\";s:21:\"Enable Multi Commands\";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:17:\"cntr_page_actions\";s:12:\"Page Actions\";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:105:\"Categories, courses, groups or folders can only be copied as single objects. Please select one item only.\";s:18:\"objects_duplicated\";s:14:\"Objects copied\";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 ('rbac','en','a:712:{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:12:\"feed_visible\";s:19:\"Web feed is visible\";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:20:\"pays_edit_permission\";s:58:\"User can change permission settings in Shop administration\";s:9:\"pays_read\";s:43:\"User has read access to Shop administration\";s:12:\"pays_visible\";s:30:\"Shop administration is visible\";s:10:\"pays_write\";s:45:\"User can edit settings in Shop 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:10:\"stys_write\";s:58:\"User can edit settings in Layout and Styles administration\";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: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:32:\"User can copy category reference\";s:11:\"catr_delete\";s:42:\"User can move or delete category reference\";s:20:\"catr_edit_permission\";s:35:\"User can change permission settings\";s:9:\"catr_read\";s:33:\"Read access to Category Reference\";s:12:\"catr_visible\";s:29:\"Category reference is visible\";s:10:\"catr_write\";s:44:\"User can edit settings of category reference\";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:30:\"User can copy course reference\";s:11:\"crsr_delete\";s:40:\"User can move or delete course reference\";s:20:\"crsr_edit_permission\";s:35:\"User can change permission settings\";s:9:\"crsr_read\";s:31:\"Read access to Course Reference\";s:12:\"crsr_visible\";s:27:\"Course reference is visible\";s:10:\"crsr_write\";s:42:\"User can edit settings of course reference\";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: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:17:\"perm_administrate\";s:12:\"Administrate\";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:23:\"perm_class_general_desc\";s:101:\"Common operations available for all objects. Hover the cursor over operation to get more information.\";s:18:\"perm_class_general\";s:18:\"General operations\";s:22:\"perm_class_object_desc\";s:27:\"Object-specific operations.\";s:17:\"perm_class_object\";s:18:\"Special Operations\";s:20:\"perm_class_rbac_desc\";s:134:\"Access control to Permission settings (this menu) and local policy settings for automatic permission settings for new created objects.\";s:15:\"perm_class_rbac\";s:19:\"Permission settings\";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:25:\"Create Category Reference\";s:15:\"rbac_create_crs\";s:13:\"Create Course\";s:16:\"rbac_create_crsr\";s:23:\"Create Course Reference\";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: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: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: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: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: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:27:\"sess_edit_learning_progress\";s:40:\"User can edit learning progress settings\";}'); INSERT INTO `lng_modules` VALUES ('content','en','a:1218:{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:15:\"cont_add_circle\";s:10:\"Add Circle\";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:19:\"cont_add_fullscreen\";s:15:\"Add Full Screen\";s:16:\"cont_add_polygon\";s:11:\"Add Polygon\";s:18:\"cont_add_rectangle\";s:13:\"Add Rectangle\";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:20:\"cont_all_definitions\";s:15:\"All Definitions\";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:16:\"cont_api_adapter\";s:16:\"API Adapter Name\";s:20:\"cont_api_func_prefix\";s:20:\"API Functions Prefix\";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:23:\"cont_assign_translation\";s:18:\"Assign translation\";s:24:\"cont_assignments_deleted\";s:33:\"The assignments have been deleted\";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:14:\"cont_booktitle\";s:10:\"Book title\";s:11:\"cont_bottom\";s:6:\"Bottom\";s:27:\"cont_browser_not_js_capable\";s:61:\"JavaScript enabled editing is not supported for your browser.\";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:32:\"cont_chap_copy_select_target_now\";s:46:\"Chapter marked for copying. Select target now.\";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:20:\"cont_choose_cont_obj\";s:21:\"Choose Content Object\";s:20:\"cont_choose_glossary\";s:15:\"Choose Glossary\";s:24:\"cont_choose_media_source\";s:19:\"Choose Media Source\";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:21:\"cont_citation_err_one\";s:35:\"You must select exactly one edition\";s:33:\"cont_citation_selection_not_valid\";s:29:\"You\'re selection is not valid\";s:13:\"cont_Citation\";s:8:\"Citation\";s:14:\"cont_citations\";s:9:\"Citations\";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:9:\"cont_Code\";s:4:\"Code\";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:16:\"cont_content_obj\";s:14:\"Content Object\";s:12:\"cont_content\";s:7:\"Content\";s:13:\"cont_contents\";s:8:\"Contents\";s:11:\"cont_coords\";s:11:\"Coordinates\";s:16:\"cont_copy_object\";s:11:\"copy object\";s:22:\"cont_copy_to_clipboard\";s:17:\"Copy to clipboard\";s:23:\"cont_copy_to_media_pool\";s:18:\"Copy to media pool\";s:38:\"cont_could_not_determine_resource_size\";s:58:\"ILIAS could not automatically determine the resource size.\";s:15:\"cont_create_dir\";s:16:\"Create Directory\";s:28:\"cont_create_export_file_html\";s:25:\"Create Export File (HTML)\";s:29:\"cont_create_export_file_scorm\";s:26:\"Create Export File (SCORM)\";s:27:\"cont_create_export_file_xml\";s:24:\"Create Export File (XML)\";s:23:\"cont_create_export_file\";s:18:\"Create Export File\";s:18:\"cont_create_folder\";s:13:\"Create Folder\";s:24:\"cont_create_html_version\";s:19:\"Create HTML Package\";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_cross_reference\";s:15:\"Cross reference\";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:11:\"Custom 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_debugpw\";s:8:\"Password\";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:19:\"cont_del_assignment\";s:17:\"Delete assignment\";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:20:\"cont_derive_from_obj\";s:18:\"Derive from Object\";s:12:\"cont_details\";s:7:\"Details\";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:16:\"cont_e_g_example\";s:4:\"e.g.\";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:14:\"cont_edit_area\";s:9:\"Edit Area\";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:19:\"cont_edit_mob_files\";s:12:\"Object Files\";s:24:\"cont_edit_mob_properties\";s:28:\"Edit Media Object 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:24:\"cont_edit_tab_properties\";s:16:\"Table Properties\";s:14:\"cont_edit_tabs\";s:10:\"Properties\";s:14:\"cont_edit_term\";s:9:\"Edit Term\";s:12:\"cont_edition\";s:7:\"Edition\";s:21:\"cont_empty_mep_folder\";s:42:\"There are no media objects in this folder.\";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_export_files\";s:12:\"Export Files\";s:19:\"cont_export_success\";s:25:\"Success-data (aggregated)\";s:20:\"cont_export_tracking\";s:20:\"Export Tracking Data\";s:16:\"cont_export_type\";s:11:\"Export-Type\";s:17:\"cont_external_url\";s:12:\"external url\";s:13:\"cont_external\";s:8:\"external\";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:17:\"cont_format_error\";s:35:\"This operation is not allowed here!\";s:11:\"cont_format\";s:6:\"Format\";s:19:\"cont_frame_botright\";s:32:\"Content Details (Glossary) Frame\";s:22:\"cont_frame_maincontent\";s:13:\"Content Frame\";s:16:\"cont_frame_right\";s:21:\"Content Details Frame\";s:14:\"cont_frame_toc\";s:10:\"Side Frame\";s:19:\"cont_frame_topright\";s:37:\"Content Details (FAQ and Media) Frame\";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:18:\"cont_get_orig_size\";s:17:\"Set original size\";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:13:\"cont_glo_menu\";s:4:\"Menu\";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:6:\"Height\";s:14:\"cont_hidenavig\";s:20:\"Hide Navigation Tree\";s:9:\"cont_Hint\";s:4:\"Hint\";s:18:\"cont_how_published\";s:13:\"How published\";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:24:\"cont_insert_new_footnote\";s:19:\"insert new footnote\";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:18:\"cont_insert_search\";s:27:\"Please insert a search term\";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:16:\"cont_insert_tabs\";s:11:\"Insert Tabs\";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:13:\"cont_internal\";s:8:\"internal\";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_isbn\";s:4:\"ISBN\";s:9:\"cont_issn\";s:4:\"ISSN\";s:9:\"cont_item\";s:4:\"Item\";s:12:\"cont_journal\";s:7:\"Journal\";s:20:\"cont_js_chap_editing\";s:27:\"Use JavaScript Editing Mode\";s:12:\"cont_keyword\";s:7:\"Keyword\";s:16:\"cont_last_access\";s:11:\"Last Access\";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:14:\"cont_lk_survey\";s:6:\"Survey\";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: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:14:\"cont_map_areas\";s:10:\"Link Areas\";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:18:\"cont_mep_structure\";s:20:\"Media Pool Structure\";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:14:\"cont_mob_files\";s:12:\"Object Files\";s:24:\"cont_mob_from_media_pool\";s:22:\"Choose From Media Pool\";s:18:\"cont_mob_inst_prop\";s:19:\"Instance Properties\";s:13:\"cont_mob_prop\";s:17:\"Object Properties\";s:15:\"cont_mob_usages\";s:5:\"Usage\";s:10:\"cont_month\";s:5:\"Month\";s:16:\"cont_move_object\";s:11:\"move object\";s:26:\"cont_msg_multiple_editions\";s:54:\"It\'s not possible to show details of multiple editions\";s:9:\"cont_name\";s:4:\"Name\";s:13:\"cont_new_area\";s:13:\"New Link Area\";s:19:\"cont_new_assignment\";s:14:\"New assignment\";s:12:\"cont_new_dir\";s:13:\"New Directory\";s:13:\"cont_new_file\";s:8:\"New File\";s:18:\"cont_new_media_obj\";s:16:\"New Media Object\";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:21:\"cont_no_assign_itself\";s:39:\"The object cannot be assigned to itself\";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:20:\"cont_no_object_found\";s:41:\"Could not find any object with this title\";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:16:\"cont_no_zip_file\";s:30:\"Import file is not a zip file.\";s:11:\"cont_nomenu\";s:23:\"Hide Top Navigation Bar\";s:9:\"cont_none\";s:4:\"None\";s:24:\"cont_not_js_chap_editing\";s:30:\"Use No-JavaScript Editing Mode\";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:11:\"cont_Number\";s:6:\"Number\";s:18:\"cont_numbered_list\";s:13:\"Numbered List\";s:16:\"cont_obj_removed\";s:16:\"Objects removed.\";s:18:\"cont_offline_files\";s:16:\"Offline versions\";s:21:\"cont_offline_versions\";s:16:\"Offline Versions\";s:12:\"cont_offline\";s:16:\"Offline Versions\";s:11:\"cont_online\";s:6:\"Online\";s:26:\"cont_operation_not_allowed\";s:30:\"This operation is not allowed.\";s:7:\"cont_or\";s:2:\"or\";s:10:\"cont_order\";s:10:\"Order Type\";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:14:\"cont_page_link\";s:9:\"Page Link\";s:27:\"cont_page_select_target_now\";s:42:\"Page marked for moving. Select target now.\";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:15:\"cont_pg_content\";s:12:\"Page Content\";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:22:\"cont_public_notes_desc\";s:64:\"Allow users to share notes on every page of the learning module.\";s:17:\"cont_public_notes\";s:12:\"Public Notes\";s:14:\"cont_publisher\";s:9:\"Publisher\";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_pool\";s:13:\"Question Pool\";s:18:\"cont_question_type\";s:13:\"Question Type\";s:12:\"cont_Reading\";s:7:\"Reading\";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:22:\"cont_remove_fullscreen\";s:18:\"Remove Full Screen\";s:14:\"cont_removeiln\";s:29:\"really remove internal link ?\";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:26:\"cont_repository_item_links\";s:21:\"Repository Item Links\";s:20:\"cont_repository_item\";s:15:\"Repository Item\";s:23:\"cont_resize_explanation\";s:109:\"If this option is activated uploaded image files are automatically resized to the specified width and height.\";s:24:\"cont_resize_explanation2\";s:74:\"This function resizes local image files to the specified width and height.\";s:17:\"cont_resize_image\";s:13:\"Resize images\";s:15:\"cont_resize_img\";s:17:\"Resize Image File\";s:18:\"cont_resource_size\";s:22:\"Original Resource 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:19:\"cont_sc_auto_review\";s:25:\"Set Review when Completed\";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_max_attempt\";s:13:\"Max. Attempts\";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:11:\"cont_school\";s:6:\"School\";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:24:\"cont_select_max_one_term\";s:28:\"Please select one term only.\";s:22:\"cont_select_media_pool\";s:17:\"Select Media Pool\";s:23:\"cont_select_one_edition\";s:35:\"Please select at least one edition.\";s:35:\"cont_select_one_translation_warning\";s:53:\"It is not possible to show more than one translation.\";s:27:\"cont_select_one_translation\";s:29:\"Please select one translation\";s:26:\"cont_select_par_or_section\";s:48:\"Please select at least one paragraph or section.\";s:16:\"cont_select_term\";s:21:\"Please select a term.\";s:23:\"cont_select_translation\";s:48:\"Please select the assignment from the list above\";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:18:\"cont_series_editor\";s:13:\"Series editor\";s:17:\"cont_series_title\";s:12:\"Series title\";s:18:\"cont_series_volume\";s:13:\"Series volume\";s:11:\"cont_series\";s:6:\"Series\";s:14:\"cont_set_after\";s:12:\"insert after\";s:15:\"cont_set_before\";s:13:\"insert before\";s:15:\"cont_set_cancel\";s:6:\"cancel\";s:14:\"cont_set_class\";s:9:\"Set Class\";s:18:\"cont_set_edit_mode\";s:13:\"Set Edit Mode\";s:13:\"cont_set_into\";s:11:\"insert into\";s:13:\"cont_set_link\";s:9:\"Edit Link\";s:14:\"cont_set_shape\";s:10:\"Edit Shape\";s:19:\"cont_set_start_file\";s:14:\"Set Start File\";s:26:\"cont_set_styles_and_widths\";s:22:\"Save Styles and Widths\";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:14:\"cont_set_width\";s:9:\"Set Width\";s:10:\"cont_shape\";s:5:\"Shape\";s:18:\"cont_show_citation\";s:18:\"Show with citation\";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_show\";s:4:\"Show\";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:11:\"cont_source\";s:6:\"Source\";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_on_pg\";s:29:\"this function is not allowed.\";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:28:\"cont_synchronize_frames_desc\";s:157:\"This option synchronises the table of contents frame with the content frame and clears additional frames in 3 window view. But it also decreases performance.\";s:23:\"cont_synchronize_frames\";s:18:\"Synchronize Frames\";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:22:\"cont_table_cellspacing\";s:18:\"Table Cell Spacing\";s:27:\"cont_table_html_import_info\";s:68:\"Import only works with XHTML conform tables. Table must be root tag!\";s:22:\"cont_table_html_import\";s:17:\"Import HTML Table\";s:21:\"cont_table_properties\";s:16:\"Table Properties\";s:34:\"cont_table_spreadsheet_import_info\";s:74:\"Paste table from spreadsheet application via clipboard into the text area.\";s:29:\"cont_table_spreadsheet_import\";s:18:\"Spreadsheet Import\";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:19:\"cont_tabs_accordion\";s:9:\"Accordion\";s:26:\"cont_tabs_confirm_deletion\";s:65:\"Are you sure that all panels and their content should be deleted?\";s:24:\"cont_tabs_hor_align_info\";s:50:\"Horizontal accordions will always be aligned left.\";s:18:\"cont_tabs_hor_tabs\";s:15:\"Horizontal Tabs\";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:14:\"cont_text_type\";s:14:\"Text Item Type\";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:20:\"cont_title_footnotes\";s:9:\"Footnotes\";s:10:\"cont_title\";s:5:\"title\";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:26:\"cont_translations_assigned\";s:37:\"The translation(s) have been assigned\";s:17:\"cont_translations\";s:14:\"Translation(s)\";s:15:\"cont_tree_fixed\";s:30:\"Tree structure has been fixed.\";s:9:\"cont_type\";s:4:\"Type\";s:14:\"cont_Unordered\";s:9:\"Unordered\";s:15:\"cont_update_map\";s:8:\"Edit Map\";s:17:\"cont_update_names\";s:12:\"Update Names\";s:21:\"cont_update_resources\";s:20:\"Update Resource List\";s:19:\"cont_update_section\";s:14:\"Update Section\";s:16:\"cont_update_tabs\";s:13:\"Update Panels\";s:11:\"cont_update\";s:6:\"Update\";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:16:\"cont_upload_file\";s:11:\"Upload File\";s:18:\"cont_uploaded_file\";s:13:\"Existing File\";s:8:\"cont_url\";s:3:\"URL\";s:10:\"cont_usage\";s:5:\"Usage\";s:31:\"cont_use_same_resource_as_above\";s:30:\"Use the same resource as above\";s: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:25:\"cont_view_last_export_log\";s:15:\"Last Export Log\";s:20:\"cont_where_published\";s:15:\"Where published\";s:10:\"cont_width\";s:5:\"Width\";s:19:\"cont_wiki_page_link\";s:14:\"Wiki Page Link\";s:12:\"cont_wysiwyg\";s:15:\"Content WYSIWYG\";s:13:\"cont_xml_base\";s:8:\"xml:base\";s:9:\"cont_year\";s:4:\"Year\";s:21:\"cont_zip_file_invalid\";s:68:\"File is not a valid import file.
It does not contain a file \'%s\'.\";s:15:\"content_current\";s:7:\"Current\";s:12:\"content_last\";s:4:\"Last\";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:11:\"HTML export\";s:11:\"HTML Export\";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:10:\"pages from\";s:10:\"Pages From\";s:5:\"Pages\";s:5:\"Pages\";s:3:\"par\";s:9:\"Paragraph\";s:10:\"PDF export\";s:10:\"PDF Export\";s:2:\"pg\";s:4:\"Page\";s:14:\"public_section\";s:11:\"Public Area\";s:12:\"read offline\";s:12:\"Read Offline\";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:79:\"You need MYSQL 4.1 or higher and 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:11:\"seq_abandon\";s:56:\"An Abandon Navigation Request was received an processed.\";s:14:\"seq_abandonall\";s:47:\"The current course session has been abandoned..\";s:11:\"seq_blocked\";s:35:\"The sequencing session was blocked.\";s:9:\"seq_close\";s:31:\"Please close the player-window.\";s:18:\"seq_coursecomplete\";s:32:\"The current course is completed.\";s:12:\"seq_deadlock\";s:31:\"The sequencer is in a deadlock.\";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:17:\"seq_invalidnavreq\";s:42:\"The sequencer received an invalid request.\";s:11:\"seq_nothing\";s:32:\"There is no activity to deliver.\";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:12:\"start export\";s:12:\"Start Export\";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:23:\"cont_link_whole_picture\";s:18:\"Link Whole Picture\";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:30:\"cont_insert_login_page_element\";s:25:\"Insert Login Page Element\";s:30:\"cont_update_login_page_element\";s:25:\"Update Login Page Element\";s:19:\"cont_final_sco_page\";s:19:\"Final Page for SCOs\";s:18:\"cont_final_lm_page\";s:30:\"Final Page for Learning Module\";s:32:\"cont_really_delete_special_pages\";s:57:\"Do you really want to delete the following special pages?\";s:26:\"cont_create_final_sco_page\";s:26:\"Create Final Page for SCOs\";s:25:\"cont_create_final_lm_page\";s:37:\"Create Final Page for Learning Module\";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:24:\"cont_final_sco_page_info\";s:102:\"A status page will be displayed at the end of a SCO, if all questions have been answered successfully.\";s:23:\"cont_final_lm_page_info\";s:105:\"A status page will be displayed, if all questions of the learning module have been answered successfully.\";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:30:\"cont_update_titles_and_actions\";s:25:\"Update Titles and Actions\";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:17:\"cont_update_qover\";s:24:\"Update 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: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: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:10:\"cont_pword\";s:15:\"Paste from Word\";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:15:\"cont_open_width\";s:5:\"width\";s:16:\"cont_open_heigth\";s:6:\"height\";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: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:22:\"File From My Workspace\";s:21:\"cont_sc_auto_continue\";s:14:\"Redirect Users\";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:37:\"Learning Module Properties / Glossary\";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:8:\"cont_set\";s:3:\"Set\";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_credit_mode_info\";s:66:\"This setting is only affective if the lesson mode is ‘normal’.\";s:27:\"cont_sc_auto_review_info_12\";s:81:\"Set the lesson mode to ‘review’ when a learner has completed or passed a SCO.\";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:23:\"glo_add_term_properties\";s:44:\"Activate Additional Glossary Term Properties\";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:24:\"cont_activate_multi_lang\";s:24:\"Activate Multilingualism\";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:36:\"cont_multilang_currently_deactivated\";s:51:\"Multilingualism support is currently not activated.\";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:21:\"cont_manage_multilang\";s:22:\"Manage Multilingualism\";s:14:\"cont_languages\";s:9:\"Languages\";s:13:\"cont_language\";s:8:\"Language\";s:13:\"cont_add_lang\";s:12:\"Add Language\";s:21:\"cont_conf_delete_lang\";s:63:\"Do you really want to drop support for the following languages?\";s:17:\"cont_back_to_page\";s:12:\"Back to Page\";s:19:\"cont_got_lock_until\";s:127:\"This page has been locked for your editing until %1. Please release the page after you have done all your changes by hitting %2\";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: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:27:\"cont_my_courses_no_settings\";s:26:\"There are no settings yet.\";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:420:\"This feature allows you to upload multiple subtitle (srt) files in a zip file for all media objects of the learning module. 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:32:\"cont_sc_score_was_higher_message\";s:25:\"achieved score was higher\";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\";}'); -INSERT INTO `lng_modules` VALUES ('crs','en','a:810:{s:26:\"activation_times_not_valid\";s:37:\"The availability period is not valid.\";s:9:\"add_event\";s:11:\"Add Session\";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:19:\"crs_access_password\";s:8:\"Password\";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:22:\"crs_add_grp_assignment\";s:16:\"Assign course(s)\";s:20:\"crs_add_html_archive\";s:16:\"Add HTML archive\";s:14:\"crs_add_member\";s:13:\"Add Member(s)\";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:19:\"crs_add_subscribers\";s:14:\"Add subscriber\";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:19:\"crs_admin_no_notify\";s:31:\"Administrator (no notification)\";s:16:\"crs_admin_notify\";s:28:\"Administrator (notification)\";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:13:\"crs_allow_abo\";s:34:\"Allow subscription of course items\";s:28:\"crs_already_assigned_to_list\";s:45:\"You are already assigned to the waiting list.\";s:20:\"crs_archive_disabled\";s:11:\"Deactivated\";s:20:\"crs_archive_download\";s:37:\"Allow the Download of Course Archives\";s:16:\"crs_archive_info\";s:121:\"If enabled, all course content will we suppressed. Only HTML archives of this course will be available to course members.\";s:16:\"crs_archive_lang\";s:8:\"Language\";s:30:\"crs_archive_language_selection\";s:18:\"Language Selection\";s:16:\"crs_archive_read\";s:11:\"Read access\";s:23:\"crs_archive_select_type\";s:12:\"Archive view\";s:25:\"crs_archive_type_disabled\";s:13:\"Not available\";s:16:\"crs_archive_type\";s:12:\"Archive type\";s:11:\"crs_archive\";s:8:\"Archives\";s:20:\"crs_archives_deleted\";s:32:\"The archive(s) have been deleted\";s:13:\"crs_auto_fill\";s:9:\"Auto Fill\";s:31:\"crs_availability_limitless_info\";s:71:\"Choose this mode to give course members unlimited access to the course.\";s:27:\"crs_availability_until_info\";s:88:\"Choose this mode to give course members access to the course for a fixed period of time.\";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:155:\"There might be other members on a waiting list of your course.\\nYou should check for the waiting list now.\\nTo view the members of your course, click here:\";s:23:\"crs_cancel_subscription\";s:21:\"User left course \"%s\"\";s:17:\"crs_change_status\";s:28:\"Changes status of objective:\";s:28:\"crs_chapter_already_assigned\";s:36:\"These chapters are already assigned.\";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:24:\"crs_copy_cat_not_allowed\";s:37:\"It is not possible to copy categories\";s:17:\"crs_count_members\";s:17:\"Number of members\";s:19:\"crs_count_questions\";s:19:\"Number of questions\";s:15:\"crs_create_date\";s:11:\"Create date\";s:17:\"crs_crs_structure\";s:16:\"Course structure\";s:9:\"crs_dates\";s:5:\"Dates\";s:20:\"crs_deassign_lm_sure\";s:48:\"Are you sure you want to delete this assignment?\";s:15:\"crs_delete_file\";s:12:\"Delete File?\";s:25:\"crs_delete_from_list_sure\";s:69:\"Are you sure, you want to deassign the following users from the list?\";s:28:\"crs_delete_from_waiting_list\";s:24:\"Remove from waiting list\";s:17:\"crs_delete_member\";s:8:\"Deassign\";s:23:\"crs_delete_members_sure\";s:60:\"Do you want to delete the following members from this course\";s:24:\"crs_delete_objectve_sure\";s:57:\"Are you sure, you want to delete the selected objectives?\";s:27:\"crs_delete_subscribers_sure\";s:41:\"Do you want to delete the following users\";s:22:\"crs_delete_subscribers\";s:17:\"Delete subscriber\";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_archive\";s:13:\"Edit Archives\";s:16:\"crs_edit_content\";s:10:\"Edit items\";s:22:\"crs_edit_start_objects\";s:18:\"Edit Start Objects\";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:18:\"crs_existing_files\";s:15:\"Existing Files:\";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:12:\"crs_filename\";s:9:\"File Name\";s:15:\"crs_free_places\";s:16:\"Available Places\";s:8:\"crs_from\";s:4:\"From\";s:20:\"crs_further_settings\";s:16:\"Further Settings\";s:16:\"crs_general_info\";s:19:\"General Information\";s:24:\"crs_general_informations\";s:19:\"General Information\";s:19:\"crs_grouping_assign\";s:17:\"Change assignment\";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:32:\"crs_grouping_modified_assignment\";s:19:\"Changed assignment.\";s:23:\"crs_grouping_select_one\";s:32:\"Please select a course grouping.\";s:12:\"crs_grouping\";s:15:\"Course grouping\";s:24:\"crs_groupings_ask_delete\";s:22:\"Delete 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:47:\"You are already member of this course grouping.\";s:18:\"crs_grp_assign_crs\";s:13:\"Assign course\";s:29:\"crs_grp_assigned_courses_info\";s:17:\"Assigned courses:\";s:24:\"crs_grp_assigned_courses\";s:17:\"Assigned courses.\";s:32:\"crs_grp_courses_already_assigned\";s:43:\"The selected courses were already assigned.\";s:22:\"crs_grp_crs_assignment\";s:17:\"Course assignment\";s:26:\"crs_grp_deassigned_courses\";s:17:\"Delete assignment\";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:25:\"crs_grp_modified_grouping\";s:20:\"Saved modifications.\";s:26:\"crs_grp_no_course_selected\";s:25:\"Please select one course.\";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:29:\"crs_header_delete_subscribers\";s:18:\"Delete subscribers\";s:23:\"crs_header_edit_members\";s:12:\"Edit Members\";s:18:\"crs_header_members\";s:14:\"Course members\";s:35:\"crs_header_remove_from_waiting_list\";s:28:\"Waiting list: deassign users\";s:17:\"crs_hide_link_lms\";s:14:\"Hide materials\";s:24:\"crs_hide_link_objectives\";s:15:\"Hide objectives\";s:16:\"crs_hide_link_or\";s:20:\"Hide other resources\";s:21:\"crs_hide_link_session\";s:13:\"Hide sessions\";s:17:\"crs_hide_link_tst\";s:10:\"Hide tests\";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:26:\"crs_item_availability_info\";s:174:\"Choose this option for making the item available for a fixed period of time. If ‘Visibility’ is checked, the item will remain visible but not accessible for the learners.\";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:22:\"crs_learning_materials\";s:9:\"Materials\";s:16:\"crs_lim_assigned\";s:43:\"Already assigned to associated course \"%s\".\";s:14:\"crs_list_users\";s:10:\"List users\";s:25:\"crs_lm_assignment_deleted\";s:19:\"Deleted assignment.\";s:17:\"crs_lm_assignment\";s:28:\"Learning material assignment\";s:15:\"crs_lm_deassign\";s:18:\"Delete assignment.\";s:30:\"crs_lm_no_assignments_selected\";s:29:\"Please select one assignment.\";s:24:\"crs_lms_already_assigned\";s:47:\"These learning materials were already assigned.\";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:12:\"Map Settings\";s:13:\"crs_materials\";s:9:\"Materials\";s:23:\"crs_max_members_reached\";s:46:\"The maximum number of members has been reached\";s:21:\"crs_mem_change_status\";s:13:\"Change status\";s:17:\"crs_mem_send_mail\";s:9:\"Send Mail\";s:25:\"crs_member_administration\";s:17:\"Edit Participants\";s:18:\"crs_member_blocked\";s:16:\"Member (blocked)\";s:13:\"crs_member_of\";s:17:\"Member of course:\";s:20:\"crs_member_unblocked\";s:18:\"Member (unblocked)\";s:18:\"crs_member_updated\";s:27:\"The member has been updated\";s:10:\"crs_member\";s:6:\"Member\";s:19:\"crs_members_deleted\";s:15:\"Deleted members\";s:25:\"crs_members_footer_passed\";s:6:\"passed\";s:18:\"crs_members_footer\";s:16:\"course member(s)\";s:15:\"crs_members_map\";s:18:\"Course Members Map\";s:23:\"crs_members_print_title\";s:14:\"Course members\";s:17:\"crs_members_table\";s:19:\"Course Participants\";s:17:\"crs_members_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:13:\"crs_move_down\";s:9:\"Move down\";s:11:\"crs_move_up\";s:7:\"Move up\";s:14:\"crs_moved_item\";s:17:\"Moved course item\";s:19:\"crs_moved_objective\";s:25:\"Moved learning objective.\";s:14:\"crs_new_search\";s:10:\"New search\";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:25:\"crs_no_archives_available\";s:31:\"There are no archives available\";s:24:\"crs_no_archives_selected\";s:24:\"Please select an archive\";s:23:\"crs_no_chapter_selected\";s:24:\"Please select a chapter.\";s:16:\"crs_no_exercises\";s:37:\"No exercises found inside this course\";s:25:\"crs_no_groupings_assigned\";s:37:\"No groupings assigned to this course.\";s:22:\"crs_no_groups_selected\";s:21:\"Please select a group\";s:18:\"crs_no_items_found\";s:8:\"No items\";s:15:\"crs_no_language\";s:11:\"No language\";s:18:\"crs_no_lm_selected\";s:36:\"Please select one learning material.\";s:19:\"crs_no_lms_assigned\";s:41:\"There are no learning materials assigned.\";s:24:\"crs_no_lms_inside_course\";s:47:\"No learning materials found inside this course.\";s:21:\"crs_no_lms_inside_crs\";s:91:\"No learning materials inside this course, which can be assigned to this learning objective.\";s:22:\"crs_no_member_selected\";s:24:\"Please select one member\";s:23:\"crs_no_members_assigned\";s:44:\"There are no members assigned to this course\";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:24:\"crs_no_question_selected\";s:27:\"Please select one question.\";s:25:\"crs_no_questions_assigned\";s:32:\"There are no questions assigned.\";s:20:\"crs_no_results_found\";s:16:\"No results found\";s:21:\"crs_no_roles_selected\";s:20:\"Please select a role\";s:22:\"crs_no_starter_created\";s:41:\"No start objects assigned to this course.\";s:27:\"crs_no_subscribers_selected\";s:20:\"Please select a user\";s:23:\"crs_no_tests_inside_crs\";s:78:\"No tests inside this course, which can be assigned to this learning objective.\";s:18:\"crs_no_title_given\";s:40:\"Please insert a title for the objective.\";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:28:\"crs_no_valid_member_id_given\";s:18:\"No valid member Id\";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:21:\"crs_objective_add_qst\";s:16:\"Assign Questions\";s:24:\"crs_objective_all_points\";s:12:\"Total Points\";s:28:\"crs_objective_assign_chapter\";s:15:\"Assign chapters\";s:23:\"crs_objective_assign_lm\";s:16:\"Save Assignments\";s:29:\"crs_objective_assign_question\";s:15:\"Assign question\";s:32:\"crs_objective_assigned_materials\";s:27:\"Assigned Learning Materials\";s:26:\"crs_objective_assigned_qst\";s:18:\"Assigned Questions\";s:31:\"crs_objective_deassign_question\";s:17:\"Delete assignment\";s:34:\"crs_objective_delete_lm_assignment\";s:17:\"Delete assignment\";s:23:\"crs_objective_err_limit\";s:51:\"Please enter a percentage number between 1 and 100.\";s:24:\"crs_objective_final_test\";s:26:\"Questions Achievement Test\";s:28:\"crs_objective_insert_percent\";s:48:\"Please enter only percentages between 1 and 100.\";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:28:\"crs_objective_no_title_given\";s:21:\"Please enter a title.\";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:33:\"crs_objective_question_assignment\";s:19:\"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:24:\"Questions Placement Test\";s:20:\"crs_objective_status\";s:16:\"Objective Status\";s:18:\"crs_objective_step\";s:4:\"Step\";s:26:\"crs_objective_updated_test\";s:22:\"Updated modifications.\";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:29:\"crs_objectives_assign_chapter\";s:14:\"Assign Chapter\";s:26:\"crs_objectives_assigned_lm\";s:42:\"The selected materials have been assigned.\";s:27:\"crs_objectives_assigned_lms\";s:27:\"Assigned learning materials\";s:37:\"crs_objectives_assigned_new_questions\";s:21:\"Added new assignment.\";s:33:\"crs_objectives_assigned_questions\";s:18:\"Assigned questions\";s:33:\"crs_objectives_chapter_assignment\";s:18:\"Chapter assignment\";s:37:\"crs_objectives_deassign_question_sure\";s:57:\"Are you sure, you want to delete the following questions?\";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_info_final\";s:244:\"You did not accomplish all course objectives in the previous exam.
Please select the not completed objectives one after another and review the related materials.
After you have reviewed these objectives, you can take the exam again.\";s:28:\"crs_objectives_info_finished\";s:69:\"Congratulations, you have accomplished all objectives of this course!\";s:24:\"crs_objectives_info_none\";s:142:\"The following is a list of the course objectives.
Please select the objectives one after another and work through the related materials.\";s:39:\"crs_objectives_info_pretest_non_suggest\";s:220:\"The following are the results of your self assessment.
According to this you have fulfilled any learning objective. You can now take the final exam of this course, which is located in the test section of this page.\";s:27:\"crs_objectives_info_pretest\";s:306:\"The following are the results of your self assessment.
Please select the not completed objectives one after another and work through their related material.
After you have processed these objectives, you can take the final exam of this course, which is located in the test section of this page.\";s:28:\"crs_objectives_lm_assignment\";s:30:\"Assignment of Course Materials\";s:25:\"crs_objectives_max_points\";s:14:\"Maximum points\";s:35:\"crs_objectives_no_question_selected\";s:27:\"Please select one question.\";s:27:\"crs_objectives_nr_questions\";s:19:\"Number of questions\";s:29:\"crs_objectives_qst_deassigned\";s:41:\"The question assignment has been deleted.\";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:11:\"crs_offline\";s:7:\"Offline\";s:11:\"crs_options\";s:7:\"Options\";s:19:\"crs_other_groupings\";s:26:\"Groupings of other courses\";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:27:\"crs_persons_on_waiting_list\";s:27:\"Persons on the Waiting List\";s:21:\"crs_presentation_type\";s:17:\"Presentation Type\";s:14:\"crs_print_list\";s:13:\"Generate List\";s:23:\"crs_question_assignment\";s:19:\"Question assignment\";s:19:\"crs_reg_deactivated\";s:8:\"Disabled\";s:16:\"crs_reg_lim_info\";s:135:\"If enabled, registrations are only possible during a fixed period of time. Please choose also one of the registration procedures below.\";s:16:\"crs_reg_max_info\";s:71:\"Define the maximum number of users that can be assigned to this course.\";s:19:\"crs_reg_notify_info\";s:118:\"If enabled all course administrators/tutors with status ‘Notify’ will be informed by mail about new registrations.\";s:14:\"crs_reg_period\";s:17:\"Self-Registration\";s:15:\"crs_reg_subject\";s:7:\"Message\";s:32:\"crs_reg_subscription_deactivated\";s:24:\"Registration is disabled\";s:32:\"crs_reg_subscription_end_earlier\";s:32:\"The registration time is expired\";s:40:\"crs_reg_subscription_max_members_reached\";s:40:\"The maximum number of users is exceeded.\";s:32:\"crs_reg_subscription_start_later\";s:34:\"The registration time starts later\";s:17:\"crs_reg_type_info\";s:73:\"This setting is only relevant, if the registration is not ‘Disabled’.\";s:18:\"crs_reg_unlim_info\";s:114:\"If enabled, there is no time limit for registrations. Please choose also one of the registration procedures below.\";s:13:\"crs_reg_until\";s:19:\"Registration Period\";s:29:\"crs_reg_user_already_assigned\";s:39:\"You are already assigned to this course\";s:31:\"crs_reg_user_already_subscribed\";s:53:\"You have already requested membership for this course\";s:20:\"crs_reg_user_blocked\";s:32:\"You are blocked from 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:26:\"crs_registration_unlimited\";s:29:\"Unlimited Registration Period\";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:8:\"crs_role\";s:4:\"Role\";s:30:\"crs_search_enter_search_string\";s:28:\"Please enter a search string\";s:14:\"crs_search_for\";s:10:\"Search for\";s:18:\"crs_search_members\";s:11:\"User search\";s:14:\"crs_search_str\";s:11:\"Search Term\";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:25:\"crs_select_exactly_one_lm\";s:42:\"Please select exactly one learning module.\";s:26:\"crs_select_exactly_one_tst\";s:31:\"Please select exactly one test.\";s:20:\"crs_select_native_lm\";s:70:\"Single chapters can only be assigned to native ILIAS learning modules.\";s:22:\"crs_select_one_archive\";s:25:\"Please select one archive\";s:21:\"crs_select_one_object\";s:30:\"Please select one course item.\";s:28:\"crs_select_registration_type\";s:38:\"Please select an admittance procedure.\";s:18:\"crs_select_starter\";s:19:\"Select Start Object\";s:18:\"crs_selected_users\";s:21:\"Selected Participants\";s:23:\"crs_set_on_waiting_list\";s:154:\"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:18:\"crs_settings_saved\";s:14:\"Settings saved\";s:12:\"crs_settings\";s:15:\"Course Settings\";s:17:\"crs_show_link_lms\";s:23:\"Show learning materials\";s:24:\"crs_show_link_objectives\";s:15:\"Show objectives\";s:16:\"crs_show_link_or\";s:20:\"Show other resources\";s:21:\"crs_show_link_session\";s:13:\"Show sessions\";s:17:\"crs_show_link_tst\";s:10:\"Show tests\";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:24:\"crs_show_objectives_view\";s:14:\"Objective view\";s:8:\"crs_size\";s:9:\"File size\";s:19:\"crs_sort_activation\";s:18:\"Sort by Activation\";s:20:\"crs_sort_manual_info\";s:67:\"This mode offers you the possibility to sort course items manually.\";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:19:\"crs_sort_title_info\";s:61:\"Choose this mode to sort course items automatically by title.\";s:14:\"crs_sort_title\";s:28:\"Titles in Alphabetical Order\";s:17:\"crs_sortorder_abo\";s:20:\"Content Item Sorting\";s:13:\"crs_sortorder\";s:4:\"Sort\";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:211:\"you have been assigned to the waiting list of course \"%s\".\\nYou are assigned to position %s on the list.\\n\\nYou 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:15:\"crs_subscribers\";s:13:\"Join Requests\";s:34:\"crs_subscription_max_members_short\";s:25:\"Limited Number of Members\";s:28:\"crs_subscription_max_members\";s:14:\"Maximum Number\";s:23:\"crs_subscription_notify\";s:24:\"Notify for subscriptions\";s:37:\"crs_subscription_options_confirmation\";s:18:\"Request Membership\";s:36:\"crs_subscription_options_deactivated\";s:11:\"Deactivated\";s:31:\"crs_subscription_options_direct\";s:13:\"Join Directly\";s:33:\"crs_subscription_options_password\";s:25:\"Join with Course Password\";s:26:\"crs_subscription_requested\";s:45:\"You have requested membership for the course.\";s:27:\"crs_subscription_successful\";s:26:\"You have joined the course\";s:21:\"crs_subscription_type\";s:17:\"Subscription type\";s:16:\"crs_subscription\";s:12:\"Subscription\";s:14:\"crs_suggest_lm\";s:30:\"Suggest learning materials if:\";s:22:\"crs_suggested_sections\";s:18:\"Suggested Sections\";s:18:\"crs_suggestion_end\";s:13:\"Suggested End\";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:24:\"crs_test_status_complete\";s:8:\"Complete\";s:28:\"crs_test_status_not_complete\";s:12:\"Not complete\";s:22:\"crs_test_status_random\";s:11:\"Random test\";s:8:\"crs_time\";s:17:\"Subscription time\";s:32:\"crs_timings_availability_enabled\";s:21:\"Temporarily Available\";s:28:\"crs_timings_availability_tbl\";s:12:\"Availability\";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:20:\"crs_timings_duration\";s:8:\"Duration\";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:20:\"crs_timings_late_end\";s:10:\"Latest End\";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:26:\"crs_timings_presetting_tbl\";s:11:\"Time Target\";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:19:\"crs_tutor_no_notify\";s:23:\"Tutor (no notification)\";s:16:\"crs_tutor_notify\";s:20:\"Tutor (notification)\";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:20:\"crs_update_objective\";s:32:\"Checklist for Learning Objective\";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:14:\"crs_user_login\";s:10:\"User Login\";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:16:\"crs_view_archive\";s:12:\"Archive View\";s:23:\"crs_view_info_objective\";s:241:\"Course for individualised studying: Performance on learning objectives organises the course work. Content might be recommended based on individual performance in a placement 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:204:\"The maximum number of course members is exceeded. 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: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:18:\"crs_youre_position\";s:33:\"Your Position on the Waiting List\";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:22:\"event_assign_materials\";s:16:\"Assign Materials\";s:18:\"event_btn_add_edit\";s:32:\"Add Session and Assign Materials\";s:13:\"event_btn_add\";s:11:\"Add Session\";s:15:\"event_clone_btn\";s:17:\"Duplicate Session\";s:12:\"event_cloned\";s:32:\"The Session has been duplicated.\";s:16:\"event_csv_export\";s:10:\"CSV Export\";s:15:\"event_date_time\";s:13:\"Date and Time\";s:10:\"event_date\";s:15:\"Date of Session\";s:17:\"event_delete_file\";s:12:\"Delete File?\";s:17:\"event_delete_sure\";s:38:\"Do really want to delete this session?\";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:17:\"Edit Participants\";s:14:\"event_end_date\";s:3:\"End\";s:25:\"event_etime_smaller_stime\";s:79:\"The finish time is earlier than the start time. Please enter a valid time span.\";s:20:\"event_existing_files\";s:15:\"Existing Files:\";s:19:\"event_file_download\";s:18:\"Files for Download\";s:15:\"event_file_name\";s:9:\"File Name\";s:20:\"event_file_size_info\";s:9:\"File Size\";s:10:\"event_file\";s:4:\"File\";s:11:\"event_files\";s:14:\"Assigned Files\";s:20:\"event_full_time_info\";s:9:\"full-time\";s:13:\"event_fullday\";s:9:\"Full-Time\";s:19:\"event_fulltime_info\";s:13:\"All Day Event\";s:26:\"event_further_informations\";s:19:\"Further Information\";s:19:\"event_general_infos\";s:19:\"General Information\";s:24:\"event_general_properties\";s:19:\"General Information\";s:16:\"event_inc_admins\";s:19:\"Show Administrators\";s:17:\"event_inc_members\";s:12:\"Show Members\";s:16:\"event_inc_tutors\";s:11:\"Show Tutors\";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:19:\"event_participation\";s:13:\"Participation\";s:14:\"event_register\";s:8:\"Register\";s:16:\"event_registered\";s:41:\"You have been registered to this session.\";s:23:\"event_registration_info\";s:39:\"Allow users to register to the session.\";s:31:\"event_registration_participance\";s:12:\"Registration\";s:18:\"event_registration\";s:12:\"Registration\";s:23:\"event_save_participants\";s:17:\"Save Participance\";s:25:\"event_section_information\";s:19:\"Session Information\";s:16:\"event_select_one\";s:31:\"-- Please select one session --\";s:16:\"event_start_date\";s:5:\"Start\";s:18:\"event_table_create\";s:11:\"New Session\";s:18:\"event_table_update\";s:12:\"Edit Session\";s:22:\"event_tbl_participants\";s:20:\"List of Participants\";s:22:\"event_tbl_participated\";s:8:\"Attended\";s:20:\"event_tbl_registered\";s:10:\"Registered\";s:10:\"event_time\";s:4:\"Time\";s:11:\"event_title\";s:5:\"Title\";s:16:\"event_tutor_data\";s:30:\"Information About the Lecturer\";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:18:\"events_clone_title\";s:17:\"Duplicate Session\";s:14:\"events_deleted\";s:15:\"Session deleted\";s:6:\"events\";s:8:\"Sessions\";s:14:\"export_members\";s:19:\"Export Participants\";s:26:\"grouping_change_assignment\";s:17:\"Change Assignment\";s:10:\"import_crs\";s:13:\"Import Course\";s:13:\"learners_view\";s:13:\"Learners view\";s:23:\"max_members_not_numeric\";s:41:\"Please check the maximum number of users.\";s:11:\"save_status\";s:11:\"Save Status\";s:20:\"sess_attendance_list\";s:15:\"Attendance List\";s:14:\"sess_date_time\";s:19:\"Session Appointment\";s:24:\"sess_gen_attendance_list\";s:13:\"Generate List\";s:16:\"sess_gen_comment\";s:28:\"Generate Column for Comments\";s:19:\"sess_gen_mark_title\";s:25:\"Generate Column for Notes\";s:18:\"sess_gen_signature\";s:30:\"Generate Column for Signatures\";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:63:\"Choose this option for limiting the number of visible sessions.\";s:10:\"sess_limit\";s:24:\"Limit Number of Sessions\";s:13:\"sess_num_next\";s:28:\"Number of Following Sessions\";s:13:\"sess_num_prev\";s:23:\"Number of Past Sessions\";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:15:\"tutor_firstname\";s:10:\"First name\";s:14:\"tutor_lastname\";s:9:\"Last name\";s:10:\"tutor_name\";s:4:\"Name\";s:11:\"tutor_phone\";s:5:\"Phone\";s:11:\"tutor_title\";s:5:\"Title\";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:18:\"crs_reg_code_value\";s:4:\"Link\";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:22:\"Passed Status of Users\";s:24:\"crs_status_determination\";s:13:\"Determination\";s:31:\"crs_status_determination_manual\";s:32:\"Independent of Learning Progress\";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:144:\"Set the course online to make it visible and available for course members. If not, only course administrators and tutors will have access to it.\";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:23:\"Only Registered Members\";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:34:\"Last Update (Course-specific Data)\";s:29:\"crs_subscription_failed_limit\";s:53:\"The maximum number of participants has been exceeded.\";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:14:\"Qualified 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:21:\"Assign Placement Test\";s:26:\"crs_objective_status_qtest\";s:23:\"Assign Achievement Test\";s:31:\"crs_objective_status_objectives\";s:29:\"Configure Learning Objectives\";s:26:\"crs_objective_status_start\";s:20:\"Define Start Objects\";s:31:\"crs_objective_status_fullfilled\";s:2:\"OK\";s:30:\"crs_objective_action_materials\";s:15:\"Assign Material\";s:26:\"crs_objective_action_qtest\";s:36:\"Assign Questions of Achievement Test\";s:26:\"crs_objective_action_itest\";s:34:\"Assign Questions of Placement Test\";s:21:\"crs_loc_qt_visibility\";s:30:\"Visibility of Achievement Test\";s:25:\"crs_loc_qt_visibility_all\";s:45:\"Show Achievement Test Covering all Objectives\";s:24:\"crs_loc_qt_visibility_lo\";s:51:\"Show Achievement Test for Each Individual Objective\";s:22:\"crs_loc_limited_passes\";s:19:\"Limited Test Passes\";s:14:\"crs_loc_passes\";s:16:\"Number of Passes\";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:29:\"No Achievement Test available\";s:22:\"crs_loc_err_stat_no_it\";s:27:\"No Placement 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_settings_type\";s:13:\"Course Design\";s:24:\"crs_loc_type_initial_all\";s:33:\"Course Starts with Placement Test\";s:24:\"crs_loc_type_initial_sel\";s:65:\"Course starts with Placement Test for Selected Learning Objective\";s:22:\"crs_loc_type_qualified\";s:28:\"Credit-by-examination design\";s:21:\"crs_loc_type_practise\";s:40:\"Course Starts with Learning and Practise\";s:21:\"crs_loc_tab_materials\";s:8:\"Material\";s:17:\"crs_loc_tab_itest\";s:14:\"Placement Test\";s:17:\"crs_loc_tab_qtest\";s:16:\"Achievement Test\";s:26:\"crs_loc_settings_itest_tbl\";s:31:\"Settings for the Placement Test\";s:22:\"crs_loc_tab_objectives\";s:19:\"Learning Objectives\";s:26:\"crs_loc_settings_qtest_tbl\";s:32:\"Settings for the Qualifying 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:9:\"Test Mode\";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:24:\"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:32:\"Please take the qualifying 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:286:\"Based on individual results of the placement 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:26:\"crs_loc_type_practise_info\";s:251:\"Course members can use the full range of learning objectives and assigned learning content immediately. They can take the achievement testto assess whether they mastered the learning objectives already of if additional learning and training is needed.\";s:33:\"crs_loc_form_tst_new_initial_info\";s:44:\"Create a new test to serve as Placement Test\";s:35:\"crs_loc_form_tst_new_qualified_info\";s:2:\"--\";s:32:\"crs_loc_form_assign_initial_info\";s:57:\"Select a test from this course to serve as Placement 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: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:13:\"Course Period\";s:27:\"crs_course_period_not_valid\";s:31:\"The course 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:12:\"Course Tutor\";s:29:\"crs_mail_context_member_title\";s:13:\"Course Member\";s:24:\"crs_loc_settings_it_type\";s:13:\"Einstiegstest\";s:38:\"crs_loc_settings_type_it_placement_all\";s:49:\"Diagnostischer Einstiegstest über alle Lernziele\";s:32:\"crs_loc_settings_it_start_object\";s:29:\"Einstiegstest ist Startobjekt\";s:38:\"crs_loc_settings_type_it_placement_sel\";s:41:\"Diagnostischer Einstiegstest pro Lernziel\";s:39:\"crs_loc_settings_type_it_qualifying_all\";s:51:\"Qualifizierender Einstiegstest über alle Lernziele\";s:39:\"crs_loc_settings_type_it_qualifying_sel\";s:43:\"Qualifizierender Einstiegstest pro Lernziel\";s:29:\"crs_loc_settings_type_it_none\";s:18:\"Kein Einstiegstest\";s:23:\"crs_loc_settings_qt_all\";s:13:\"Abschlusstest\";s:27:\"crs_loc_settings_type_q_all\";s:34:\"Abschlusstest über alle Lernziele\";s:32:\"crs_loc_settings_qt_start_object\";s:29:\"Abschlusstest ist Startobjekt\";s:32:\"crs_loc_settings_type_q_selected\";s:26:\"Abschlusstest pro Lernziel\";s:27:\"crs_loc_settings_err_qstart\";s:125:\"Die Option \"Abschlusstest als Startobjekt\" wurde deaktiviert, da sie nur für Kurse ohne Einstiegstest verwendet werden kann.\";s:18:\"crs_loc_tab_qtests\";s:14:\"Abschlusstests\";s:18:\"crs_loc_tab_itests\";s:14:\"Einstiegstests\";s:26:\"crs_loc_btn_new_assignment\";s:18:\"Neue Testzuordnung\";s:32:\"crs_objective_tbl_col_final_tsts\";s:14:\"Abschlusstests\";s:30:\"crs_objective_action_qtest_sep\";s:22:\"Abschlusstest zuordnen\";s:30:\"crs_loc_settings_tbl_its_q_all\";s:51:\"Qualifizierender Einstiegstest über alle Lernziele\";s:31:\"crs_loc_settings_tbl_its_nq_all\";s:49:\"Diagnostischer Einstiegstest über alle Lernziele\";s:25:\"crs_loc_settings_tbl_it_q\";s:43:\"Qualifizierende Einstiegstests pro Lernziel\";s:26:\"crs_loc_settings_tbl_it_nq\";s:41:\"Diagnostische Einstiegstests pro Lernziel\";s:28:\"crs_loc_settings_tbl_qts_all\";s:34:\"Abschlusstest über alle Lernziele\";s:23:\"crs_loc_settings_tbl_qt\";s:27:\"Abschlusstests pro Lernziel\";s:37:\"crs_loc_objective_passed_confirmation\";s:138:\"Sie haben das Lernziel bereits bestanden. Ein erneutes Starten des Tests setzt die Ergebnisse zurück. Wollen Sie den Test erneut starten?\";s:38:\"crs_loc_objectives_passed_confirmation\";s:139:\"Sie haben bereits alle Lernziel bestanden. Ein erneutes Starten des Tests setzt die Ergebnisse zurück. Wollen Sie den Test erneut starten?\";s:17:\"crs_loc_tst_start\";s:12:\"Test starten\";s:20:\"crs_loc_mem_show_res\";s:23:\"Testergebnisse anzeigen\";s:23:\"crs_loc_test_results_of\";s:19:\"Testergebnisse von:\";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:41:\"Placement test on all learning objectives\";s:43:\"crs_loc_settings_type_it_placement_sel_info\";s:44:\"Placement test per single learning objective\";s:44:\"crs_loc_settings_type_it_qualifying_all_info\";s:43:\"Achievement test on all learning objectives\";s:44:\"crs_loc_settings_type_it_qualifying_sel_info\";s:46:\"Achievement test per sinble learning objective\";s:34:\"crs_loc_settings_type_it_none_info\";s:17:\"No placement test\";s:32:\"crs_loc_settings_type_q_all_info\";s:43:\"Achievement test on all learning objectives\";s:37:\"crs_loc_settings_type_q_selected_info\";s:46:\"Achievement test per sinble 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:53:\"For the contact emails on the info screen of a course\";s:27:\"crs_mail_context_tutor_info\";s:82:\"For the participant emails on the member and learning progress screens of a course\";}'); +INSERT INTO `lng_modules` VALUES ('crs','en','a:813:{s:26:\"activation_times_not_valid\";s:37:\"The availability period is not valid.\";s:9:\"add_event\";s:11:\"Add Session\";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:19:\"crs_access_password\";s:8:\"Password\";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:22:\"crs_add_grp_assignment\";s:16:\"Assign course(s)\";s:20:\"crs_add_html_archive\";s:16:\"Add HTML archive\";s:14:\"crs_add_member\";s:13:\"Add Member(s)\";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:19:\"crs_add_subscribers\";s:14:\"Add subscriber\";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:19:\"crs_admin_no_notify\";s:31:\"Administrator (no notification)\";s:16:\"crs_admin_notify\";s:28:\"Administrator (notification)\";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:13:\"crs_allow_abo\";s:34:\"Allow subscription of course items\";s:28:\"crs_already_assigned_to_list\";s:45:\"You are already assigned to the waiting list.\";s:20:\"crs_archive_disabled\";s:11:\"Deactivated\";s:20:\"crs_archive_download\";s:37:\"Allow the Download of Course Archives\";s:16:\"crs_archive_info\";s:121:\"If enabled, all course content will we suppressed. Only HTML archives of this course will be available to course members.\";s:16:\"crs_archive_lang\";s:8:\"Language\";s:30:\"crs_archive_language_selection\";s:18:\"Language Selection\";s:16:\"crs_archive_read\";s:11:\"Read access\";s:23:\"crs_archive_select_type\";s:12:\"Archive view\";s:25:\"crs_archive_type_disabled\";s:13:\"Not available\";s:16:\"crs_archive_type\";s:12:\"Archive type\";s:11:\"crs_archive\";s:8:\"Archives\";s:20:\"crs_archives_deleted\";s:32:\"The archive(s) have been deleted\";s:13:\"crs_auto_fill\";s:9:\"Auto Fill\";s:31:\"crs_availability_limitless_info\";s:71:\"Choose this mode to give course members unlimited access to the course.\";s:27:\"crs_availability_until_info\";s:88:\"Choose this mode to give course members access to the course for a fixed period of time.\";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:155:\"There might be other members on a waiting list of your course.\\nYou should check for the waiting list now.\\nTo view the members of your course, click here:\";s:23:\"crs_cancel_subscription\";s:21:\"User left course \"%s\"\";s:17:\"crs_change_status\";s:28:\"Changes status of objective:\";s:28:\"crs_chapter_already_assigned\";s:36:\"These chapters are already assigned.\";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:24:\"crs_copy_cat_not_allowed\";s:37:\"It is not possible to copy categories\";s:17:\"crs_count_members\";s:17:\"Number of members\";s:19:\"crs_count_questions\";s:19:\"Number of questions\";s:15:\"crs_create_date\";s:11:\"Create date\";s:17:\"crs_crs_structure\";s:16:\"Course structure\";s:9:\"crs_dates\";s:5:\"Dates\";s:20:\"crs_deassign_lm_sure\";s:48:\"Are you sure you want to delete this assignment?\";s:15:\"crs_delete_file\";s:12:\"Delete File?\";s:25:\"crs_delete_from_list_sure\";s:69:\"Are you sure, you want to deassign the following users from the list?\";s:28:\"crs_delete_from_waiting_list\";s:24:\"Remove from waiting list\";s:17:\"crs_delete_member\";s:8:\"Deassign\";s:23:\"crs_delete_members_sure\";s:60:\"Do you want to delete the following members from this course\";s:24:\"crs_delete_objectve_sure\";s:57:\"Are you sure, you want to delete the selected objectives?\";s:27:\"crs_delete_subscribers_sure\";s:41:\"Do you want to delete the following users\";s:22:\"crs_delete_subscribers\";s:17:\"Delete subscriber\";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_archive\";s:13:\"Edit Archives\";s:16:\"crs_edit_content\";s:10:\"Edit items\";s:22:\"crs_edit_start_objects\";s:18:\"Edit Start Objects\";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:18:\"crs_existing_files\";s:15:\"Existing Files:\";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:12:\"crs_filename\";s:9:\"File Name\";s:15:\"crs_free_places\";s:16:\"Available Places\";s:8:\"crs_from\";s:4:\"From\";s:20:\"crs_further_settings\";s:16:\"Further Settings\";s:16:\"crs_general_info\";s:19:\"General Information\";s:24:\"crs_general_informations\";s:19:\"General Information\";s:19:\"crs_grouping_assign\";s:17:\"Change assignment\";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:32:\"crs_grouping_modified_assignment\";s:19:\"Changed assignment.\";s:23:\"crs_grouping_select_one\";s:32:\"Please select a course grouping.\";s:12:\"crs_grouping\";s:15:\"Course grouping\";s:24:\"crs_groupings_ask_delete\";s:22:\"Delete 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:47:\"You are already member of this course grouping.\";s:18:\"crs_grp_assign_crs\";s:13:\"Assign course\";s:29:\"crs_grp_assigned_courses_info\";s:17:\"Assigned courses:\";s:24:\"crs_grp_assigned_courses\";s:17:\"Assigned courses.\";s:32:\"crs_grp_courses_already_assigned\";s:43:\"The selected courses were already assigned.\";s:22:\"crs_grp_crs_assignment\";s:17:\"Course assignment\";s:26:\"crs_grp_deassigned_courses\";s:17:\"Delete assignment\";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:25:\"crs_grp_modified_grouping\";s:20:\"Saved modifications.\";s:26:\"crs_grp_no_course_selected\";s:25:\"Please select one course.\";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:29:\"crs_header_delete_subscribers\";s:18:\"Delete subscribers\";s:23:\"crs_header_edit_members\";s:12:\"Edit Members\";s:18:\"crs_header_members\";s:14:\"Course members\";s:35:\"crs_header_remove_from_waiting_list\";s:28:\"Waiting list: deassign users\";s:17:\"crs_hide_link_lms\";s:14:\"Hide materials\";s:24:\"crs_hide_link_objectives\";s:15:\"Hide objectives\";s:16:\"crs_hide_link_or\";s:20:\"Hide other resources\";s:21:\"crs_hide_link_session\";s:13:\"Hide sessions\";s:17:\"crs_hide_link_tst\";s:10:\"Hide tests\";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:26:\"crs_item_availability_info\";s:174:\"Choose this option for making the item available for a fixed period of time. If ‘Visibility’ is checked, the item will remain visible but not accessible for the learners.\";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:22:\"crs_learning_materials\";s:9:\"Materials\";s:16:\"crs_lim_assigned\";s:43:\"Already assigned to associated course \"%s\".\";s:14:\"crs_list_users\";s:10:\"List users\";s:25:\"crs_lm_assignment_deleted\";s:19:\"Deleted assignment.\";s:17:\"crs_lm_assignment\";s:28:\"Learning material assignment\";s:15:\"crs_lm_deassign\";s:18:\"Delete assignment.\";s:30:\"crs_lm_no_assignments_selected\";s:29:\"Please select one assignment.\";s:24:\"crs_lms_already_assigned\";s:47:\"These learning materials were already assigned.\";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:12:\"Map Settings\";s:13:\"crs_materials\";s:9:\"Materials\";s:23:\"crs_max_members_reached\";s:46:\"The maximum number of members has been reached\";s:21:\"crs_mem_change_status\";s:13:\"Change status\";s:17:\"crs_mem_send_mail\";s:9:\"Send Mail\";s:25:\"crs_member_administration\";s:17:\"Edit Participants\";s:18:\"crs_member_blocked\";s:16:\"Member (blocked)\";s:13:\"crs_member_of\";s:17:\"Member of course:\";s:20:\"crs_member_unblocked\";s:18:\"Member (unblocked)\";s:18:\"crs_member_updated\";s:27:\"The member has been updated\";s:10:\"crs_member\";s:6:\"Member\";s:19:\"crs_members_deleted\";s:15:\"Deleted members\";s:25:\"crs_members_footer_passed\";s:6:\"passed\";s:18:\"crs_members_footer\";s:16:\"course member(s)\";s:15:\"crs_members_map\";s:18:\"Course Members Map\";s:23:\"crs_members_print_title\";s:14:\"Course members\";s:17:\"crs_members_table\";s:19:\"Course Participants\";s:17:\"crs_members_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:13:\"crs_move_down\";s:9:\"Move down\";s:11:\"crs_move_up\";s:7:\"Move up\";s:14:\"crs_moved_item\";s:17:\"Moved course item\";s:19:\"crs_moved_objective\";s:25:\"Moved learning objective.\";s:14:\"crs_new_search\";s:10:\"New search\";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:25:\"crs_no_archives_available\";s:31:\"There are no archives available\";s:24:\"crs_no_archives_selected\";s:24:\"Please select an archive\";s:23:\"crs_no_chapter_selected\";s:24:\"Please select a chapter.\";s:16:\"crs_no_exercises\";s:37:\"No exercises found inside this course\";s:25:\"crs_no_groupings_assigned\";s:37:\"No groupings assigned to this course.\";s:22:\"crs_no_groups_selected\";s:21:\"Please select a group\";s:18:\"crs_no_items_found\";s:8:\"No items\";s:15:\"crs_no_language\";s:11:\"No language\";s:18:\"crs_no_lm_selected\";s:36:\"Please select one learning material.\";s:19:\"crs_no_lms_assigned\";s:41:\"There are no learning materials assigned.\";s:24:\"crs_no_lms_inside_course\";s:47:\"No learning materials found inside this course.\";s:21:\"crs_no_lms_inside_crs\";s:91:\"No learning materials inside this course, which can be assigned to this learning objective.\";s:22:\"crs_no_member_selected\";s:24:\"Please select one member\";s:23:\"crs_no_members_assigned\";s:44:\"There are no members assigned to this course\";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:24:\"crs_no_question_selected\";s:27:\"Please select one question.\";s:25:\"crs_no_questions_assigned\";s:32:\"There are no questions assigned.\";s:20:\"crs_no_results_found\";s:16:\"No results found\";s:21:\"crs_no_roles_selected\";s:20:\"Please select a role\";s:22:\"crs_no_starter_created\";s:41:\"No start objects assigned to this course.\";s:27:\"crs_no_subscribers_selected\";s:20:\"Please select a user\";s:23:\"crs_no_tests_inside_crs\";s:78:\"No tests inside this course, which can be assigned to this learning objective.\";s:18:\"crs_no_title_given\";s:40:\"Please insert a title for the objective.\";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:28:\"crs_no_valid_member_id_given\";s:18:\"No valid member Id\";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:21:\"crs_objective_add_qst\";s:16:\"Assign Questions\";s:24:\"crs_objective_all_points\";s:12:\"Total Points\";s:28:\"crs_objective_assign_chapter\";s:15:\"Assign chapters\";s:23:\"crs_objective_assign_lm\";s:16:\"Save Assignments\";s:29:\"crs_objective_assign_question\";s:15:\"Assign question\";s:32:\"crs_objective_assigned_materials\";s:27:\"Assigned Learning Materials\";s:26:\"crs_objective_assigned_qst\";s:18:\"Assigned Questions\";s:31:\"crs_objective_deassign_question\";s:17:\"Delete assignment\";s:34:\"crs_objective_delete_lm_assignment\";s:17:\"Delete assignment\";s:23:\"crs_objective_err_limit\";s:51:\"Please enter a percentage number between 1 and 100.\";s:24:\"crs_objective_final_test\";s:26:\"Questions Achievement Test\";s:28:\"crs_objective_insert_percent\";s:48:\"Please enter only percentages between 1 and 100.\";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:28:\"crs_objective_no_title_given\";s:21:\"Please enter a title.\";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:33:\"crs_objective_question_assignment\";s:19:\"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:24:\"Questions Placement Test\";s:20:\"crs_objective_status\";s:16:\"Objective Status\";s:18:\"crs_objective_step\";s:4:\"Step\";s:26:\"crs_objective_updated_test\";s:22:\"Updated modifications.\";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:29:\"crs_objectives_assign_chapter\";s:14:\"Assign Chapter\";s:26:\"crs_objectives_assigned_lm\";s:42:\"The selected materials have been assigned.\";s:27:\"crs_objectives_assigned_lms\";s:27:\"Assigned learning materials\";s:37:\"crs_objectives_assigned_new_questions\";s:21:\"Added new assignment.\";s:33:\"crs_objectives_assigned_questions\";s:18:\"Assigned questions\";s:33:\"crs_objectives_chapter_assignment\";s:18:\"Chapter assignment\";s:37:\"crs_objectives_deassign_question_sure\";s:57:\"Are you sure, you want to delete the following questions?\";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_info_final\";s:244:\"You did not accomplish all course objectives in the previous exam.
Please select the not completed objectives one after another and review the related materials.
After you have reviewed these objectives, you can take the exam again.\";s:28:\"crs_objectives_info_finished\";s:69:\"Congratulations, you have accomplished all objectives of this course!\";s:24:\"crs_objectives_info_none\";s:142:\"The following is a list of the course objectives.
Please select the objectives one after another and work through the related materials.\";s:39:\"crs_objectives_info_pretest_non_suggest\";s:220:\"The following are the results of your self assessment.
According to this you have fulfilled any learning objective. You can now take the final exam of this course, which is located in the test section of this page.\";s:27:\"crs_objectives_info_pretest\";s:306:\"The following are the results of your self assessment.
Please select the not completed objectives one after another and work through their related material.
After you have processed these objectives, you can take the final exam of this course, which is located in the test section of this page.\";s:28:\"crs_objectives_lm_assignment\";s:30:\"Assignment of Course Materials\";s:25:\"crs_objectives_max_points\";s:14:\"Maximum points\";s:35:\"crs_objectives_no_question_selected\";s:27:\"Please select one question.\";s:27:\"crs_objectives_nr_questions\";s:19:\"Number of questions\";s:29:\"crs_objectives_qst_deassigned\";s:41:\"The question assignment has been deleted.\";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:11:\"crs_offline\";s:7:\"Offline\";s:11:\"crs_options\";s:7:\"Options\";s:19:\"crs_other_groupings\";s:26:\"Groupings of other courses\";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:27:\"crs_persons_on_waiting_list\";s:27:\"Persons on the Waiting List\";s:21:\"crs_presentation_type\";s:17:\"Presentation Type\";s:14:\"crs_print_list\";s:13:\"Generate List\";s:23:\"crs_question_assignment\";s:19:\"Question assignment\";s:19:\"crs_reg_deactivated\";s:8:\"Disabled\";s:16:\"crs_reg_lim_info\";s:135:\"If enabled, registrations are only possible during a fixed period of time. Please choose also one of the registration procedures below.\";s:16:\"crs_reg_max_info\";s:71:\"Define the maximum number of users that can be assigned to this course.\";s:19:\"crs_reg_notify_info\";s:118:\"If enabled all course administrators/tutors with status ‘Notify’ will be informed by mail about new registrations.\";s:14:\"crs_reg_period\";s:17:\"Self-Registration\";s:15:\"crs_reg_subject\";s:7:\"Message\";s:32:\"crs_reg_subscription_deactivated\";s:24:\"Registration is disabled\";s:32:\"crs_reg_subscription_end_earlier\";s:32:\"The registration time is expired\";s:40:\"crs_reg_subscription_max_members_reached\";s:40:\"The maximum number of users is exceeded.\";s:32:\"crs_reg_subscription_start_later\";s:34:\"The registration time starts later\";s:17:\"crs_reg_type_info\";s:73:\"This setting is only relevant, if the registration is not ‘Disabled’.\";s:18:\"crs_reg_unlim_info\";s:114:\"If enabled, there is no time limit for registrations. Please choose also one of the registration procedures below.\";s:13:\"crs_reg_until\";s:19:\"Registration Period\";s:29:\"crs_reg_user_already_assigned\";s:39:\"You are already assigned to this course\";s:31:\"crs_reg_user_already_subscribed\";s:53:\"You have already requested membership for this course\";s:20:\"crs_reg_user_blocked\";s:32:\"You are blocked from 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:26:\"crs_registration_unlimited\";s:29:\"Unlimited Registration Period\";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:8:\"crs_role\";s:4:\"Role\";s:30:\"crs_search_enter_search_string\";s:28:\"Please enter a search string\";s:14:\"crs_search_for\";s:10:\"Search for\";s:18:\"crs_search_members\";s:11:\"User search\";s:14:\"crs_search_str\";s:11:\"Search Term\";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:25:\"crs_select_exactly_one_lm\";s:42:\"Please select exactly one learning module.\";s:26:\"crs_select_exactly_one_tst\";s:31:\"Please select exactly one test.\";s:20:\"crs_select_native_lm\";s:70:\"Single chapters can only be assigned to native ILIAS learning modules.\";s:22:\"crs_select_one_archive\";s:25:\"Please select one archive\";s:21:\"crs_select_one_object\";s:30:\"Please select one course item.\";s:28:\"crs_select_registration_type\";s:38:\"Please select an admittance procedure.\";s:18:\"crs_select_starter\";s:19:\"Select Start Object\";s:18:\"crs_selected_users\";s:21:\"Selected Participants\";s:23:\"crs_set_on_waiting_list\";s:154:\"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:18:\"crs_settings_saved\";s:14:\"Settings saved\";s:12:\"crs_settings\";s:15:\"Course Settings\";s:17:\"crs_show_link_lms\";s:23:\"Show learning materials\";s:24:\"crs_show_link_objectives\";s:15:\"Show objectives\";s:16:\"crs_show_link_or\";s:20:\"Show other resources\";s:21:\"crs_show_link_session\";s:13:\"Show sessions\";s:17:\"crs_show_link_tst\";s:10:\"Show tests\";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:24:\"crs_show_objectives_view\";s:14:\"Objective view\";s:8:\"crs_size\";s:9:\"File size\";s:19:\"crs_sort_activation\";s:18:\"Sort by Activation\";s:20:\"crs_sort_manual_info\";s:67:\"This mode offers you the possibility to sort course items manually.\";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:19:\"crs_sort_title_info\";s:61:\"Choose this mode to sort course items automatically by title.\";s:14:\"crs_sort_title\";s:28:\"Titles in Alphabetical Order\";s:17:\"crs_sortorder_abo\";s:20:\"Content Item Sorting\";s:13:\"crs_sortorder\";s:4:\"Sort\";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:211:\"you have been assigned to the waiting list of course \"%s\".\\nYou are assigned to position %s on the list.\\n\\nYou 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:15:\"crs_subscribers\";s:13:\"Join Requests\";s:34:\"crs_subscription_max_members_short\";s:25:\"Limited Number of Members\";s:28:\"crs_subscription_max_members\";s:14:\"Maximum Number\";s:23:\"crs_subscription_notify\";s:24:\"Notify for subscriptions\";s:37:\"crs_subscription_options_confirmation\";s:18:\"Request Membership\";s:36:\"crs_subscription_options_deactivated\";s:11:\"Deactivated\";s:31:\"crs_subscription_options_direct\";s:13:\"Join Directly\";s:33:\"crs_subscription_options_password\";s:25:\"Join with Course Password\";s:26:\"crs_subscription_requested\";s:45:\"You have requested membership for the course.\";s:27:\"crs_subscription_successful\";s:26:\"You have joined the course\";s:21:\"crs_subscription_type\";s:17:\"Subscription type\";s:16:\"crs_subscription\";s:12:\"Subscription\";s:14:\"crs_suggest_lm\";s:30:\"Suggest learning materials if:\";s:22:\"crs_suggested_sections\";s:18:\"Suggested Sections\";s:18:\"crs_suggestion_end\";s:13:\"Suggested End\";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:24:\"crs_test_status_complete\";s:8:\"Complete\";s:28:\"crs_test_status_not_complete\";s:12:\"Not complete\";s:22:\"crs_test_status_random\";s:11:\"Random test\";s:8:\"crs_time\";s:17:\"Subscription time\";s:32:\"crs_timings_availability_enabled\";s:21:\"Temporarily Available\";s:28:\"crs_timings_availability_tbl\";s:12:\"Availability\";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:20:\"crs_timings_duration\";s:8:\"Duration\";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:20:\"crs_timings_late_end\";s:10:\"Latest End\";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:26:\"crs_timings_presetting_tbl\";s:11:\"Time Target\";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:19:\"crs_tutor_no_notify\";s:23:\"Tutor (no notification)\";s:16:\"crs_tutor_notify\";s:20:\"Tutor (notification)\";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:20:\"crs_update_objective\";s:32:\"Checklist for Learning Objective\";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:14:\"crs_user_login\";s:10:\"User Login\";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:16:\"crs_view_archive\";s:12:\"Archive View\";s:23:\"crs_view_info_objective\";s:241:\"Course for individualised studying: Performance on learning objectives organises the course work. Content might be recommended based on individual performance in a placement 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:204:\"The maximum number of course members is exceeded. 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: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:18:\"crs_youre_position\";s:33:\"Your Position on the Waiting List\";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:22:\"event_assign_materials\";s:16:\"Assign Materials\";s:18:\"event_btn_add_edit\";s:32:\"Add Session and Assign Materials\";s:13:\"event_btn_add\";s:11:\"Add Session\";s:15:\"event_clone_btn\";s:17:\"Duplicate Session\";s:12:\"event_cloned\";s:32:\"The Session has been duplicated.\";s:16:\"event_csv_export\";s:10:\"CSV Export\";s:15:\"event_date_time\";s:13:\"Date and Time\";s:10:\"event_date\";s:15:\"Date of Session\";s:17:\"event_delete_file\";s:12:\"Delete File?\";s:17:\"event_delete_sure\";s:38:\"Do really want to delete this session?\";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:17:\"Edit Participants\";s:14:\"event_end_date\";s:3:\"End\";s:25:\"event_etime_smaller_stime\";s:79:\"The finish time is earlier than the start time. Please enter a valid time span.\";s:20:\"event_existing_files\";s:15:\"Existing Files:\";s:19:\"event_file_download\";s:18:\"Files for Download\";s:15:\"event_file_name\";s:9:\"File Name\";s:20:\"event_file_size_info\";s:9:\"File Size\";s:10:\"event_file\";s:4:\"File\";s:11:\"event_files\";s:14:\"Assigned Files\";s:20:\"event_full_time_info\";s:9:\"full-time\";s:13:\"event_fullday\";s:9:\"Full-Time\";s:19:\"event_fulltime_info\";s:13:\"All Day Event\";s:26:\"event_further_informations\";s:19:\"Further Information\";s:19:\"event_general_infos\";s:19:\"General Information\";s:24:\"event_general_properties\";s:19:\"General Information\";s:16:\"event_inc_admins\";s:19:\"Show Administrators\";s:17:\"event_inc_members\";s:12:\"Show Members\";s:16:\"event_inc_tutors\";s:11:\"Show Tutors\";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:19:\"event_participation\";s:13:\"Participation\";s:14:\"event_register\";s:8:\"Register\";s:16:\"event_registered\";s:41:\"You have been registered to this session.\";s:23:\"event_registration_info\";s:39:\"Allow users to register to the session.\";s:31:\"event_registration_participance\";s:12:\"Registration\";s:18:\"event_registration\";s:12:\"Registration\";s:23:\"event_save_participants\";s:17:\"Save Participance\";s:25:\"event_section_information\";s:19:\"Session Information\";s:16:\"event_select_one\";s:31:\"-- Please select one session --\";s:16:\"event_start_date\";s:5:\"Start\";s:18:\"event_table_create\";s:11:\"New Session\";s:18:\"event_table_update\";s:12:\"Edit Session\";s:22:\"event_tbl_participants\";s:20:\"List of Participants\";s:22:\"event_tbl_participated\";s:8:\"Attended\";s:20:\"event_tbl_registered\";s:10:\"Registered\";s:10:\"event_time\";s:4:\"Time\";s:11:\"event_title\";s:5:\"Title\";s:16:\"event_tutor_data\";s:30:\"Information About the Lecturer\";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:18:\"events_clone_title\";s:17:\"Duplicate Session\";s:14:\"events_deleted\";s:15:\"Session deleted\";s:6:\"events\";s:8:\"Sessions\";s:14:\"export_members\";s:19:\"Export Participants\";s:26:\"grouping_change_assignment\";s:17:\"Change Assignment\";s:10:\"import_crs\";s:13:\"Import Course\";s:13:\"learners_view\";s:13:\"Learners view\";s:23:\"max_members_not_numeric\";s:41:\"Please check the maximum number of users.\";s:11:\"save_status\";s:11:\"Save Status\";s:20:\"sess_attendance_list\";s:15:\"Attendance List\";s:14:\"sess_date_time\";s:19:\"Session Appointment\";s:24:\"sess_gen_attendance_list\";s:13:\"Generate List\";s:16:\"sess_gen_comment\";s:28:\"Generate Column for Comments\";s:19:\"sess_gen_mark_title\";s:25:\"Generate Column for Notes\";s:18:\"sess_gen_signature\";s:30:\"Generate Column for Signatures\";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:63:\"Choose this option for limiting the number of visible sessions.\";s:10:\"sess_limit\";s:24:\"Limit Number of Sessions\";s:13:\"sess_num_next\";s:28:\"Number of Following Sessions\";s:13:\"sess_num_prev\";s:23:\"Number of Past Sessions\";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:15:\"tutor_firstname\";s:10:\"First name\";s:14:\"tutor_lastname\";s:9:\"Last name\";s:10:\"tutor_name\";s:4:\"Name\";s:11:\"tutor_phone\";s:5:\"Phone\";s:11:\"tutor_title\";s:5:\"Title\";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:18:\"crs_reg_code_value\";s:4:\"Link\";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:22:\"Passed Status of Users\";s:24:\"crs_status_determination\";s:13:\"Determination\";s:31:\"crs_status_determination_manual\";s:32:\"Independent of Learning Progress\";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:144:\"Set the course online to make it visible and available for course members. If not, only course administrators and tutors will have access to it.\";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:23:\"Only Registered Members\";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:34:\"Last Update (Course-specific Data)\";s:29:\"crs_subscription_failed_limit\";s:53:\"The maximum number of participants has been exceeded.\";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:14:\"Qualified 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:21:\"Assign Placement Test\";s:26:\"crs_objective_status_qtest\";s:23:\"Assign Achievement Test\";s:31:\"crs_objective_status_objectives\";s:29:\"Configure Learning Objectives\";s:26:\"crs_objective_status_start\";s:20:\"Define Start Objects\";s:31:\"crs_objective_status_fullfilled\";s:2:\"OK\";s:30:\"crs_objective_action_materials\";s:15:\"Assign Material\";s:26:\"crs_objective_action_qtest\";s:36:\"Assign Questions of Achievement Test\";s:26:\"crs_objective_action_itest\";s:34:\"Assign Questions of Placement Test\";s:21:\"crs_loc_qt_visibility\";s:30:\"Visibility of Achievement Test\";s:25:\"crs_loc_qt_visibility_all\";s:45:\"Show Achievement Test Covering all Objectives\";s:24:\"crs_loc_qt_visibility_lo\";s:51:\"Show Achievement Test for Each Individual Objective\";s:22:\"crs_loc_limited_passes\";s:19:\"Limited Test Passes\";s:14:\"crs_loc_passes\";s:16:\"Number of Passes\";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:29:\"No Achievement Test available\";s:22:\"crs_loc_err_stat_no_it\";s:27:\"No Placement 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_settings_type\";s:13:\"Course Design\";s:24:\"crs_loc_type_initial_all\";s:33:\"Course Starts with Placement Test\";s:24:\"crs_loc_type_initial_sel\";s:65:\"Course starts with Placement Test for Selected Learning Objective\";s:22:\"crs_loc_type_qualified\";s:28:\"Credit-by-examination design\";s:21:\"crs_loc_type_practise\";s:40:\"Course Starts with Learning and Practise\";s:21:\"crs_loc_tab_materials\";s:8:\"Material\";s:17:\"crs_loc_tab_itest\";s:14:\"Placement Test\";s:17:\"crs_loc_tab_qtest\";s:16:\"Achievement Test\";s:26:\"crs_loc_settings_itest_tbl\";s:31:\"Settings for the Placement Test\";s:22:\"crs_loc_tab_objectives\";s:19:\"Learning Objectives\";s:26:\"crs_loc_settings_qtest_tbl\";s:32:\"Settings for the Qualifying 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:9:\"Test Mode\";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:24:\"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:32:\"Please take the qualifying 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:286:\"Based on individual results of the placement 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:26:\"crs_loc_type_practise_info\";s:251:\"Course members can use the full range of learning objectives and assigned learning content immediately. They can take the achievement testto assess whether they mastered the learning objectives already of if additional learning and training is needed.\";s:33:\"crs_loc_form_tst_new_initial_info\";s:44:\"Create a new test to serve as Placement Test\";s:35:\"crs_loc_form_tst_new_qualified_info\";s:2:\"--\";s:32:\"crs_loc_form_assign_initial_info\";s:57:\"Select a test from this course to serve as Placement 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: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:13:\"Course Period\";s:27:\"crs_course_period_not_valid\";s:31:\"The course 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:12:\"Course Tutor\";s:29:\"crs_mail_context_member_title\";s:13:\"Course Member\";s:24:\"crs_loc_settings_it_type\";s:13:\"Einstiegstest\";s:38:\"crs_loc_settings_type_it_placement_all\";s:49:\"Diagnostischer Einstiegstest über alle Lernziele\";s:32:\"crs_loc_settings_it_start_object\";s:29:\"Einstiegstest ist Startobjekt\";s:38:\"crs_loc_settings_type_it_placement_sel\";s:41:\"Diagnostischer Einstiegstest pro Lernziel\";s:39:\"crs_loc_settings_type_it_qualifying_all\";s:51:\"Qualifizierender Einstiegstest über alle Lernziele\";s:39:\"crs_loc_settings_type_it_qualifying_sel\";s:43:\"Qualifizierender Einstiegstest pro Lernziel\";s:29:\"crs_loc_settings_type_it_none\";s:18:\"Kein Einstiegstest\";s:23:\"crs_loc_settings_qt_all\";s:13:\"Abschlusstest\";s:27:\"crs_loc_settings_type_q_all\";s:34:\"Abschlusstest über alle Lernziele\";s:32:\"crs_loc_settings_qt_start_object\";s:29:\"Abschlusstest ist Startobjekt\";s:32:\"crs_loc_settings_type_q_selected\";s:26:\"Abschlusstest pro Lernziel\";s:27:\"crs_loc_settings_err_qstart\";s:125:\"Die Option \"Abschlusstest als Startobjekt\" wurde deaktiviert, da sie nur für Kurse ohne Einstiegstest verwendet werden kann.\";s:18:\"crs_loc_tab_qtests\";s:14:\"Abschlusstests\";s:18:\"crs_loc_tab_itests\";s:14:\"Einstiegstests\";s:26:\"crs_loc_btn_new_assignment\";s:18:\"Neue Testzuordnung\";s:32:\"crs_objective_tbl_col_final_tsts\";s:14:\"Abschlusstests\";s:30:\"crs_objective_action_qtest_sep\";s:22:\"Abschlusstest zuordnen\";s:30:\"crs_loc_settings_tbl_its_q_all\";s:51:\"Qualifizierender Einstiegstest über alle Lernziele\";s:31:\"crs_loc_settings_tbl_its_nq_all\";s:49:\"Diagnostischer Einstiegstest über alle Lernziele\";s:25:\"crs_loc_settings_tbl_it_q\";s:43:\"Qualifizierende Einstiegstests pro Lernziel\";s:26:\"crs_loc_settings_tbl_it_nq\";s:41:\"Diagnostische Einstiegstests pro Lernziel\";s:28:\"crs_loc_settings_tbl_qts_all\";s:34:\"Abschlusstest über alle Lernziele\";s:23:\"crs_loc_settings_tbl_qt\";s:27:\"Abschlusstests pro Lernziel\";s:37:\"crs_loc_objective_passed_confirmation\";s:138:\"Sie haben das Lernziel bereits bestanden. Ein erneutes Starten des Tests setzt die Ergebnisse zurück. Wollen Sie den Test erneut starten?\";s:38:\"crs_loc_objectives_passed_confirmation\";s:139:\"Sie haben bereits alle Lernziel bestanden. Ein erneutes Starten des Tests setzt die Ergebnisse zurück. Wollen Sie den Test erneut starten?\";s:17:\"crs_loc_tst_start\";s:12:\"Test starten\";s:20:\"crs_loc_mem_show_res\";s:23:\"Testergebnisse anzeigen\";s:23:\"crs_loc_test_results_of\";s:19:\"Testergebnisse von:\";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:41:\"Placement test on all learning objectives\";s:43:\"crs_loc_settings_type_it_placement_sel_info\";s:44:\"Placement test per single learning objective\";s:44:\"crs_loc_settings_type_it_qualifying_all_info\";s:43:\"Achievement test on all learning objectives\";s:44:\"crs_loc_settings_type_it_qualifying_sel_info\";s:46:\"Achievement test per sinble learning objective\";s:34:\"crs_loc_settings_type_it_none_info\";s:17:\"No placement test\";s:32:\"crs_loc_settings_type_q_all_info\";s:43:\"Achievement test on all learning objectives\";s:37:\"crs_loc_settings_type_q_selected_info\";s:46:\"Achievement test per sinble 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:53:\"For the contact emails on the info screen of a course\";s:27:\"crs_mail_context_tutor_info\";s:82:\"For the participant emails 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\";}'); INSERT INTO `lng_modules` VALUES ('dateplaner','en','a:523:{s:15:\"add_appointment\";s:15:\"Add Appointment\";s:8:\"add_data\";s:15:\"Additional Data\";s:4:\"app_\";s:5:\"Inbox\";s:8:\"app_date\";s:12:\"Create Event\";s:7:\"app_day\";s:8:\"Day View\";s:12:\"app_freetime\";s:47:\"Free time of other group members (catch a time)\";s:9:\"app_inbox\";s:5:\"Inbox\";s:8:\"app_list\";s:14:\"List of Events\";s:9:\"app_month\";s:10:\"Month View\";s:14:\"app_properties\";s:10:\"Properties\";s:8:\"app_week\";s:9:\"Week View\";s:11:\"application\";s:8:\"Calendar\";s:5:\"apply\";s:5:\"Apply\";s:4:\"back\";s:4:\"Back\";s:10:\"begin_date\";s:10:\"Begin Date\";s:8:\"busytime\";s:18:\"Busy time in group\";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:16:\"cal_day_of_month\";s:16:\"Day of the month\";s:16:\"cal_day_overview\";s:12:\"Day Overview\";s:9:\"cal_day_s\";s:6:\"Day(s)\";s:17:\"cal_day_selection\";s:10:\"Select Day\";s:13:\"cal_day_start\";s:9:\"Day Start\";s:17:\"cal_day_week_view\";s:22:\"Day/Week View Settings\";s:12:\"cal_deadline\";s:8:\"Deadline\";s:12:\"cal_declined\";s:8:\"Declined\";s: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:10:\"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:7:\"cal_end\";s:3:\"End\";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:18:\"cal_no_recurrences\";s:14:\"No Recurrences\";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:14:\"Share Calendar\";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:15:\"cal_sync_header\";s:24:\"Synchronisation Settings\";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:12:\"cal_type_usr\";s:17:\"Personal 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:8:\"cal_what\";s:5:\"Title\";s:9:\"cal_where\";s:8:\"Location\";s:10:\"cal_year_s\";s:7:\"Year(s)\";s:10:\"cal_yearly\";s:6:\"Yearly\";s:12:\"changedDates\";s:14:\"Changed Events\";s:8:\"changeTo\";s:10:\"Change to:\";s:16:\"checkforfreetime\";s:19:\"Check for free time\";s:7:\"created\";s:7:\"Created\";s:22:\"crs_cal_activation_end\";s:10:\"Course End\";s:24:\"crs_cal_activation_start\";s:12:\"Course Start\";s:15:\"crs_cal_reg_end\";s:16:\"Registration End\";s:17:\"crs_cal_reg_start\";s:18:\"Registration Start\";s:18:\"date_format_middle\";s:5:\"m/d/y\";s:11:\"date_format\";s:9:\"m/d/Y H:i\";s:4:\"date\";s:4:\"Date\";s:8:\"DateText\";s:7:\"Message\";s:8:\"Day_long\";s:8:\"Day View\";s:7:\"del_all\";s:17:\"Delete all events\";s:7:\"del_one\";s:16:\"Delete one event\";s:12:\"deletedDates\";s:14:\"Deleted Events\";s:7:\"discard\";s:7:\"Discard\";s:16:\"dv_button_cancel\";s:6:\"Cancel\";s:16:\"dv_button_delete\";s:6:\"Delete\";s:16:\"dv_button_insert\";s:6:\"Insert\";s:16:\"dv_button_update\";s:6:\"Update\";s:13:\"dv_date_begin\";s:11:\"Start Date:\";s:11:\"dv_date_end\";s:9:\"End Date:\";s:10:\"dv_date_hm\";s:11:\"Hour:Minute\";s:10:\"dv_enddate\";s:9:\"End date:\";s:14:\"dv_groupselect\";s:13:\"Group select:\";s:12:\"dv_Grouptime\";s:9:\"Free time\";s:17:\"dv_groupview_text\";s:12:\"Group:
\";s:12:\"dv_groupview\";s:12:\"Group event:\";s:11:\"dv_keywords\";s:9:\"Keywords:\";s:16:\"dv_keywordselect\";s:15:\"Keyword select:\";s:10:\"dv_message\";s:8:\"Message:\";s:10:\"dv_noGroup\";s:8:\"no Group\";s:8:\"dv_noKey\";s:10:\"no Keyword\";s:10:\"dv_preview\";s:18:\"! Preview !\";s:16:\"dv_rotation_date\";s:16:\"Recurrence date:\";s:15:\"dv_rotation_end\";s:15:\"Recurrence end:\";s:11:\"dv_rotation\";s:11:\"Recurrence:\";s:12:\"dv_shorttext\";s:11:\"Short text:\";s:12:\"dv_startdate\";s:11:\"Start date:\";s:7:\"dv_text\";s:5:\"Text:\";s:12:\"dv_whole_day\";s:10:\"Whole day:\";s:17:\"dv_whole_rotation\";s:74:\"Would you like to delete the entire recurring series? (click the checkbox)\";s:8:\"end_date\";s:8:\"End Date\";s:16:\"endtime_for_view\";s:21:\"Finish time for view:\";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:17:\"ERROR_DATE_EXISTS\";s:26:\"This event already exists.\";s:16:\"ERROR_DB_CONNECT\";s:29:\"The database is disconnected.\";s:8:\"ERROR_DB\";s:21:\"Database write error!\";s:13:\"ERROR_DEL_MSG\";s:75:\"This is a recurring event. Would you like to delete one event or the series\";s:15:\"ERROR_END_START\";s:52:\"Wrong end date input. End date is before start date.\";s:13:\"ERROR_ENDDATE\";s:40:\"Wrong end date input. Format: dd/mm/yyyy\";s:13:\"ERROR_ENDTIME\";s:32:\"Wrong finish time. Format: hh:mm\";s:18:\"ERROR_FILE_CSV_MSG\";s:29:\"Please take a valid CSV file.\";s:16:\"ERROR_JAVASCRIPT\";s:131:\"
your browser doesn\'t accept JavaScript.
Please close this Window after insert manually.
Thank you
\";s:17:\"error_minical_img\";s:31:\"Cannot create GD-picture-stream\";s:19:\"ERROR_ROT_END_START\";s:72:\"Wrong recurring end date input. Recurring end date is before start date.\";s:17:\"ERROR_ROTATIONEND\";s:50:\"Wrong recurring end date input. Format: dd/mm/yyyy\";s:15:\"ERROR_SHORTTEXT\";s:47:\"Wrong short text input. Short text is required.\";s:15:\"ERROR_STARTDATE\";s:42:\"Wrong start date input. Format: dd/mm/yyyy\";s:15:\"ERROR_STARTTIME\";s:31:\"Wrong start time. Format: hh:mm\";s:8:\"ERROR_TS\";s:21:\"Incorrect date format\";s:7:\"execute\";s:15:\"Execute choices\";s:11:\"extra_dates\";s:14:\"One Day Events\";s:7:\"Fr_long\";s:6:\"Friday\";s:8:\"Fr_short\";s:2:\"Fr\";s:4:\"free\";s:4:\"Free\";s:8:\"freetime\";s:18:\"Free Time in group\";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:10:\"help_day_l\";s:57:\"In the day view all events of a chosen day are displayed.\";s:8:\"help_day\";s:17:\"Calendar Day View\";s:14:\"help_enddate_l\";s:112:\"Contains the finish time of the event.
The symbol opens a small calendar for choosing the appropriate date.\";s:12:\"help_enddate\";s:30:\"End date - syntax [dd/mm/yyyy]\";s:18:\"help_endrotation_l\";s:109:\"At this day the repetition will end.
The symbol opens a small calendar for choosing the appropriate date\";s:16:\"help_endrotation\";s:31:\"Finish time syntax [dd/mm/yyyy]\";s:14:\"help_endtime_l\";s:65:\"Contains the finish time of the appointment using 24-hour format.\";s:12:\"help_endtime\";s:43:\"Finish time - syntax [hh/mm] 24-hour format\";s:13:\"help_filename\";s:15:\"dp_help_en.html\";s:14:\"help_fullday_l\";s:130:\"If the event stretches over a whole day, please choose this option.
This will hide the start time, finish time, and end date.\";s:12:\"help_fullday\";s:32:\"Whole day event - syntax[on/off]\";s:12:\"help_further\";s:48:\"
click here for further information.\";s:12:\"help_group_l\";s:193:\"Contains the groups for which the logged-in user has administrator rights and for which a date can be created.
After choosing this it is possible to view the unscheduled time of the group.\";s:10:\"help_group\";s:22:\"Group events selection\";s:12:\"help_inbox_l\";s:62:\"Here all new, changed, and deleted group events are displayed.\";s:10:\"help_inbox\";s:14:\"Calendar Inbox\";s:14:\"help_keyword_l\";s:58:\"Contains the keywords which a user can associate to dates.\";s:12:\"help_keyword\";s:17:\"Keyword selection\";s:17:\"help_keywordUse_l\";s:106:\"Choose one or more keywords from the dialog box.
TIP: use the CTRL key for selecting several entries.\";s:15:\"help_keywordUse\";s:17:\"Keyword selection\";s:11:\"help_list_l\";s:70:\"In the event list, all events of a given period of time are displayed.\";s:9:\"help_list\";s:19:\"Calendar event list\";s:12:\"help_month_l\";s:60:\"In the month view all events of a given month are displayed.\";s:10:\"help_month\";s:19:\"Calendar month view\";s:21:\"help_properties_alt_l\";s:111:\"Choose a keyword from the dialog box.
Change the keyword in the text field. Important: max. 20 characters.\";s:19:\"help_properties_alt\";s:19:\"Changes the keyword\";s:21:\"help_properties_del_l\";s:77:\"Choose a keyword from the dialog box. Click the button to delete the keyword.\";s:19:\"help_properties_del\";s:19:\"Deletes the keyword\";s:24:\"help_properties_import_l\";s:112:\"Here a CSC file can be selected, which contains Outlook-Events. These events will be imported into the calendar.\";s:22:\"help_properties_import\";s:27:\"Import of Outlook CSV files\";s:21:\"help_properties_new_l\";s:72:\"Add a new keyword to the field ‘new’. Important: max. 20 characters.\";s:19:\"help_properties_new\";s:33:\"Add a keyword, max. 20 characters\";s:22:\"help_properties_time_l\";s:213:\"The standard display time for the day view and week view can be changed. If dates are outside of the display time for a given days or week, the display time will be changed for that time span. Standard is 8h -18h.\";s:20:\"help_properties_time\";s:35:\"Display time for day view/week view\";s:15:\"help_rotation_l\";s:49:\"Contains the type of the recurrence / repetition.\";s:13:\"help_rotation\";s:10:\"Recurrence\";s:16:\"help_shorttext_l\";s:51:\"Here one can enter the short text for a given date.\";s:14:\"help_shorttext\";s:30:\"Short text, max. 50 characters\";s:16:\"help_startdate_l\";s:111:\"Contains the start time of the event.
The symbol opens a small calendar for choosing the appropriate date.\";s:14:\"help_startdate\";s:31:\"Start date - syntax[dd/mm/yyyy]\";s:16:\"help_starttime_l\";s:58:\"Contains the start time of the event using 24-hour format.\";s:14:\"help_starttime\";s:41:\"Start time - syntax[hh/mm] 24-hour format\";s:11:\"help_text_l\";s:46:\"Here one can enter the text for a given event.\";s:9:\"help_text\";s:4:\"Text\";s:11:\"help_week_l\";s:58:\"In the week view all events of a given week are displayed.\";s:9:\"help_week\";s:18:\"Calendar week view\";s:4:\"hour\";s:4:\"hour\";s:11:\"ical_export\";s:11:\"iCal Export\";s:11:\"importDates\";s:24:\"Import of Outlook Events\";s:5:\"inbox\";s:5:\"Inbox\";s:17:\"insertImportDates\";s:42:\"These events were successfully registered:\";s:10:\"k_alldates\";s:10:\"All Events\";s:4:\"keep\";s:4:\"Keep\";s:7:\"keyword\";s:7:\"Keyword\";s:8:\"keywords\";s:8:\"Keywords\";s:13:\"Language_file\";s:7:\"English\";s:11:\"last_change\";s:12:\"Last changed\";s:12:\"Listbox_long\";s:14:\"List of Events\";s:7:\"long_01\";s:7:\"January\";s:7:\"long_02\";s:8:\"February\";s:7:\"long_03\";s:5:\"March\";s:7:\"long_04\";s:5:\"April\";s:7:\"long_05\";s:3:\"May\";s:7:\"long_06\";s:4:\"June\";s:7:\"long_07\";s:4:\"July\";s:7:\"long_08\";s:6:\"August\";s:7:\"long_09\";s:9:\"September\";s:7:\"long_10\";s:7:\"October\";s:7:\"long_11\";s:8:\"November\";s:7:\"long_12\";s:8:\"December\";s:10:\"main_dates\";s:11:\"Main Events\";s:5:\"menue\";s:4:\"Menu\";s:6:\"mmonth\";s:10:\"Last Month\";s:7:\"Mo_long\";s:6:\"Monday\";s:8:\"Mo_short\";s:2:\"Mo\";s:10:\"Month_long\";s:10:\"Month View\";s:5:\"month\";s:5:\"Month\";s:4:\"more\";s:4:\"More\";s:5:\"mweek\";s:9:\"Last Week\";s:6:\"myeahr\";s:9:\"Last Year\";s:7:\"new_doc\";s:16:\"Create new event\";s:8:\"newDates\";s:10:\"New Events\";s:10:\"newKeyword\";s:4:\"New:\";s:8:\"no_entry\";s:19:\"No events available\";s:10:\"o_day_date\";s:13:\"24-hour event\";s:2:\"of\";s:2:\"of\";s:8:\"open_day\";s:8:\"Day View\";s:6:\"pmonth\";s:10:\"Next Month\";s:9:\"printlist\";s:5:\"Print\";s:10:\"properties\";s:10:\"Properties\";s:5:\"pweek\";s:9:\"Next Week\";s:5:\"pyear\";s:9:\"Next Year\";s:4:\"r_14\";s:13:\"Every 14 days\";s:9:\"r_4_weeks\";s:13:\"Every 4 weeks\";s:5:\"r_day\";s:9:\"Every day\";s:10:\"r_halfyear\";s:15:\"Every half year\";s:7:\"r_month\";s:11:\"Every month\";s:14:\"r_nonrecurring\";s:4:\"Once\";s:6:\"r_week\";s:10:\"Every week\";s:6:\"r_year\";s:10:\"Every year\";s:14:\"readimportfile\";s:6:\"Insert\";s:14:\"rotation_dates\";s:17:\"Recurrence events\";s:8:\"rotation\";s:10:\"Recurrence\";s:7:\"Sa_long\";s:8:\"Saturday\";s:8:\"Sa_short\";s:2:\"Sa\";s:13:\"semester_name\";s:13:\"Semester Name\";s:8:\"short_01\";s:3:\"Jan\";s:8:\"short_02\";s:3:\"Feb\";s:8:\"short_03\";s:3:\"Mar\";s:8:\"short_04\";s:3:\"Apr\";s:8:\"short_05\";s:3:\"May\";s:8:\"short_06\";s:3:\"Jun\";s:8:\"short_07\";s:3:\"Jul\";s:8:\"short_08\";s:3:\"Aug\";s:8:\"short_09\";s:3:\"Sep\";s:8:\"short_10\";s:3:\"Oct\";s:8:\"short_11\";s:3:\"Nov\";s:8:\"short_12\";s:3:\"Dec\";s:9:\"shorttext\";s:10:\"Short Text\";s:10:\"singleDate\";s:12:\"Single Event\";s:18:\"starttime_for_view\";s:20:\"Start time for view:\";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:8:\"timedate\";s:11:\"Time / Date\";s:9:\"timeslice\";s:5:\"Time:\";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:4:\"View\";s:5:\"View:\";s:8:\"viewlist\";s:4:\"View\";s:7:\"We_long\";s:9:\"Wednesday\";s:8:\"We_short\";s:2:\"We\";s:9:\"Week_long\";s:9:\"Week View\";s:4:\"week\";s:4:\"Week\";s:8:\"wk_short\";s:2:\"WK\";s:4:\"year\";s:4:\"Year\";s:20:\"yui_cal_choose_month\";s:6:\"Month:\";s:19:\"yui_cal_choose_year\";s:5:\"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:9:\"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:316:\"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.\";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:16:\"cal_type_rl_info\";s:86:\"If you know the address to a calendar (in iCal format), you can type the address here.\";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:119:\"The list of notification recipients is not valid. Please choose only ILIAS user account names or valid email addresses.\";s:21:\"cal_user_notification\";s:17:\"User Notification\";s:26:\"cal_user_notification_info\";s:114:\"Selected users will be notified about this appointment by email. Please enter ILIAS user names or email 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:24:\"cal_ch_canceled_bookings\";s:40:\"The selected bookings have been deleted.\";s:23:\"cal_ch_deleted_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:128:\"‘Delete Booking’ will not notify users by email. 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:30:\"cal_ch_user_assignment_success\";s:56:\"The users have been assigned to the chosen appointments.\";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\";}'); INSERT INTO `lng_modules` VALUES ('grp','en','a:172:{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:19:\"crs_grp_enter_title\";s:36:\"Please fill out all required fields.\";s:27:\"crs_grp_no_courses_assigned\";s:18:\"No Groups Assigned\";s:30:\"crs_grp_table_assigned_courses\";s:15:\"Assigned Groups\";s:26:\"grouping_change_assignment\";s:17:\"Change Assignment\";s:26:\"grp_accept_subscriber_body\";s:47:\"You have been admitted to group \"%1$s\".\\n\\n%2$s\";s:21:\"grp_accept_subscriber\";s:23:\"Admission to group \"%s\"\";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:15:\"grp_closed_info\";s:37:\"Group is not visible for non-members.\";s:10:\"grp_closed\";s:12:\"Closed Group\";s:17:\"grp_delete_member\";s:6:\"Delete\";s:24:\"grp_deleted_export_files\";s:21:\"Deleted export files.\";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:16:\"grp_lim_assigned\";s:42:\"Already assigned to associated group \"%s\".\";s:26:\"grp_mail_admission_new_bod\";s:64:\"we are pleased to announce your registration for the group \"%s\".\";s:26:\"grp_mail_admission_new_sub\";s:32:\"Your registration for group \"%s\"\";s: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:153:\"There might be other members on a waiting list of your group.\\nYou should check for the waiting list now.\\nTo 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:126:\"we confirm your cancellation of membership in group %s.\\nWe 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:209:\"you have been assigned to the waiting list of group \"%s\".\\nYou are assigned to position %s on the list.\\n\\nYou 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:17:\"grp_min_one_admin\";s:66:\"There has to be at least one administrator assigned to this group.\";s:20:\"grp_missing_grp_type\";s:27:\"Please choose a group type.\";s:20:\"grp_missing_password\";s:30:\"Please enter a group password.\";s:17:\"grp_missing_title\";s:27:\"Please enter a group title.\";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:13:\"grp_open_info\";s:53:\"Non-members can see this group and join it directly..\";s:8:\"grp_open\";s:10:\"Open Group\";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:19:\"grp_reg_direct_info\";s:20:\"Direct registration.\";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:11:\"grp_reg_end\";s:17:\"Registration End:\";s:22:\"grp_reg_limit_num_info\";s:27:\"Limited Registration Period\";s:17:\"grp_reg_limit_num\";s:23:\"Maximum Number of Users\";s:18:\"grp_reg_limit_time\";s:7:\"Enabled\";s:15:\"grp_reg_limited\";s:27:\"Limited Registration Period\";s:24:\"grp_reg_max_members_info\";s:70:\"Define the maximum number of users that can be assigned 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:14:\"grp_reg_period\";s:24:\"Self-Registration Period\";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:13:\"grp_reg_start\";s:19:\"Registration Start:\";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:19:\"grp_select_one_file\";s:23:\"Please select one file.\";s:18:\"grp_selected_users\";s:21:\"Selected Participants\";s:23:\"grp_set_on_waiting_list\";s:153:\"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:12:\"grp_settings\";s:14:\"Group Settings\";s:7:\"grp_typ\";s:10:\"Group Type\";s:21:\"grp_type_changed_info\";s:59:\"Changing the group type will reset all permission settings.\";s:15:\"grp_unsubscribe\";s:11:\"Unsubscribe\";s:25:\"grp_update_subscr_request\";s:25:\"Update Membership Request\";s:15:\"grp_users_added\";s:24:\"Added user to the group.\";s:26:\"grp_users_already_assigned\";s:44:\"The user is already assigned to this group.\";s:27:\"grp_users_removed_from_list\";s:59:\"The selected users have been removed from the waiting list.\";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:17:\"Number of Members\";s:19:\"reg_grp_max_members\";s:25:\"Limited 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:18:\"grp_reg_code_value\";s:4:\"Link\";s:25:\"grp_reg_code_enabled_info\";s:129:\"Besides the chosen registration procedure and permissions this option allows users to enter directly by using the following link.\";s: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:14:\"grp_subscriber\";s:10:\"Subscriber\";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:33:\"Last Update (Group-specific Data)\";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:18:\"Cancellation Limit\";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.\";}'); -INSERT INTO `lng_modules` VALUES ('mail','en','a:217:{s:35:\"activate_serial_letter_placeholders\";s:35:\"Activate Serial-Letter Placeholders\";s:24:\"advice_mail_body_secured\";s:130:\"Because of security reasons ILIAS removed some elements of your message. Please check the secured message and send the mail again.\";s:13:\"also_as_email\";s:14:\"Also as E-Mail\";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:33:\"info_mail_external_sender_noreply\";s:255:\"Please enter the e-mail that shall be used as sender\'s address for automatically created system messages and notifications send by e-mail. : Use only a real existing address to avoid the rejection of such mails by spam filters and mail servers,\";s:14:\"invite_to_chat\";s:14:\"Invite to Chat\";s:9:\"linebreak\";s:10:\"Line break\";s:23:\"mail_account_mail_check\";s:17:\"Send Account Mail\";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:23:\"mail_add_to_addressbook\";s:15:\"Add to Contacts\";s:13:\"mail_add_type\";s:44:\"Please add the type of mail you want to send\";s:17:\"mail_addr_entries\";s:7:\"Entries\";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:17:\"mail_bc_not_valid\";s:30:\"The BCC recipient is not valid\";s:14:\"mail_bc_search\";s:10:\"BCC search\";s:9:\"mail_byte\";s:4:\"Byte\";s:17:\"mail_cc_not_valid\";s:29:\"The CC recipient is not valid\";s:14:\"mail_cc_search\";s:9:\"CC search\";s:21:\"mail_change_to_folder\";s:17:\"Switch to folder:\";s:26:\"mail_check_your_email_addr\";s:32:\"Your e-mail address is not valid\";s:12:\"mail_compose\";s:15:\"Compose Message\";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:15:\"mail_edit_entry\";s:10:\"Edit Entry\";s:20:\"mail_email_forbidden\";s:34:\"You are not allowed to send e-mail\";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:30:\"mail_enter_login_or_email_addr\";s:50:\"Please enter a valid login name or e-mail address.\";s:27:\"mail_enter_valid_email_addr\";s:36:\"Please enter a valid e-mail address.\";s:22:\"mail_enter_valid_login\";s:32:\"Please enter a valid login name.\";s:16:\"mail_entry_added\";s:15:\"Added new Entry\";s:18:\"mail_entry_changed\";s:20:\"The entry is changed\";s:17:\"mail_entry_exists\";s:50:\"An entry with the given login name already exists.\";s:22:\"mail_entry_of_contacts\";s:17:\"Entry of Contacts\";s:28:\"mail_external_sender_noreply\";s:16:\"no-reply Address\";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:16:\"mail_folder_edit\";s:11:\"Edit Folder\";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:16:\"mail_folder_name\";s:11:\"Folder name\";s:19:\"mail_folder_options\";s:14:\"Folder Options\";s:28:\"mail_following_rcp_not_valid\";s:39:\"The following recipients are not valid:\";s:19:\"mail_global_options\";s:14:\"Global options\";s:18:\"mail_group_members\";s:13:\"Group Members\";s:19:\"mail_in_addressbook\";s:19:\"Already in Contacts\";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:11:\"mail_intern\";s:8:\"Internal\";s:21:\"mail_into_addressbook\";s:15:\"Add to Contacts\";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:30:\"mail_members_added_addressbook\";s:25:\"Members added to Contacts\";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:30:\"mail_multiple_recipients_found\";s:97:\"Enter a more specific mail address. ILIAS found multiple possible recipients for this address: %s\";s:15:\"mail_my_courses\";s:10:\"My Courses\";s:15:\"mail_my_entries\";s:15:\"My Address Book\";s:14:\"mail_my_groups\";s:9:\"My Groups\";s:21:\"mail_my_mailing_lists\";s:16:\"My Mailing Lists\";s:20:\"mail_nacc_admin_mail\";s:29:\"Mail address of Administrator\";s:21:\"mail_nacc_client_name\";s:11:\"Client Name\";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:10:\"Salutation\";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:14:\"mail_new_entry\";s:9:\"New Entry\";s:13:\"mail_new_file\";s:13:\"Add new file:\";s:22:\"mail_no_attach_allowed\";s:54:\"System messages are not allowed to contain attachments\";s:25:\"mail_no_attachments_found\";s:20:\"No attachments found\";s:30:\"mail_no_permissions_write_smtp\";s:47:\"You have no permission to write external e-mail\";s:23:\"mail_no_recipient_found\";s:87:\"Enter a different mail address. ILIAS couldn\'t find a recipient with this mail address.\";s:26:\"mail_no_valid_mailing_list\";s:21:\"No Valid Mailing List\";s:25:\"mail_notification_subject\";s:22:\"New mail in your inbox\";s:15:\"mail_options_of\";s:7:\"Options\";s:18:\"mail_options_saved\";s:13:\"Options saved\";s:25:\"mail_received_x_new_mails\";s:26:\"You received %s new mails.\";s:24:\"mail_recipient_not_valid\";s:26:\"The recipient is not valid\";s:13:\"mail_s_unread\";s:14:\"Unread Mail(s)\";s:6:\"mail_s\";s:7:\"Mail(s)\";s:25:\"mail_salutation_anonymous\";s:5:\"Hello\";s:17:\"mail_salutation_f\";s:5:\"Hello\";s:22:\"mail_salutation_female\";s:61:\"Output for placeholder [MAIL_SALUTATION], if gender is female\";s:23:\"mail_salutation_general\";s:61:\"Output for placeholder [MAIL_SALUTATION], no gender specified\";s:17:\"mail_salutation_m\";s:5:\"Hello\";s:20:\"mail_salutation_male\";s:59:\"Output for placeholder [MAIL_SALUTATION], if gender is male\";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:26:\"mail_select_only_one_entry\";s:29:\"Please select only one entry.\";s:29:\"mail_send_with_system_address\";s:24:\"Send With System Address\";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:93:\"Enter a text, which will be prepended to the subject line of outgoing auto generated e-mails.\";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:22:\"mail_user_addr_n_valid\";s:44:\"Following users have no valid e-mail address\";s:19:\"placeholders_advise\";s:130:\"Placeholders are only resolved for recipients in the To field.%sRecipients in the CC and BCC field will get unsolved placeholders.\";s:19:\"search_bc_recipient\";s:20:\"Search BCC Recipient\";s:19:\"search_cc_recipient\";s:19:\"Search CC Recipient\";s:17:\"search_recipients\";s:17:\"Search Recipients\";s:12:\"send_mail_to\";s:7:\"Mail to\";s:26:\"mail_prevent_smtp_globally\";s:50:\"Globally prevent sending external mails (via SMTP)\";s:22:\"mail_select_recipients\";s:30:\"Please select mail recipients:\";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:23:\"mail_system_sender_name\";s:11:\"Sender Name\";s:28:\"mail_system_sender_name_info\";s:253:\"Please enter a name. This name will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.\";s:23:\"cron_update_addressbook\";s:46:\"Synchronize address book entries automatically\";s:28:\"cron_update_addressbook_desc\";s:207:\"If this option is enabled, users can specify whether address book entries which are related to user accounts, should be synchronized by the cron job. Only data that was released by the User, will be updated.\";s:11:\"auto_update\";s:6:\"Update\";s:15:\"mail_add_folder\";s:18:\"Add New Sub-folder\";s:18:\"mail_rename_folder\";s:13:\"Rename Folder\";s:42:\"system_notification_installation_signature\";s:64:\"This email has been sent automatically by the ILIAS installation\";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: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:164:\"If enabled, emails 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:192:\"If you enter a value here is larger than or equal to 1, ILIAS will send an email 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: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\";}'); +INSERT INTO `lng_modules` VALUES ('mail','en','a:221:{s:35:\"activate_serial_letter_placeholders\";s:35:\"Activate Serial-Letter Placeholders\";s:24:\"advice_mail_body_secured\";s:130:\"Because of security reasons ILIAS removed some elements of your message. Please check the secured message and send the mail again.\";s:13:\"also_as_email\";s:14:\"Also as E-Mail\";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:33:\"info_mail_external_sender_noreply\";s:255:\"Please enter the e-mail that shall be used as sender\'s address for automatically created system messages and notifications send by e-mail. : Use only a real existing address to avoid the rejection of such mails by spam filters and mail servers,\";s:14:\"invite_to_chat\";s:14:\"Invite to Chat\";s:9:\"linebreak\";s:10:\"Line break\";s:23:\"mail_account_mail_check\";s:17:\"Send Account Mail\";s:14:\"mail_send_html\";s:30:\"HTML Frame for External Emails\";s:19:\"mail_send_html_info\";s:286:\"If enabled, the body of external emails 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:23:\"mail_add_to_addressbook\";s:15:\"Add to Contacts\";s:13:\"mail_add_type\";s:44:\"Please add the type of mail you want to send\";s:17:\"mail_addr_entries\";s:7:\"Entries\";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:17:\"mail_bc_not_valid\";s:30:\"The BCC recipient is not valid\";s:14:\"mail_bc_search\";s:10:\"BCC search\";s:9:\"mail_byte\";s:4:\"Byte\";s:17:\"mail_cc_not_valid\";s:29:\"The CC recipient is not valid\";s:14:\"mail_cc_search\";s:9:\"CC search\";s:21:\"mail_change_to_folder\";s:17:\"Switch to folder:\";s:26:\"mail_check_your_email_addr\";s:32:\"Your e-mail address is not valid\";s:12:\"mail_compose\";s:15:\"Compose Message\";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:15:\"mail_edit_entry\";s:10:\"Edit Entry\";s:20:\"mail_email_forbidden\";s:34:\"You are not allowed to send e-mail\";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:30:\"mail_enter_login_or_email_addr\";s:50:\"Please enter a valid login name or e-mail address.\";s:27:\"mail_enter_valid_email_addr\";s:36:\"Please enter a valid e-mail address.\";s:22:\"mail_enter_valid_login\";s:32:\"Please enter a valid login name.\";s:16:\"mail_entry_added\";s:15:\"Added new Entry\";s:18:\"mail_entry_changed\";s:20:\"The entry is changed\";s:17:\"mail_entry_exists\";s:50:\"An entry with the given login name already exists.\";s:22:\"mail_entry_of_contacts\";s:17:\"Entry of Contacts\";s:28:\"mail_external_sender_noreply\";s:16:\"no-reply Address\";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:16:\"mail_folder_edit\";s:11:\"Edit Folder\";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:16:\"mail_folder_name\";s:11:\"Folder name\";s:19:\"mail_folder_options\";s:14:\"Folder Options\";s:28:\"mail_following_rcp_not_valid\";s:39:\"The following recipients are not valid:\";s:19:\"mail_global_options\";s:14:\"Global options\";s:18:\"mail_group_members\";s:13:\"Group Members\";s:19:\"mail_in_addressbook\";s:19:\"Already in Contacts\";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:11:\"mail_intern\";s:8:\"Internal\";s:21:\"mail_into_addressbook\";s:15:\"Add to Contacts\";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:30:\"mail_members_added_addressbook\";s:25:\"Members added to Contacts\";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:30:\"mail_multiple_recipients_found\";s:97:\"Enter a more specific mail address. ILIAS found multiple possible recipients for this address: %s\";s:15:\"mail_my_courses\";s:10:\"My Courses\";s:15:\"mail_my_entries\";s:15:\"My Address Book\";s:14:\"mail_my_groups\";s:9:\"My Groups\";s:21:\"mail_my_mailing_lists\";s:16:\"My Mailing Lists\";s:20:\"mail_nacc_admin_mail\";s:29:\"Mail address of Administrator\";s:21:\"mail_nacc_client_name\";s:11:\"Client Name\";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:10:\"Salutation\";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:14:\"mail_new_entry\";s:9:\"New Entry\";s:13:\"mail_new_file\";s:13:\"Add new file:\";s:22:\"mail_no_attach_allowed\";s:54:\"System messages are not allowed to contain attachments\";s:25:\"mail_no_attachments_found\";s:20:\"No attachments found\";s:30:\"mail_no_permissions_write_smtp\";s:47:\"You have no permission to write external e-mail\";s:23:\"mail_no_recipient_found\";s:87:\"Enter a different mail address. ILIAS couldn\'t find a recipient with this mail address.\";s:26:\"mail_no_valid_mailing_list\";s:21:\"No Valid Mailing List\";s:25:\"mail_notification_subject\";s:22:\"New mail in your inbox\";s:15:\"mail_options_of\";s:7:\"Options\";s:18:\"mail_options_saved\";s:13:\"Options saved\";s:25:\"mail_received_x_new_mails\";s:26:\"You received %s new mails.\";s:24:\"mail_recipient_not_valid\";s:26:\"The recipient is not valid\";s:13:\"mail_s_unread\";s:14:\"Unread Mail(s)\";s:6:\"mail_s\";s:7:\"Mail(s)\";s:25:\"mail_salutation_anonymous\";s:5:\"Hello\";s:17:\"mail_salutation_f\";s:5:\"Hello\";s:22:\"mail_salutation_female\";s:61:\"Output for placeholder [MAIL_SALUTATION], if gender is female\";s:23:\"mail_salutation_general\";s:61:\"Output for placeholder [MAIL_SALUTATION], no gender specified\";s:17:\"mail_salutation_m\";s:5:\"Hello\";s:20:\"mail_salutation_male\";s:59:\"Output for placeholder [MAIL_SALUTATION], if gender is male\";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:26:\"mail_select_only_one_entry\";s:29:\"Please select only one entry.\";s:29:\"mail_send_with_system_address\";s:24:\"Send With System Address\";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:93:\"Enter a text, which will be prepended to the subject line of outgoing auto generated e-mails.\";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:22:\"mail_user_addr_n_valid\";s:44:\"Following users have no valid e-mail address\";s:19:\"placeholders_advise\";s:130:\"Placeholders are only resolved for recipients in the To field.%sRecipients in the CC and BCC field will get unsolved placeholders.\";s:19:\"search_bc_recipient\";s:20:\"Search BCC Recipient\";s:19:\"search_cc_recipient\";s:19:\"Search CC Recipient\";s:17:\"search_recipients\";s:17:\"Search Recipients\";s:12:\"send_mail_to\";s:7:\"Mail to\";s:26:\"mail_prevent_smtp_globally\";s:50:\"Globally prevent sending external mails (via SMTP)\";s:22:\"mail_select_recipients\";s:30:\"Please select mail recipients:\";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:21:\"mail_system_from_name\";s:11:\"Sender Name\";s:26:\"mail_system_from_name_info\";s:271:\"Please enter a name. This name (e.g. \'John Doe\') will be used for automatically generated messages (internal and external). If you leave the field blank, ILIAS uses the short title of this installation. If the title is not well defined, ‘ILIAS’ is used as the sender.\";s:23:\"mail_system_return_path\";s:18:\"Global Return-Path\";s:28:\"mail_system_return_path_info\";s:179:\"Please enter an email address which should be used for the return path (e.g. webmaster@ilias.de). If you leave the field blank, the \'Return-Path\' will be the \'From\' email address.\";s:23:\"cron_update_addressbook\";s:46:\"Synchronize address book entries automatically\";s:28:\"cron_update_addressbook_desc\";s:207:\"If this option is enabled, users can specify whether address book entries which are related to user accounts, should be synchronized by the cron job. Only data that was released by the User, will be updated.\";s:11:\"auto_update\";s:6:\"Update\";s:15:\"mail_add_folder\";s:18:\"Add New Sub-folder\";s:18:\"mail_rename_folder\";s:13:\"Rename Folder\";s:42:\"system_notification_installation_signature\";s:64:\"This email has been sent automatically by the ILIAS installation\";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: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:164:\"If enabled, emails 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:192:\"If you enter a value here is larger than or equal to 1, ILIAS will send an email 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: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\";}'); INSERT INTO `lng_modules` VALUES ('maps','en','a:20:{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:22:\"maps_use_custom_server\";s:17:\"Use custom server\";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:24:\"maps_public_profile_info\";s:30:\"Show location in your profile.\";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 ('mcst','en','a:79:{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:10:\"mcst_entry\";s:17:\"Mediacast Entries\";s:28:\"mcst_file_extension_settings\";s:15:\"File Extensions\";s:20:\"mcst_global_settings\";s:15:\"Global 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:21:\"mcst_conv_standard_to\";s:24:\"Convert Standard File to\";s:29:\"mcst_conv_videoalternative_to\";s:33:\"Convert Alternative Video File to\";s:11:\"mcst_target\";s:6:\"Target\";s:27:\"mcst_videoalternative_title\";s:39:\"Alternative Video File (Use in Browser)\";s:12:\"mcst_convert\";s:7:\"Convert\";s:21:\"mcst_purpose_standard\";s:13:\"Standard File\";s:29:\"mcst_purpose_videoalternative\";s:22:\"Alternative Video File\";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 ('meta','en','a:644:{s:13:\"md_adv_active\";s:6:\"Active\";s:16:\"md_adv_add_value\";s:9:\"Add Value\";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:22:\"md_adv_placeholder_for\";s:16:\"Placeholder for:\";s:19:\"md_adv_placeholders\";s:12:\"Placeholders\";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:19:\"md_adv_substitution\";s:4:\"Text\";s:11:\"md_advanced\";s:15:\"Custom Metadata\";s:16:\"md_copyright_add\";s:24:\"Add Copyright Presetting\";s:17:\"md_copyright_edit\";s:25:\"Edit Copyright Presetting\";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:8:\"Lithunia\";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_TP\";s:10:\"East Timor\";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_ZR\";s:5:\"Zaire\";s:9:\"meta_c_ZW\";s:8:\"Zimbabwe\";s:9:\"meta_c_ZZ\";s:13:\"Other Country\";s:12:\"meta_catalog\";s:7:\"Catalog\";s:19:\"meta_choose_element\";s:41:\"Please choose an element you want to add!\";s:20:\"meta_choose_language\";s:24:\"Please choose a language\";s:19:\"meta_choose_section\";s:23:\"Please choose a section\";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:27:\"meta_instructional_designer\";s:25:\"Instructional designer(s)\";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:15:\"meta_local_file\";s:10:\"Local File\";s:13:\"meta_location\";s:8:\"Location\";s:8:\"meta_low\";s:3:\"Low\";s:11:\"meta_mac_os\";s:5:\"MacOS\";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:15:\"meta_ms_windows\";s:10:\"MS-Windows\";s:13:\"meta_multi_os\";s:8:\"Multi-OS\";s:9:\"meta_name\";s:4:\"Name\";s:19:\"meta_narrative_text\";s:14:\"Narrative Text\";s: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:9:\"meta_none\";s:4:\"None\";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:14:\"meta_reference\";s:9:\"Reference\";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:9:\"meta_unix\";s:4:\"Unix\";s:12:\"meta_unknown\";s:7:\"Unknown\";s:14:\"meta_validator\";s:9:\"Validator\";s:10:\"meta_value\";s:5:\"Value\";s:12:\"meta_version\";s:7:\"Version\";s:19:\"meta_very_difficult\";s:14:\"Very Difficult\";s:14:\"meta_very_easy\";s:9:\"Very Easy\";s:14:\"meta_very_high\";s:9:\"Very High\";s:13:\"meta_very_low\";s:8:\"Very Low\";s:8:\"meta_yes\";s:3:\"Yes\";s: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:27:\"Selection List (Checkboxes)\";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:8:\"Not Used\";s:23:\"meta_obj_type_mandatory\";s:9:\"Mandatory\";s:22:\"meta_obj_type_optional\";s:8:\"Optional\";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.\";}'); @@ -32504,7 +32514,7 @@ INSERT INTO `lng_modules` VALUES ('mmbr','en','a:5:{s:19:\"mmbr_selected_users\" 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:81:\"A registration is not possible, since minimum one precondition is not fullfilled.\";}'); INSERT INTO `lng_modules` VALUES ('buddysystem','en','a:46:{s:27:\"buddy_bs_btn_txt_unlinked_a\";s:15:\"Request Contact\";s:27:\"buddy_bs_btn_txt_unlinked_p\";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:6:\"Ignore\";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:7:\"Confirm\";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:21:\"buddy_bs_state_linked\";s:6:\"Linked\";s:23:\"buddy_bs_state_linked_a\";s:6:\"Linked\";s:23:\"buddy_bs_state_linked_p\";s:6:\"Linked\";s:23:\"buddy_bs_state_unlinked\";s:8:\"Unlinked\";s:25:\"buddy_bs_state_unlinked_a\";s:8:\"Unlinked\";s:25:\"buddy_bs_state_unlinked_p\";s:8:\"Unlinked\";s: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:24:\"buddy_bs_no_new_requests\";s:15:\"No new requests\";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:174:\"[SALUTATION][BR][BR]the user \"[REQUESTING_USER]\" wants to add you to his friends list.[BR][BR][APPROVE_REQUEST_TXT] [APPROVE_REQUEST][BR][IGNORE_REQUEST_TXT] [IGNORE_REQUEST]\";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.\";}'); INSERT INTO `lng_modules` VALUES ('awrn','en','a:17:{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:57:\"Maximum number of items in the ‘Who is online?’ list.\";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\";}'); -INSERT INTO `lng_modules` VALUES ('log','en','a:22:{s:20:\"log_general_settings\";s:16:\"Logging Settings\";s:14:\"log_components\";s:11:\"Komponenten\";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 ('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 ('prg','en','a:77:{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:13:\"prg_view_tree\";s:9:\"Tree View\";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:59:\"Please select a course for creating a course-reference 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:43:\"New course-reference 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:19:\"prg_warning_img_alt\";s:8:\"Warning!\";s:22:\"prg_successful_img_alt\";s:10:\"successful\";s:23:\"prg_in_progress_img_alt\";s:11:\"in progress\";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: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\";}'); INSERT INTO `lng_modules` VALUES ('bkm','en','a:1:{s:16:\"bkm_fold_created\";s:33:\"Bookmark folder has been created.\";}'); @@ -33716,7 +33726,7 @@ INSERT INTO `object_data` VALUES (29,'typ','lng','Language object',-1,'2002-08-3 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 (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 (70,'lng','en','installed',-1,NULL,'2016-03-10 17:39:49',NULL); +INSERT INTO `object_data` VALUES (70,'lng','en','installed',-1,NULL,'2016-04-14 22:40:18',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 (18,'typ','mob','Multimedia object',-1,NULL,'2003-08-15 12:03:20',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); @@ -37116,6 +37126,7 @@ 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); @@ -37346,6 +37357,7 @@ 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); @@ -37794,6 +37806,7 @@ 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); @@ -38111,6 +38124,7 @@ 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); @@ -38407,6 +38421,7 @@ 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); @@ -40383,7 +40398,8 @@ INSERT INTO `settings` VALUES ('awrn','up_act_contact_requests','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 ('common','db_update_running','0'); -INSERT INTO `settings` VALUES ('common','db_hotfixes_5_1','5'); +INSERT INTO `settings` VALUES ('common','db_hotfixes_5_1','7'); +INSERT INTO `settings` VALUES ('common','mail_send_html','1'); -- -- Table structure for table `settings_deactivated_s` @@ -44578,4 +44594,4 @@ CREATE TABLE `xmlvalue_seq` ( --- Dump completed on 2016-03-10 17:40:28 +-- Dump completed on 2016-04-14 22:42:07