seb-server/src/main/resources/messages.properties

1982 lines
154 KiB
Properties
Raw Normal View History

2020-02-12 14:54:22 +01:00
# Overall
################################
sebserver.overall.version=SEB Server Version : {0}
sebserver.overall.about=About
2020-05-06 18:39:42 +02:00
sebserver.overall.about.markup=<span style='font-family: Arial, Helvetica,sans-serif;font-size: 25px;font-weight: normal;font-style: normal;color: rgb(31, 64, 122);'>SEB Server About</span><br/><br/><span style='font-family: Arial, Helvetica,sans-serif;font-size: 18px;font-weight: bold;font-style: normal;'>1. Installation.</span><br/><br/><span style='font-family: Arial, Helvetica,sans-serif;font-size: 14px;font-weight: normal;font-style: normal;'>This is the SEB Server development setup.</span>
2020-02-12 14:54:22 +01:00
sebserver.overall.help=Documentation
2021-11-10 15:05:24 +01:00
sebserver.overall.help.link=https://seb-server.readthedocs.io/en/latest/index.html
2020-02-12 14:54:22 +01:00
2020-02-17 16:43:08 +01:00
sebserver.overall.message.leave.without.save=You have unsaved changes!<br/>Are you sure you want to leave the page? The changes will be lost.
sebserver.overall.message.requesttimeout=There was a request timeout. If this is a search please try to narrow down your search by using the filter above and try again.
2020-02-12 14:54:22 +01:00
sebserver.overall.upload=Please select a file
sebserver.overall.upload.unsupported.file=This file type is not supported. Supported files are: {0}
sebserver.overall.action.modify.cancel=Cancel
sebserver.overall.action.modify.cancel.confirm=Are you sure you want to cancel? Modifications will be lost.
sebserver.overall.action.filter=Apply filter
sebserver.overall.action.filter.clear=Clear filter criteria
sebserver.overall.action.ok=OK
sebserver.overall.action.cancel=Cancel
sebserver.overall.action.close=Close
sebserver.overall.action.goAwayFromEditPageConfirm=Are you sure you want to leave this page? Unsaved data will be lost.
sebserver.overall.action.category.varia=
sebserver.overall.action.category.filter=
2020-05-13 10:38:46 +02:00
sebserver.overall.action.showPassword.tooltip=Show / hide password in plain text
2020-02-12 14:54:22 +01:00
sebserver.overall.status.active=Active
sebserver.overall.status.inactive=Inactive
sebserver.overall.status.all=All
sebserver.overall.date.from=From
sebserver.overall.date.to=To
sebserver.overall.action.remove=Remove
sebserver.overall.action.select=Please Select
2022-02-21 16:51:08 +01:00
sebserver.overall.action.select.none=[No Selection]
sebserver.overall.action.toggle-activity=Switch Status
2020-02-12 14:54:22 +01:00
sebserver.overall.types.activityType.REGISTER=Register new Account
sebserver.overall.types.activityType.CREATE=Create New
sebserver.overall.types.activityType.IMPORT=Import
sebserver.overall.types.activityType.EXPORT=Export
sebserver.overall.types.activityType.MODIFY=Modify
sebserver.overall.types.activityType.PASSWORD_CHANGE=Password Change
sebserver.overall.types.activityType.DEACTIVATE=Deactivate
sebserver.overall.types.activityType.ACTIVATE=Activate
sebserver.overall.types.activityType.DELETE=Delete
2020-07-06 16:29:31 +02:00
sebserver.overall.types.activityType.LOGIN=Login
sebserver.overall.types.activityType.LOGOUT=Logout
2020-02-12 14:54:22 +01:00
sebserver.overall.types.entityType.CONFIGURATION_ATTRIBUTE=Configuration Attribute
sebserver.overall.types.entityType.CONFIGURATION_VALUE=Configuration Value
sebserver.overall.types.entityType.VIEW=Configuration View
sebserver.overall.types.entityType.ORIENTATION=Configuration Orientation
sebserver.overall.types.entityType.CONFIGURATION=Exam Configuration History
sebserver.overall.types.entityType.CONFIGURATION_NODE=Exam Configuration
sebserver.overall.types.entityType.EXAM_CONFIGURATION_MAP=Exam Configuration Mapping
sebserver.overall.types.entityType.EXAM=Exam
2020-07-21 16:27:08 +02:00
sebserver.overall.types.entityType.CLIENT_CONNECTION=SEB Client Connection
2020-02-12 14:54:22 +01:00
sebserver.overall.types.entityType.INDICATOR=Indicator
sebserver.overall.types.entityType.THRESHOLD=Threshold
sebserver.overall.types.entityType.INSTITUTION=Institution
sebserver.overall.types.entityType.SEB_CLIENT_CONFIGURATION=Connection Configuration
2020-02-12 14:54:22 +01:00
sebserver.overall.types.entityType.LMS_SETUP=LMS Setup
sebserver.overall.types.entityType.USER=User Account
2020-02-13 16:46:36 +01:00
sebserver.overall.types.entityType.CLIENT_INSTRUCTION=SEB Client Instruction
sebserver.overall.types.entityType.EXAM_SEB_RESTRICTION=SEB Exam Restriction
2021-09-14 11:52:56 +02:00
sebserver.overall.types.entityType.CERTIFICATE=Certificate
sebserver.overall.types.entityType.EXAM_TEMPLATE=Exam Template
2022-02-02 12:28:41 +01:00
sebserver.overall.types.entityType.EXAM_PROCTOR_DATA=Exam Proctoring Settings
2020-02-12 14:54:22 +01:00
sebserver.overall.activity.title.serveradmin=SEB Server Administration
sebserver.overall.activity.title.sebconfig=Configurations
2020-02-12 14:54:22 +01:00
sebserver.overall.activity.title.examadmin=Exam Administration
sebserver.overall.activity.title.monitoring=Monitoring
################################
# Form validation and messages
################################
sebserver.form.validation.error.title=Form data validation failed
sebserver.form.validation.error.message=There is missing or incorrect form data.
sebserver.form.validation.fieldError.size=The size must be between {3} and {4}
sebserver.form.validation.fieldError.name=The Name is mandatory and must have a size between {3} and {4} character
sebserver.form.validation.fieldError.urlSuffix=The URL Suffix must have a size between {3} and {4} character
sebserver.form.validation.fieldError.notNull=This field is mandatory
2020-02-17 16:43:08 +01:00
sebserver.form.validation.fieldError.name.notunique=This name is already in use. Please choose another one.
2020-02-12 14:54:22 +01:00
sebserver.form.validation.fieldError.username.notunique=This Username is already in use. Please choose another one.
2020-05-06 13:18:10 +02:00
sebserver.form.validation.fieldError.email.notunique=A user account with this e-mail address already exists.
2020-02-12 14:54:22 +01:00
sebserver.form.validation.fieldError.password.wrong=The old password is wrong
2020-05-06 13:18:10 +02:00
sebserver.form.validation.fieldError.password.mismatch=The retyped password doesn't match the new password
2020-02-12 14:54:22 +01:00
sebserver.form.validation.fieldError.invalidURL=The input does not match the URL pattern.
sebserver.form.validation.fieldError.exists=This name already exists. Please choose another one.
sebserver.form.validation.fieldError.email=Invalid mail address
2020-08-06 17:01:38 +02:00
sebserver.form.validation.fieldError.serverNotAvailable=No service seems to be available within the given URL
2021-01-13 11:58:30 +01:00
sebserver.form.validation.fieldError.url.invalid=Invalid URL. The given URL cannot be reached.
sebserver.form.validation.fieldError.url.noservice=The expected service is not available within the given URL and API access.
2021-06-24 13:45:12 +02:00
sebserver.form.validation.fieldError.thresholdDuplicate=There are duplicate threshold values.
sebserver.form.validation.fieldError.thresholdEmpty=There are empty threshold entries.
2020-02-12 14:54:22 +01:00
sebserver.error.unexpected=Unexpected Error
sebserver.page.message=Information
sebserver.dialog.confirm.title=Confirmation
sebserver.form.mandatory=This field is mandatory.
sebserver.form.mandatory.label={0} mandatory
sebserver.form.confirm.label=confirm {0}
sebserver.form.tablefilter.label={0} table-column filter
2020-05-13 10:38:46 +02:00
sebserver.table.column.sort.default.tooltip=Click on the column header to sort the table within this column
2020-02-12 14:54:22 +01:00
2020-05-06 13:18:10 +02:00
sebserver.dialog.confirm.deactivation=Note that there are {0} other entities that belong to this entity.<br/>Those will also be deactivated by deactivating this entity.<br/><br/>Are You sure to deactivate this entity?
2020-02-12 14:54:22 +01:00
sebserver.dialog.confirm.deactivation.noDependencies=Are You sure you want to deactivate?
2020-05-06 13:18:10 +02:00
sebserver.error.action.unexpected.message=Failed to process action. There was an unexpected error.<br/> Please try again or contact a system administrator if this error persists
sebserver.error.get.entity=Failed to load {0}.<br/> Please try again or contact a system administrator if this error persists
sebserver.error.remove.entity=Failed to remove {0}.<br/> Please try again or contact a system administrator if this error persists
sebserver.error.activate.entity=Failed to activate/deactivate {0}.<br/> Please try again or contact a system administrator if this error persists
sebserver.error.save.entity=Failed to save {0}.<br/> Please try again or contact a system administrator if this error persists
sebserver.error.exam.seb.restriction=<br/><br/>Failed to automatically set Safe Exam Browser restriction on/off for this exam on the corresponding LMS.<br/> Please check the LMS Setup and try again or contact a system administrator if this error persists
sebserver.error.import=Failed to import {0}.<br/> Please try again or contact a system administrator if this error persists
sebserver.error.logout=Failed to logout properly.<br/> Please try again or contact a system administrator if this error persists
sebserver.error.tooManyRequests.INCOMMING=This request has been blocked as there are too many incoming request at the moment for this page.<br/><br/> Please try again later.
sebserver.error.tooManyRequests.REGISTRATION=This request has been blocked as the maximum user registration per day limit has reached.<br/><br/> Please try again next day or call an administrator to create a user account.
2020-02-12 14:54:22 +01:00
################################
# Login Page
################################
sebserver.login.username=User Name
sebserver.login.pwd=Password
sebserver.login.login=Sign In
sebserver.login.failed.title=Login failed
sebserver.login.failed.message=Access denied: wrong username or password
sebserver.logout=Sign out
sebserver.logout.success.message=You have been successfully signed out.
2020-02-17 16:43:08 +01:00
sebserver.logout.invalid-session.message=You have been signed out because of a user session invalidation.<br/>Please sign in again
2020-02-12 14:54:22 +01:00
sebserver.login.password.change=Information
sebserver.login.password.change.success=The password was successfully changed. Please sign in with your new password
sebserver.login.register=Register
sebserver.login.register.form.title=Create an Account
sebserver.login.register.do=Create Account
sebserver.login.register.success=New account successfully created.<br/> Please log in with your username and password.
################################
# Main Page
################################
sebserver.mainpage.maximize.tooltip=Maximize
sebserver.mainpage.minimize.tooltip=Minimize
sebserver.activitiespane.title=
sebserver.actionpane.title=
################################
# Institution
################################
sebserver.institution.list.actions=
sebserver.institution.list.empty=No institution can be found. Please adapt the filter or create a new institution
2020-02-12 14:54:22 +01:00
sebserver.institution.list.title=Institutions
sebserver.institution.list.title.subtitle=
2020-02-12 14:54:22 +01:00
sebserver.institution.list.column.name=Name
2020-05-13 10:38:46 +02:00
sebserver.institution.list.column.name.tooltip=The name of the institution<br/><br/>Use the filter above to narrow down to a specific name<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.institution.list.column.urlSuffix=URL Suffix
2020-05-13 10:38:46 +02:00
sebserver.institution.list.column.urlSuffix.tooltip=The URL suffix to the institutional login page<br/><br/>Use the filter above to narrow down to a specific URL suffix<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.institution.list.column.active=Status
2020-05-13 10:38:46 +02:00
sebserver.institution.list.column.active.tooltip=The activity of the institution<br/><br/>Use the filter above to specify the activity<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.institution.action.list=Institution
sebserver.institution.action.form=Institution
sebserver.institution.action.new=Add Institution
sebserver.institution.action.list.view=View Institution
sebserver.institution.action.list.modify=Edit Institution
sebserver.institution.action.modify=Edit Institution
sebserver.institution.action.save=Save Institution
sebserver.institution.action.activate=Activate Institution
sebserver.institution.action.deactivate=Deactivate Institution
sebserver.institution.action.delete=Delete Institution
2020-05-06 13:18:10 +02:00
sebserver.institution.info.pleaseSelect=At first please select an institution from the list.
2020-02-12 14:54:22 +01:00
sebserver.institution.form.title.new=Add Institution
sebserver.institution.form.title=Institution
sebserver.institution.form.title.subtitle=
2020-02-12 14:54:22 +01:00
sebserver.institution.form.name=Name
sebserver.institution.form.name.tooltip=The name of the institution
sebserver.institution.form.urlSuffix=URL Suffix
2020-05-13 10:38:46 +02:00
sebserver.institution.form.urlSuffix.tooltip=The URL suffix to the institutional login page<br/> Institutional URL is: http(s)://<seb-server-name>/<suffix>
2020-02-12 14:54:22 +01:00
sebserver.institution.form.logoImage=Logo Image
2020-02-17 16:43:08 +01:00
sebserver.institution.form.logoImage.tooltip=The Image that is shown as a logo in the specified institutional login page.<br/>In edit mode, use the arrow sign to open a upload dialog.
2020-02-12 14:54:22 +01:00
sebserver.institution.form.logoImage.unsupportedFileType=The selected file is not supported. Supported are: PNG and JPG
################################
# User Account
################################
sebserver.useraccount.list.actions=
sebserver.useraccount.role.SEB_SERVER_ADMIN=SEB Server Administrator
2020-02-17 16:43:08 +01:00
sebserver.useraccount.role.SEB_SERVER_ADMIN.tooltip=A SEB server administrator has overall read privileges<br/>and is able to create new institutions and user accounts
2020-02-12 14:54:22 +01:00
sebserver.useraccount.role.INSTITUTIONAL_ADMIN=Institutional Administrator
sebserver.useraccount.role.INSTITUTIONAL_ADMIN.tooltip=An institutional administrator has overall read privileges on the assigned institution<br/>and is able to edit the institution and create new user accounts for the institution.<br/>Furthermore an institutional administrator is able to create new LMS bindings and SEB Connection Configurations for the institution.
2020-02-12 14:54:22 +01:00
sebserver.useraccount.role.EXAM_ADMIN=Exam Administrator
2020-02-17 16:43:08 +01:00
sebserver.useraccount.role.EXAM_ADMIN.tooltip=An exam administrator has overall read privileges for the institution but cannot see or manage other user accounts.<br/>An exam administrator is able to create new SEB configurations and import and setup exams.
2020-02-12 14:54:22 +01:00
sebserver.useraccount.role.EXAM_SUPPORTER=Exam Supporter
2020-02-17 16:43:08 +01:00
sebserver.useraccount.role.EXAM_SUPPORTER.tooltip=An exam supporter can only see and edit the own user account<br/> and monitor exams for that he/she was attached by an exam administrator.
2020-02-12 14:54:22 +01:00
sebserver.useraccount.list.empty=No user account can be found. Please adapt the filter or create a new user account
2020-02-12 14:54:22 +01:00
sebserver.useraccount.list.title=User Accounts
sebserver.useraccount.list.title.subtitle=
2020-02-12 14:54:22 +01:00
sebserver.useraccount.list.column.institution=Institution
2020-05-13 10:38:46 +02:00
sebserver.useraccount.list.column.institution.tooltip=The institution of the user account<br/><br/>Use the filter above to specify the institution<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.useraccount.list.column.name=First Name
2020-05-13 10:38:46 +02:00
sebserver.useraccount.list.column.name.tooltip=The first name of the user<br/><br/>Use the filter above to narrow down to a specific first name<br/>{0}
sebserver.useraccount.list.column.surname=Surname
2020-05-13 10:38:46 +02:00
sebserver.useraccount.list.column.surname.tooltip=The surname of the user<br/><br/>Use the filter above to narrow down to a specific surname<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.useraccount.list.column.username=User Name
2020-05-13 10:38:46 +02:00
sebserver.useraccount.list.column.username.tooltip=The internal user name of the user<br/><br/>Use the filter above to narrow down to a specific user name<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.useraccount.list.column.email=Mail
2020-05-13 10:38:46 +02:00
sebserver.useraccount.list.column.email.tooltip=The e-mail address of the user<br/><br/>Use the filter above to narrow down to a specific e-mail address<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.useraccount.list.column.language=Language
2020-03-16 13:24:56 +01:00
sebserver.useraccount.list.column.active=Status
2020-05-13 10:38:46 +02:00
sebserver.useraccount.list.column.active.tooltip=The status of the user<br/><br/>Use the filter above to specify the status<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.useraccount.action.list=User Account
sebserver.useraccount.action.form=User Account of {0}
sebserver.useraccount.action.new=Add User Account
sebserver.useraccount.action.view=View User Account
sebserver.useraccount.action.list.modify=Edit User Account
sebserver.useraccount.action.modify=Edit User Account
2020-02-12 14:54:22 +01:00
sebserver.useraccount.action.save=Save User Account
sebserver.useraccount.action.activate=Activate User Account
sebserver.useraccount.action.deactivate=Deactivate User Account
2020-02-12 14:54:22 +01:00
sebserver.useraccount.action.delete=Delete User Account
sebserver.useraccount.action.change.password=Change Password
sebserver.useraccount.action.change.password.save=Save New Password
2020-05-06 13:18:10 +02:00
sebserver.useraccount.info.pleaseSelect=At first please select a User Account from the list.
2020-02-12 14:54:22 +01:00
sebserver.useraccount.info.notEditable=You have no edit rights for this User Account.
sebserver.useraccount.form.title=User Account
sebserver.useraccount.form.title.subtitle=
2020-02-12 14:54:22 +01:00
sebserver.useraccount.form.title.new=Add User Account
sebserver.useraccount.form.institution=Institution
2020-05-13 10:38:46 +02:00
sebserver.useraccount.form.institution.tooltip=The institution the user belongs to
2020-02-12 14:54:22 +01:00
sebserver.useraccount.form.creationdate=Creation Date
2020-05-13 10:38:46 +02:00
sebserver.useraccount.form.creationdate.tooltip=The date when the user account was first created
2020-02-12 14:54:22 +01:00
sebserver.useraccount.form.name=First Name
2020-05-13 10:38:46 +02:00
sebserver.useraccount.form.name.tooltip=The first name of the user
2020-02-12 14:54:22 +01:00
sebserver.useraccount.form.surname=Surname
2020-05-13 10:38:46 +02:00
sebserver.useraccount.form.surname.tooltip=The last- or surname of the user
2020-02-12 14:54:22 +01:00
sebserver.useraccount.form.username=Username
2020-05-13 10:38:46 +02:00
sebserver.useraccount.form.username.tooltip=The internal user name of the account
2020-02-12 14:54:22 +01:00
sebserver.useraccount.form.mail=E-Mail
2020-05-13 10:38:46 +02:00
sebserver.useraccount.form.mail.tooltip=The e-mail address of the user
2020-02-12 14:54:22 +01:00
sebserver.useraccount.form.language=Language
2020-05-13 10:38:46 +02:00
sebserver.useraccount.form.language.tooltip=The users language
2020-02-12 14:54:22 +01:00
sebserver.useraccount.form.timezone=Time Zone
2020-05-13 10:38:46 +02:00
sebserver.useraccount.form.timezone.tooltip=The time-zone of the user<br/><br/>Note that this also defines the exact time and date that is displayed to the user
2020-02-12 14:54:22 +01:00
sebserver.useraccount.form.roles=User Roles
2020-05-13 10:38:46 +02:00
sebserver.useraccount.form.roles.tooltip=The roles of the user<br/>A user can have more then one role but must have at least one.<br/><br/>In Edit mode, please use the tooltip on the role name for more information about a specific role.
2020-02-12 14:54:22 +01:00
sebserver.useraccount.form.password=Password
2020-02-13 16:46:36 +01:00
sebserver.useraccount.form.password.tooltip=The password of the user account
2020-02-12 14:54:22 +01:00
sebserver.useraccount.form.password.confirm=Confirm Password
2020-02-13 16:46:36 +01:00
sebserver.useraccount.form.password.confirm.tooltip=Please confirm the password
2020-02-12 14:54:22 +01:00
sebserver.useraccount.form.pwchange.title=Change Password : {0}
sebserver.useraccount.form.password.new=New Password
2020-02-13 16:46:36 +01:00
sebserver.useraccount.form.password.new.tooltip=The new password for the user account
2020-02-12 14:54:22 +01:00
sebserver.useraccount.form.password.new.confirm=Confirm New Password
2020-02-13 16:46:36 +01:00
sebserver.useraccount.form.password.new.confirm.tooltip=Please confirm the password
2020-02-12 14:54:22 +01:00
2020-07-14 15:25:42 +02:00
sebserver.useraccount.delete.form.title=Delete User Account
2020-07-21 16:27:08 +02:00
sebserver.useraccount.delete.form.info=Please Note:<br/>&nbsp;&nbsp;&nbsp;&nbsp;This deletes the particular User Account with all selected dependencies.<br/>&nbsp;&nbsp;&nbsp;&nbsp;The User Account and selected dependent exams and exam configurations, will be lost after deletion.<br/>&nbsp;&nbsp;&nbsp;&nbsp;Please use the "Show Report" action below to see a report of all objects that will be<br/>&nbsp;&nbsp;&nbsp;&nbsp;deleted and check them carefully.
2021-01-12 16:04:35 +01:00
sebserver.useraccount.delete.form.info.noDeps=Please Note:<br/>&nbsp;&nbsp;&nbsp;&nbsp;This deletes the particular User Account<br/>&nbsp;&nbsp;&nbsp;&nbsp;The User Account will be lost after deletion.
2020-07-21 16:27:08 +02:00
sebserver.useraccount.delete.form.report.info=The following objects will be deleted within this User Account deletion.<br/>Please check them carefully before delete.
sebserver.useraccount.delete.form.report.empty=No dependencies will be deleted.
sebserver.useraccount.delete.form.report.list.type=Type
sebserver.useraccount.delete.form.report.list.name=Name
sebserver.useraccount.delete.form.report.list.description=Description
2020-07-14 15:25:42 +02:00
sebserver.useraccount.delete.form.accountName=Name
2021-01-13 11:58:30 +01:00
sebserver.useraccount.delete.form.deleteAllDeps=Include all Dependencies
sebserver.useraccount.delete.form.deleteAllDeps.tooltip=This includes all Exams and Exam Configuration which this uses has created and is owner of.<br/>This also includes all Client Connections and all SEB Client Logs that where created within an Exam that is part of this deletion.
sebserver.useraccount.delete.form.deleteExams=Include all Exams (keep Exam Configurations)
sebserver.useraccount.delete.form.deleteExams.tooltip=This includes all Exams which the user has imported and is owner of but not the Exam Configuration.<br/>This also includes all Client Connections and all SEB Client Logs that where created within an Exam that is part of this deletion.
2020-07-14 15:25:42 +02:00
sebserver.useraccount.delete.form.action.delete=Delete
sebserver.useraccount.delete.form.action.report=Show Report
2020-07-21 16:27:08 +02:00
sebserver.useraccount.delete.confirm.title=Deletion Successful
2022-01-25 10:04:20 +01:00
sebserver.useraccount.delete.confirm.message=The User Account ({0}) was successfully deleted.<br/>Also the following number of dependencies where successfully deleted: {1}.<br/><br/>And there where {2} errors.
2021-01-12 16:04:35 +01:00
sebserver.useraccount.delete.confirm.message.noDeps=The User Account ({0}) was successfully deleted.
2020-02-12 14:54:22 +01:00
################################
# LMS Setup
################################
sebserver.lmssetup.type.MOCKUP=Testing
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.type.MOODLE=Moodle
sebserver.lmssetup.type.OPEN_EDX=Open edX
2021-03-17 11:42:53 +01:00
sebserver.lmssetup.type.ANS_DELFT=Ans Delft
sebserver.lmssetup.type.OPEN_OLAT=Open OLAT
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.list.actions=
sebserver.lmssetup.list.action.no.modify.privilege=No Access: A LMS Setup from other institution cannot be modified.
sebserver.lmssetup.list.empty=No LMS Setup can be found. Please adapt the filter or create a new LMS Setup
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.list.title=Learning Management System Setups
sebserver.lmssetup.list.title.subtitle=List of connection settings to the LMS.
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.list.column.institution=Institution
2020-05-13 10:38:46 +02:00
sebserver.lmssetup.list.column.institution.tooltip=The institution of the LMS setup<br/><br/>Use the filter above to specify the institution<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.list.column.name=Name
2020-05-13 10:38:46 +02:00
sebserver.lmssetup.list.column.name.tooltip=The name of the LMS setup<br/><br/>Use the filter above to narrow down to a specific LMS by name<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.list.column.type=LMS Type
2020-05-13 10:38:46 +02:00
sebserver.lmssetup.list.column.type.tooltip=The type of the LMS<br/><br/>Use the filter above to specify the LMS type<br/>{0}
2020-03-16 13:24:56 +01:00
sebserver.lmssetup.list.column.active=Status
2020-05-13 10:38:46 +02:00
sebserver.lmssetup.list.column.active.tooltip=The status of the LMS Setup<br/><br/>Use the filter above to specify the status<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.action.list=LMS Setup
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.action.form=LMS Setup
sebserver.lmssetup.action.new=Add LMS Setup
sebserver.lmssetup.action.list.view=View LMS Setup
sebserver.lmssetup.action.list.modify=Edit LMS Setup
sebserver.lmssetup.action.modify=Edit
sebserver.lmssetup.action.test=Test LMS Connection
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.action.testsave=Test And Save
sebserver.lmssetup.action.test.ok=Successfully connected to the course API
sebserver.lmssetup.action.test.tokenRequestError=The API access was denied:<br/>{0}<br/><br/>Please check the LMS connection details.
sebserver.lmssetup.action.test.quizRequestError=Unable to request courses or exams from the course API of the LMS. {0}
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.action.test.quizRestrictionError=Unable to access course restriction API of the LMS. {0}
sebserver.lmssetup.action.test.features.error=The API access was granted but there is some missing functionality:<br/><br/>- Course Access: {0}<br/>- SEB Restriction: {1}
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.action.test.missingParameter=There is one or more missing connection parameter.<br/>Please check the connection parameter for this LMS Setup
sebserver.lmssetup.action.test.unknownError=An unexpected error happened while trying to connect to the LMS course API. {0}
sebserver.lmssetup.action.save=Save LMS Setup
sebserver.lmssetup.action.activate=Activate LMS Setup
sebserver.lmssetup.action.deactivate=Deactivate LMS Setup
sebserver.lmssetup.action.delete=Delete LMS Setup
2020-05-06 13:18:10 +02:00
sebserver.lmssetup.info.pleaseSelect=At first please select a LMS Setup from the list
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.form.title=Learning Management System Setup
sebserver.lmssetup.form.title.subtitle=
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.form.title.new=Add Learning Management System Setup
sebserver.lmssetup.form.institution=Institution
2020-02-17 16:43:08 +01:00
sebserver.lmssetup.form.institution.tooltip=The institution where the LMS setup belongs to
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.form.name=Name
2020-02-17 16:43:08 +01:00
sebserver.lmssetup.form.name.tooltip=The name of the LMS setup
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.form.type=Type
2020-05-13 10:38:46 +02:00
sebserver.lmssetup.form.type.tooltip=The type of the LMS Setup
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.form.url=LMS Server Address
2020-05-13 10:38:46 +02:00
sebserver.lmssetup.form.url.tooltip=The server URL to the specific LMS server<br/><br/>This should point to the main- or root-address of the LMS server
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.form.clientname.lms=LMS Server Username
2020-05-13 10:38:46 +02:00
sebserver.lmssetup.form.clientname.lms.tooltip=The client name of the API client access to the LMS<br/><br/>This is usually provided by an LMS administrator that has created a API access account for SEB Server binding within the LMS server.
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.form.secret.lms=LMS Server Password
2020-05-13 10:38:46 +02:00
sebserver.lmssetup.form.secret.lms.tooltip=The secret or password of the API client access to the LMS<br/><br/>This is usually provided by an LMS administrator that has created a API access account for SEB Server binding within the LMS server.
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.form.proxy=Proxy
sebserver.lmssetup.form.proxy.check=With Proxy
2020-05-13 10:38:46 +02:00
sebserver.lmssetup.form.proxy.check.tooltip=Check and give detailed information if the SEB Server runs behind a proxy<br/>and need proxy settings to connect to the internet
2020-02-17 16:43:08 +01:00
sebserver.lmssetup.form.proxy.tooltip=The proxy details of a proxy is needed to connect to a LMS server
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.form.proxy.host=Proxy Host
2020-02-17 16:43:08 +01:00
sebserver.lmssetup.form.proxy.host.tooltip=The server name of the proxy host to connect to
2020-02-12 14:54:22 +01:00
sebserver.lmssetup.form.proxy.port=Proxy Port
2020-02-17 16:43:08 +01:00
sebserver.lmssetup.form.proxy.port.tooltip=The proxy server port to connect to
sebserver.lmssetup.form.proxy.name=Proxy Name
sebserver.lmssetup.form.proxy.name.tooltip=Proxy authentication name, needed if the proxy requests authentication
sebserver.lmssetup.form.proxy.password=Proxy Password
sebserver.lmssetup.form.proxy.password.tooltip=Proxy authentication password, needed if the proxy requests authentication
2020-02-17 16:43:08 +01:00
sebserver.lmssetup.form.proxy.auth-credentials.tooltip=The proxy authentication credentials (name and password)<br/>to authenticate the connection within the proxy server
2020-02-12 14:54:22 +01:00
################################
#LMS Exam
2020-02-12 14:54:22 +01:00
################################
sebserver.quizdiscovery.list.actions=
sebserver.quizdiscovery.list.title=LMS Exams
sebserver.quizdiscovery.list.title.subtitle=List of exams found in connected LMS.
sebserver.quizdiscovery.list.empty=No LMS exam can be found. Please adapt the filter or create a new LMS Setup
2020-02-12 14:54:22 +01:00
sebserver.quizdiscovery.list.column.institution=Institution
2020-05-13 10:38:46 +02:00
sebserver.quizdiscovery.list.column.institution.tooltip=The institution filter<br/><br/>Use the filter above to specify the institution<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.quizdiscovery.list.column.lmssetup=LMS
2020-05-13 10:38:46 +02:00
sebserver.quizdiscovery.list.column.lmssetup.tooltip=The LMS setup filter<br/><br/>Use the filter above to find all LMS exams of a specific LMS setup<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.quizdiscovery.list.column.name=Name
2020-05-13 10:38:46 +02:00
sebserver.quizdiscovery.list.column.name.tooltip=The name of the LMS exam<br/><br/>Use the filter above to narrow down to a specific name<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.quizdiscovery.list.column.starttime=Start Time {0}
2020-05-13 10:38:46 +02:00
sebserver.quizdiscovery.list.column.starttime.tooltip=The start time of the LMS exam<br/><br/>Use the filter above to set a specific from date<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.quizdiscovery.list.column.endtime=End Time {0}
2020-05-13 10:38:46 +02:00
sebserver.quizdiscovery.list.column.endtime.tooltip=The end time of the LMS exam<br/><br/>{0}
2020-05-06 13:18:10 +02:00
sebserver.quizdiscovery.info.pleaseSelect=At first please select an LMS exam from the list
2020-03-31 13:40:00 +02:00
sebserver.quizdiscovery.list.action.no.modify.privilege=No Access: A LMS exam from other institution cannot be imported.
2020-02-12 14:54:22 +01:00
sebserver.quizdiscovery.action.list=LMS Exam Lookup
2020-02-12 14:54:22 +01:00
sebserver.quizdiscovery.action.import=Import as Exam
2020-05-06 13:18:10 +02:00
sebserver.quizdiscovery.quiz.import.out.dated=The Selected LMS exam is already finished and can't be imported
sebserver.quizdiscovery.action.details=Show LMS Exam Details
2020-05-06 13:18:10 +02:00
sebserver.quizdiscovery.quiz.import.existing.confirm=This course was already imported and importing it twice may lead to<br/> unexpected behavior within automated SEB restriction on LMS.<br/><br/> Do you want to import this course as exam anyway?
sebserver.quizdiscovery.quiz.import.existing=This course was already imported as an exam.<br/>Please find it in the Exam section.
2020-02-12 14:54:22 +01:00
sebserver.quizdiscovery.quiz.details.title=LMS Exam Details
2020-02-17 16:43:08 +01:00
sebserver.quizdiscovery.quiz.details.institution=Institution
2020-05-13 10:38:46 +02:00
sebserver.quizdiscovery.quiz.details.institution.tooltip=The institution of the LMS setup
2020-02-17 16:43:08 +01:00
sebserver.quizdiscovery.quiz.details.lmssetup=LMS Setup
2020-05-13 10:38:46 +02:00
sebserver.quizdiscovery.quiz.details.lmssetup.tooltip=The LMS setup that defines the LMS where the exam was created
2020-02-17 16:43:08 +01:00
sebserver.quizdiscovery.quiz.details.name=Name
sebserver.quizdiscovery.quiz.details.name.tooltip=The name of the LMS exam.<br/><br/>This name is defined on the corresponding LMS
2020-02-12 14:54:22 +01:00
sebserver.quizdiscovery.quiz.details.description=Description
2020-05-13 10:38:46 +02:00
sebserver.quizdiscovery.quiz.details.description.tooltip=The description of the LMS exam<br/><br/>This description is defined on the corresponding LMS
2020-02-12 14:54:22 +01:00
sebserver.quizdiscovery.quiz.details.starttime=Start Time
2020-05-13 10:38:46 +02:00
sebserver.quizdiscovery.quiz.details.starttime.tooltip=The start time of the LMS exam<br/><br/>This time is set on the corresponding LMS
2020-02-12 14:54:22 +01:00
sebserver.quizdiscovery.quiz.details.endtime=End Time
2020-05-13 10:38:46 +02:00
sebserver.quizdiscovery.quiz.details.endtime.tooltip=The end time of the LMS exam<br/><br/>This time is set on the corresponding LMS
2020-02-12 14:54:22 +01:00
sebserver.quizdiscovery.quiz.details.url=Start URL
2020-05-13 10:38:46 +02:00
sebserver.quizdiscovery.quiz.details.url.tooltip=The start URL on the LMS for the exam<br/><br/>This is defined by the LMS setup and the exam URL
2020-02-12 14:54:22 +01:00
sebserver.quizdiscovery.quiz.details.additional.timecreated=Creation Time
sebserver.quizdiscovery.quiz.details.additional.timecreated.tooltip=The time when the LMS exam was first created<br/><br/>This time is defined by the corresponding LMS
2021-09-30 11:27:53 +02:00
sebserver.quizdiscovery.quiz.details.additional.course_short_name=Short Name
sebserver.quizdiscovery.quiz.details.additional.course_short_name.tooltip=The short name of the LMS exam<br/><br/>This is defined on the corresponding LMS
sebserver.quizdiscovery.quiz.details.additional.course_full_name=Full Name
sebserver.quizdiscovery.quiz.details.additional.course_full_name.tooltip=The full name of the LMS exam<br/><br/>This is defined on the corresponding LMS
sebserver.quizdiscovery.quiz.details.additional.course_display_name=Display Name
sebserver.quizdiscovery.quiz.details.additional.course_display_name.tooltip=The display name of the LMS exam<br/><br/>This is defined on the corresponding LMS
2020-02-12 14:54:22 +01:00
sebserver.quizdiscovery.quiz.details.additional.course_summary=Summary
sebserver.quizdiscovery.quiz.details.additional.course_summary.tooltip=The summary of the LMS exam<br/><br/>This is defined on the corresponding LMS
2021-09-30 11:27:53 +02:00
sebserver.quizdiscovery.quiz.details.additional.time_limit=Time Limit
sebserver.quizdiscovery.quiz.details.additional.time_limit.toolitp=The time limit of the LMS exam<br/><br/>This is defined on the corresponding LMS
2020-02-12 14:54:22 +01:00
################################
# Exam
################################
sebserver.exam.list.actions=
sebserver.exam.list.title=Exam
sebserver.exam.list.title.subtitle=
2020-02-12 14:54:22 +01:00
sebserver.exam.list.column.institution=Institution
2020-05-13 10:38:46 +02:00
sebserver.exam.list.column.institution.tooltip=The institution of the LMS setup that defines the LMS of the exam<br/><br/>Use the filter above to specify the institution<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.exam.list.column.lmssetup=LMS
2020-05-13 10:38:46 +02:00
sebserver.exam.list.column.lmssetup.tooltip=The LMS setup that defines the LMS of the exam<br/><br/>Use the filter above to specify the LMS setup<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.exam.list.column.name=Name
2020-05-13 10:38:46 +02:00
sebserver.exam.list.column.name.tooltip=The name of the exam<br/><br/>Use the filter above to narrow down to a specific exam name<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.exam.list.column.starttime=Start Time {0}
2020-05-13 10:38:46 +02:00
sebserver.exam.list.column.starttime.tooltip=The start time of the exam<br/><br/>Use the filter above to set a specific from date<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.exam.list.column.type=Type
2020-05-13 10:38:46 +02:00
sebserver.exam.list.column.type.tooltip=The type of the exam<br/><br/>Use the filter above to set a specific exam type<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.exam.list.empty=No Exam can be found. Please adapt the filter or import one from LMS
2020-02-12 14:54:22 +01:00
sebserver.exam.list.modify.out.dated=Finished exams cannot be modified.
2020-05-06 13:18:10 +02:00
sebserver.exam.list.action.no.modify.privilege=No Access: An Exam from another institution cannot be modified.
2020-02-12 14:54:22 +01:00
sebserver.exam.consistency.title=Note: This exam is already running but has some missing settings
2020-05-06 13:18:10 +02:00
sebserver.exam.consistency.missing-supporter= - There are no Exam Supporter defined for this exam. Use 'Edit Exam' on the right to add an Exam Supporter.
2020-02-12 14:54:22 +01:00
sebserver.exam.consistency.missing-indicator= - There is no indicator defined for this exam. Use 'Add Indicator" on the right to add an indicator.
sebserver.exam.consistency.missing-config= - There is no configuration defined for this exam. Use 'Add Configuration' to attach one.
sebserver.exam.consistency.missing-seb-restriction= - There is currently no SEB restriction applied on the LMS side. Use 'Enable SEB Restriction' on the right to activate auto-restriction.<br/> Or if this is not possible consider doing it manually on the LMS.
sebserver.exam.consistency.no-lms-connection= - Failed to connect to the LMS Setup of this exam yet.<br/>Please check the LMS connection within the LMS Setup.
sebserver.exam.consistency.invalid-lms-id= - The referencing course identifier seems to be invalid.<br/>Please check if the course for this exam still exists on the LMS and the course identifier has not changed.
2020-05-06 13:18:10 +02:00
sebserver.exam.confirm.remove-config=This exam is current running. The remove of the attached configuration will led to an invalid state<br/>where connecting SEB clients cannot download the configuration for the exam.<br/><br/>Are you sure to remove the configuration?
sebserver.exam.autogen.error.config.title=Exam Import Setup Failure
sebserver.exam.autogen.error.config.text=There was an unexpected error while setting up the imported exam.<br/> Please note that the exam has successfully been imported and can be modified but one or more additional auto-setup(s) failed:<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.exam.action.list=Exam
2020-02-12 14:54:22 +01:00
sebserver.exam.action.list.view=View Exam
sebserver.exam.action.list.modify=Edit Exam
sebserver.exam.action.modify=Edit Exam
sebserver.exam.action.import=Import From Quizzes
sebserver.exam.action.save=Save Exam
sebserver.exam.action.activate=Activate Exam
sebserver.exam.action.deactivate=Deactivate Exam
2020-07-22 16:04:42 +02:00
sebserver.exam.action.delete=Delete Exam
sebserver.exam.action.delete.consistency.error=Deletion Failed.<br/>Please make sure there are no active SEB clients connected to the exam before deletion.
2020-02-12 14:54:22 +01:00
sebserver.exam.action.sebrestriction.enable=Apply SEB Lock
sebserver.exam.action.sebrestriction.disable=Release SEB Lock
sebserver.exam.action.sebrestriction.details=SEB Restriction Details
2021-01-20 17:48:01 +01:00
sebserver.exam.action.createClientToStartExam=Export Exam Connection Configuration
sebserver.exam.action.sebrestriction.release.confirm=You are about to release the SEB restriction lock for this exam on the LMS.<br/>Are you sure you want to release the SEB restriction?
2020-02-12 14:54:22 +01:00
2020-05-06 13:18:10 +02:00
sebserver.exam.info.pleaseSelect=At first please select an Exam from the list
2020-02-12 14:54:22 +01:00
sebserver.exam.form.title.import=Import Exam
sebserver.exam.form.title=Exam
sebserver.exam.form.title.subtitle=
2020-02-12 14:54:22 +01:00
sebserver.exam.form.lmssetup=LMS Setup
2020-05-13 10:38:46 +02:00
sebserver.exam.form.lmssetup.tooltip=The LMS setup that defines the LMS of the exam
2020-05-06 13:18:10 +02:00
sebserver.exam.form.quizid=LMS exam Identifier
2020-02-17 16:43:08 +01:00
sebserver.exam.form.quizid.tooltip=The identifier that identifies the quiz of the exam on the corresponding LMS
2020-05-06 13:18:10 +02:00
sebserver.exam.form.quizurl=LMS exam URL
sebserver.exam.form.quizurl.tooltip=The direct URL link to the LMS exam
2020-02-12 14:54:22 +01:00
sebserver.exam.form.name=Name
2020-02-17 16:43:08 +01:00
sebserver.exam.form.name.tooltip=The name of the exam.<br/><br/>This name is defined on the corresponding LMS
2020-02-12 14:54:22 +01:00
sebserver.exam.form.description=Description
2020-02-17 16:43:08 +01:00
sebserver.exam.form.description.tooltip=The description of the exam.<br/><br/>This description is defined on the corresponding LMS
2020-02-12 14:54:22 +01:00
sebserver.exam.form.starttime=Start Time
2020-02-17 16:43:08 +01:00
sebserver.exam.form.starttime.tooltip=The start time of the exam.<br/><br/>This time is set on the corresponding LMS
2020-02-12 14:54:22 +01:00
sebserver.exam.form.endtime=End Time
2020-02-17 16:43:08 +01:00
sebserver.exam.form.endtime.tooltip=The end time of the exam.<br/><br/>This time is set on the corresponding LMS
2020-02-12 14:54:22 +01:00
sebserver.exam.form.status=Status
2020-02-17 16:43:08 +01:00
sebserver.exam.form.status.tooltip=The current status for the exam.<br/><br/>Either "Up Coming" for an exam that has not yet been started,<br/>"Running" for an exam that is currently running<br/>or "Finished" for an exam that has already been finished yet
2020-02-12 14:54:22 +01:00
sebserver.exam.form.type=Exam Type
2020-02-17 16:43:08 +01:00
sebserver.exam.form.type.tooltip=The type of the exam.<br/><br/>This has only descriptive character for now and can be used to categorise exams within a type
2020-02-12 14:54:22 +01:00
sebserver.exam.form.supporter=Exam Supporter
2020-05-13 10:38:46 +02:00
sebserver.exam.form.supporter.tooltip=A list of users that are allowed to support this exam<br/><br/>To add a user in edit mode click into the field on the right-hand side and start typing the first letters of the username.<br/>A filtered choice will drop down. Select a specific username in the dropdown list to add the user to the list.<br/>To remove a user from the list, just double-click the username on the list.
sebserver.exam.form.examTemplate=Exam Template
sebserver.exam.form.examTemplate.tooltip=Select an exam template to automatically create the exam, exam configuration and indicators defined by the template.
sebserver.exam.form.examTemplate.error=Failed to set type and supporter form template.<br/>Please make sure you have selected the right type and supporter or tray again.
2020-02-12 14:54:22 +01:00
sebserver.exam.form.export.config.popup.title=Export Connection Configuration for Starting the Exam
sebserver.exam.form.export.config.name=Name
sebserver.exam.form.export.config.name.tooltip=The name of the Connection Configuration
2022-02-10 14:21:17 +01:00
sebserver.exam.form.export.config.popup.text=Please select the Connection Configuration you want to use for starting this exam<br/>and click OK to start the download.<br/><br/><b>Please note that only the Connection Configurations with the purpose "Running an Exam"<br/>are available for selection here.</b>
sebserver.exam.form.export.config.popup.noconfig=There is currently no active Connection Configuration for the purpose of "Starting an Exam".<br/><br/>Please go the Connection Configuration section and create a new one."
2020-02-12 14:54:22 +01:00
sebserver.exam.form.sebrestriction.title=SEB Restriction Details
sebserver.exam.form.sebrestriction.title.subtitle=
2020-02-17 16:43:08 +01:00
sebserver.exam.form.sebrestriction.info=Info
sebserver.exam.form.sebrestriction.info-text=A detailed description of the SEB restriction can be found within this page:<br/><a href="https://seb-openedx.readthedocs.io/en/latest/usage.html">https://seb-openedx.readthedocs.io/en/latest/usage.html</a>
2020-02-12 14:54:22 +01:00
sebserver.exam.form.sebrestriction.configKeys=Config Keys
2020-02-17 16:43:08 +01:00
sebserver.exam.form.sebrestriction.configKeys.tooltip=A comma-separated list of SEB Config Keys that are automatically generated from the attached SEB exam configurations<br/>and are checked by the LMS for the restricted SEB access for every request
2020-02-12 14:54:22 +01:00
sebserver.exam.form.sebrestriction.browserExamKeys=Browser Exam Keys
2020-02-17 16:43:08 +01:00
sebserver.exam.form.sebrestriction.browserExamKeys.tooltip=A comma-separated list of SEB Browser Exam Keys<br/>that are checked by the LMS for the restricted SEB access for every request
2020-02-12 14:54:22 +01:00
sebserver.exam.form.sebrestriction.WHITELIST_PATHS=Component White-List
2020-05-13 10:38:46 +02:00
sebserver.exam.form.sebrestriction.WHITELIST_PATHS.tooltip=Grant no-restriction to each of the given Open edX path components by select them for white-list
2020-02-12 14:54:22 +01:00
sebserver.exam.form.sebrestriction.BLACKLIST_CHAPTERS=Chapters Black-List
2020-02-17 16:43:08 +01:00
sebserver.exam.form.sebrestriction.BLACKLIST_CHAPTERS.tooltip=Explicitly restrict a course chapter by adding the course-chapter-identifier to this comma-separated list
2020-02-12 14:54:22 +01:00
sebserver.exam.form.sebrestriction.PERMISSION_COMPONENTS=Permissions
2020-02-17 16:43:08 +01:00
sebserver.exam.form.sebrestriction.PERMISSION_COMPONENTS.tooltip=Define the additional SEB restriction permissions
2020-02-12 14:54:22 +01:00
sebserver.exam.form.sebrestriction.USER_BANNING_ENABLED=User Banning
2020-05-13 10:38:46 +02:00
sebserver.exam.form.sebrestriction.USER_BANNING_ENABLED.tooltip=Indicates whether the user of a restricted access shall be banned on authentication failure or not
2020-02-12 14:54:22 +01:00
sebserver.exam.form.sebrestriction.whiteListPaths.ABOUT=About
2020-02-17 16:43:08 +01:00
sebserver.exam.form.sebrestriction.whiteListPaths.ABOUT.tooltip=The "About" section of the Open edX course
2020-02-12 14:54:22 +01:00
sebserver.exam.form.sebrestriction.whiteListPaths.COURSE_OUTLINE=Course Outline
2020-02-17 16:43:08 +01:00
sebserver.exam.form.sebrestriction.whiteListPaths.COURSE_OUTLINE.tooltip=The outline section of the Open edX course
2020-02-12 14:54:22 +01:00
sebserver.exam.form.sebrestriction.whiteListPaths.COURSE_WARE=Course Ware
2020-02-17 16:43:08 +01:00
sebserver.exam.form.sebrestriction.whiteListPaths.COURSE_WARE.tooltip=The actual course and course content
2020-02-12 14:54:22 +01:00
sebserver.exam.form.sebrestriction.whiteListPaths.DISCUSSION=Discussion
2020-02-17 16:43:08 +01:00
sebserver.exam.form.sebrestriction.whiteListPaths.DISCUSSION.tooltip=The discussion section of the Open edX course
2020-02-12 14:54:22 +01:00
sebserver.exam.form.sebrestriction.whiteListPaths.PROGRESS=Progress
2020-02-17 16:43:08 +01:00
sebserver.exam.form.sebrestriction.whiteListPaths.PROGRESS.tooltip=The progress overview of the Open edX course
2020-02-12 14:54:22 +01:00
sebserver.exam.form.sebrestriction.whiteListPaths.WIKI=Description (Wiki)
2020-02-17 16:43:08 +01:00
sebserver.exam.form.sebrestriction.whiteListPaths.WIKI.tooltip=The wikipedia section of the Open edX course
2020-02-12 14:54:22 +01:00
2020-05-04 15:58:13 +02:00
sebserver.exam.form.sebrestriction.permissions.ALWAYS_ALLOW_STAFF=Staff Role Always Allowed
2020-05-13 10:38:46 +02:00
sebserver.exam.form.sebrestriction.permissions.ALWAYS_ALLOW_STAFF.tooltip=Set this to always allow none-restricted access for a user that has "staff" privileges
2020-05-06 13:18:10 +02:00
sebserver.exam.form.sebrestriction.permissions.CHECK_BROWSER_EXAM_KEY=Check Browser Exam Key
2020-05-13 10:38:46 +02:00
sebserver.exam.form.sebrestriction.permissions.CHECK_BROWSER_EXAM_KEY.tooltip=Always check received SEB Browser Exam Key with the defined ones for every request
2020-05-06 13:18:10 +02:00
sebserver.exam.form.sebrestriction.permissions.CHECK_CONFIG_KEY=Check Config Key
2020-05-13 10:38:46 +02:00
sebserver.exam.form.sebrestriction.permissions.CHECK_CONFIG_KEY.tooltip=Always check received SEB Config Key with the defined ones for every request
2020-05-06 13:18:10 +02:00
sebserver.exam.form.sebrestriction.permissions.CHECK_BROWSER_EXAM_OR_CONFIG_KEY=Check Browser Exam-, Or Config Key
2020-05-13 10:38:46 +02:00
sebserver.exam.form.sebrestriction.permissions.CHECK_BROWSER_EXAM_OR_CONFIG_KEY.tooltip=Always check either SEB Browser Exam Key or SEB Config Key with the defined ones for every request
2020-02-12 14:54:22 +01:00
sebserver.exam.type.UNDEFINED=Not Defined
2020-02-17 16:43:08 +01:00
sebserver.exam.type.UNDEFINED.tooltip=No exam type specified
2020-02-12 14:54:22 +01:00
sebserver.exam.type.MANAGED=Managed Devices
2020-02-17 16:43:08 +01:00
sebserver.exam.type.MANAGED.tooltip=Exam type specified for managed devices
2020-02-12 14:54:22 +01:00
sebserver.exam.type.BYOD=Bring Your Own Device
2020-02-17 16:43:08 +01:00
sebserver.exam.type.BYOD.tooltip=Exam type specified for bring your own devices
2020-02-12 14:54:22 +01:00
sebserver.exam.type.VDI=VDI (Virtual Desktop Infrastructure)
2020-02-17 16:43:08 +01:00
sebserver.exam.type.VDI.tooltip=Exam type specified for Virtual Desktop Infrastructure
2020-02-12 14:54:22 +01:00
sebserver.exam.status.UP_COMING=Up Coming
sebserver.exam.status.RUNNING=Running
sebserver.exam.status.FINISHED=Finished
sebserver.exam.status.CORRUPT_NO_LMS_CONNECTION=Corrupt (No LMS Connection)
sebserver.exam.status.CORRUPT_INVALID_ID=Corrupt (Invalid Identifier)
2020-02-12 14:54:22 +01:00
sebserver.exam.configuration.list.actions=
sebserver.exam.configuration.list.title=Exam Configuration
2020-05-13 10:38:46 +02:00
sebserver.exam.configuration.list.title.tooltip=A list of all attached exam configuration for this exam
2020-02-12 14:54:22 +01:00
sebserver.exam.configuration.list.column.name=Name
2020-05-13 10:38:46 +02:00
sebserver.exam.configuration.list.column.name.tooltip=The name of the attached exam configuration
2020-02-12 14:54:22 +01:00
sebserver.exam.configuration.list.column.description=Description
2020-05-13 10:38:46 +02:00
sebserver.exam.configuration.list.column.description.tooltip=The description of the attached exam configuration
2020-02-12 14:54:22 +01:00
sebserver.exam.configuration.list.column.status=Status
2020-05-13 10:38:46 +02:00
sebserver.exam.configuration.list.column.status.tooltip=The current status of the attached exam configuration
sebserver.exam.configuration.list.empty=There is currently no exam configuration defined for this Exam. Please add one
2020-05-06 13:18:10 +02:00
sebserver.exam.configuration.list.pleaseSelect=At first please select an exam configuration from the list
sebserver.exam.configuration.action.noconfig.message=There is currently no exam configuration to select.<br/>Please create one in Exam Configurations
2020-02-12 14:54:22 +01:00
sebserver.exam.configuration.action.list.new=Add Exam Configuration
2021-01-20 17:48:01 +01:00
sebserver.exam.configuration.action.list.modify=Edit Exam Configuration
sebserver.exam.configuration.action.list.view=View Exam Configuration
sebserver.exam.configuration.action.list.delete=Remove Exam Configuration
sebserver.exam.configuration.action.save=Save Exam Configuration
2020-05-06 13:18:10 +02:00
sebserver.exam.configuration.action.get-config-key=Export Config Key
2020-02-12 14:54:22 +01:00
sebserver.exam.configuration.form.title.new=Add exam configuration mapping
sebserver.exam.configuration.form.title=Exam Configuration Mapping
sebserver.exam.configuration.form.name=Exam Configuration
sebserver.exam.configuration.form.name.tooltip=Please select an exam configuration to attach to the exam
2020-02-12 14:54:22 +01:00
sebserver.exam.configuration.form.encryptSecret=Encryption Password
2020-05-06 13:18:10 +02:00
sebserver.exam.configuration.form.encryptSecret.tooltip=Define an encryption password if the exam configuration should be encrypted by password
2020-02-12 14:54:22 +01:00
sebserver.exam.configuration.form.description=Description
sebserver.exam.configuration.form.description.tooltip=The description of the selected exam configuration
2020-02-12 14:54:22 +01:00
sebserver.exam.configuration.form.status=Status
sebserver.exam.configuration.form.status.tooltip=The current status of the selected exam configuration
2020-02-12 14:54:22 +01:00
sebserver.exam.configuration.form.encryptSecret.confirm=Confirm Password
2020-02-17 16:43:08 +01:00
sebserver.exam.configuration.form.encryptSecret.confirm.tooltip=Please confirm the encryption password if there is one
2020-02-12 14:54:22 +01:00
sebserver.exam.indicator.list.actions=
sebserver.exam.indicator.list.title=Indicators
2020-02-17 16:43:08 +01:00
sebserver.exam.indicator.list.title.tooltip=A list of indicators that are shown on the exam monitoring view
2020-02-12 14:54:22 +01:00
sebserver.exam.indicator.list.column.type=Type
2020-02-17 16:43:08 +01:00
sebserver.exam.indicator.list.column.type.tooltip=The type of indicator
2020-02-12 14:54:22 +01:00
sebserver.exam.indicator.list.column.name=Name
2020-02-17 16:43:08 +01:00
sebserver.exam.indicator.list.column.name.tooltip=The name of the indicator
2020-02-12 14:54:22 +01:00
sebserver.exam.indicator.list.column.thresholds=Thresholds
2020-02-17 16:43:08 +01:00
sebserver.exam.indicator.list.column.thresholds.tooltip=The thresholds of the indicator
2020-02-12 14:54:22 +01:00
sebserver.exam.indicator.list.empty=There is currently no indicator defined for this exam. Please create a new one
2020-05-06 13:18:10 +02:00
sebserver.exam.indicator.list.pleaseSelect=At first please select an indicator from the list
2020-02-12 14:54:22 +01:00
sebserver.exam.indicator.type.LAST_PING=Last Ping Time
2020-11-30 08:49:47 +01:00
sebserver.exam.indicator.type.ERROR_COUNT=Error-Log Counter
sebserver.exam.indicator.type.WARN_COUNT=Warning-Log Counter
sebserver.exam.indicator.type.INFO_COUNT=Info-Log Counter
sebserver.exam.indicator.type.BATTERY_STATUS=Battery Status
sebserver.exam.indicator.type.WLAN_STATUS=WiFi Status
2020-02-17 16:43:08 +01:00
sebserver.exam.indicator.type.description.LAST_PING=This indicator shows the time in milliseconds since<br/> the last ping has been received from a SEB Client.<br/>This indicator can be used to track a SEB Client connection and indicate connection loss.<br/><br/>The value is in milliseconds.
2020-11-30 08:49:47 +01:00
sebserver.exam.indicator.type.description.ERROR_COUNT=This indicator shows the number of error log messages that<br/> has been received from a SEB Client.<br/>This indicator can be used to track errors of connected SEB Clients<br/><br/>The value is a natural number.
sebserver.exam.indicator.type.description.WARN_COUNT=This indicator shows the number of warn log messages that<br/> has been received from a SEB Client.<br/>This indicator can be used to track warnings of connected SEB Clients<br/><br/>The value is a natural number.
2021-07-21 11:32:04 +02:00
sebserver.exam.indicator.type.description.INFO_COUNT=This indicator shows the number of info log messages that<br/> has been received from a SEB Client.<br/>This indicator can be used to track warnings of connected SEB Clients<br/><br/>The value is a natural number.
2020-11-30 08:49:47 +01:00
sebserver.exam.indicator.type.description.BATTERY_STATUS=This indicator shows the percentage of the battery load level of a SEB Client.
sebserver.exam.indicator.type.description.WLAN_STATUS=This indicator shows the percentage of the WiFi connection status of a SEB Client.
2020-02-12 14:54:22 +01:00
2020-05-06 13:18:10 +02:00
sebserver.exam.indicator.info.pleaseSelect=At first please select an indicator from the list
2020-02-12 14:54:22 +01:00
sebserver.exam.indicator.action.list.new=Add Indicator
sebserver.exam.indicator.action.list.modify=Edit Selected Indicator
sebserver.exam.indicator.action.list.delete=Delete Selected Indicator
sebserver.exam.indicator.action.save=Save
sebserver.exam.indicator.form.title=Indicator
sebserver.exam.indicator.form.title.subtitle=
2020-02-12 14:54:22 +01:00
sebserver.exam.indicator.form.title.new=Add Indicator
sebserver.exam.indicator.form.exam=Exam
2020-05-13 10:38:46 +02:00
sebserver.exam.indicator.form.exam.tooltip=The exam this indicator belongs to
2020-02-12 14:54:22 +01:00
sebserver.exam.indicator.form.name=Name
2020-02-17 16:43:08 +01:00
sebserver.exam.indicator.form.name.tooltip=The name of the indicator.<br/><br/>This name is also displayed as the column title of the indicator on the exam monitoring view
2020-02-12 14:54:22 +01:00
sebserver.exam.indicator.form.type=Type
2020-05-13 10:38:46 +02:00
sebserver.exam.indicator.form.type.tooltip=The type of the indicator<br/><br/>There are only a set of defined indicators to choose from.<br/>Choose one to see a detailed description for each indicator below.
2020-02-12 14:54:22 +01:00
sebserver.exam.indicator.form.description=Type Description
2020-05-13 10:38:46 +02:00
sebserver.exam.indicator.form.description.tooltip=A detailed description of the selected indicator
2020-02-12 14:54:22 +01:00
sebserver.exam.indicator.form.color=Default Color
2020-05-13 10:38:46 +02:00
sebserver.exam.indicator.form.color.tooltip=The default color that is displayed on the exam monitoring for this indicator
2020-02-12 14:54:22 +01:00
sebserver.exam.indicator.form.color.action=Please select a color
sebserver.exam.indicator.form.tags=Tags
sebserver.exam.indicator.form.tags.tooltip=Comma separated list of event text tags the indicator shall recognize.
2020-02-12 14:54:22 +01:00
sebserver.exam.indicator.form.thresholds=Thresholds
2020-02-17 16:43:08 +01:00
sebserver.exam.indicator.form.thresholds.tooltip=A list of value / color pairs that defines the thresholds of the indicator.<br/><br/>On the exam monitoring view a cell of the indicator is displayed in the specified color when the defined threshold value is reached
2020-02-12 14:54:22 +01:00
sebserver.exam.indicator.thresholds.select.color=Please select a color
sebserver.exam.indicator.thresholds.list.title=Thresholds
sebserver.exam.indicator.thresholds.list.value=Value
2020-05-13 10:38:46 +02:00
sebserver.exam.indicator.thresholds.list.value.tooltip=The threshold value
2020-02-12 14:54:22 +01:00
sebserver.exam.indicator.thresholds.list.color=Color
2020-05-13 10:38:46 +02:00
sebserver.exam.indicator.thresholds.list.color.tooltip=The color that is displayed on the exam monitoring view when indicator value has reached the defined threshold value
2020-02-17 16:43:08 +01:00
sebserver.exam.indicator.thresholds.list.add=Add a new threshold
sebserver.exam.indicator.thresholds.list.remove=Delete this threshold
2020-02-12 14:54:22 +01:00
2020-07-22 16:04:42 +02:00
sebserver.exam.delete.form.title=Delete Exam
2020-07-22 16:12:18 +02:00
sebserver.exam.delete.form.info=Please Note:<br/>&nbsp;&nbsp;&nbsp;&nbsp;This deletes the exam and local import of a course or quiz in SEB Server<br/>&nbsp;&nbsp;&nbsp;&nbsp;This will not delete any course or quiz on a Learning Management System (LMS).
sebserver.exam.delete.report.info=The following dependencies will be deleted within this exam deletion.<br/>Please check them carefully before delete.
2020-07-22 16:04:42 +02:00
sebserver.exam.delete.report.list.type=Type
sebserver.exam.delete.report.list.name=Name
sebserver.exam.delete.report.list.description=Description
sebserver.exam.delete.action.delete=Delete Exam
sebserver.exam.delete.confirm.title=Deletion Successful
2020-07-22 16:04:42 +02:00
sebserver.exam.delete.confirm.message=The Exam ({0}) was successfully deleted.<br/>Also the following number dependencies where successfully deleted: {1}.<br/><br/>And there where {2} errors.
sebserver.exam.delete.report.list.empty=No dependencies will be deleted.
2021-01-13 11:58:30 +01:00
sebserver.exam.proctoring.actions.open=Proctoring Settings
2020-08-05 16:55:19 +02:00
sebserver.exam.proctoring.form.title=Exam Proctoring Settings
2020-09-29 17:48:50 +02:00
sebserver.exam.proctoring.form.info.title=Remote Proctoring
2022-02-23 13:37:58 +01:00
sebserver.exam.proctoring.form.info=This allows to integrate a supported external proctoring service.<br/>To integrate Jitsi Meet, JWT based authentication must be enabled.<br/>To integrate Zoom a Zoom higher-plan account is needed and also JWT based authentication.
2020-08-05 16:55:19 +02:00
sebserver.exam.proctoring.form.enabled=Proctoring enabled
sebserver.exam.proctoring.form.enabled.tooltip=Indicates whether the exam proctoring feature is enabled for this exam or not.
sebserver.exam.proctoring.form.type=Type
sebserver.exam.proctoring.form.type.tooltip=The type and server type of the external proctoring service.
sebserver.exam.proctoring.form.url=Server URL
sebserver.exam.proctoring.form.url.tooltip=The proctoring server URL
sebserver.exam.proctoring.form.collectingRoomSize=Collecting Room Size
sebserver.exam.proctoring.form.collectingRoomSize.tooltip=The size of proctor rooms to collect connecting SEB clients into.
sebserver.exam.proctoring.form.appkey=App Key
2020-08-05 16:55:19 +02:00
sebserver.exam.proctoring.form.appkey.tooltip=The application key of the proctoring service server
sebserver.exam.proctoring.form.secret=App Secret
2020-08-05 16:55:19 +02:00
sebserver.exam.proctoring.form.secret.tooltip=The secret used to access the proctoring service
sebserver.exam.proctoring.form.sdkkey=SDK Key (Zoom - MacOS/iOS)
sebserver.exam.proctoring.form.sdkkey.tooltip=The SDK key and secret are used for live proctoring with SEB clients for iOS and/or MacOS<br/>This is only relevant for proctoring with Zoom service.
sebserver.exam.proctoring.form.sdksecret=SDK Secret (Zoom - MacOS/iOS)
sebserver.exam.proctoring.form.sdksecret.tooltip=The SDK key and secret are used for live proctoring with SEB clients for iOS and/or MacOS<br/>This is only relevant for proctoring with Zoom service.
2021-06-24 15:51:54 +02:00
sebserver.exam.proctoring.form.features=Enabled Features
sebserver.exam.proctoring.form.features.TOWN_HALL=Town-Hall Room
sebserver.exam.proctoring.form.features.ONE_TO_ONE=One to One Room
sebserver.exam.proctoring.form.features.BROADCAST=Broadcasting Feature
sebserver.exam.proctoring.form.features.ENABLE_CHAT=Chat Feature
sebserver.exam.proctoring.form.features.WAITING_ROOM=Enable waiting room for collecting rooms
sebserver.exam.proctoring.form.features.SEND_REJOIN_COLLECTING_ROOM=Force rejoin for collecting rooms
sebserver.exam.proctoring.form.features.RESET_BROADCAST_ON_LAVE=Reset broadcast on leave
sebserver.exam.proctoring.form.useZoomAppClient=Use Zoom App-Client
sebserver.exam.proctoring.form.useZoomAppClient.tooltip=If this is set SEB Server opens a start link for the meeting instead of a new popup-window with the Zoom Web Client.<br/>A Zoom App Client must already be installed on the proctor's device or can be installed by following the instructions shown in the browser window.
2020-08-05 16:55:19 +02:00
sebserver.exam.proctoring.type.servertype.JITSI_MEET=Jitsi Meet Server
2021-02-24 16:38:30 +01:00
sebserver.exam.proctoring.type.servertype.JITSI_MEET.tooltip=Use a Jitsi Meet server for proctoring
sebserver.exam.proctoring.type.servertype.ZOOM=Zoom Server
sebserver.exam.proctoring.type.servertype.ZOOM.tooltip=Use a Zoom meeting server for proctoring
2021-05-18 15:16:36 +02:00
sebserver.exam.proctoring.townhall.open.error=Failed to open the town-hall room.
sebserver.exam.proctoring.townhall.close.error=Failed to close the town-hall room properly.
sebserver.exam.proctoring.one.open.error=Failed to open the one-to-one room.
sebserver.exam.proctoring.one.close.error=Failed to close the one-to-one room properly.
sebserver.exam.proctoring.collecting.open.error=Failed to open the collecting room.
sebserver.exam.proctoring.collecting.close.error=Failed to close the collecting room properly.
2020-08-05 16:55:19 +02:00
2020-02-12 14:54:22 +01:00
################################
# Connection Configuration
2020-02-12 14:54:22 +01:00
################################
sebserver.clientconfig.list.empty=There is currently no connection configuration available. Please create a new one.
sebserver.clientconfig.list.title=Connection Configuration
sebserver.clientconfig.list.title.subtitle=
2020-02-12 14:54:22 +01:00
sebserver.clientconfig.list.actions=
sebserver.clientconfig.list.column.institution=Institution
sebserver.clientconfig.list.column.institution.tooltip=The institution of the connection configuration<br/><br/>Use the filter above to specify the institution<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.clientconfig.list.column.name=Name
sebserver.clientconfig.list.column.name.tooltip=The name of the connection configuration<br/><br/>Use the filter above to narrow down to a specific name<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.clientconfig.list.column.date=Creation Date {0}
sebserver.clientconfig.list.column.date.tooltip=The date when the connection configuration was first created<br/><br/>Use the filter above to specify a from-date<br/>{0}
2020-03-16 13:24:56 +01:00
sebserver.clientconfig.list.column.active=Status
sebserver.clientconfig.list.column.active.tooltip=The status of connection configuration<br/><br/>Use the filter above to specify the status<br/>{0}
sebserver.clientconfig.info.pleaseSelect=At first please select a Connection Configuration from the list
sebserver.clientconfig.list.action.no.modify.privilege=No Access: A connection configuration from other institution cannot be modified.
2020-02-12 14:54:22 +01:00
sebserver.clientconfig.form.title.new=Add Connection Configuration
sebserver.clientconfig.form.title=Connection Configuration
sebserver.clientconfig.form.title.subtitle=
2020-02-12 14:54:22 +01:00
sebserver.clientconfig.form.name=Name
sebserver.clientconfig.form.name.tooltip=The name of the connection configuration.<br/>Any name that not already is in use for another connection configuration
sebserver.clientconfig.form.pinginterval=Ping Interval
sebserver.clientconfig.form.pinginterval.tooltip=Defines an interval time in milliseconds for a SEB client to send a ping to the SEB Server
sebserver.clientconfig.form.vditype=VDI Setup
sebserver.clientconfig.form.vditype.tooltip=Select a VDI Type to apply this connection configuration to SEB client select a VDI environment on startup
sebserver.clientconfig.form.vditype.NO=No VDI
sebserver.clientconfig.form.vditype.VM_WARE=VDI with VMWare
sebserver.clientconfig.form.vdi.executable=Executable
sebserver.clientconfig.form.vdi.path=Path to Executable
sebserver.clientconfig.form.vdi.args=Arguments
sebserver.clientconfig.form.vdi.args.tooltip=A list of arguments to use with the executable to startup the virtual client software
2020-02-17 16:43:08 +01:00
sebserver.clientconfig.form.fallback=With Fallback
sebserver.clientconfig.form.fallback.tooltip=Indicates whether this connection configuration has a fallback definition or not
2020-02-12 14:54:22 +01:00
sebserver.clientconfig.form.fallback-url=Fallback Start URL
2020-05-13 10:38:46 +02:00
sebserver.clientconfig.form.fallback-url.tooltip=A fallback URL that tells SEB where to go when the SEB Server service is unavailable
2020-03-23 16:34:09 +01:00
sebserver.clientconfig.form.sebServerFallbackTimeout=Connection Timeout
2020-05-13 10:38:46 +02:00
sebserver.clientconfig.form.sebServerFallbackTimeout.tooltip=Defines the fallback timeout for SEB in milliseconds
sebserver.clientconfig.form.sebServerFallbackAttempts=Connection Attempts
2020-05-13 10:38:46 +02:00
sebserver.clientconfig.form.sebServerFallbackAttempts.tooltip=The number of connection attempts a SEB is trying before switching to fallback case
sebserver.clientconfig.form.sebServerFallbackAttemptInterval=Interval
2020-05-13 10:38:46 +02:00
sebserver.clientconfig.form.sebServerFallbackAttemptInterval.tooltip=The interval (in milliseconds) between connection attempts a SEB shall use
2020-02-17 16:43:08 +01:00
sebserver.clientconfig.form.sebServerFallbackPasswordHash=Fallback Password
2020-05-13 10:38:46 +02:00
sebserver.clientconfig.form.sebServerFallbackPasswordHash.tooltip=A password if set a SEB Client user must provide before SEB starts the fallback procedure
sebserver.clientconfig.form.sebServerFallbackPasswordHash.confirm=Confirm Password
sebserver.clientconfig.form.sebServerFallbackPasswordHash.tooltip.confirm=Please confirm the fallback password
sebserver.clientconfig.form.hashedQuitPassword=Quit Password
2020-05-13 10:38:46 +02:00
sebserver.clientconfig.form.hashedQuitPassword.tooltip=A password if set a SEB user must provide to be able to quit SEB
sebserver.clientconfig.form.hashedQuitPassword.confirm=Confirm Password
sebserver.clientconfig.form.hashedQuitPassword.tooltip.confirm=Please confirm the quit password
2020-02-12 14:54:22 +01:00
sebserver.clientconfig.form.date=Creation Date
sebserver.clientconfig.form.date.tooltip=The date when the connection configuration was first created
2020-02-12 14:54:22 +01:00
sebserver.clientconfig.form.encryptSecret=Configuration Password
sebserver.clientconfig.form.encryptSecret.tooltip=Define a password if the connection configuration shall be password-encrypted
2020-02-12 14:54:22 +01:00
sebserver.clientconfig.form.encryptSecret.confirm=Confirm Password
2020-02-17 16:43:08 +01:00
sebserver.clientconfig.form.encryptSecret.confirm.tooltip=Please retype the given password for confirmation
sebserver.clientconfig.form.sebConfigPurpose=Configuration Purpose
sebserver.clientconfig.form.sebConfigPurpose.tooltip=This indicates whether this connection configuration shall be used to configure the SEB Client or to start an exam
sebserver.clientconfig.form.certificate=Encrypt with Certificate
sebserver.clientconfig.form.certificate.tooltip=Choose identity certificate to be used for encrypting the connection configuration
2021-05-12 09:50:58 +02:00
sebserver.clientconfig.form.type.async=Use asymmetric-only encryption
sebserver.clientconfig.form.type.async.tooltip=Use old asymmetric-only encryption (for SEB < 2.2)
2020-02-12 14:54:22 +01:00
sebserver.clientconfig.config.purpose.START_EXAM=Starting an Exam
sebserver.clientconfig.config.purpose.START_EXAM.tooltip=If the connection configuration is loaded via a SEB-Link, the local configuration will not be overwritten.
sebserver.clientconfig.config.purpose.CONFIGURE_CLIENT=Configure a Client
sebserver.clientconfig.config.purpose.CONFIGURE_CLIENT.tooltip=If the connection configuration is loaded via a SEB-Link, the local configuration will be overwritten by this configuration.
sebserver.clientconfig.action.list.new=Add Connection Configuration
sebserver.clientconfig.action.list.view=View Connection Configuration
sebserver.clientconfig.action.list.modify=Edit Connection Configuration
sebserver.clientconfig.action.modify=Edit Connection Configuration
sebserver.clientconfig.action.save=Save Connection Configuration
sebserver.clientconfig.action.activate=Activate Connection Configuration
sebserver.clientconfig.action.deactivate=Deactivate Connection Configuration
sebserver.clientconfig.action.export=Export Connection Configuration
2020-02-12 14:54:22 +01:00
################################
# SEB Exam Configuration
################################
sebserver.examconfig.action.list=Exam Configuration
sebserver.examconfig.list.title=Exam Configurations
sebserver.examconfig.list.title.subtitle=
2020-02-12 14:54:22 +01:00
sebserver.examconfig.list.column.institution=Institution
2020-05-13 10:38:46 +02:00
sebserver.examconfig.list.column.institution.tooltip=The institution of the SEB exam configuration<br/><br/>Use the filter above to specify the institution<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.examconfig.list.column.name=Name
2020-05-13 10:38:46 +02:00
sebserver.examconfig.list.column.name.tooltip=The name of the SEB exam configuration<br/><br/>Use the filter above to narrow down to a specific name<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.examconfig.list.column.description=Description
2020-05-13 10:38:46 +02:00
sebserver.examconfig.list.column.description.tooltip=The description of the SEB exam configuration<br/><br/>Use the filter above to find configurations that contain specific words or phrases within the description.<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.examconfig.list.column.status=Status
2020-05-13 10:38:46 +02:00
sebserver.examconfig.list.column.status.tooltip=The status of the SEB exam configuration<br/><br/>Use the filter above to specify a status<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.examconfig.list.actions=
2020-05-06 13:18:10 +02:00
sebserver.examconfig.list.empty=There is currently no Exam configuration available. Please create a new one
sebserver.examconfig.info.pleaseSelect=At first please select an Exam Configuration from the list
2020-02-12 14:54:22 +01:00
sebserver.examconfig.list.action.no.modify.privilege=No Access: An Exam Configuration from other institution cannot be modified.
sebserver.examconfig.action.list.new=Add Exam Configuration
sebserver.examconfig.action.list.view=View Exam Configuration
sebserver.examconfig.action.list.modify.properties=Edit Exam Configuration
2022-01-25 14:40:16 +01:00
sebserver.examconfig.action.delete=Delete Exam Configuration
sebserver.examconfig.action.modify=Edit SEB Settings
sebserver.examconfig.action.view=View SEB Settings
sebserver.examconfig.action.modify.properties=Edit Exam Configuration
sebserver.examconfig.action.view.properties=View Exam Configuration
sebserver.examconfig.action.save=Save Exam Configuration
sebserver.examconfig.action.saveToHistory=Save / Publish Settings
sebserver.examconfig.action.saveToHistory.success=Exam configuration settings successfully saved in history.
2020-05-06 13:18:10 +02:00
sebserver.examconfig.action.saveToHistory.integrity-violation=There is currently at least one running Exam with active SEB client connections that uses this configuration.<br/>Modifying a configuration that is currently in use would lead to inconsistency and is therefore not allowed.<br/><br/>Please make sure that the configuration is not in use before applying changes.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.action.undo=Undo
sebserver.examconfig.action.undo.success=Successfully reverted exam configuration settings to last saved state
sebserver.examconfig.action.copy=Copy Exam Configuration
2020-02-12 14:54:22 +01:00
sebserver.examconfig.action.copy.dialog=Exam Configuration
sebserver.examconfig.action.copy-as-template=Save As Template
sebserver.examconfig.action.copy-as-template.dialog=Configuration Template
2021-01-20 17:48:01 +01:00
sebserver.examconfig.action.export.plainxml=Export SEB Settings
2020-05-06 13:18:10 +02:00
sebserver.examconfig.action.get-config-key=Export Config Key
2020-02-12 14:54:22 +01:00
sebserver.examconfig.action.import-config=Import Exam Configuration
2021-01-20 17:48:01 +01:00
sebserver.examconfig.action.import-settings=Import SEB Settings
2020-02-12 14:54:22 +01:00
sebserver.examconfig.action.import-file-select=Import From File
sebserver.examconfig.action.import-file-password=Password
sebserver.examconfig.action.import-config.confirm=Exam Configuration successfully imported
sebserver.examconfig.action.import.missing-password=Missing Password: The chosen exam configuration is password-protected.<br/><br/>Please choose it again and provide the correct password within the password field.
sebserver.examconfig.action.import.config.text=To import a valid SEB settings configuration file (.seb) as whole new exam configuration for SEB Server,<br/>please select the file from the local directory and provide a password if the file is protected.<br/>Please also give a name for the new exam configuration.
sebserver.examconfig.action.import.settings.text=To import a valid SEB settings configuration file (.seb) into an existing exam configuration,<br/>please select the file from the local directory and provide a password if the file is protected.<br/>Please note that this import will override the existing SEB settings of this exam configuration<br/>and also try to publish the changes if selected.
sebserver.examconfig.action.import.auto-publish=Publish
sebserver.examconfig.action.import.auto-publish.tooltip=Try to automatically publish the imported changes
sebserver.examconfig.action.state-change.confirm=This configuration is already attached to an exam.<br/>Please note that changing an attached configuration will take effect on the exam when the configuration changes are saved<br/><br/>Are you sure to change this configuration to an editable state?
sebserver.examconfig.message.error.file=Please select a valid SEB Exam Configuration File
2022-01-25 14:40:16 +01:00
sebserver.examconfig.message.confirm.delete=This will completely delete the exam configuration.<br/><br/>Are you sure you want to delete this exam configuration?
sebserver.examconfig.message.consistency.error=The exam configuration cannot be deleted since it is used by at least one running or upcoming exam.<br/>Please remove the exam configuration from running and upcoming exams first.
sebserver.examconfig.message.delete.confirm=The exam configuration ({0}) was successfully deleted.
sebserver.examconfig.message.delete.partialerror=The exam configuration ({0}) was deleted but there where some dependency errors:<br/><br/>{1}
2020-02-12 14:54:22 +01:00
sebserver.examconfig.form.title.new=Add Exam Configuration
sebserver.examconfig.form.title=Exam Configuration
sebserver.examconfig.form.title.subtitle=
2020-02-12 14:54:22 +01:00
sebserver.examconfig.form.name=Name
2020-05-13 10:38:46 +02:00
sebserver.examconfig.form.name.tooltip=The name of the SEB exam configuration
2020-02-12 14:54:22 +01:00
sebserver.examconfig.form.description=Description
2020-05-13 10:38:46 +02:00
sebserver.examconfig.form.description.tooltip=The description text of the SEB exam configuration
2020-02-12 14:54:22 +01:00
sebserver.examconfig.form.with-history=With History
sebserver.examconfig.form.template=Template
2020-05-13 10:38:46 +02:00
sebserver.examconfig.form.template.tooltip=The template this SEB exam configuration depends on
2020-02-12 14:54:22 +01:00
sebserver.examconfig.form.status=Status
2022-02-07 16:46:44 +01:00
sebserver.examconfig.form.status.tooltip=The status of this SEB exam configuration<br/><br/>"Under Construction" marks a SEB exam configuration to not be able to attach to an exam so far.<br/>"Ready to Use" marks an SEB exam configuration to be able to attach to an exam.<br/>"In Use" marks a SEB exam configuration is already been used from one or more exam(s)<br/>"Archived" archives a SEB exam configuration. The configuration is removed from the default list and not available for selection.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.form.config-key.title=Config Key
2020-02-13 16:46:36 +01:00
sebserver.examconfig.form.attached-to=Attached To Exam
2020-02-17 16:43:08 +01:00
sebserver.examconfig.form.attached-to.tooltip=This SEB exam configuration is currently attached to the following exams.<br/><br/>Select an exam from the list and use the "View Exam" or Double-Click on the list to go to a specific exam.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.status.CONSTRUCTION=Under Construction
sebserver.examconfig.status.READY_TO_USE=Ready To Use
sebserver.examconfig.status.IN_USE=In Use
sebserver.examconfig.status.ARCHIVED=Archived
2020-02-12 14:54:22 +01:00
2021-01-12 15:14:05 +01:00
sebserver.examconfig.props.from.unpublished.message=Note: There are unpublished changes to this Settings. Use 'Save/Publish Settings' to make sure the settings are active.
2021-01-20 17:48:01 +01:00
sebserver.examconfig.props.from.title=SEB Settings ({0})
2020-04-09 14:31:41 +02:00
sebserver.examconfig.props.from.title.subtitle=
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.form.views.general=General
sebserver.examconfig.props.form.views.user_interface=User Interface
sebserver.examconfig.props.form.views.browser=Browser
sebserver.examconfig.props.form.views.down_upload=Down/Uploads
sebserver.examconfig.props.form.views.exam=Exam
sebserver.examconfig.props.form.views.applications=Applications
sebserver.examconfig.props.form.views.resources=Additional Resources
sebserver.examconfig.props.form.views.network=Network
sebserver.examconfig.props.form.views.security=Security
sebserver.examconfig.props.form.views.registry=Registry
sebserver.examconfig.props.form.views.hooked_keys=Hooked Keys
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.form.views.proctoring=Proctoring
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.hashedAdminPassword=Administrator password
sebserver.examconfig.props.label.hashedAdminPassword.confirm=Confirm password
sebserver.examconfig.props.label.allowQuit=Allow user to quit SEB
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.allowQuit.tooltip=Users can quit SEB with Control-Q, window close or quit button.<br/>Otherwise use a quit link in your exam system or shutdown/restart the computer.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.ignoreExitKeys=Ignore exit keys
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.ignoreExitKeys.tooltip=SEB ignores the exit keys and can only be quit manually by entering the quit password.<br/>(click Quit button in SEB taskbar, press Ctrl-Q or click the main browser window close button)
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.hashedQuitPassword=Quit/unlock password
sebserver.examconfig.props.label.hashedQuitPassword.confirm=Confirm password
sebserver.examconfig.props.group.exitSequence=Exit Sequence
sebserver.examconfig.props.label.exitKey.0=F1
sebserver.examconfig.props.label.exitKey.1=F2
sebserver.examconfig.props.label.exitKey.2=F3
sebserver.examconfig.props.label.exitKey.3=F4
sebserver.examconfig.props.label.exitKey.4=F5
sebserver.examconfig.props.label.exitKey.5=F6
sebserver.examconfig.props.label.exitKey.6=F7
sebserver.examconfig.props.label.exitKey.7=F8
sebserver.examconfig.props.label.exitKey.8=F9
sebserver.examconfig.props.label.exitKey.9=F10
sebserver.examconfig.props.label.exitKey.10=F11
sebserver.examconfig.props.label.exitKey.11=F12
sebserver.examconfig.props.group.browserViewMode=Browser View Mode
sebserver.examconfig.props.label.browserViewMode.0=Use browser window
sebserver.examconfig.props.label.browserViewMode.0.tooltip=Use window for the SEB browser which can be scaled and moved around, also to another screen if available
sebserver.examconfig.props.label.browserViewMode.1=Use full screen mode
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.browserViewMode.1.tooltip=Display the SEB browser full screen
2020-04-16 12:55:19 +02:00
sebserver.examconfig.props.label.touchOptimized=Touch optimized
sebserver.examconfig.props.label.touchOptimized.tooltip=Mainly to be used on Windows tablets. Not working with the Create New Desktop kiosk mode
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.enableTouchExit=Enable touch exit
sebserver.examconfig.props.label.enableTouchExit.tooltip=SEB can be quit by a swipe down from the upper display edge
sebserver.examconfig.props.group.winsize=Main Browser Window Size And Position
sebserver.examconfig.props.label.mainBrowserWindowWidth=Width
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.mainBrowserWindowWidth.tooltip=Window width in pixel or percentage of total screen width
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.mainBrowserWindowHeight=Height
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.mainBrowserWindowHeight.tooltip=Window height in pixel or percentage of total screen height
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.mainBrowserWindowPositioning=Horizontal positioning
sebserver.examconfig.props.label.mainBrowserWindowPositioning.0=Left
sebserver.examconfig.props.label.mainBrowserWindowPositioning.1=Center
sebserver.examconfig.props.label.mainBrowserWindowPositioning.2=Right
sebserver.examconfig.props.group.wintoolbar=Browser Window Toolbar
sebserver.examconfig.props.label.enableBrowserWindowToolbar=Enable browser window toolbar
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.enableBrowserWindowToolbar.tooltip=Displays a toolbar on top of the browser window<br/>which can also be hidden by the user
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.hideBrowserWindowToolbar=Hide toolbar as default (Mac)
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.hideBrowserWindowToolbar.tooltip=Hide browser window toolbar by default.<br/>It can be shown again by using the View menu or Alt-Command-T.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.showMenuBar=Show menu bar (Mac)
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.showMenuBar.tooltip=Show the OS X menu bar to allow to access settings like Wi-Fi
2021-06-23 15:57:46 +02:00
sebserver.examconfig.props.label.browserWindowAllowAddressBar=Allow address bar for main window (Win)
sebserver.examconfig.props.label.newBrowserWindowAllowAddressBar=Allow address bar for additional windows (Win)
sebserver.examconfig.props.label.allowDeveloperConsole=Show developer tools in window menu (Win)
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.group.taskbar=SEB Taskbar/Dock
2021-06-23 15:57:46 +02:00
sebserver.examconfig.props.label.showSideMenu=Show side Menu
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.showTaskBar=Show SEB taskbar
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.showTaskBar.tooltip=The SEB task bar shows and switches between open browser windows,<br/> allowed resources and applications and displays additional controls
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.taskBarHeight=Taskbar/dock height
sebserver.examconfig.props.label.taskBarHeight.tooltip=Height of SEB dock/task bar in points/pixels
2020-04-14 09:30:44 +02:00
sebserver.examconfig.props.label.allowWlan=Show Wi-Fi control (Win)
sebserver.examconfig.props.label.allowWlan.tooltip=Allows to reconnect to WiFi networks which have previously been connected to
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.showReloadButton=Show reload button
sebserver.examconfig.props.label.showReloadButton.tooltip=Reloads current web page. Shows warning if enabled in Browser settings tab
sebserver.examconfig.props.label.showTime=Show time
sebserver.examconfig.props.label.showTime.tooltip=Show current time
sebserver.examconfig.props.label.showInputLanguage=Show keyboard layout
sebserver.examconfig.props.label.showInputLanguage.tooltip=Shows current keyboard layout and allows to switch between other active keyboard layouts
2021-09-30 15:45:57 +02:00
sebserver.examconfig.props.label.raiseHandButtonShow=Show raise hand button
sebserver.examconfig.props.label.raiseHandButtonShow.tooltip=
sebserver.examconfig.props.label.raiseHandButtonAlwaysPromptMessage=Raise hand prompt message
sebserver.examconfig.props.label.raiseHandButtonAlwaysPromptMessage.tooltip=if this is enabled the raise hand function will always prompt the user to give a message for the raise hand action
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.group.zoom=Enable Zoom (Win/Mac)
sebserver.examconfig.props.label.enableZoomPage=Enable page zoom
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.enableZoomPage.tooltip=Pages can be zoomed with ctrl - cmd +/-<br/> or the commands in the view menu and browser window toolbar (Mac)
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.enableZoomText=Enable text zoom
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.enableZoomText.tooltip=Text in browser windows can be zoomed with cmd +/-<br/> or the commands in the view menu and browser window toolbar (Mac)
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.group.zoomMode=Zoom Mode Win (Ctrl-Mousewheel)
sebserver.examconfig.props.label.zoomMode.0=Use page zoom
sebserver.examconfig.props.label.zoomMode.0.tooltip=Zoom whole web pages using Ctrl-Mousewheel (Win)"
sebserver.examconfig.props.label.zoomMode.1=Use text zoom
sebserver.examconfig.props.label.zoomMode.1.tooltip=Zoom only text on web pages using Ctrl-Mousewheel (Win)
sebserver.examconfig.props.group.audio=Audio Control
sebserver.examconfig.props.label.audioControlEnabled=Enable audio controls
sebserver.examconfig.props.label.audioControlEnabled.tooltip=Displays an audio control in the SEB taskbar
sebserver.examconfig.props.label.audioMute=Mute audio on startup
2020-05-06 13:18:10 +02:00
sebserver.examconfig.props.label.audioMute.tooltip=The audio is muted when the SEB/exam starts
2022-02-02 13:35:13 +01:00
sebserver.examconfig.props.label.audioVolumeLevel=Set initial volume level
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.audioSetVolumeLevel=Set initial volume level
sebserver.examconfig.props.label.audioSetVolumeLevel.tooltip=The volume level after starting SEB/exam
sebserver.examconfig.props.group.spellcheck=Spell Checker
sebserver.examconfig.props.label.allowSpellCheck=Allow spell checking
sebserver.examconfig.props.label.allowSpellCheck.tooltip=Allow to use "Check spelling" in the SEB browser
sebserver.examconfig.props.label.allowDictionaryLookup=Allow dictionary lookup (Mac)
sebserver.examconfig.props.label.allowDictionaryLookup.tooltip=Allow to use the OS X dictionary lookup using a 3 finger tap
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.allowSpellCheckDictionary=The list below shows all dictionaries currently available for spell checking.<br/>SEB comes with a list of standard dictionaries that can be activated/deactivated here.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.allowSpellCheckDictionary.da-DK=Danish (Denmark) (da-DK)
sebserver.examconfig.props.label.allowSpellCheckDictionary.en-AU=English (Australia) (en-AU)
sebserver.examconfig.props.label.allowSpellCheckDictionary.en-GB=English (United Kingdom) (en-GB)
sebserver.examconfig.props.label.allowSpellCheckDictionary.en-US=English (United States) (en-US)
sebserver.examconfig.props.label.allowSpellCheckDictionary.es-ES=Spanish (Spain) (es-ES)
sebserver.examconfig.props.label.allowSpellCheckDictionary.fr-FR=French (France) (fr-FR)
sebserver.examconfig.props.label.allowSpellCheckDictionary.pt-PT=Portuguese (Portugal) (pt-PT)
sebserver.examconfig.props.label.allowSpellCheckDictionary.sv-SE=Swedish (Sweden)
sebserver.examconfig.props.label.allowSpellCheckDictionary.sv-FI=Swedish (Finland)
sebserver.examconfig.props.group.newBrowserWindow=Links requesting to be opened in a new browser window (Mac)
sebserver.examconfig.props.label.newBrowserWindowByLinkPolicy.0=get generally blocked
sebserver.examconfig.props.label.newBrowserWindowByLinkPolicy.1=open in same window
sebserver.examconfig.props.label.newBrowserWindowByLinkPolicy.2=open in new window
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.newBrowserWindowByLinkBlockForeign=Block when directing<br/>to a different server
sebserver.examconfig.props.label.newBrowserWindowByLinkBlockForeign.tooltip=USE WITH CARE: Hyperlinks invoked by JavaScript/plug-ins<br/> which direct to a different host than the one of the current main page will be ignored.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.group.newwinsize=New browser window size and position
sebserver.examconfig.props.label.newBrowserWindowByLinkWidth=Width
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.newBrowserWindowByLinkWidth.tooltip=Window width in pixel or percentage of total screen width
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.newBrowserWindowByLinkHeight=Height
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.newBrowserWindowByLinkHeight.tooltip=Window height in pixel or percentage of total screen height
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.newBrowserWindowByLinkPositioning=Horizontal positioning
sebserver.examconfig.props.label.newBrowserWindowByLinkPositioning.0=Left
sebserver.examconfig.props.label.newBrowserWindowByLinkPositioning.1=Center
sebserver.examconfig.props.label.newBrowserWindowByLinkPositioning.2=Right
sebserver.examconfig.props.group.browserSecurity=Browser security
2021-06-23 15:57:46 +02:00
sebserver.examconfig.props.label.allowFind=Allow text search
sebserver.examconfig.props.label.allowPDFReaderToolbar=Allow toolbar of internal PDF reader (Win)
sebserver.examconfig.props.label.allowPDFReaderToolbar.tooltip=This enables access to the print and download dialogs
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.enablePlugIns=Enable plug-ins (Win: only Flash)
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.enablePlugIns.tooltip=Enables web plugins (Mac) or just Flash (Win).<br/> For security reasons it\'s recommended to disable this option if you don\'t use any plugin/Flash content.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.enableJavaScript=Enable JavaScript
2020-05-06 13:18:10 +02:00
sebserver.examconfig.props.label.enableJavaScript.tooltip=Enables JavaScript.<br/> Please note that most modern websites need JavaScript for full functionality.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.enableJava=Enable Java
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.enableJava.tooltip=Enables Java applets.<br/> Note: Only applets with the highest Java security level will run in SEB.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.blockPopUpWindows=Block pop-up windows
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.blockPopUpWindows.tooltip=Disables pop-up windows<br/> (often advertisement) opened by JavaScript without an user action such as a button click
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.allowVideoCapture=Allow video capture (webcam)
sebserver.examconfig.props.label.allowVideoCapture.tooltip=Allow web applications to access camera
sebserver.examconfig.props.label.allowAudioCapture=Allow audio capture (microphone)
sebserver.examconfig.props.label.allowAudioCapture.tooltip=Allow web applications to access microphone
sebserver.examconfig.props.label.allowBrowsingBackForward=Allow navigating back/forward in exam
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.allowBrowsingBackForward.tooltip=Disabling browsing to previously visited pages may increase security,<br/> because browsing back might allow to leave an exam
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.newBrowserWindowNavigation=Allow navigating in additional windows
sebserver.examconfig.props.label.browserWindowAllowReload=Allow reload exam
sebserver.examconfig.props.label.browserWindowAllowReload.tooltip=Allow reload in the exam window with F5 reload button (if displayed)
sebserver.examconfig.props.label.newBrowserWindowAllowReload=Allow reload in additional windows
sebserver.examconfig.props.label.newBrowserWindowAllowReload.tooltip=Allow reload in additional window with F5 reload button (if displayed)
sebserver.examconfig.props.label.showReloadWarning=Show reload warning in exam
sebserver.examconfig.props.label.showReloadWarning.tooltip=User has to confirm reloading a web page with F5 or reload button
sebserver.examconfig.props.label.newBrowserWindowShowReloadWarning=Show reload warning in additional windows
sebserver.examconfig.props.label.newBrowserWindowShowReloadWarning.tooltip=User has to confirm reloading a web page with F5 or reload button
2021-06-23 15:57:46 +02:00
sebserver.examconfig.props.label.removeBrowserProfile=Delete cache when re-configuring or terminating SEB (Win) This setting is ignored if<br/>"Clear browser session when ending" in section Exam > Session Handling is deactivated!
sebserver.examconfig.props.label.removeBrowserProfile.tooltip=This setting is ignored if "Clear browser session when ending" in section Exam > Session Handling is deactivated!
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.removeLocalStorage=Disable local storage (Mac)
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.removeLocalStorage.tooltip=If your web application uses local storage, you have to be sure data is saved encrypted<br/> and removed when no longer needed as SEB doesn't remove local storage
2020-02-12 14:54:22 +01:00
2021-06-23 15:57:46 +02:00
sebserver.examconfig.props.group.examWindow=Restrictions in Exam Window
sebserver.examconfig.props.label.browserWindowShowURL=Show URLs
sebserver.examconfig.props.label.browserWindowShowURL.tooltip=For some exam scenarios, you may want to keep URLs secret
sebserver.examconfig.props.label.browserWindowShowURL.0=Never
sebserver.examconfig.props.label.browserWindowShowURL.1=OnlyLoadError
sebserver.examconfig.props.label.browserWindowShowURL.2=Before Title
sebserver.examconfig.props.label.browserWindowShowURL.3=Always
sebserver.examconfig.props.group.additionalWindow=Restrictions in Additional Windows
sebserver.examconfig.props.label.newBrowserWindowShowURL=Show URLs
sebserver.examconfig.props.label.newBrowserWindowShowURL.tooltip=For some exam scenarios, you may want to keep URLs secret
sebserver.examconfig.props.label.newBrowserWindowShowURL.0=Never
sebserver.examconfig.props.label.newBrowserWindowShowURL.1=OnlyLoadError
sebserver.examconfig.props.label.newBrowserWindowShowURL.2=Before Title
sebserver.examconfig.props.label.newBrowserWindowShowURL.3=Always
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.browserUserAgent=Suffix to be added to any user agent
sebserver.examconfig.props.group.userAgentDesktop=User agent for desktop mode
sebserver.examconfig.props.label.browserUserAgentWinDesktopMode.0=Desktop default
2021-09-28 17:14:08 +02:00
sebserver.examconfig.props.label.browserUserAgentWinDesktopMode.0.tooltip=Zoom whole web pages using Ctrl-Mousewheel (Win)<br/>Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.browserUserAgentWinDesktopMode.1=Custom
sebserver.examconfig.props.label.browserUserAgentWinDesktopMode.1.tooltip=Zoom only text on web pages using Ctrl-Mousewheel (Win)
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.browserUserAgentWinDesktopModeCustom.tooltip=Custom desktop user agent string<br/>(SEB appends its version number automatically)
2020-02-12 14:54:22 +01:00
2020-04-14 16:47:55 +02:00
sebserver.examconfig.props.group.userAgentTouch=User agent for touch/tablet mode
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.browserUserAgentWinTouchMode.0=Touch default
2021-09-28 17:14:08 +02:00
sebserver.examconfig.props.label.browserUserAgentWinTouchMode.0.tooltip=Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0; Touch) Gecko/20100101 Firefox/52.0
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.browserUserAgentWinTouchMode.1=iPad
sebserver.examconfig.props.label.browserUserAgentWinTouchMode.2=Custom
sebserver.examconfig.props.label.browserUserAgentWinTouchMode.2.tooltip=Zoom only text on web pages using Ctrl-Mousewheel (Win)
sebserver.examconfig.props.group.userAgentMac=User agent (Mac)
sebserver.examconfig.props.label.browserUserAgentMac.0=Default (depends on installed Safari/WebKit version)
sebserver.examconfig.props.label.browserUserAgentMac.1=Custom
sebserver.examconfig.props.label.browserUserAgentMac.1.tooltip=Zoom only text on web pages using Ctrl-Mousewheel (Win)
sebserver.examconfig.props.label.enableSebBrowser=Enable SEB with browser window
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.enableSebBrowser.tooltip=Disable this to start another application in kiosk mode<br/>(for example a virtual desktop infrastructure client)
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.browserWindowTitleSuffix=Suffix to be added to every browser window
2021-09-28 17:14:08 +02:00
sebserver.examconfig.props.label.allowDownUploads=Allow downloading and uploading files
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.allowDownUpload.tooltip=Usually to be used with permitted third party applications<br/> for which you want to provide files to be down-loaded
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.downloadDirectoryWin=Download directory (Win)
sebserver.examconfig.props.label.downloadDirectoryOSX=Download directory (Mac)
sebserver.examconfig.props.label.openDownloads=Open files after downloading (Mac)
sebserver.examconfig.props.label.chooseFileToUploadPolicy=Choose file to upload (Mac)
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.chooseFileToUploadPolicy.tooltip=SEB can let users choose the file to upload or automatically use the same file which was down-loaded before.<br/>If not found, a file requester or an error is presented depending on this setting.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.chooseFileToUploadPolicy.0=manually with file requester
sebserver.examconfig.props.label.chooseFileToUploadPolicy.1=by attempting to upload the same file downloaded before
sebserver.examconfig.props.label.chooseFileToUploadPolicy.2=by only allowing to upload the same file downloaded before
2021-09-28 17:14:08 +02:00
sebserver.examconfig.props.label.downloadPDFFiles=Download and open PDF files instead of displaying them inline
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.downloadPDFFiles.tooltip=PDF files will not be displayed by SEB but downloaded and openend (if "Open files after downloading" is active!)<br/> by the application set in Finder (usually Preview or Adobe Acrobat).
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.allowPDFPlugIn=Allow using Acrobat Reader PDF plugin (insecure! Mac only)
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.allowPDFPlugIn.tooltip=The Adobe Acrobat Reader browser plugin should only be used on secured managed Mac computers,<br/> at it allows limited access the file system and unlimited to cloud services
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.downloadAndOpenSebConfig=Download and open SEB Config Files
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.downloadAndOpenSebConfig.tooltip=Download and open .seb config files regardless if downloading and opening other file types is allowed
2021-09-28 17:14:08 +02:00
sebserver.examconfig.props.label.allowCustomDownloadLocation=Allow user to select custom download / upload directory
2020-02-12 14:54:22 +01:00
2020-04-14 09:30:44 +02:00
sebserver.examconfig.props.group.sessionHandling=Session Handling
sebserver.examconfig.props.group.sessionHandling.tooltip=Use the following parameter to control whether a browser session is persistent on disk, e.g. to keep users<br/> logged in after a reconfiguration.
sebserver.examconfig.props.label.examSessionClearCookiesOnStart=Clear browser session when starting an exam or staring SEB
sebserver.examconfig.props.label.examSessionClearCookiesOnEnd=Clear browser session when ending an exam or terminating SEB<br/> (prevents deletion of browser cache if deactivated!)
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.group.quitLink=Link to quit SEB after exam
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.quitURL=Place this quit link to the 'feedback' page displayed after an exam was successfully finished.<br/> Clicking that link will quit SEB without having to enter the quit password.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.quitURLConfirm=Ask user to confirm quitting
sebserver.examconfig.props.label.quitURLRestart=Restart instead of quitting
sebserver.examconfig.props.group.examSession=Reconfiguring Exam Session
sebserver.examconfig.props.group.examSession.tooltip=Allow reconfiguring by loading an SEB exam config file (while using the client config or during an exam session).<br/>If the running session has a quit password set, indicate the allows URL of the new exam config in Reconfiguring URL (wildcard character '*' can be used).
sebserver.examconfig.props.label.examSessionReconfigureAllow=Allow Reconfiguring
sebserver.examconfig.props.label.examSessionReconfigureAllow.tooltip=Allow reconfiguring by loading an SEB exam config file (while using the client config or during an exam session).<br/>If the running session has a quit password set, indicate the allows URL of the new exam config in Reconfiguring URL (wildcard character '*' can be used).
sebserver.examconfig.props.label.examSessionReconfigureConfigURL=Reconfiguring URL
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.group.backToStart=Back to Start Button
sebserver.examconfig.props.group.backToStart.tooltip=The back to start button reloads the exam's Start URL
sebserver.examconfig.props.label.restartExamUseStartURL=Use Start URL
sebserver.examconfig.props.label.restartExamUseStartURL.tooltip=The back to start button reloads the exam's Start URL
sebserver.examconfig.props.label.restartExamURL=Enter custom URL or select 'Use Start URL' to display a back to start button in the SEB taskbar.
sebserver.examconfig.props.label.restartExamText=Title/tool tip text for the back to start button (leave empty for localized standard text)
sebserver.examconfig.props.label.restartExamPasswordProtected=Protect back to start button with the quit/unlock password
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.restartExamPasswordProtected.tooltip=The quit/restart password (if set) must be entered when the back to start button was pressed
2020-02-12 14:54:22 +01:00
2021-09-28 17:14:08 +02:00
sebserver.examconfig.props.group.queryParams=Query String Parameter
sebserver.examconfig.props.group.queryParams.tooltip=The seb(s):// link to the config file can contain an additional query string, separated from the main URL by \'?\' or '??'<br/>(if the URL itself doesn't contain a query). SEB will then append this query string to the Start URL.
sebserver.examconfig.props.label.startURLAppendQueryParameter=Allow Query Parameter
sebserver.examconfig.props.label.startURLAppendQueryParameter.tooltip=If a seb(s):// link contains additional query string, SEB appends it to the exam's Start URL.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.allowSwitchToApplications=Allow switching to third party application (Mac)
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.allowSwitchToApplications.tooltip=Decreases security of the kiosk mode by allowing process switcher (Cmd+Tab).<br/> The blacked out background of SEB also doesn't cover some alerts and modal windows in this mode.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.allowFlashFullscreen=Allow Flash to switch to fullscreen mode (Mac)
sebserver.examconfig.props.label.permittedProcesses.add.tooltip=Add permitted process
sebserver.examconfig.props.label.permittedProcesses.remove.tooltip=Remove selected permitted process
sebserver.examconfig.props.label.permittedProcesses.row.title=Permitted Processes
sebserver.examconfig.props.label.permittedProcesses=Permitted Processes
sebserver.examconfig.props.label.permittedProcesses.active=Active
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.permittedProcesses.active.tooltip=This permitted process item is active
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.permittedProcesses.os=OS
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.permittedProcesses.os.tooltip=Indicates on which operating system the permitted process runs
2020-04-14 16:47:55 +02:00
sebserver.examconfig.props.label.permittedProcesses.os.0=macOS
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.permittedProcesses.os.1=Win
sebserver.examconfig.props.label.permittedProcesses.title=Title
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.permittedProcesses.title.tooltip=Application title which is displayed in the application chooser.<br/> Background processes don't have a title, because they can't be selected by users.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.permittedProcesses.description=Description
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.permittedProcesses.description.tooltip=Optional, should explain what kind of process this is,<br/> because this might not be obvious only from the executable's name.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.permittedProcesses.executable=Executable
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.permittedProcesses.executable.tooltip=File name of the executable, which should not contain any parts of a file system path,<br/> only the filename of the exe file (like calc.exe).
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.permittedProcesses.originalName=Original Name
sebserver.examconfig.props.label.permittedProcesses.allowedExecutables=Window handling process
sebserver.examconfig.props.label.permittedProcesses.path=Path
sebserver.examconfig.props.label.permittedProcesses.arguments=Arguments
sebserver.examconfig.props.label.permittedProcesses.arguments.active=Active
sebserver.examconfig.props.label.permittedProcesses.arguments.argument=Argument
sebserver.examconfig.props.label.permittedProcesses.arguments.addAction=Add new argument
sebserver.examconfig.props.label.permittedProcesses.arguments.removeAction=Remove this argument
sebserver.examconfig.props.label.permittedProcesses.identifier=Identifier
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.permittedProcesses.identifier.tooltip=(Sub) string in the title of the main window of a tricky third party application (Java, Acrobat etc.).<br/> Mac OS X: Bundle identifier of the process in reverse domain notation.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.permittedProcesses.iconInTaskbar=Icon in taskbar
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.permittedProcesses.iconInTaskbar.tooltip=Show icon of permitted application in task bar<br/> (not possible when 'run in background' is enabled).
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.permittedProcesses.autostart=Autostart
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.permittedProcesses.autostart.tooltip=Start the process automatically together with SEB
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.permittedProcesses.runInBackground=Allow running in background
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.permittedProcesses.runInBackground.tooltip=Allow the permitted process to already be running when SEB starts.<br/> Such a process can't have an icon in the task bar.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.permittedProcesses.allowUserToChooseApp=Allow user to select location of application
sebserver.examconfig.props.label.permittedProcesses.strongKill=Force quit (risk of data loss)
sebserver.examconfig.props.label.permittedProcesses.strongKill.tooltip=Terminate process in a not-nice way, which may cause data loss if the application had unsaved data
sebserver.examconfig.props.label.prohibitedProcesses.add.tooltip=Add prohibited process
sebserver.examconfig.props.label.prohibitedProcesses.remove.tooltip=Remove selected prohibited process
sebserver.examconfig.props.label.prohibitedProcesses.row.title=Prohibited Processes
sebserver.examconfig.props.label.prohibitedProcesses=Prohibited Processes
sebserver.examconfig.props.label.prohibitedProcesses.active=Active
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.prohibitedProcesses.active.tooltip=Indicates if this prohibited process item is active
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.prohibitedProcesses.os=OS
2020-04-14 16:47:55 +02:00
sebserver.examconfig.props.label.prohibitedProcesses.os.0=macOS
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.prohibitedProcesses.os.1=Win
sebserver.examconfig.props.label.prohibitedProcesses.description=Description
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.prohibitedProcesses.description.tooltip=Optional, to explain what kind of process this is,<br/> because this might not be obvious only from the executable's name.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.prohibitedProcesses.executable=Executable
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.prohibitedProcesses.executable.tooltip=File name of the executable, which should not contain any parts of a file system path,<br/> only the filename of the exe file (like calc.exe).
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.prohibitedProcesses.originalName=Original Name
sebserver.examconfig.props.label.prohibitedProcesses.originalName.tooltip=Original file name (optional)
sebserver.examconfig.props.label.prohibitedProcesses.identifier=Identifier
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.prohibitedProcesses.identifier.tooltip=Title of the main window of a Java third party application.<br/> Mac OS X: Bundle identifier of the process in reverse domain notation.
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.prohibitedProcesses.strongKill=Force quit (risk of data loss)
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.prohibitedProcesses.strongKill.tooltip=Terminate process in a not-nice way,<br/> which may cause data loss if the application had unsaved data
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.group.urlFilter=Filter
sebserver.examconfig.props.label.URLFilterEnable=Activate URL Filtering
sebserver.examconfig.props.label.URLFilterEnableContentFilter=Filter also embedded content
sebserver.examconfig.props.label.URLFilterRules=Filter
sebserver.examconfig.props.label.URLFilterRules.row.title=URL Filter
sebserver.examconfig.props.label.URLFilterRules.active=Active
sebserver.examconfig.props.label.URLFilterRules.regex=Regex
sebserver.examconfig.props.label.URLFilterRules.expression=Expression
sebserver.examconfig.props.label.URLFilterRules.action=Action
sebserver.examconfig.props.label.URLFilterRules.action.0=Block
sebserver.examconfig.props.label.URLFilterRules.action.1=Allow
sebserver.examconfig.props.label.URLFilterRules.add.tooltip=Add new URL Filter
sebserver.examconfig.props.label.URLFilterRules.remove.tooltip=Remove selected URL Filter
sebserver.examconfig.props.group.proxies=Proxies
sebserver.examconfig.props.label.proxySettingsPolicy=proxy settings policy
sebserver.examconfig.props.label.proxySettingsPolicy.0=Use system proxy setting
sebserver.examconfig.props.label.proxySettingsPolicy.0.tooltip=System proxy settings of the exam client computer are used
sebserver.examconfig.props.label.proxySettingsPolicy.1=Use SEB proxy settings
sebserver.examconfig.props.label.proxySettingsPolicy.1.tooltip=Proxy settings provided in these SEB settings are used
sebserver.examconfig.props.label.proxies=Double-click a protocol to configure:
sebserver.examconfig.props.label.ExcludeSimpleHostnames=Exclude simple hostnames
sebserver.examconfig.props.label.ExceptionsList=Bypass proxy settings for these hosts and domains
sebserver.examconfig.props.label.ExceptionsList.tooltip=Separate hosts / domains with comma
sebserver.examconfig.props.label.FTPPassive=Use Passive FTP Mode (PASV)
sebserver.examconfig.props.label.proxies.active=Active
sebserver.examconfig.props.label.proxies.TABLE_ENTRY=Protocol
sebserver.examconfig.props.label.autoDiscovery=Auto Proxy Discovery
sebserver.examconfig.props.label.AutoDiscoveryEnabled=Auto discovery enabled
sebserver.examconfig.props.label.autoConfiguration=Automatic Proxy Configuration
2020-03-05 10:05:39 +01:00
sebserver.examconfig.props.label.AutoConfigurationEnabled=Auto configuration enabled
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.AutoConfigurationURL=Proxy configuration file URL
sebserver.examconfig.props.label.AutoConfigurationJavaScript=Proxy configuration JavaScript
sebserver.examconfig.props.label.http=Web Proxy (HTTP)
2020-03-05 10:05:39 +01:00
sebserver.examconfig.props.label.HTTPEnable=Web proxy enabled
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.HTTPProxy=Web proxy server
sebserver.examconfig.props.label.HTTPPort=Web proxy port
sebserver.examconfig.props.label.HTTPRequiresPassword=Proxy server requires password
sebserver.examconfig.props.label.HTTPUsername=Username
sebserver.examconfig.props.label.HTTPPassword=Password
sebserver.examconfig.props.label.https=Secure Web Proxy (HTTPS)
2020-03-05 10:05:39 +01:00
sebserver.examconfig.props.label.HTTPSEnable=Secure web proxy enabled
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.HTTPSProxy=Secure web proxy server
sebserver.examconfig.props.label.HTTPSPort=Secure web proxy port
sebserver.examconfig.props.label.HTTPSRequiresPassword=Proxy server requires password
sebserver.examconfig.props.label.HTTPSUsername=Username
sebserver.examconfig.props.label.HTTPSPassword=Password
sebserver.examconfig.props.label.ftp=FTP Proxy
2020-03-05 10:05:39 +01:00
sebserver.examconfig.props.label.FTPEnable=FTP proxy enabled
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.FTPProxy=FTP proxy server
sebserver.examconfig.props.label.FTPPort=FTP proxy port
sebserver.examconfig.props.label.FTPRequiresPassword=Proxy server requires password
sebserver.examconfig.props.label.FTPUsername=Username
sebserver.examconfig.props.label.FTPPassword=Password
sebserver.examconfig.props.label.socks=SOCKS Proxy
2020-03-05 10:05:39 +01:00
sebserver.examconfig.props.label.SOCKSEnable=SOCKS proxy enabled
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.SOCKSProxy=SOCKS proxy server
sebserver.examconfig.props.label.SOCKSPort=SOCKS proxy port
sebserver.examconfig.props.label.SOCKSRequiresPassword=Proxy server requires password
sebserver.examconfig.props.label.SOCKSUsername=Username
sebserver.examconfig.props.label.SOCKSPassword=Password
sebserver.examconfig.props.label.rtsp=Streaming Proxy (RTSP)
2020-03-05 10:05:39 +01:00
sebserver.examconfig.props.label.RTSPEnable=RTSP proxy enabled
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.RTSPProxy=RTSP proxy server
sebserver.examconfig.props.label.RTSPPort=RTSP proxy port
sebserver.examconfig.props.label.RTSPRequiresPassword=Proxy server requires password
sebserver.examconfig.props.label.RTSPUsername=Username
sebserver.examconfig.props.label.RTSPPassword=Password
sebserver.examconfig.props.group.sebService=SEB Service (Win)
sebserver.examconfig.props.label.sebServicePolicy=<span style=\"color:#aa0000\">IMPORTANT: The SEB Service changes aspects of the system configuration.<br/>Some anti-virus software providers might falsely identify its operation as malicious,<br/>thus it is not recommended to use the SEB Service in uncontrolled environments (e.g. BYOD).</span><br/><br/>SEB Service policy
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.sebServicePolicy.0=allow to run SEB without service
sebserver.examconfig.props.label.sebServicePolicy.1=display warning when service is not running
sebserver.examconfig.props.label.sebServicePolicy.2=allow to use SEB only with service
sebserver.examconfig.props.label.sebServicePolicy.tooltip=Policy that applies when an exam client doesn't have the SEB client running
sebserver.examconfig.props.label.sebServiceIgnore=Ignore SEB Service
sebserver.examconfig.props.label.enableWindowsUpdate=Allow Windows Update to run while SEB is running
sebserver.examconfig.props.label.enableChromeNotifications=Allow notifications from Chrome browsers
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.group.kioskMode=Kiosk Mode
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.kioskMode.tooltip=The kiosk mode setting reflects how the computer is locked down in SEB
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.kioskMode.0=Create new desktop
sebserver.examconfig.props.label.kioskMode.0.tooltip=This kiosk mode may prevent specific third party software to run correctly together with SEB, like some screen recording software or the Windows onscreen keyboard.
sebserver.examconfig.props.label.kioskMode.1=Disable explorer Shell
sebserver.examconfig.props.label.kioskMode.1.tooltip=This kiosk mode is compatible with some screen recording/proctoring software and the Windows onscreen keyboard.
sebserver.examconfig.props.label.kioskMode.2=None (for debugging only)
sebserver.examconfig.props.label.kioskMode.2.tooltip=SEB runs without kiosk mode, switching to other applications is possible. Use this for debugging purposes only.
sebserver.examconfig.props.label.allowVirtualMachine=Allow to run inside virtual machine
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.allowVirtualMachine.tooltip=Indicates if SEB is allowed to run in a virtual machine or not (in order to prevent potential manipulation)
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.allowScreenSharing=Allow remote session/screen sharing
sebserver.examconfig.props.label.allowScreenSharing.tootlip=Allows Windows remote sessions and macOS screen sharing to be used
sebserver.examconfig.props.label.enablePrivateClipboard=Use private clipboard (Mac)
sebserver.examconfig.props.label.enablePrivateClipboard.tooltip=Private clipboard should always be used beside when working with third party application in managed/virtual machine
sebserver.examconfig.props.group.logging=Logging
sebserver.examconfig.props.label.enableLogging=Enable logging
sebserver.examconfig.props.label.enableLogging.tooltip=The log can help debugging SEB (send it to the developers) and to find out about possible manipulations
sebserver.examconfig.props.label.logDirectoryWin=Log file directory on Windows
sebserver.examconfig.props.label.logDirectoryOSX=Log file directory on Mac
sebserver.examconfig.props.group.macSettings=macOS specific settings
sebserver.examconfig.props.label.minMacOSVersion=Enforce minimal macOS version:
sebserver.examconfig.props.label.minMacOSVersion.0=OS X 10.7 Lion
sebserver.examconfig.props.label.minMacOSVersion.1=OS X 10.8 Mountain Lion
sebserver.examconfig.props.label.minMacOSVersion.2=OS X 10.9 Mavericks
sebserver.examconfig.props.label.minMacOSVersion.3=OS X 10.10 Yosemite
sebserver.examconfig.props.label.minMacOSVersion.4=OS X 10.11 El Capitan
sebserver.examconfig.props.label.minMacOSVersion.5=OS X 10.12 Sierra
sebserver.examconfig.props.label.minMacOSVersion.6=OS X 10.13 Hight Sierra
sebserver.examconfig.props.label.minMacOSVersion.7=OS X 10.14 Mojave
sebserver.examconfig.props.label.enableAppSwitcherCheck=Disable app switcher when starting
sebserver.examconfig.props.label.enableAppSwitcherCheck.tooltip=SEB checks for the command key being held down while SEB is starting up. This prevents using the application switcher to mess with SEB\'s kiosk mode
sebserver.examconfig.props.label.forceAppFolderInstall=Force installation in Applications folder
sebserver.examconfig.props.label.forceAppFolderInstall.tooltip=SEB enforces to be installed in an Applications folder (/Applications or ~/Applications)
sebserver.examconfig.props.label.allowUserAppFolderInstall=Allow also user's ~/Applications folder
sebserver.examconfig.props.label.allowUserAppFolderInstall.tooltip=SEB can also be installed in the Applications folder of the current user (~/Applications)
sebserver.examconfig.props.label.allowSiri=Allow to use Siri
2020-05-06 13:18:10 +02:00
sebserver.examconfig.props.label.allowSiri.tooltip=If enabled, Siri can be used by tapping the menu bar icon, Touch Bar icon or shortcut set in System Preferences/Siri (default: hold command space). The Siri window won't be displayed though
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.detectStoppedProcess=Detect when SEB process was stopped
sebserver.examconfig.props.label.detectStoppedProcess.tooltip=SEB displays a lock screen (requiring to enter the quit/unlock password) if it detects its process was stopped, which can indicate manipulation
sebserver.examconfig.props.label.allowDisplayMirroring=Allow display mirroring (affects also AirPlay Display)
sebserver.examconfig.props.label.allowDisplayMirroring.tooltip=If not selected, SEB prevents to mirror the main display to another
sebserver.examconfig.props.label.allowedDisplaysMaxNumber=Maximum allowed number of connected displays
sebserver.examconfig.props.label.allowedDisplaysMaxNumber.tooltip=If more displays are connected, this are blanked with an orange full screen window
sebserver.examconfig.props.label.allowedDisplayBuiltin=Use built-in display
sebserver.examconfig.props.label.allowedDisplayBuiltin.tooltip=Use the built-in display (if available) when only one display is allowed or when switching off display mirroring
sebserver.examconfig.props.label.logLevel=Log Level
sebserver.examconfig.props.label.logLevel.tooltip=The log will contain the selected log level plus all levels with a lower value
sebserver.examconfig.props.label.logLevel.0=Error
sebserver.examconfig.props.label.logLevel.0.tooltip=Error includes fatal application and browser level errors
sebserver.examconfig.props.label.logLevel.1=Warning
sebserver.examconfig.props.label.logLevel.1.tooltip=Warning are non-fatal but non-expected or security affecting events
sebserver.examconfig.props.label.logLevel.2=Info
sebserver.examconfig.props.label.logLevel.2.tooltip=Info includes most user actions including all browser navigation actions
sebserver.examconfig.props.label.logLevel.3=Debug
sebserver.examconfig.props.label.logLevel.3.tooltip=Debug is reserved for information which is only necessary for in-deep program code debugging
sebserver.examconfig.props.label.logLevel.4=Verbose
sebserver.examconfig.props.label.logLevel.4.tooltip=Verbose level contains events of all levels
sebserver.examconfig.props.label.allowApplicationLog=Allow access to application log (Win)
sebserver.examconfig.props.label.showApplicationLogButton=Show log button on taskbar (Win)
sebserver.examconfig.props.label.allowedDisplaysIgnoreFailure=Ignore errors when validating display configuration.
sebserver.examconfig.props.label.allowedDisplaysIgnoreFailure.tooltip=Needs to be active when using SEB inside a virtual machine
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.group.registry=While running SEB
sebserver.examconfig.props.group.registry.tooltip=Options in the Windows Security Screen invoked by Ctrl-Alt-Del
sebserver.examconfig.props.label.insideSebEnableSwitchUser=Enable Switch User
sebserver.examconfig.props.label.insideSebEnableSwitchUser.tooltip=Activates the button "Switch User"
sebserver.examconfig.props.label.insideSebEnableLockThisComputer=Enable Lock this computer
sebserver.examconfig.props.label.insideSebEnableLockThisComputer.tooltip=Activates the button "Lock this computer"
sebserver.examconfig.props.label.insideSebEnableChangeAPassword=Enable Change a password
sebserver.examconfig.props.label.insideSebEnableChangeAPassword.tooltip=Activates the button "Change a password..."
sebserver.examconfig.props.label.insideSebEnableStartTaskManager=Enable Start Task Manager
sebserver.examconfig.props.label.insideSebEnableStartTaskManager.tooltip=Activates the button "Start Task Manager"
sebserver.examconfig.props.label.insideSebEnableLogOff=Enable Log off
sebserver.examconfig.props.label.insideSebEnableLogOff.tooltip=Activates the button "Log off"
sebserver.examconfig.props.label.insideSebEnableShutDown=Enable Shut down
sebserver.examconfig.props.label.insideSebEnableShutDown.tooltip=Activates the button "Shutdown"
sebserver.examconfig.props.label.insideSebEnableEaseOfAccess=Enable Ease of Access
2020-02-17 16:43:08 +01:00
sebserver.examconfig.props.label.insideSebEnableEaseOfAccess.tooltip=Shows options when the button "Ease of Access" in the lower left corner is clicked,<br/>which offers help e.g. to visually or aurally handicapped persons, like the Magnifier Glass.
2021-06-23 15:57:46 +02:00
sebserver.examconfig.props.label.setVmwareConfiguration=Set VMware configuration
sebserver.examconfig.props.label.setVmwareConfiguration.tooltip=Determines whether the configuration value for VMware Client Shade will be set by SEB
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.insideSebEnableVmWareClientShade=Enable VMware Client Shade
sebserver.examconfig.props.label.insideSebEnableVmWareClientShade.tooltip=Activates the "Shade" bar at the upper edge of a virtual desktop, if existent. If you're not using VMware, this setting doesn't have any effect.
sebserver.examconfig.props.label.insideSebEnableNetworkConnectionSelector=Enable network connection selector
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.insideSebEnableNetworkConnectionSelector.tooltip=Activates the button which allows to connect to WiFi networks, introduces in Windows 10
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.group.specialKeys=Special Keys
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.group.specialKeys.tooltip=Settings to enable or block (hook) keys, key combinations and mouse buttons
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.enableEsc=Enable Esc
2020-04-14 09:30:44 +02:00
sebserver.examconfig.props.label.enablePrintScreen=Allow screen capture
2020-05-13 10:38:46 +02:00
sebserver.examconfig.props.label.enablePrintScreen.tooltip=Controls Print Screen and OS X screen capture, corresponds with Enable screen capture in Security settings
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.enableCtrlEsc=Enable Ctrl-Esc
sebserver.examconfig.props.label.enableAltEsc=Enable Alt-Esc
2022-02-01 15:42:22 +01:00
sebserver.examconfig.props.label.enableAltTab=Enable Alt-Tab
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.label.enableAltF4=Enable Alt-F4
sebserver.examconfig.props.label.enableStartMenu=Enable Start Menu
sebserver.examconfig.props.label.enableRightMouse=Enable Right Mouse
sebserver.examconfig.props.label.enableAltMouseWheel=Enable Alt-Mousewheel
sebserver.examconfig.props.label.enableAltMouseWheel.tooltip=Corresponds to 'Allow browsing back/forward' in Browser pane. Disabling browsing to previously visited pages may increase security, because browsing back might allow to leave an exam
sebserver.examconfig.props.group.functionKeys=Function Keys
sebserver.examconfig.props.group.functionKeys.tooltip=Enable or block function keys. This doesn't have any effect on the SEB exit sequence. Depending on specific keyboards some function keys cannot be blocked.
sebserver.examconfig.props.label.enableF1=Enable F1
sebserver.examconfig.props.label.enableF2=Enable F2
sebserver.examconfig.props.label.enableF3=Enable F3
sebserver.examconfig.props.label.enableF4=Enable F4
sebserver.examconfig.props.label.enableF5=Enable F5
sebserver.examconfig.props.label.enableF6=Enable F6
sebserver.examconfig.props.label.enableF7=Enable F7
sebserver.examconfig.props.label.enableF8=Enable F8
sebserver.examconfig.props.label.enableF9=Enable F9
sebserver.examconfig.props.label.enableF10=Enable F10
sebserver.examconfig.props.label.enableF11=Enable F11
sebserver.examconfig.props.label.enableF12=Enable F12
sebserver.examconfig.props.group.jitsi=Jitsi Meet Service Settings
sebserver.examconfig.props.group.jitsi.tooltip=Settings used with a Jitsi Meet service for proctoring
sebserver.examconfig.props.group.jitsi_audio_video=Jitsi Meet Audio Video Settings
sebserver.examconfig.props.group.jitsi_audio_video.tooltip=
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.group.jitsi_features=Jitsi Meet Features
sebserver.examconfig.props.group.jitsi_features.tooltip=
sebserver.examconfig.props.group.jitsi_controls=Jitsi Meet User Controls
sebserver.examconfig.props.group.jitsi_controls.tooltip=When the proctoring view is disabled (see its display policy on left), users can mute and unmute audio and video manually.<br/>Audio and video streams can be disabled globally with the settings below.
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetAudioMuted=Audio Initially Muted
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetAudioMuted.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetAudioOnly=Audio Only
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetAudioOnly.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetEnable=Enable Jitsi Meet
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetEnable.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetFeatureFlagChat=Enable Chat
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetFeatureFlagChat.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetFeatureFlagCloseCaptions=Enable Close Captions
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetFeatureFlagCloseCaptions.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetFeatureFlagDisplayMeetingName=Display Meeting Name
sebserver.examconfig.props.label.jitsiMeetFeatureFlagDisplayMeetingName.tooltip
sebserver.examconfig.props.label.jitsiMeetFeatureFlagRaiseHand=Enable Raise Hand
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetFeatureFlagRaiseHand.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetFeatureFlagRecording=Allow Recording
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetFeatureFlagRecording.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetFeatureFlagTileView=Allow Tile View
sebserver.examconfig.props.label.jitsiMeetFeatureFlagTileView.tooltip=Note: Disabling Allow Tile View is not yet functional in this version.
sebserver.examconfig.props.label.jitsiMeetRoom=Room
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetRoom.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetServerURL=Server URL
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetServerURL.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetSubject=Subject
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetSubject.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetToken=Token
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetToken.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetUserInfoAvatarURL=Avatar URL
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetUserInfoAvatarURL.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetUserInfoDisplayName=Display Name
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetUserInfoDisplayName.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetUserInfoEMail=Info Mail
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetUserInfoEMail.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetVideoMuted=Video Initially Muted
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetVideoMuted.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetReceiveAudio=Receive Audio
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetReceiveAudio.tooltip=Global settings for receiving and sending audio/video streams.<br/>Streams can also be enabled/disabled by SEB Server during the exam session.
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetReceiveVideo=Receive Video
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetReceiveVideo.tooltip=Global settings for receiving and sending audio/video streams.<br/>Streams can also be enabled/disabled by SEB Server during the exam session.
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetSendAudio=Send Audio
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetSendAudio.tooltip=Global settings for receiving and sending audio/video streams.<br/>Streams can also be enabled/disabled by SEB Server during the exam session.
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.jitsiMeetSendVideo=Send Video
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.jitsiMeetSendVideo.tooltip=Global settings for receiving and sending audio/video streams.<br/>Streams can also be enabled/disabled by SEB Server during the exam session.
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.proctoringAIEnable=Enable AI Proctoring
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.proctoringAIEnable.tooltip=AI proctoring features use computer vision algorithms, which are performed on the video frames on-device not in any cloud and not in SEB Server.<br/>If one of the events enabled below is detected, then it is logged in text form and send to SEB Server instance (if connected to one).
2020-08-20 16:44:40 +02:00
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.group.ai_faces_number=Detect Number of Faces
sebserver.examconfig.props.group.ai_faces_number.tooltip=SEB is using the iOS Vision framework running on device for this detection.<br/>No face recognition is performed, only face and face features detection and tracking (looking for faces, not for faces of particular people).
sebserver.examconfig.props.group.ai_faces_angle=Detect Face Angle
sebserver.examconfig.props.group.ai_faces_angle.tooltip=SEB is using the iOS Vision framework running on device for this detection.<br/>No face recognition is performed, only face and face features detection and tracking (looking for faces, not for faces of particular people).
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.proctoringDetectFaceCount=Number of Faces
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.proctoringDetectFaceCount.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.proctoringDetectFaceCountDisplay=Feedback for Candidate
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.proctoringDetectFaceCountDisplay.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.proctoringDetectFacePitch=Face Movement Up & Down (Pitch)
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.proctoringDetectFacePitch.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.proctoringDetectFaceYaw=Face Movement Sideways (Yaw)
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.proctoringDetectFaceYaw.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.proctoringDetectFaceAngleDisplay=Feedback for Candidate
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.proctoringDetectFaceAngleDisplay.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.proctoringDetectTalking=Detect Talking
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.proctoringDetectTalking.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.proctoringDetectTalkingDisplay=Feedback for Candidate
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.proctoringDetectTalkingDisplay.tooltips=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.remoteProctoringViewShow=Proctoring View Display Policy
2021-07-19 11:16:56 +02:00
sebserver.examconfig.props.label.remoteProctoringViewShow.tooltip=Controls the general policy for the initial display of the proctoring Window in SEB.<br/>Theses setting have no effect on the proctor's broadcast or chat function.
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.remoteProctoringViewShow.0=Never
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.remoteProctoringViewShow.0.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.remoteProctoringViewShow.1=Allow to Show
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.remoteProctoringViewShow.1.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.remoteProctoringViewShow.2=Allow to Hide
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.remoteProctoringViewShow.2.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.remoteProctoringViewShow.3=Always
2020-08-24 12:52:45 +02:00
sebserver.examconfig.props.label.remoteProctoringViewShow.3.tooltip=
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.group.Zoom=Zoom Service Settings
sebserver.examconfig.props.group.Zoom.tooltip=Settings used with a Zoom Meeting service for proctoring
sebserver.examconfig.props.group.zoom_audio_video=Zoom Audio Video Settings
sebserver.examconfig.props.group.zoom_audio_video.tooltip=
sebserver.examconfig.props.group.zoom_features=Zoom Features
sebserver.examconfig.props.group.zoom_features.tooltip=
sebserver.examconfig.props.group.zoom_controls=Zoom User Controls
sebserver.examconfig.props.group.zoom_controls.tooltip=When the proctoring view is disabled (see its display policy on left), users can mute and unmute audio and video manually.<br/>Audio and video streams can be disabled globally with the settings below.
sebserver.examconfig.props.label.zoomAudioMuted=Audio Initially Muted
2021-07-20 08:14:22 +02:00
sebserver.examconfig.props.label.zoomAudioMuted.tooltip=If this option is activated, client proctoring windows will start muted.<br/>The SEB users then can start/stop their audio individually using the respective button in the Zoom windows in SEB.<br/>If the Proctoring View Display Policy is set to "Never", this option will have no effect.
sebserver.examconfig.props.label.zoomAudioOnly=Audio Only
2021-07-15 12:26:12 +02:00
sebserver.examconfig.props.label.zoomAudioOnly.tooltip=If this option is activated, cameras on SEB clients are not active until the proctoring window is opened by the proctor<br/>(and they are deactivated if it is closed again!)
sebserver.examconfig.props.label.zoomEnable=Enable Zoom
sebserver.examconfig.props.label.zoomEnable.tooltip=
sebserver.examconfig.props.label.zoomFeatureFlagChat=Enable Chat
2021-07-15 12:26:12 +02:00
sebserver.examconfig.props.label.zoomFeatureFlagChat.tooltip=Allows SEB users to use Zoom's chat function in SEB, if the proctor enables chat in the proctoring window on SEB Server
sebserver.examconfig.props.label.zoomFeatureFlagCloseCaptions=Enable Close Captions
2021-07-15 12:26:12 +02:00
sebserver.examconfig.props.label.zoomFeatureFlagCloseCaptions.tooltip=Not yet implemented
sebserver.examconfig.props.label.zoomFeatureFlagDisplayMeetingName=Display Meeting Name
sebserver.examconfig.props.label.zoomFeatureFlagDisplayMeetingName.tooltip=Not yet implemented
sebserver.examconfig.props.label.zoomFeatureFlagRaiseHand=Enable Raise Hand
2021-07-15 12:26:12 +02:00
sebserver.examconfig.props.label.zoomFeatureFlagRaiseHand.tooltip=Allows SEB users to use Zoom's raise hand function in SEB during a broadcast or chat
sebserver.examconfig.props.label.zoomFeatureFlagRecording=Allow Recording
sebserver.examconfig.props.label.zoomFeatureFlagRecording.tooltip=
sebserver.examconfig.props.label.zoomFeatureFlagTileView=Allow Tile View
2021-07-15 12:26:12 +02:00
sebserver.examconfig.props.label.zoomFeatureFlagTileView.tooltip=Not yet implemented
sebserver.examconfig.props.label.zoomRoom=Room
sebserver.examconfig.props.label.zoomRoom.tooltip=
sebserver.examconfig.props.label.zoomServerURL=Server URL
sebserver.examconfig.props.label.zoomServerURL.tooltip=
sebserver.examconfig.props.label.zoomSubject=Subject
sebserver.examconfig.props.label.zoomSubject.tooltip=
sebserver.examconfig.props.label.zoomToken=Token
sebserver.examconfig.props.label.zoomToken.tooltip=
sebserver.examconfig.props.label.zoomUserInfoAvatarURL=Avatar URL
sebserver.examconfig.props.label.zoomUserInfoAvatarURL.tooltip=
sebserver.examconfig.props.label.zoomUserInfoDisplayName=Display Name
sebserver.examconfig.props.label.zoomUserInfoDisplayName.tooltip=
sebserver.examconfig.props.label.zoomUserInfoEMail=Info Mail
sebserver.examconfig.props.label.zoomUserInfoEMail.tooltip=
sebserver.examconfig.props.label.zoomVideoMuted=Video Initially Muted
2021-07-15 12:26:12 +02:00
sebserver.examconfig.props.label.zoomVideoMuted.tooltip=If this option is activated, a video broadcasts or chat starts with SEB clients cameras off.<br/>The SEB users then can start/stop their video individually using the respective button in the Zoom windows in SEB
sebserver.examconfig.props.label.zoomReceiveAudio=Receive Audio
2021-07-15 12:26:12 +02:00
sebserver.examconfig.props.label.zoomReceiveAudio.tooltip=Not yet implemented
sebserver.examconfig.props.label.zoomReceiveVideo=Receive Video
2021-07-15 12:26:12 +02:00
sebserver.examconfig.props.label.zoomReceiveVideo.tooltip=Controls video connection if Proctoring View Display Policy allows initial display of Zoom window on SEB startup
sebserver.examconfig.props.label.zoomSendAudio=Send Audio
2021-07-15 12:26:12 +02:00
sebserver.examconfig.props.label.zoomSendAudio.tooltip=Not yet implemented
sebserver.examconfig.props.label.zoomSendVideo=Send Video
2021-07-15 12:26:12 +02:00
sebserver.examconfig.props.label.zoomSendVideo.tooltip=Not yet implemented
2020-08-20 16:44:40 +02:00
sebserver.examconfig.props.label.showProctoringViewButton=Show Proctoring Button
sebserver.examconfig.props.label.showProctoringViewButton
2020-02-12 14:54:22 +01:00
sebserver.examconfig.props.validation.password.confirm=Please enter correct confirm password
sebserver.examconfig.props.validation.unexpected=Unexpected error happened. Value was not set correctly
sebserver.examconfig.props.validation.IntegerTypeValidator=Invalid number
sebserver.examconfig.props.validation.DecimalTypeValidator=Invalid decimal number
sebserver.examconfig.props.validation.ExitKeySequenceValidator=Key is already in sequence
sebserver.examconfig.props.validation.WindowsSizeValidator=Invalid number
################################
# SEB Exam Configuration Template
################################
sebserver.configtemplate.action.list=Configuration Template
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.list.title=Configuration Templates
sebserver.configtemplate.list.title.subtitle=
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.list.empty=There is currently no SEB-Exam configuration template available. Please create a new one
sebserver.configtemplate.list.actions=
2020-03-31 13:40:00 +02:00
sebserver.configtemplate.list.action.no.modify.privilege=No Access: A Configuration Template from other institution cannot be modified.
2020-02-12 14:54:22 +01:00
2020-05-06 13:18:10 +02:00
sebserver.configtemplate.info.pleaseSelect=At first please select an Exam Configuration template from the list
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.action.list.new=Add Configuration Template
sebserver.configtemplate.action.list.view=View Configuration Template
sebserver.configtemplate.action.view=View Configuration Template
sebserver.configtemplate.action.list.modify=Edit Configuration Template
sebserver.configtemplate.action.modify=Edit Configuration Template
sebserver.configtemplate.action.create-config=Create Exam Configuration
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.action.create-config.dialog=Exam Configuration
sebserver.configtemplate.form.title.new=Add Configuration Template
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.form.title=Configuration Template
sebserver.configtemplate.form.title.subtitle=
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.form.name=Name
2020-02-13 16:46:36 +01:00
sebserver.configtemplate.form.name.tooltip=The name of the SEB exam configuration template
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.form.description=Description
2020-02-13 16:46:36 +01:00
sebserver.configtemplate.form.description.tooltip=The description of the SEB exam configuration template
sebserver.configtemplate.action.save=Save Configuration Template
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.attr.type.TEXT_FIELD=Text Field
sebserver.configtemplate.attr.type.PASSWORD_FIELD=Password Field
sebserver.configtemplate.attr.type.TEXT_AREA=Text Area
sebserver.configtemplate.attr.type.CHECKBOX=Checkbox
sebserver.configtemplate.attr.type.SLIDER=Slider
sebserver.configtemplate.attr.type.INTEGER=Number (Integer)
sebserver.configtemplate.attr.type.DECIMAL=Number (Decimal)
sebserver.configtemplate.attr.type.SINGLE_SELECTION=Single Selection
sebserver.configtemplate.attr.type.COMBO_SELECTION=Combo Selection
sebserver.configtemplate.attr.type.RADIO_SELECTION=Radio Selection
sebserver.configtemplate.attr.type.MULTI_SELECTION=Multi Selection
sebserver.configtemplate.attr.type.MULTI_CHECKBOX_SELECTION=Multi Selection (Checkbox)
sebserver.configtemplate.attr.type.FILE_UPLOAD=File Upload
sebserver.configtemplate.attr.type.TABLE=Table
sebserver.configtemplate.attr.type.INLINE_TABLE=Table
sebserver.configtemplate.attr.type.COMPOSITE_TABLE=Table
sebserver.configtemplate.attrs.list.title=Exam Configuration Attributes
sebserver.configtemplate.attrs.list.title.subtitle=Table of all exam configuration attributes of this template
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.attrs.list.name=Name
2020-05-13 10:38:46 +02:00
sebserver.configtemplate.attrs.list.name.tooltip=The technical name of the exam configuration attribute with the display name in brackets if available<br/><br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.attrs.list.view=View
2020-05-13 10:38:46 +02:00
sebserver.configtemplate.attrs.list.view.tooltip=The view/tab where the exam configuration attribute belongs to<br/><br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.attrs.list.group=Group
2020-05-13 10:38:46 +02:00
sebserver.configtemplate.attrs.list.group.tooltip=The group on the view/tab where the exam configuration attribute belongs to<br/><br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.attrs.list.type=Type
2020-05-13 10:38:46 +02:00
sebserver.configtemplate.attrs.list.type.tooltip=The type of the exam configuration attribute<br/><br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.attr.list.actions=
sebserver.configtemplate.attr.list.actions.modify=Edit Attribute
sebserver.configtemplate.attr.list.actions.setdefault=Set Default Values
sebserver.configtemplate.attr.list.actions.removeview=Remove From View
sebserver.configtemplate.attr.list.actions.attach-default-view=Attach To View
2020-05-06 13:18:10 +02:00
sebserver.configtemplate.attr.info.pleaseSelect=At first please select an Attribute from the list
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.attr.form.title=Configuration Template Attribute
sebserver.configtemplate.attr.form.title.subtitle=
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.attr.form.name=Name
2020-05-13 10:38:46 +02:00
sebserver.configtemplate.attr.form.name.tooltip=The technical name of the exam configuration attribute with the display name in brackets if available
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.attr.form.type=Type
2020-05-13 10:38:46 +02:00
sebserver.configtemplate.attr.form.type.tooltip=The type of the exam configuration attribute
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.attr.form.view=View
2020-05-13 10:38:46 +02:00
sebserver.configtemplate.attr.form.view.tooltip=The view/tab where the exam configuration attribute belongs to
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.attr.form.group=Group
2020-05-13 10:38:46 +02:00
sebserver.configtemplate.attr.form.group.tooltip=The group on the view/tab where the exam configuration attribute belongs to
sebserver.configtemplate.attr.form.value=Configuration Template Attribute Value
2020-02-13 16:46:36 +01:00
sebserver.configtemplate.attr.form.value.tooltip=The SEB exam configuration attribute value that can be set as default for this template
2020-02-12 14:54:22 +01:00
sebserver.configtemplate.attr.action.setdefault=Set Default Values
sebserver.configtemplate.attr.action.template=View Configuration Template
2020-02-12 14:54:22 +01:00
################################
# Exam Template
################################
sebserver.examtemplate.action.list=Exam Template
sebserver.examtemplate.list.title=Exam Templates
sebserver.examtemplate.list.title.subtitle=
sebserver.examtemplate.list.empty=There is currently no exam template available. Please create a new one
sebserver.examtemplate.list.actions=
sebserver.examtemplate.list.action.no.modify.privilege=No Access: An Exam Template from other institution cannot be modified.
sebserver.examtemplate.action.list.view=View Exam Template
sebserver.examtemplate.action.list.modify=Edit Exam Template
sebserver.examtemplate.action.list.new=Add Exam Template
sebserver.examtemplate.list.column.institution=Institution
sebserver.examtemplate.list.column.institution.tooltip=The institution of the exam template <br/><br/>Use the filter above to specify the institution<br/>{0}
sebserver.examtemplate.list.column.name=Name
sebserver.examtemplate.list.column.name.tooltip=The name of the exam template<br/><br/>Use the filter above to narrow down to a specific name<br/>{0}
sebserver.examtemplate.list.column.examType=Exam Type
sebserver.examtemplate.list.column.examType.tooltip=The exam type defined by the exam template<br/><br/>Use the filter above to select a specific exam type<br/>{0}
2021-09-09 17:16:56 +02:00
sebserver.examtemplate.list.column.default=Default Template
sebserver.examtemplate.list.column.default.tooltip=Indicates the current default exam template for the institution<br/>{0}
sebserver.examtemplate.list.column.default.true=Yes
sebserver.examtemplate.list.column.default.false=No
sebserver.examtemplate.info.pleaseSelect=At first please select an Exam Template from the list
sebserver.examtemplate.form.title.new=Add Exam Template
sebserver.examtemplate.form.title=Exam Template
sebserver.examtemplate.form.name=Name
sebserver.examtemplate.form.name.tooltip=The name of the exam template
sebserver.examtemplate.form.description=Description
sebserver.examtemplate.form.description.tooltip=The description of the exam template
2021-09-09 17:16:56 +02:00
sebserver.examtemplate.form.default=Institutional Default
sebserver.examtemplate.form.default.tooltip=Set this to mark this as the default exam template for the institution.<br/>Only one exam template at the time can be marked as default. Please be aware that an existing default exam template will be reset if this is set as default.
sebserver.examtemplate.form.examType=Exam Type
sebserver.examtemplate.form.examType.tooltip=The exam type group identifier for if the exam template
sebserver.examtemplate.form.examConfigTemplate=Configuration Template
sebserver.examtemplate.form.examConfigTemplate.tooltip=The linked ecam configuration template.<br/><br/>When importing an exam with this template a new exam configuration will automatically be created from the given configuration template and linked with the imported exam.
sebserver.examtemplate.form.supporter=Exam Supporter
sebserver.examtemplate.form.supporter.tooltip=List of all exam supporter user that will automatically be applied to an exam imported with this template.
2021-09-14 11:52:56 +02:00
sebserver.examtemplate.form.action.save=Save Exam Template
sebserver.examtemplate.form.action.edit=Edit Exam Template
sebserver.examtemplate.form.action.delete=Delete Exam Template
sebserver.examtemplate.form.action.delete.confirm=Are you sure to delete this exam template?<br/><br/>Please note that a reference from a exam that uses this template will also be deleted but the exam itself is not affected.
sebserver.examtemplate.indicator.list.actions=
2021-09-09 17:16:56 +02:00
sebserver.examtemplate.indicator.list.title=Indicator Templates
sebserver.examtemplate.indicator.list.title.tooltip=A list of indicators that will automatically be created when importing a exam with this template
sebserver.examtemplate.indicator.list.column.type=Type
sebserver.examtemplate.indicator.list.column.type.tooltip=The type of indicator
sebserver.examtemplate.indicator.list.column.name=Name
sebserver.examtemplate.indicator.list.column.name.tooltip=The name of the indicator
sebserver.examtemplate.indicator.list.column.thresholds=Thresholds
sebserver.examtemplate.indicator.list.column.thresholds.tooltip=The thresholds of the indicator
sebserver.examtemplate.indicator.list.empty=There is currently no indicator defined for this exam template. Please create a new one
sebserver.examtemplate.indicator.list.pleaseSelect=At first please select an indicator from the list
2021-09-09 17:16:56 +02:00
sebserver.examtemplate.indicator.action.save=Save Indicator Template
sebserver.examtemplate.indicator.list.actions=
2022-02-21 16:51:08 +01:00
sebserver.examtemplate.indicator.action.list.new=Add Indicator
sebserver.examtemplate.indicator.action.list.modify=Edit Indicator
sebserver.examtemplate.indicator.action.list.delete=Delete Indicator
2021-04-27 15:17:29 +02:00
################################
# Certificates
################################
2020-02-12 14:54:22 +01:00
2021-04-22 08:49:52 +02:00
sebserver.certificate.action.list=Certificates
sebserver.certificate.action.import=Import Certificate
sebserver.certificate.action.remove=Remove Selected Certificates
sebserver.certificate.info.pleaseSelect=At first please select at least one certificate from the list
sebserver.certificate.list.empty=There are currently no certificates available
2021-04-22 08:49:52 +02:00
sebserver.certificate.list.title=Certificates
sebserver.certificate.list.column.alias=Alias
sebserver.certificate.list.column.validFrom=Valid From
sebserver.certificate.list.column.validTo=Valid To
sebserver.certificate.list.column.type=Types
sebserver.certificate.list.column.type.UNKNOWN=Unknown
sebserver.certificate.list.column.type.DIGITAL_SIGNATURE=TLS/SSL
sebserver.certificate.list.column.type.DATA_ENCIPHERMENT=Encipherment
sebserver.certificate.list.column.type.DATA_ENCIPHERMENT_PRIVATE_KEY=Identity
2021-04-22 08:49:52 +02:00
sebserver.certificate.list.column.type.KEY_CERT_SIGN=CA
sebserver.certificate.form.alias=Alias
sebserver.certificate.action.import-file-select=Select Certificate
sebserver.certificate.action.import-file-password=Password
sebserver.certificate.action.import-file-password.tooltip=A password is needed if the selected file is password protected
sebserver.certificate.action.import.missing-password=The certificate file needs a password for decryption
sebserver.certificate.action.import-config.confirm=Certificate(s) successfully imported
sebserver.certificate.message.error.file=Unsupported file type
sebserver.certificate.action.import-file-select.no=Please select a valid file
sebserver.certificate.action.remove.confirm=Are you sure you want delete the selected Certificate(s)?
2021-05-12 09:50:58 +02:00
sebserver.certificate.action.remove.in-use=This certificate is in use and cannot be removed.
2021-04-27 15:17:29 +02:00
2021-04-22 08:49:52 +02:00
2020-02-12 14:54:22 +01:00
################################
# Monitoring
################################
sebserver.monitoring.action.list=Running Exams
sebserver.monitoring.exam.list.title=Running Exams
sebserver.monitoring.exam.list.actions=
sebserver.monitoring.exam.action.detail.view=Back To Monitoring
sebserver.monitoring.exam.action.list.view=Monitoring
sebserver.monitoring.exam.action.viewroom=View {0} ( {1} / {2} )
sebserver.exam.monitoring.action.category.filter=Filter
sebserver.exam.overall.action.category.proctoring=Proctoring
sebserver.monitoring.exam.action.proctoring.openTownhall=Open Townhall
sebserver.monitoring.exam.action.proctoring.showTownhall=Show Townhall
sebserver.monitoring.exam.action.proctoring.closeTownhall=Close Townhall
2020-02-12 14:54:22 +01:00
2021-07-07 17:20:51 +02:00
sebserver.monitoring.exam.proctoring.room.all.name=Townhall Room
sebserver.monitoring.exam.proctoring.action.close=Close Window
sebserver.monitoring.exam.proctoring.action.broadcaston.audio=Start Audio Broadcast
sebserver.monitoring.exam.proctoring.action.broadcastoff.audio=End Audio Broadcast
sebserver.monitoring.exam.proctoring.action.broadcaston.video=Start Video Broadcast
sebserver.monitoring.exam.proctoring.action.broadcastoff.video=End Video Broadcast
sebserver.monitoring.exam.proctoring.action.broadcaston.chat=Enable Chat
sebserver.monitoring.exam.proctoring.action.broadcastoff.chat=Disable Chat
sebserver.monitoring.exam.proctoring.room.connections.title=SEB Connections in {0}
sebserver.monitoring.exam.proctoring.room.connections.joinurl=Join URL:
2020-02-12 14:54:22 +01:00
2020-05-06 13:18:10 +02:00
sebserver.monitoring.exam.info.pleaseSelect=At first please select an Exam from the list
2020-02-12 14:54:22 +01:00
sebserver.monitoring.exam.list.empty=There are currently no running exams
sebserver.monitoring.exam.list.column.name=Name
2020-05-13 10:38:46 +02:00
sebserver.monitoring.exam.list.column.name.tooltip=The name of the exam<br/><br/>Use the filter above to narrow down to a specific exam name<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.monitoring.exam.list.column.type=Type
2020-05-13 10:38:46 +02:00
sebserver.monitoring.exam.list.column.type.tooltip=The type of the exam<br/><br/>Use the filter above to set a specific exam type<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.monitoring.exam.list.column.startTime=Start Time {0}
2020-05-13 10:38:46 +02:00
sebserver.monitoring.exam.list.column.startTime.tooltip=The start date and time of the exam<br/><br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.monitoring.exam.list.column.endTime=End Time {0}
2020-05-13 10:38:46 +02:00
sebserver.monitoring.exam.list.column.endTime.tooltip=The end date and time of the exam<br/><br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.monitoring.exam=Monitoring Exam: {0}
2020-02-17 16:43:08 +01:00
sebserver.monitoring.connection.list.column.id=User Name or Session
2020-05-13 10:38:46 +02:00
sebserver.monitoring.connection.list.column.id.tooltip=The user session identifier or username sent by the SEB client after LMS login
sebserver.monitoring.connection.list.column.info=Connection Info
sebserver.monitoring.connection.list.column.info.tooltip=Format: IP Address,SEB Version, OSName
2020-02-12 14:54:22 +01:00
sebserver.monitoring.connection.list.column.status=Status
2020-02-17 16:43:08 +01:00
sebserver.monitoring.connection.list.column.status.tooltip=The current connection status
sebserver.monitoring.connection.form.id=User Name or Session
2020-05-13 10:38:46 +02:00
sebserver.monitoring.connection.form.id.tooltip=The user session identifier or username sent by the SEB client after LMS login
sebserver.monitoring.connection.form.info=Connection Info
sebserver.monitoring.connection.form.info.tooltip=Format: IP Address,SEB Version, OSName
2020-02-17 16:43:08 +01:00
sebserver.monitoring.connection.form.status=Status
sebserver.monitoring.connection.form.status.tooltip=The current connection status
sebserver.monitoring.connection.form.exam=Exam
sebserver.monitoring.connection.form.exam.tooltip=The exam name
2020-02-12 14:54:22 +01:00
2020-12-10 20:27:43 +01:00
sebserver.monitoring.search.title=Search Connections
sebserver.monitoring.search.action=Search
sebserver.monitoring.search.list.empty=No Client Connections available
sebserver.monitoring.search.list.name=Session or User Name
sebserver.monitoring.search.list.info=Connection Info
2021-07-07 17:20:51 +02:00
sebserver.monitoring.search.list.status=Status
2020-12-10 20:27:43 +01:00
2020-05-06 13:18:10 +02:00
sebserver.monitoring.exam.connection.emptySelection=At first please select a Connection from the list
sebserver.monitoring.exam.connection.emptySelection.active=At first please select an active Connection from the list
2020-02-12 14:54:22 +01:00
sebserver.monitoring.exam.connection.title=SEB Client Connection
sebserver.monitoring.exam.connection.list.actions=
sebserver.monitoring.exam.connection.action.view=View Details
sebserver.monitoring.exam.connection.action.instruction.quit=Quit SEB Client
sebserver.monitoring.exam.connection.action.instruction.quit.selected=Quit Selected SEB Clients
sebserver.monitoring.exam.connection.action.instruction.quit.all=Quit All SEB Clients
2020-02-12 14:54:22 +01:00
sebserver.monitoring.exam.connection.action.instruction.quit.confirm=Are you sure to quit this SEB client connection?
sebserver.monitoring.exam.connection.action.instruction.quit.selected.confirm=Are you sure to quit all selected, active SEB client connections?
sebserver.monitoring.exam.connection.action.instruction.quit.all.confirm=Are you sure to quit all active SEB client connections?
sebserver.monitoring.exam.connection.action.instruction.disable.selected.confirm=Are you sure to disable all selected SEB client connections?
sebserver.monitoring.exam.connection.action.instruction.disable.all.confirm=Are you sure to disable all active SEB client connections?
sebserver.monitoring.exam.connection.action.disable=Mark As Canceled
sebserver.monitoring.exam.connection.action.hide.requested=Hide Requested ( {0} )
sebserver.monitoring.exam.connection.action.show.requested=Show Requested ( {0} )
sebserver.monitoring.exam.connection.action.hide.active=Hide Active ( {0} )
sebserver.monitoring.exam.connection.action.show.active=Show Active ( {0} )
sebserver.monitoring.exam.connection.action.hide.closed=Hide Closed ( {0} )
sebserver.monitoring.exam.connection.action.show.closed=Show Closed ( {0} )
sebserver.monitoring.exam.connection.action.hide.disabled=Hide Canceled ( {0} )
sebserver.monitoring.exam.connection.action.show.disabled=Show Canceled ( {0} )
sebserver.monitoring.exam.connection.action.hide.undefined=Hide Undefined ( {0} )
sebserver.monitoring.exam.connection.action.show.undefined=Show Undefined ( {0} )
sebserver.monitoring.exam.connection.action.proctoring=Single Room Proctoring
sebserver.monitoring.exam.connection.action.proctoring.examroom=Exam Room Proctoring
2021-11-16 16:09:03 +01:00
sebserver.monitoring.exam.connection.action.openTownhall.confirm=You are about to open the town-hall room and force all SEB clients to join the town-hall room.<br/>Are you sure to open the town-hall?
sebserver.monitoring.exam.connection.action.closeTownhall.confirm=You are about to close the town-hall room and force all SEB clients to join it's proctoring room.<br/>Are you sure to close the town-hall?
2021-12-08 13:03:09 +01:00
sebserver.monitoring.exam.connection.action.singleroom.confirm=You are about to open the single/one to one room for this participant.<br/>Are you sure you want to open the single room?
2020-12-01 11:46:41 +01:00
sebserver.monitoring.exam.connection.notificationlist.actions=
2020-11-30 13:01:53 +01:00
sebserver.monitoring.exam.connection.action.confirm.notification=Confirm Notification
sebserver.monitoring.exam.connection.action.confirm.notification.text=Are you sure you want to confirm this pending notification?<br/><br/>Note that this will send a notification confirmation instruction to the SEB client and remove this notification from the pending list.
2020-12-01 11:46:41 +01:00
sebserver.monitoring.exam.connection.notificationlist.pleaseSelect=At first please select a notification form the Pending Notification list
2020-11-30 13:01:53 +01:00
sebserver.monitoring.exam.connection.notificationlist.title=Pending Notification
sebserver.monitoring.exam.connection.notificationlist.title.tooltip=All pending notifications sent by the SEB Client
2020-02-12 14:54:22 +01:00
sebserver.monitoring.exam.connection.eventlist.title=Events
sebserver.monitoring.exam.connection.eventlist.title.tooltip=All events and logs sent by the SEB Client
2020-02-12 14:54:22 +01:00
sebserver.monitoring.exam.connection.eventlist.empty=No event found
sebserver.monitoring.exam.connection.eventlist.type=Event Type
2020-05-13 10:38:46 +02:00
sebserver.monitoring.exam.connection.eventlist.type.tooltip=The type of the log event<br/><br/>Use the filter above to set a specific event type<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.monitoring.exam.connection.eventlist.clienttime=Client Time {0}
2020-05-13 10:38:46 +02:00
sebserver.monitoring.exam.connection.eventlist.clienttime.tooltip=The time the SEB client has sent within the log event<br/><br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.monitoring.exam.connection.eventlist.servertime=Server Time {0}
2020-05-13 10:38:46 +02:00
sebserver.monitoring.exam.connection.eventlist.servertime.tooltip=The exact time (UTC) the SEB Server has received the log event<br/><br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.monitoring.exam.connection.eventlist.value=Value
2020-05-13 10:38:46 +02:00
sebserver.monitoring.exam.connection.eventlist.value.tooltip=The value of the log event<br/><br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.monitoring.exam.connection.eventlist.text=Text
2020-05-13 10:38:46 +02:00
sebserver.monitoring.exam.connection.eventlist.text.tooltip=The text of the log event<br/><br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.monitoring.exam.connection.event.type.UNKNOWN=Unknown
2021-01-06 15:55:11 +01:00
sebserver.monitoring.exam.connection.event.type.DEBUG_LOG=Debug Log
sebserver.monitoring.exam.connection.event.type.INFO_LOG=Info Log
sebserver.monitoring.exam.connection.event.type.WARN_LOG=Warn Log
sebserver.monitoring.exam.connection.event.type.ERROR_LOG=Error Log
2020-02-12 14:54:22 +01:00
sebserver.monitoring.exam.connection.event.type.LAST_PING=Last Ping
2020-12-01 11:46:41 +01:00
sebserver.monitoring.exam.connection.event.type.NOTIFICATION=Notification (pending)
2021-01-06 15:55:11 +01:00
sebserver.monitoring.exam.connection.event.type.NOTIFICATION_CONFIRMED=Notification (confirmed)
2020-12-01 11:46:41 +01:00
sebserver.monitoring.exam.connection.notification.type.UNKNOWN=Unknown
sebserver.monitoring.exam.connection.notification.type.LOCK_SCREEN=Lock Screen
sebserver.monitoring.exam.connection.notification.type.RAISE_HAND=Raise Hand
sebserver.monitoring.exam.connection.notificationlist.type=Notification Type
2020-02-12 14:54:22 +01:00
sebserver.monitoring.exam.connection.status.UNDEFINED=Undefined
sebserver.monitoring.exam.connection.status.CONNECTION_REQUESTED=Connection Requested
sebserver.monitoring.exam.connection.status.AUTHENTICATED=Authenticated
sebserver.monitoring.exam.connection.status.ACTIVE=Active
sebserver.monitoring.exam.connection.status.CLOSED=Closed
sebserver.monitoring.exam.connection.status.ABORTED=Aborted
sebserver.monitoring.exam.connection.status.DISABLED=Canceled
2020-02-12 14:54:22 +01:00
################################
# Logs
################################
sebserver.logs.activity.main=Logs
sebserver.logs.activity.userlogs=User Logs
sebserver.logs.activity.userlogs.details=Show Details
sebserver.logs.activity.seblogs=SEB Client Logs
sebserver.logs.activity.seblogs.details=Show Details
sebserver.userlogs.list.title=User Activity Logs
sebserver.userlogs.list.column.institution=Institution
2020-05-13 10:38:46 +02:00
sebserver.userlogs.list.column.institution.tooltip=The institution of the user activity log<br/><br/>Use the filter above to specify the institution<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.userlogs.list.column.user=User
2020-05-13 10:38:46 +02:00
sebserver.userlogs.list.column.user.tooltip=The user account of the user activity log<br/><br/>Use the filter above to specify a user account<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.userlogs.list.column.dateTime=Date {0}
2020-05-13 10:38:46 +02:00
sebserver.userlogs.list.column.dateTime.tooltip=The date when the user activity log happened<br/><br/>Use the filter above to specify a from- and to-date range<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.userlogs.list.column.activityType=User Activity
2020-05-13 10:38:46 +02:00
sebserver.userlogs.list.column.activityType.tooltip=The type of the user activity<br/><br/>Use the filter above to specify an activity type<br/>{0}
2020-02-13 16:46:36 +01:00
sebserver.userlogs.list.column.entityType=Domain Type
2020-05-13 10:38:46 +02:00
sebserver.userlogs.list.column.entityType.tooltip=The domain type of the user activity<br/><br/>Use the filter above to specify a domain type<br/>{0}
sebserver.userlogs.form.user=User
2020-05-13 10:38:46 +02:00
sebserver.userlogs.form.user.tooltip=The user account of the user activity log
sebserver.userlogs.form.dateTime=Date
2020-05-13 10:38:46 +02:00
sebserver.userlogs.form.dateTime.tooltip=The date when the user activity log happened
sebserver.userlogs.form.activityType=User Activity
2020-05-13 10:38:46 +02:00
sebserver.userlogs.form.activityType.tooltip=The type of the user activity
sebserver.userlogs.form.entityType=Domain Type
2020-05-13 10:38:46 +02:00
sebserver.userlogs.form.entityType.tooltip=The domain type of the user activity
sebserver.userlogs.form.entityId=Entity-ID
sebserver.userlogs.form.entityId.tooltip=The internal entity identifier of the domain object
sebserver.userlogs.form.message=Message
2020-05-13 10:38:46 +02:00
sebserver.userlogs.form.message.tooltip=The user activity log message<br/>This is usually a data model representation of the domain object
2020-02-12 14:54:22 +01:00
sebserver.userlogs.details.title=User Activity Log Details
2020-05-06 13:18:10 +02:00
sebserver.userlogs.info.pleaseSelect=At first please select a User Log from the list
2020-02-12 14:54:22 +01:00
sebserver.userlogs.list.actions=
sebserver.userlogs.list.empty=No User activity logs can be found. Please adapt or clear the filter
2020-02-12 14:54:22 +01:00
sebserver.userlogs.action.delete=Delete Logs
sebserver.userlogs.delete.form.title=Delete User Logs
sebserver.userlogs.delete.form.info=This will delete all user activity logs from the current filtered list.<br/>Please check carefully if all user activity logs from the list shall be deleted.<br/><br/>There are currently {0} logs within the list.
sebserver.userlogs.delete.action.delete=Delete All Logs
sebserver.userlogs.delete.confirm.title=Deletion Successful
sebserver.userlogs.delete.confirm.message={0} User activity logs where successfully deleted.<br/><br/>And there where {1} errors.
2020-02-12 14:54:22 +01:00
sebserver.seblogs.list.title=SEB Client Logs
sebserver.seblogs.list.actions=
sebserver.seblogs.list.empty=No SEB client logs available. Please adapt or clear the filter
2020-02-12 14:54:22 +01:00
2020-05-06 13:18:10 +02:00
sebserver.seblogs.info.pleaseSelect=At first please select a SEB client Log from the list
2020-02-12 14:54:22 +01:00
sebserver.seblogs.list.column.institution=Institution
2020-05-13 10:38:46 +02:00
sebserver.seblogs.list.column.institution.tooltip=The institution where the exam belongs to<br/><br/>Use the filter above to specify the institution<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.seblogs.list.column.exam=Exam
2020-05-13 10:38:46 +02:00
sebserver.seblogs.list.column.exam.tooltip=The exam of the SEB client logs<br/><br/>Use the filter above to specify an exam<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.seblogs.list.column.client-session=User Session-ID
2020-05-13 10:38:46 +02:00
sebserver.seblogs.list.column.client-session.tooltip=The user or user-session identifier<br/><br/>Use the filter above to narrow down to a user identifier name<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.seblogs.list.column.type=Event Type
2020-05-13 10:38:46 +02:00
sebserver.seblogs.list.column.type.tooltip=The SEB client log event type<br/><br/>Use the filter above to specify log type<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.seblogs.list.column.time=Event Time {0}
2020-05-13 10:38:46 +02:00
sebserver.seblogs.list.column.time.tooltip=The SEB client log time<br/><br/>Use the filter above to specify from- and to-date and time<br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.seblogs.list.column.value=Value
2020-05-13 10:38:46 +02:00
sebserver.seblogs.list.column.value.tooltip=The SEB client log value<br/><br/>{0}
2020-02-12 14:54:22 +01:00
sebserver.seblogs.details.title=SEB Client Log Details
sebserver.seblogs.details.event.title=Event
sebserver.seblogs.details.connection.title=SEB Connection Details
sebserver.seblogs.details.exam.title=Exam Details
sebserver.seblogs.details.dateTime=Date
sebserver.seblogs.form.column.client-session=Session-ID
2020-05-13 10:38:46 +02:00
sebserver.seblogs.form.column.client-session.tooltip=The user or user session identifier
2020-02-12 14:54:22 +01:00
sebserver.seblogs.form.column.type=Event Type
2020-05-13 10:38:46 +02:00
sebserver.seblogs.form.column.type.tooltip=The SEB client log event type
2020-02-12 14:54:22 +01:00
sebserver.seblogs.form.column.server-time=Server Time
2020-05-13 10:38:46 +02:00
sebserver.seblogs.form.column.server-time.tooltip=The exact time when the SEB Server got the event log sent by a SEB client
2020-02-12 14:54:22 +01:00
sebserver.seblogs.form.column.client-time=SEB Client Time
2020-05-13 10:38:46 +02:00
sebserver.seblogs.form.column.client-time.tooltip=The time that was send within the log from a SEB client
2020-02-12 14:54:22 +01:00
sebserver.seblogs.form.column.value=Value
2020-02-17 16:43:08 +01:00
sebserver.seblogs.form.column.value.tooltip=The SEB client log event value
2020-02-12 14:54:22 +01:00
sebserver.seblogs.form.column.message=Message
2020-02-17 16:43:08 +01:00
sebserver.seblogs.form.column.message.tooltip=The SEB client log message
2020-02-12 14:54:22 +01:00
sebserver.seblogs.form.column.connection.session-id=User Session-ID
2020-05-13 10:38:46 +02:00
sebserver.seblogs.form.column.connection.session-id.tooltip=The user or user session identifier
2020-02-17 16:43:08 +01:00
sebserver.seblogs.form.column.connection.address=SEB client Address
sebserver.seblogs.form.column.connection.address.tooltip=The IP address of the SEB client
2020-02-12 14:54:22 +01:00
sebserver.seblogs.form.column.connection.token=SEB Connection Token
2020-05-13 10:38:46 +02:00
sebserver.seblogs.form.column.connection.token.tooltip=The connection token that was generated by the SEB Server to identify the SEB client connection
2020-02-12 14:54:22 +01:00
sebserver.seblogs.form.column.connection.status=Connection Status
2020-05-13 10:38:46 +02:00
sebserver.seblogs.form.column.connection.status.tooltip=The current SEB client connection status
2020-02-12 14:54:22 +01:00
sebserver.seblogs.form.column.exam.name=Name
2020-05-13 10:38:46 +02:00
sebserver.seblogs.form.column.exam.name.tooltip=The name of the exam
2020-02-12 14:54:22 +01:00
sebserver.seblogs.form.column.exam.description=Description
2020-05-13 10:38:46 +02:00
sebserver.seblogs.form.column.exam.description.tooltip=The description of the exam
2020-02-12 14:54:22 +01:00
sebserver.seblogs.form.column.exam.type=Type
2020-02-17 16:43:08 +01:00
sebserver.seblogs.form.column.exam.type.tooltip=The type of the exam
2020-02-12 14:54:22 +01:00
sebserver.seblogs.form.column.exam.startTime=Start Time
2020-02-17 16:43:08 +01:00
sebserver.seblogs.form.column.exam.startTime.tooltip=The start date and time of the exam
sebserver.seblogs.form.column.exam.endTime=End Time
sebserver.seblogs.form.column.exam.endTime.tooltip=The end date and time of the exam
sebserver.seblogs.action.delete=Delete Logs
sebserver.seblogs.action.export.csv=Export CSV
sebserver.seblogs.delete.form.title=Delete SEB Logs
sebserver.seblogs.delete.form.info=This will delete all SEB client logs from the current filtered list.<br/>Please check carefully if all SEB client logs from the list shall be deleted.<br/><br/>There are currently {0} logs within the list.
sebserver.seblogs.delete.action.delete=Delete All Logs
sebserver.seblogs.delete.confirm.title=Deletion Successful
sebserver.seblogs.delete.confirm.message={0} SEB client logs where successfully deleted.<br/><br/>And there where {1} errors.