2019-01-30 17:02:27 +01:00
################################
# Overall
################################
sebserver.overall.version = SEB Server Version : {0}
2020-01-30 16:19:50 +01:00
sebserver.overall.about = About
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 a SEB Server demo setup, ideal for testing or demonstrations.</span>
2019-09-04 12:21:29 +02:00
sebserver.overall.help = Documentation
2020-01-30 16:19:50 +01:00
sebserver.overall.help.link = https://www.safeexambrowser.org/news_en.html
2019-01-30 17:02:27 +01:00
2019-09-12 09:15:14 +02:00
sebserver.overall.message.leave.without.save = You have unsaved changes!\nAre you sure you want to leave the page?\The changes will be lost.
2019-10-03 16:44:27 +02:00
sebserver.overall.upload = Please select a file
sebserver.overall.upload.unsupported.file = This file type is not supported. Supported files are: {0}
2019-02-13 14:40:22 +01:00
sebserver.overall.action.modify.cancel = Cancel
2019-09-12 09:15:14 +02:00
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
2019-03-21 16:55:11 +01:00
sebserver.overall.action.ok = OK
sebserver.overall.action.cancel = Cancel
2019-03-29 14:34:51 +01:00
sebserver.overall.action.close = Close
2019-09-12 09:15:14 +02:00
sebserver.overall.action.goAwayFromEditPageConfirm = Are you sure you want to leave this page? Unsaved data will be lost.
2020-01-30 16:19:50 +01:00
sebserver.overall.action.category.varia =
2020-02-10 10:27:45 +01:00
sebserver.overall.action.category.filter =
2019-03-20 14:32:36 +01:00
2019-04-09 09:44:52 +02:00
sebserver.overall.status.active = Active
sebserver.overall.status.inactive = Inactive
2019-12-11 11:02:31 +01:00
sebserver.overall.status.all = All
2019-04-09 09:44:52 +02:00
2019-11-20 16:12:38 +01:00
sebserver.overall.date.from = From
sebserver.overall.date.to = To
2019-07-31 17:34:42 +02:00
2019-05-28 08:20:05 +02:00
sebserver.overall.action.add = Add;
sebserver.overall.action.remove = Remove
2019-05-29 16:56:40 +02:00
sebserver.overall.action.select = Please Select
2019-11-27 15:19:19 +01:00
sebserver.overall.action.toggle-activity = Switch Activity
2019-05-28 08:20:05 +02:00
2020-02-11 16:16:27 +01:00
sebserver.overall.types.activityType.REGISTER = Register new Account
2019-07-31 17:34:42 +02:00
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
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
2019-08-08 16:49:48 +02:00
sebserver.overall.types.entityType.CONFIGURATION = Exam Configuration History
2019-07-31 17:34:42 +02:00
sebserver.overall.types.entityType.CONFIGURATION_NODE = Exam Configuration
sebserver.overall.types.entityType.EXAM_CONFIGURATION_MAP = Exam Configuration Mapping
sebserver.overall.types.entityType.EXAM = Exam
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 = Client Configuration
sebserver.overall.types.entityType.LMS_SETUP = LMS Setup
sebserver.overall.types.entityType.USER = User Account
2019-09-03 14:49:24 +02:00
sebserver.overall.activity.title.serveradmin = SEB Server Administration
sebserver.overall.activity.title.sebconfig = SEB Configuration
sebserver.overall.activity.title.examadmin = Exam Administration
sebserver.overall.activity.title.monitoring = Monitoring
2019-02-20 21:09:49 +01:00
################################
# Form validation and messages
################################
2019-09-12 09:15:14 +02:00
sebserver.form.validation.error.title = Form data validation failed
2019-02-21 17:00:42 +01:00
sebserver.form.validation.error.message = There is missing or incorrect form data.
2019-02-20 21:09:49 +01:00
sebserver.form.validation.fieldError.size = The size must be between {3} and {4}
2019-09-12 09:15:14 +02:00
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
2019-02-20 21:09:49 +01:00
sebserver.form.validation.fieldError.notNull = This field is mandatory
2019-02-25 16:57:37 +01:00
sebserver.form.validation.fieldError.username.notunique = This Username is already in use. Please choose another one.
2019-09-12 09:15:14 +02:00
sebserver.form.validation.fieldError.password.wrong = The old password is wrong
sebserver.form.validation.fieldError.password.mismatch = The re-typed password doesn't match the new password
2019-03-14 13:32:26 +01:00
sebserver.form.validation.fieldError.invalidURL = The input does not match the URL pattern.
2019-09-12 09:15:14 +02:00
sebserver.form.validation.fieldError.exists = This name already exists. Please choose another one.
2019-07-24 12:46:48 +02:00
sebserver.form.validation.fieldError.email = Invalid mail address
2019-02-20 21:09:49 +01:00
sebserver.error.unexpected = Unexpected Error
sebserver.page.message = Information
sebserver.dialog.confirm.title = Confirmation
2019-02-21 17:00:42 +01:00
sebserver.dialog.confirm.deactivation = Note that there are {0} other entities that belongs to this entity.<br/>Those will also be deactivated by deactivating this entity.<br/><br/>Are You sure to deactivate this entity?
2019-09-12 09:15:14 +02:00
sebserver.dialog.confirm.deactivation.noDependencies = Are You sure you want to deactivate?
2019-02-21 17:00:42 +01:00
2019-11-27 12:08:48 +01: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
2019-11-26 15:30:41 +01:00
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
2019-11-27 12:08:48 +01:00
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
2019-01-30 17:02:27 +01:00
################################
# Login Page
################################
sebserver.login.username = User Name
sebserver.login.pwd = Password
sebserver.login.login = Sign In
2019-09-12 09:15:14 +02:00
sebserver.login.failed.title = Login failed
sebserver.login.failed.message = Access denied: wrong username or password
2019-02-07 17:03:46 +01:00
sebserver.logout = Sign out
sebserver.logout.success.message = You have been successfully signed out.
2019-12-18 16:21:20 +01:00
sebserver.logout.invalid-session.message = You have been signed out because of a user session invalidation.\nPlease sign in again
2019-02-25 16:57:37 +01:00
sebserver.login.password.change = Information
2019-09-12 09:15:14 +02:00
sebserver.login.password.change.success = The password was successfully changed. Please sign in with your new password
2019-01-30 17:02:27 +01:00
2020-01-23 16:46:05 +01:00
sebserver.login.register = Register
2020-02-11 16:16:27 +01:00
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.
2020-01-23 16:46:05 +01:00
2019-01-30 17:02:27 +01:00
################################
# Main Page
################################
sebserver.logout = Logout
sebserver.mainpage.maximize.tooltip = Maximize
sebserver.mainpage.minimize.tooltip = Minimize
2020-01-30 16:19:50 +01:00
sebserver.activitiespane.title =
sebserver.actionpane.title =
2019-01-30 17:02:27 +01:00
2019-02-05 16:45:41 +01:00
################################
# Institution
################################
2020-01-30 16:19:50 +01:00
sebserver.institution.list.actions =
2019-09-12 09:15:14 +02:00
sebserver.institution.list.empty = No institution has been found. Please adapt the filter or create a new institution
2019-02-05 16:45:41 +01:00
sebserver.institution.list.title = Institutions
sebserver.institution.list.column.name = Name
sebserver.institution.list.column.urlSuffix = URL Suffix
2019-04-09 09:44:52 +02:00
sebserver.institution.list.column.active = Status
2019-02-13 14:40:22 +01:00
2019-02-25 10:13:18 +01:00
sebserver.institution.action.list = Institution
2019-02-25 16:57:37 +01:00
sebserver.institution.action.form = Institution
2019-09-12 09:15:14 +02:00
sebserver.institution.action.new = Add Institution
2019-03-26 13:00:09 +01:00
sebserver.institution.action.list.view = View Institution
sebserver.institution.action.list.modify = Edit Institution
2020-01-30 16:19:50 +01:00
sebserver.institution.action.modify = Edit Institution
2019-02-13 14:40:22 +01:00
sebserver.institution.action.save = Save Institution
2019-08-23 11:22:57 +02:00
sebserver.institution.action.activate = Activate Institution
sebserver.institution.action.deactivate = Deactivate Institution
2019-02-07 17:03:46 +01:00
sebserver.institution.action.delete = Delete Institution
2019-02-25 16:57:37 +01:00
2020-02-05 13:18:22 +01:00
sebserver.institution.info.pleaseSelect = Please select first an institution from the list.
2019-09-12 09:15:14 +02:00
sebserver.institution.form.title.new = Add Institution
2019-04-02 12:03:56 +02:00
sebserver.institution.form.title = Institution
2019-02-13 14:40:22 +01:00
sebserver.institution.form.name = Name
2020-01-30 16:19:50 +01:00
sebserver.institution.form.name.tooltip.right =
2019-02-13 14:40:22 +01:00
sebserver.institution.form.urlSuffix = URL Suffix
2020-01-06 15:45:20 +01:00
sebserver.institution.form.urlSuffix.tooltip.right = The URL suffix to the institutional login page.\n Institutional URL is: http(s)://<seb-server-name>/<suffix>
2019-02-13 14:40:22 +01:00
sebserver.institution.form.logoImage = Logo Image
2020-01-06 15:45:20 +01:00
sebserver.institution.form.logoImage.tooltip.right = The Image that is shown as a logo in the specified institutional login page.\nIn edit mode, use the arrow sign to open a upload dialog.
2019-08-23 11:37:02 +02:00
sebserver.institution.form.logoImage.unsupportedFileType = The selected file is not supported. Supported are: PNG and JPG
2019-02-21 17:00:42 +01:00
2019-02-07 17:03:46 +01:00
################################
2019-02-20 09:41:36 +01:00
# User Account
2019-02-07 17:03:46 +01:00
################################
2020-02-05 13:18:22 +01:00
sebserver.useraccount.list.actions =
2019-02-22 14:15:00 +01:00
sebserver.useraccount.role.SEB_SERVER_ADMIN = SEB Server Administrator
sebserver.useraccount.role.INSTITUTIONAL_ADMIN = Institutional Administrator
sebserver.useraccount.role.EXAM_ADMIN = Exam Administrator
sebserver.useraccount.role.EXAM_SUPPORTER = Exam Supporter
2019-09-12 09:15:14 +02:00
sebserver.useraccount.list.empty = No user account has been found. Please adapt the filter or create a new user account
2019-02-20 09:41:36 +01:00
sebserver.useraccount.list.title = User Accounts
2019-03-05 11:08:50 +01:00
sebserver.useraccount.list.column.institution = Institution
2020-01-30 16:19:50 +01:00
sebserver.useraccount.list.column.name = First Name
2019-02-20 09:41:36 +01:00
sebserver.useraccount.list.column.username = User Name
sebserver.useraccount.list.column.email = Mail
sebserver.useraccount.list.column.language = Language
sebserver.useraccount.list.column.active = Active
2019-02-25 10:13:18 +01:00
sebserver.useraccount.action.list = User Account
2019-03-05 11:08:50 +01:00
sebserver.useraccount.action.form = User Account of {0}
2019-09-12 09:15:14 +02:00
sebserver.useraccount.action.new = Add User Account
2019-03-26 13:00:09 +01:00
sebserver.useraccount.action.view = View User Account
sebserver.useraccount.action.list.modify = Edit User Account
2019-02-25 10:13:18 +01:00
sebserver.useraccount.action.modify = Edit
2019-02-20 21:09:49 +01:00
sebserver.useraccount.action.save = Save User Account
2019-08-23 11:22:57 +02:00
sebserver.useraccount.action.activate = Activate Account
sebserver.useraccount.action.deactivate = Deactivate Account
2019-02-20 21:09:49 +01:00
sebserver.useraccount.action.delete = Delete User Account
2019-02-25 10:13:18 +01:00
sebserver.useraccount.action.change.password = Change Password
2019-02-25 16:57:37 +01:00
sebserver.useraccount.action.change.password.save = Save New Password
2019-02-20 21:09:49 +01:00
2020-02-05 13:18:22 +01:00
sebserver.useraccount.info.pleaseSelect = Please select first a User Account from the list.
2019-09-11 16:44:26 +02:00
sebserver.useraccount.info.notEditable = You have no edit rights for this User Account.
2019-02-20 09:41:36 +01:00
2019-03-05 11:08:50 +01:00
sebserver.useraccount.form.title = User Account
2019-09-12 09:15:14 +02:00
sebserver.useraccount.form.title.new = Add User Account
2019-02-21 17:00:42 +01:00
sebserver.useraccount.form.institution = Institution
2020-02-05 13:18:22 +01:00
sebserver.useraccount.form.creationdate = Creation Date
2020-01-30 16:19:50 +01:00
sebserver.useraccount.form.name = First Name
sebserver.useraccount.form.surname = Surname
2019-02-21 17:00:42 +01:00
sebserver.useraccount.form.username = Username
sebserver.useraccount.form.mail = E-Mail
sebserver.useraccount.form.language = Language
sebserver.useraccount.form.timezone = Time Zone
2019-02-22 14:15:00 +01:00
sebserver.useraccount.form.roles = User Roles
2019-02-21 17:00:42 +01:00
sebserver.useraccount.form.password = Password
2019-02-26 16:33:20 +01:00
sebserver.useraccount.form.password.confirm = Confirm Password
2019-02-21 17:00:42 +01:00
2019-02-25 10:13:18 +01:00
sebserver.useraccount.form.pwchange.title = Change Password : {0}
2019-03-08 20:18:18 +01:00
sebserver.useraccount.form.password = Password
2019-02-26 16:33:20 +01:00
sebserver.useraccount.form.password.new = New Password
sebserver.useraccount.form.password.new.confirm = Confirm New Password
2019-02-25 10:13:18 +01:00
2019-03-05 11:08:50 +01:00
################################
# LMS Setup
################################
sebserver.lmssetup.type.MOCKUP = Mock-up
sebserver.lmssetup.type.MOODLE = Moodle
sebserver.lmssetup.type.OPEN_EDX = Open edX
2020-02-05 13:18:22 +01:00
sebserver.lmssetup.list.actions =
2019-06-06 13:29:25 +02:00
sebserver.lmssetup.list.action.no.modify.privilege = No Access: A LMS Setup from other institution cannot be modified.
2019-03-05 11:08:50 +01:00
sebserver.lmssetup.list.empty = No LMS Setup has been found. Please adapt the filter or create a new LMS Setup
2019-03-07 12:10:48 +01:00
sebserver.lmssetup.list.title = Learning Management System Setups
2019-03-05 11:08:50 +01:00
sebserver.lmssetup.list.column.institution = Institution
sebserver.lmssetup.list.column.name = Name
sebserver.lmssetup.list.column.type = LMS Type
sebserver.lmssetup.list.column.active = Active
2019-11-19 10:55:17 +01:00
sebserver.lmssetup.action.list = LMS Connection Settings
2019-03-05 11:08:50 +01:00
sebserver.lmssetup.action.form = LMS Setup
2019-09-12 09:15:14 +02:00
sebserver.lmssetup.action.new = Add LMS Setup
2019-03-26 13:00:09 +01:00
sebserver.lmssetup.action.list.view = View LMS Setup
sebserver.lmssetup.action.list.modify = Edit LMS Setup
2019-03-07 12:10:48 +01:00
sebserver.lmssetup.action.modify = Edit
2019-04-09 09:44:52 +02:00
sebserver.lmssetup.action.savetest = Test And Save
2019-04-08 21:11:01 +02:00
sebserver.lmssetup.action.testsave = Test And Save
2019-03-27 11:44:28 +01:00
sebserver.lmssetup.action.test.ok = Successfully connected to the course API
2019-03-14 13:32:26 +01:00
sebserver.lmssetup.action.test.tokenRequestError = The API access was denied: {0}
sebserver.lmssetup.action.test.quizRequestError = Unable to request courses or quizzes from the course API of the LMS. {0}
2019-11-11 16:39:48 +01:00
sebserver.lmssetup.action.test.quizRestrictionError = Unable to access course restriction API of the LMS. {0}
2019-03-14 13:32:26 +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}
2019-03-07 12:10:48 +01:00
sebserver.lmssetup.action.save = Save LMS Setup
2019-08-23 11:22:57 +02:00
sebserver.lmssetup.action.activate = Activate LMS Setup
sebserver.lmssetup.action.deactivate = Deactivate LMS Setup
2019-03-07 12:10:48 +01:00
sebserver.lmssetup.action.delete = Delete LMS Setup
2020-02-05 13:18:22 +01:00
sebserver.lmssetup.info.pleaseSelect = Please select first a LMS Setup from the list
2019-03-07 12:10:48 +01:00
sebserver.lmssetup.form.title = Learning Management System Setup
2019-09-12 09:15:14 +02:00
sebserver.lmssetup.form.title.new = Add Learning Management System Setup
2019-03-07 12:10:48 +01:00
sebserver.lmssetup.form.institution = Institution
sebserver.lmssetup.form.name = Name
sebserver.lmssetup.form.type = Type
sebserver.lmssetup.form.clientname.seb = SEB Auth. Name
sebserver.lmssetup.form.secret.seb = SEB Auth. Password
sebserver.lmssetup.form.url = LMS Server Address
sebserver.lmssetup.form.clientname.lms = LMS Server Username
sebserver.lmssetup.form.secret.lms = LMS Server Password
2019-11-13 13:26:28 +01:00
sebserver.lmssetup.form.proxy = Proxy
sebserver.lmssetup.form.proxy.host = Proxy Host
sebserver.lmssetup.form.proxy.port = Proxy Port
sebserver.lmssetup.form.proxy.auth-credentials = Proxy Name/Password
2019-03-05 11:08:50 +01:00
2019-03-20 14:32:36 +01:00
################################
# Quiz Discovery
################################
2020-02-05 13:18:22 +01:00
sebserver.quizdiscovery.list.actions =
2019-03-05 11:08:50 +01:00
2019-03-20 14:32:36 +01:00
sebserver.quizdiscovery.list.title = Quizzes
2019-09-12 09:15:14 +02:00
sebserver.quizdiscovery.list.empty = No Quiz has been found. Please adapt the filter or create a new LMS Setup
2019-03-20 14:32:36 +01:00
sebserver.quizdiscovery.list.column.institution = Institution
sebserver.quizdiscovery.list.column.lmssetup = LMS
sebserver.quizdiscovery.list.column.name = Name
sebserver.quizdiscovery.list.column.starttime = Start Time {0}
sebserver.quizdiscovery.list.column.endtime = End Time {0}
2020-02-05 13:18:22 +01:00
sebserver.quizdiscovery.info.pleaseSelect = Please select first a Quiz from the list
2019-02-20 09:41:36 +01:00
2019-11-19 10:55:17 +01:00
sebserver.quizdiscovery.action.list = LMS Exam Discovery
2019-03-20 14:32:36 +01:00
sebserver.quizdiscovery.action.import = Import as Exam
2019-09-04 15:49:36 +02:00
sebserver.quizdiscovery.quiz.import.out.dated = The Selected Quiz is is already finished and can't be imported
2019-03-29 14:34:51 +01:00
sebserver.quizdiscovery.action.details = Show Details
sebserver.quizdiscovery.quiz.details.title = Quiz Details
sebserver.quizdiscovery.quiz.details.description = Description
sebserver.quizdiscovery.quiz.details.starttime = Start Time
sebserver.quizdiscovery.quiz.details.endtime = End Time
sebserver.quizdiscovery.quiz.details.url = Start URL
2020-01-22 13:26:33 +01:00
sebserver.quizdiscovery.quiz.details.additional.timecreated = Creation Time
sebserver.quizdiscovery.quiz.details.additional.course_shortname = Short Name
sebserver.quizdiscovery.quiz.details.additional.course_fullname = Full Name
sebserver.quizdiscovery.quiz.details.additional.course_displayname = Display Name
sebserver.quizdiscovery.quiz.details.additional.course_summary = Summary
sebserver.quizdiscovery.quiz.details.additional.timelimit = Time Limit
2019-03-20 14:32:36 +01:00
################################
# Exam
################################
2019-02-20 09:41:36 +01:00
2020-02-05 13:18:22 +01:00
sebserver.exam.list.actions =
2019-03-20 14:32:36 +01:00
sebserver.exam.list.title = Exams
sebserver.exam.list.column.institution = Institution
sebserver.exam.list.column.lmssetup = LMS
sebserver.exam.list.column.name = Name
sebserver.exam.list.column.starttime = Start Time {0}
sebserver.exam.list.column.type = Type
2019-09-12 09:15:14 +02:00
sebserver.exam.list.empty = No Exam has been found. Please adapt the filter or import one from Quiz
2019-09-03 14:49:24 +02:00
sebserver.exam.list.modify.out.dated = Finished exams cannot be modified.
2019-06-06 13:29:25 +02:00
sebserver.exam.list.action.no.modify.privilege = No Access: An Exam from other institution cannot be modified.
2019-03-20 14:32:36 +01:00
2019-11-13 13:26:28 +01:00
sebserver.exam.consistency.title = Note: This exam is already running but has some missing settings
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.
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.
2019-10-23 16:56:42 +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?
2019-11-19 10:55:17 +01:00
sebserver.exam.action.list = SEB Exam Settings
2019-03-26 13:00:09 +01:00
sebserver.exam.action.list.view = View Exam
sebserver.exam.action.list.modify = Edit Exam
2019-03-27 11:44:28 +01:00
sebserver.exam.action.modify = Edit Exam
2019-03-20 14:32:36 +01:00
sebserver.exam.action.import = Import From Quizzes
2019-03-27 11:44:28 +01:00
sebserver.exam.action.save = Save Exam
sebserver.exam.action.activate = Activate Exam
sebserver.exam.action.deactivate = Deactivate Exam
2020-01-09 16:53:45 +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
2019-03-20 14:32:36 +01:00
2020-02-05 13:18:22 +01:00
sebserver.exam.info.pleaseSelect = Please select first an Exam from the list
2019-03-20 14:32:36 +01:00
2019-09-12 09:15:14 +02:00
sebserver.exam.form.title.import = Import Exam
2019-03-20 14:32:36 +01:00
sebserver.exam.form.title = Exam
sebserver.exam.form.lmssetup = LMS Setup
sebserver.exam.form.quizid = Quiz Identifier
2019-11-18 11:24:04 +01:00
sebserver.exam.form.quizurl = Quiz URL
2019-03-20 14:32:36 +01:00
sebserver.exam.form.name = Name
sebserver.exam.form.description = Description
sebserver.exam.form.starttime = Start Time
sebserver.exam.form.endtime = End Time
sebserver.exam.form.status = Status
sebserver.exam.form.type = Exam Type
2019-03-26 13:00:09 +01:00
sebserver.exam.form.supporter = Exam Supporter
2019-08-07 15:47:46 +02:00
sebserver.exam.form.supporter.action.add = Add as supporter for this exam
sebserver.exam.form.supporter.action.remove = Remove supporter
2019-03-20 14:32:36 +01:00
2020-01-09 16:53:45 +01:00
sebserver.exam.form.sebrestriction.title = SEB Restriction Details
sebserver.exam.form.sebrestriction.configKeys = Config Keys
sebserver.exam.form.sebrestriction.browserExamKeys = Browser Exam Keys
sebserver.exam.form.sebrestriction.WHITELIST_PATHS = Component White-List
sebserver.exam.form.sebrestriction.BLACKLIST_CHAPTERS = Chapters Black-List
sebserver.exam.form.sebrestriction.PERMISSION_COMPONENTS = Permissions
sebserver.exam.form.sebrestriction.USER_BANNING_ENABLED = User Banning
sebserver.exam.form.sebrestriction.whiteListPaths.ABOUT = About
sebserver.exam.form.sebrestriction.whiteListPaths.COURSE_OUTLINE = Course Outline
sebserver.exam.form.sebrestriction.whiteListPaths.COURSE_WARE = Course Ware
sebserver.exam.form.sebrestriction.whiteListPaths.DISCUSSION = Discussion
sebserver.exam.form.sebrestriction.whiteListPaths.PROGRESS = Progress
sebserver.exam.form.sebrestriction.whiteListPaths.WIKI = Description (Wiki)
sebserver.exam.form.sebrestriction.permissions.ALWAYS_ALLOW_STUFF = Stuff Role Always Allowed
sebserver.exam.form.sebrestriction.permissions.CHECK_BROWSER_EXAM_KEY = Check Browser-Exam-Key
sebserver.exam.form.sebrestriction.permissions.CHECK_CONFIG_KEY = Check Config-Key
sebserver.exam.form.sebrestriction.permissions.CHECK_BROWSER_EXAM_OR_CONFIG_KEY = Check Browser-Exam- Or Config-Key
2019-03-20 14:32:36 +01:00
sebserver.exam.type.UNDEFINED = Not Defined
2019-09-12 09:15:14 +02:00
sebserver.exam.type.MANAGED = Managed Devices
2019-03-20 14:32:36 +01:00
sebserver.exam.type.BYOD = Bring Your Own Device
sebserver.exam.type.VDI = VDI (Virtual Desktop Infrastructure)
2019-04-03 17:01:55 +02:00
sebserver.exam.status.UP_COMING = Up Coming
sebserver.exam.status.RUNNING = Running
sebserver.exam.status.FINISHED = Finished
2020-02-10 10:27:45 +01:00
sebserver.exam.configuration.list.actions =
2019-08-26 13:07:29 +02:00
sebserver.exam.configuration.list.title = SEB Exam Configuration
2019-05-27 16:29:09 +02:00
sebserver.exam.configuration.list.column.name = Name
sebserver.exam.configuration.list.column.description = Description
sebserver.exam.configuration.list.column.status = Status
sebserver.exam.configuration.list.empty = There is currently no SEB Configuration defined for this Exam. Please add one
2020-02-05 13:18:22 +01:00
sebserver.exam.configuration.list.pleaseSelect = Please select first a SEB Configuration from the list
2019-08-22 16:53:50 +02:00
sebserver.exam.configuration.action.noconfig.message = There is currently no SEB exam configuration to select.<br/>Please create one in SEB Configuration / Exam Configuration
2019-05-27 16:29:09 +02:00
2019-08-26 13:07:29 +02:00
sebserver.exam.configuration.action.list.new = Add Configuration
sebserver.exam.configuration.action.list.modify = Edit Configuration
2020-02-11 16:16:27 +01:00
sebserver.exam.configuration.action.list.view = View Configuration
2019-08-26 13:07:29 +02:00
sebserver.exam.configuration.action.list.delete = Delete Configuration
sebserver.exam.configuration.action.save = Save Configuration
sebserver.exam.configuration.action.export-config = Export Configuration
sebserver.exam.configuration.action.get-config-key = Export Config-Key
2019-05-27 16:29:09 +02:00
sebserver.exam.configuration.form.title.new = Add SEB Configuration Mapping
sebserver.exam.configuration.form.title = SEB Configuration Mapping
sebserver.exam.configuration.form.name = SEB Configuration
sebserver.exam.configuration.form.encryptSecret = Encryption Password
sebserver.exam.configuration.form.description = Description
sebserver.exam.configuration.form.status = Status
sebserver.exam.configuration.form.encryptSecret.confirm = Confirm Password
2020-02-10 10:27:45 +01:00
sebserver.exam.indicator.list.actions =
2019-03-20 14:32:36 +01:00
sebserver.exam.indicator.list.title = Indicators
sebserver.exam.indicator.list.column.type = Type
sebserver.exam.indicator.list.column.name = Name
2019-03-26 13:00:09 +01:00
sebserver.exam.indicator.list.column.thresholds = Thresholds
2019-09-12 09:15:14 +02:00
sebserver.exam.indicator.list.empty = There is currently no indicator defined for this exam. Please create a new one
2020-02-05 13:18:22 +01:00
sebserver.exam.indicator.list.pleaseSelect = Please select first an indicator from the list
2019-03-20 14:32:36 +01:00
2019-12-18 16:21:20 +01:00
sebserver.exam.indicator.type.LAST_PING = Last Ping Time
sebserver.exam.indicator.type.ERROR_COUNT = Errors
sebserver.exam.indicator.type.WARN_COUNT = Warnings
2020-01-09 16:53:45 +01:00
sebserver.exam.indicator.type.description.LAST_PING = This indicator shows the time in milliseconds since\n the last ping has been received from a SEB Client.\nThis indicator can be used to track a SEB Client connection and indicate connection losse.\n\nThresholds are defined in milliseconds.
sebserver.exam.indicator.type.description.ERROR_COUNT = This indicator shows the number of error log messages that\n has been received from a SEB Client.\nThis indicator can be used to track errors of connected SEB Clients\n\nThresholds are defined by natural numbers.
sebserver.exam.indicator.type.description.WARN_COUNT = This indicator shows the number of warn log messages that\n has been received from a SEB Client.\nThis indicator can be used to track warnings of connected SEB Clients\n\nThresholds are defined by natural numbers.
2019-11-28 11:57:24 +01:00
2019-03-20 14:32:36 +01:00
2020-02-05 13:18:22 +01:00
sebserver.exam.indicator.info.pleaseSelect = Please select first an indicator from the list
2019-03-20 14:32:36 +01:00
2019-11-14 12:44:16 +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
2019-03-26 13:00:09 +01:00
sebserver.exam.indicator.action.save = Save
2019-02-25 16:57:37 +01:00
2019-03-26 13:00:09 +01:00
sebserver.exam.indicator.form.title = Indicator
2019-09-12 09:15:14 +02:00
sebserver.exam.indicator.form.title.new = Add Indicator
2019-03-26 13:00:09 +01:00
sebserver.exam.indicator.form.exam = Exam
sebserver.exam.indicator.form.name = Name
sebserver.exam.indicator.form.type = Type
2019-11-28 11:57:24 +01:00
sebserver.exam.indicator.form.description = Type Description
2019-03-27 11:44:28 +01:00
sebserver.exam.indicator.form.color = Default Color
2019-11-20 16:12:38 +01:00
sebserver.exam.indicator.form.color.action = Please select a color
2019-03-27 11:44:28 +01:00
sebserver.exam.indicator.form.thresholds = Thresholds
2019-11-20 16:12:38 +01:00
sebserver.exam.indicator.thresholds.select.color = Please select a color
2019-03-26 13:00:09 +01:00
sebserver.exam.indicator.thresholds.list.title = Thresholds
2019-03-27 11:44:28 +01:00
sebserver.exam.indicator.thresholds.list.value = Value
sebserver.exam.indicator.thresholds.list.color = Color
2019-09-12 09:15:14 +02:00
sebserver.exam.indicator.thresholds.list.add = Add Threshold
2019-03-27 11:44:28 +01:00
sebserver.exam.indicator.thresholds.list.remove = Delete Threshold
2019-04-17 10:22:53 +02:00
################################
# SEB Client Configuration
################################
sebserver.sebconfig.activity.name = SEB Configuration
sebserver.clientconfig.action.list = Client Configuration
sebserver.clientconfig.action.export = Export
2019-04-23 12:34:11 +02:00
sebserver.clientconfig.list.empty = There is currently no SEB-Client configuration available. Please create a new one
2019-04-17 10:22:53 +02:00
sebserver.clientconfig.list.title = SEB Client Configurations
2020-02-05 13:18:22 +01:00
sebserver.clientconfig.list.actions =
2019-04-17 10:22:53 +02:00
sebserver.clientconfig.list.column.institution = Institution
sebserver.clientconfig.list.column.name = Name
2020-01-30 16:19:50 +01:00
sebserver.clientconfig.list.column.date = Creation Date {0}
2019-04-17 10:22:53 +02:00
sebserver.clientconfig.list.column.active = Active
2020-02-05 13:18:22 +01:00
sebserver.clientconfig.info.pleaseSelect = Please select first a Client Configuration from the list
2019-06-06 13:29:25 +02:00
sebserver.clientconfig.list.action.no.modify.privilege = No Access: A SEB Client Configuration from other institution cannot be modified.
2019-04-17 10:22:53 +02:00
2019-09-12 09:15:14 +02:00
sebserver.clientconfig.form.title.new = Add Client Configuration
2019-04-17 10:22:53 +02:00
sebserver.clientconfig.form.title = SEB Client Configuration
sebserver.clientconfig.form.name = Name
2019-07-18 12:35:36 +02:00
sebserver.clientconfig.form.fallback-url = Fallback Start URL
2019-04-17 10:22:53 +02:00
sebserver.clientconfig.form.date = Creation Date
sebserver.clientconfig.form.encryptSecret = Configuration Password
sebserver.clientconfig.form.encryptSecret.confirm = Confirm Password
2019-09-12 09:15:14 +02:00
sebserver.clientconfig.action.list.new = Add Configuration
2019-04-17 10:22:53 +02:00
sebserver.clientconfig.action.list.view = View Configuration
sebserver.clientconfig.action.list.modify = Edit Configuration
sebserver.clientconfig.action.modify = Edit
sebserver.clientconfig.action.save = Save
2019-08-23 11:22:57 +02:00
sebserver.clientconfig.action.activate = Activate Configuration
sebserver.clientconfig.action.deactivate = Deactivate Configuration
2019-04-17 10:22:53 +02:00
################################
# SEB Exam Configuration
################################
sebserver.examconfig.action.list = Exam Configuration
2019-04-23 12:34:11 +02:00
sebserver.examconfig.list.title = Exam Configurations
sebserver.examconfig.list.column.institution = Institution
sebserver.examconfig.list.column.name = Name
sebserver.examconfig.list.column.description = Description
2019-04-30 17:09:08 +02:00
sebserver.examconfig.list.column.status = Status
2019-04-17 10:22:53 +02:00
2020-02-05 13:18:22 +01:00
sebserver.examconfig.list.actions =
2019-04-23 12:34:11 +02:00
sebserver.examconfig.list.empty = There is currently no SEB-Exam configuration available. Please create a new one
2020-02-05 13:18:22 +01:00
sebserver.examconfig.info.pleaseSelect = Please select first an Exam Configuration from the list
2019-06-06 13:29:25 +02:00
sebserver.examconfig.list.action.no.modify.privilege = No Access: An Exam Configuration from other institution cannot be modified.
2019-04-23 12:34:11 +02:00
2019-09-12 09:15:14 +02:00
sebserver.examconfig.action.list.new = Add Exam Configuration
2019-04-23 12:34:11 +02:00
sebserver.examconfig.action.list.view = View Configuration
2019-05-27 08:59:25 +02:00
sebserver.examconfig.action.list.modify = Edit Settings
sebserver.examconfig.action.list.modify.properties = Edit Configuration
2020-02-11 16:16:27 +01:00
sebserver.examconfig.action.view = View Settings
2019-05-27 08:59:25 +02:00
sebserver.examconfig.action.modify = Edit Settings
sebserver.examconfig.action.modify.properties = Edit Configuration
2020-02-11 16:16:27 +01:00
sebserver.examconfig.action.view.properties = View Configuration
2019-04-23 12:34:11 +02:00
sebserver.examconfig.action.save = Save
2019-10-22 16:42:33 +02:00
sebserver.examconfig.action.saveToHistory = Save / Publish
2019-05-22 15:31:17 +02:00
sebserver.examconfig.action.saveToHistory.success = Successfully saved in history
2019-10-30 14:14:58 +01: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/>Modify of 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.
2019-05-22 15:31:17 +02:00
sebserver.examconfig.action.undo = Undo
sebserver.examconfig.action.undo.success = Successfully reverted to last saved state
2019-10-24 12:00:56 +02:00
sebserver.examconfig.action.copy = Copy Configuration
2019-11-21 13:12:00 +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
2019-10-03 16:44:27 +02:00
sebserver.examconfig.action.export.plainxml = Export Configuration
2019-07-29 16:15:37 +02:00
sebserver.examconfig.action.get-config-key = Export Config-Key
2019-11-14 12:44:16 +01:00
sebserver.examconfig.action.import-config = Import Exam Configuration
2019-10-03 16:44:27 +02:00
sebserver.examconfig.action.import-file-select = Import From File
sebserver.examconfig.action.import-file-password = Password
2019-10-08 11:08:33 +02:00
sebserver.examconfig.action.import-config.confirm = Configuration successfully imported
2019-11-19 10:39:55 +01:00
sebserver.examconfig.action.import.missing-password = Missing Password: The chosen SEB Configuration is password-protected.<br/><br/>Please choose it again and provide the correct password within the password field.
sebserver.examconfig.action.state-change.confirm = This configuration is already attached to an exam.<br/><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?
2019-04-23 12:34:11 +02:00
2019-09-12 09:15:14 +02:00
sebserver.examconfig.form.title.new = Add Exam Configuration
2019-04-23 12:34:11 +02:00
sebserver.examconfig.form.title = Exam Configuration
sebserver.examconfig.form.name = Name
sebserver.examconfig.form.description = Description
2019-10-24 12:00:56 +02:00
sebserver.examconfig.form.with-history = With History
2019-11-27 12:08:48 +01:00
sebserver.examconfig.form.template = Template
2019-04-30 17:09:08 +02:00
sebserver.examconfig.form.status = Status
2019-07-29 16:15:37 +02:00
sebserver.examconfig.form.config-key.title = Config Key
2019-10-24 15:34:26 +02:00
sebserver.examconfig.form.attched-to = Attached To Exam
2019-04-23 12:34:11 +02:00
2019-04-30 17:09:08 +02: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.props.from.title = Exam Configuration Properties
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.form.views.general = General
sebserver.examconfig.props.form.views.user_interface = User Interface
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.form.views.browser = Browser
sebserver.examconfig.props.form.views.down_upload = Down/Uploads
sebserver.examconfig.props.form.views.exam = Exam
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.form.views.applications = Applications
2019-05-22 15:31:17 +02:00
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
2019-05-15 17:01:12 +02:00
2019-10-30 14:14:58 +01:00
2019-05-15 17:01:12 +02: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-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.allowQuit.tooltip = Users can quit SEB with Control-Q, window close or quit button.\nOtherwise use a quit link in your exam system or shutdown/restart the computer.
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.label.ignoreExitKeys = Ignore exit keys
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.ignoreExitKeys.tooltip = SEB ignores the exit keys and can only be quit manually by entering the quit password.\n(click Quit button in SEB taskbar, press Ctrl-Q or click the main browser window close button)
2019-05-15 17:01:12 +02: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
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.browserViewMode.1.tooltip = Display the SEB browser full screen.
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.label.browserViewMode.2 = Touch optimized
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.browserViewMode.2.tooltip = Mainly to be used on Windows tablets. Not working with the Create New Desktop kiosk mode
2019-05-15 17:01:12 +02: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
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.mainBrowserWindowWidth.tooltip = Window width in pixel or percentage of total screen width.
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.label.mainBrowserWindowHeight = Height
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.mainBrowserWindowHeight.tooltip = Window height in pixel or percentage of total screen height.
2019-05-15 17:01:12 +02: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-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.enableBrowserWindowToolbar.tooltip = Displays a toolbar on top of the browser window\nwhich can also be hidden by the user.
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.label.hideBrowserWindowToolbar = Hide toolbar as default (Mac)
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.hideBrowserWindowToolbar.tooltip = Hide browser window toolbar by default.\nIt can be shown again by using the View menu or Alt-Command-T.
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.label.showMenuBar = Show menu bar (Mac)
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.showMenuBar.tooltip = Show the OS X menu bar to allow to access settings like Wi-Fi.
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.group.taskbar = SEB Taskbar/Dock
sebserver.examconfig.props.label.showTaskBar = Show SEB taskbar
sebserver.examconfig.props.label.showTaskBar.tooltip = The SEB task bar shows and switches between open browser windows,\n allowed resources and applications and displays additional controls
sebserver.examconfig.props.label.taskBarHeight = Taskbar/dock height
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.taskBarHeight.tooltip = Height of SEB dock/task bar in points/pixels
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.label.showReloadButton = Show reload button
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.showReloadButton.tooltip = Reloads current web page. Shows warning if enabled in Browser settings tab
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.label.showTime = Show time
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.showTime.tooltip = Show current time
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.label.showInputLanguage = Show keyboard layout
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.showInputLanguage.tooltip = Shows current keyboard layout and allows to switch between other active keyboard layouts
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.group.zoom = Enable Zoom (Win/Mac)
sebserver.examconfig.props.label.enableZoomPage = Enable page zoom
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.enableZoomPage.tooltip = Pages can be zoomed with ctrl - cmd +/-\n or the commands in the view menu and browser window toolbar (Mac)
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.label.enableZoomText = Enable text zoom
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.enableZoomText.tooltip = Text in browser windows can be zoomed with cmd +/-\n or the commands in the view menu and browser window toolbar (Mac)
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.group.zoomMode = Zoom Mode Win (Ctrl-Mousewheel)
sebserver.examconfig.props.label.zoomMode.0 = Use page zoom
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.zoomMode.0.tooltip = Zoom whole web pages using Ctrl-Mousewheel (Win)"
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.label.zoomMode.1 = Use text zoom
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.zoomMode.1.tooltip = Zoom only text on web pages using Ctrl-Mousewheel (Win)
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.group.audio = Audio Control
sebserver.examconfig.props.label.audioControlEnabled = Enable audio controls
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.audioControlEnabled.tooltip = Displays an audio control in the SEB taskbar
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.label.audioMute = Mute audio on startup
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.audioMute.tooltip = The autio is muted when the SEB/exam starts
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.label.audioSetVolumeLevel = Set initial volume level
2019-11-20 16:12:38 +01:00
sebserver.examconfig.props.label.audioSetVolumeLevel.tooltip = The volume level after starting SEB/exam
2019-05-15 17:01:12 +02:00
sebserver.examconfig.props.group.spellcheck = Spell Checker
sebserver.examconfig.props.label.allowSpellCheck = Allow spell checking
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.allowSpellCheck.tooltip = Allow to use "Check spelling" in the SEB browser
2019-05-15 17:01:12 +02:00
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
sebserver.examconfig.props.label.allowSpellCheckDictionary = The list below shows all dictionaries currently available for spell checking.\nSEB comes with a list of standard dictionaries that can be activated/deactivated here.
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)
2019-05-16 17:17:08 +02:00
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
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.newBrowserWindowByLinkBlockForeign = Block when directing\nto a different server
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.newBrowserWindowByLinkBlockForeign.tooltip = USE WITH CARE: Hyperlinks invoked by JavaScript/plug-ins\n which direct to a different host than the one of the current main page will be ignored.
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.group.newwinsize = New browser window size and position
sebserver.examconfig.props.label.newBrowserWindowByLinkWidth = Width
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.newBrowserWindowByLinkWidth.tooltip = Window width in pixel or percentage of total screen width.
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.label.newBrowserWindowByLinkHeight = Height
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.newBrowserWindowByLinkHeight.tooltip = Window height in pixel or percentage of total screen height.
2019-05-16 17:17:08 +02: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
sebserver.examconfig.props.label.enablePlugIns = Enable plug-ins (Win: only Flash)
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.enablePlugIns.tooltip = Enables web plugins (Mac) or just Flash (Win).\n For security reasons it\'s recommended to disable this option if you don\'t use any plugin/Flash content.
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.enableJavaScript = Enable JavaScript
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.enableJavaScript.tooltip = Enables JavaScript.\n Please note that most modern web-sites need JavaScript for full functionality.
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.label.enableJava = Enable Java
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.enableJava.tooltip = Enables Java applets.\n Note: Only applets with the highest Java security level will run in SEB.
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.blockPopUpWindows = Block pop-up windows
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.blockPopUpWindows.tooltip = Disables pop-up windows\n (often advertisement) opened by JavaScript without an user action such as a button click.
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.label.allowVideoCapture = Allow video capture (webcam)
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.allowVideoCapture.tooltip = Allow web applications to access camera
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.label.allowAudioCapture = Allow audio capture (microphone)
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.allowAudioCapture.tooltip = Allow web applications to access microphone
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.label.allowBrowsingBackForward = Allow navigating back/forward in exam
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.allowBrowsingBackForward.tooltip = Disabling browsing to previously visited pages may increase security,\n because browsing back might allow to leave an exam
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.label.newBrowserWindowNavigation = Allow navigating in additional windows
2019-05-31 12:19:58 +02:00
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)
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.label.newBrowserWindowAllowReload = Allow reload in additional windows
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.newBrowserWindowAllowReload.tooltip = Allow reload in additional window with F5 reload button (if displayed)
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.label.showReloadWarning = Show reload warning in exam
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.showReloadWarning.tooltip = User has to confirm reloading a web page with F5 or reload button
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.label.newBrowserWindowShowReloadWarning = Show reload warning in additional windows
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.newBrowserWindowShowReloadWarning.tooltip = User has to confirm reloading a web page with F5 or reload button
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.label.removeBrowserProfile = Remove profile (Win)
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.removeBrowserProfile.tooltip = Remove XULRunner browser profile (containing caches and also local storage) when quitting SEB
2019-11-20 16:12:38 +01:00
sebserver.examconfig.props.label.removeLocalStorage = Disable local storage (Mac)
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.removeLocalStorage.tooltip = If your web application uses local storage, you have to be sure data is saved encrypted\n and removed when no longer needed as SEB doesn't remove local storage
2019-05-16 17:17:08 +02: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
sebserver.examconfig.props.label.browserUserAgentWinDesktopMode.0.tooltip = Zoom whole web pages using Ctrl-Mousewheel (Win)
sebserver.examconfig.props.label.browserUserAgentWinDesktopMode.1 = Custom
sebserver.examconfig.props.label.browserUserAgentWinDesktopMode.1.tooltip = Zoom only text on web pages using Ctrl-Mousewheel (Win)
sebserver.examconfig.props.label.browserUserAgentWinDesktopModeCustom.tooltip = Custom desktop user agent string\n(SEB appends its version number automatically)
sebserver.examconfig.props.group.userAgentTouch = User agent for touch/table mode
sebserver.examconfig.props.label.browserUserAgentWinTouchMode.0 = Touch default
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
sebserver.examconfig.props.label.enableSebBrowser.tooltip = Disable this to start another application in kiosk mode\n(for example a virtual desktop infrastructure client)
sebserver.examconfig.props.label.browserWindowTitleSuffix = Suffix to be added to every browser window
sebserver.examconfig.props.label.allowDownUploads = Allow downloading and uploading files (Mac)
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.allowDownUpload.tooltip = Usually to be used with permitted third party applications\n for which you want to provide files to be down-loaded.
2019-05-16 17:17:08 +02: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-01-06 15:45:20 +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.\nIf not found, a file requester or an error is presented depending on this setting.
2019-05-16 17:17:08 +02: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
sebserver.examconfig.props.label.downloadPDFFiles = Download and open PDF files instead of displaying them inline (Mac)
2020-01-06 15:45:20 +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!)\n by the application set in Finder (usually Preview or Adobe Acrobat).
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.label.allowPDFPlugIn = Allow using Acrobat Reader PDF plugin (insecure! Mac only)
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.allowPDFPlugIn.tooltip = The Adobe Acrobat Reader browser plugin should only be used on secured managed Mac computers,\n at it allows limited access the file system and unlimited to cloud services
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.label.downloadAndOpenSebConfig = Download and open SEB Config Files
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.downloadAndOpenSebConfig.tooltip = Download and open .seb config files regardless if downloading and opening other file types is allowed.
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.group.quitLink = Link to quit SEB after exam
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.quitURL = Place this quit link to the 'feedback' page displayed after an exam was successfully finished.\n Clicking that link will quit SEB without having to enter the quit password.
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.label.quitURLConfirm = Ask user to confirm quitting
2019-11-20 16:12:38 +01:00
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.group.backToStart = Back to Start Button
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.group.backToStart.tooltip = The back to start button reloads the exam's Start URL
2019-05-16 17:17:08 +02:00
sebserver.examconfig.props.label.restartExamUseStartURL = Use Start URL
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.restartExamUseStartURL.tooltip = The back to start button reloads the exam's Start URL
2019-05-16 17:17:08 +02:00
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
2019-05-31 12:19:58 +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.
2019-05-15 17:01:12 +02:00
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.allowSwitchToApplications = Allow switching to third party application (Mac)
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.allowSwitchToApplications.tooltip = Decreases security of the kiosk mode by allowing process switcher (Cmd+Tab).\n The blacked out background of SEB also doesn't cover some alerts and modal windows in this mode.
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.allowFlashFullscreen = Allow Flash to switch to fullscreen mode (Mac)
2019-11-20 16:12:38 +01:00
sebserver.examconfig.props.label.permittedProcesses.add.tooltip = Add permitted process
sebserver.examconfig.props.label.permittedProcesses.remove.tooltip = Remove selected permitted process
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.permittedProcesses.row.title = Permitted Processes
sebserver.examconfig.props.label.permittedProcesses = Permitted Processes
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.permittedProcesses.active = Active
sebserver.examconfig.props.label.permittedProcesses.active.tooltip = This permitted process item is active.
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.permittedProcesses.os = OS
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.permittedProcesses.os.tooltip = Indicates on which operating system the permitted process runs.
2019-10-10 22:46:14 +02:00
sebserver.examconfig.props.label.permittedProcesses.os.0 = OS X
sebserver.examconfig.props.label.permittedProcesses.os.1 = Win
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.permittedProcesses.title = Title
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.permittedProcesses.title.tooltip = Application title which is displayed in the application chooser.\n Background processes don't have a title, because they can't be selected by users.
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.permittedProcesses.description = Description
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.permittedProcesses.description.tooltip = Optional, should explain what kind of process this is,\n because this might not be obvious only from the executable's name.
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.permittedProcesses.executable = Executable
2020-01-06 15:45:20 +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,\n only the filename of the exe file (like calc.exe).
2019-05-20 15:30:14 +02: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
2019-11-20 16:12:38 +01:00
sebserver.examconfig.props.label.permittedProcesses.arguments.active = Active
2019-05-24 09:26:49 +02:00
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
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.permittedProcesses.identifier = Identifier
2020-01-06 15:45:20 +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.).\n Mac OS X: Bundle identifier of the process in reverse domain notation.
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.permittedProcesses.iconInTaskbar = Icon in taskbar
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.permittedProcesses.iconInTaskbar.tooltip = Show icon of permitted application in task bar\n (not possible when 'run in background' is enabled).
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.permittedProcesses.autostart = Autostart
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.permittedProcesses.autostart.tooltip = Start the process automatically together with SEB.
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.permittedProcesses.runInBackground = Allow running in background
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.permittedProcesses.runInBackground.tooltip = Allow the permitted process to already be running when SEB starts.\n Such a process can't have an icon in the task bar.
2019-05-20 15:30:14 +02: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)
2019-05-31 12:19:58 +02:00
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
2019-05-20 15:30:14 +02:00
2019-11-20 16:12:38 +01:00
sebserver.examconfig.props.label.prohibitedProcesses.add.tooltip = Add prohibited process
sebserver.examconfig.props.label.prohibitedProcesses.remove.tooltip = Remove selected prohibited process
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.prohibitedProcesses.row.title = Prohibited Processes
sebserver.examconfig.props.label.prohibitedProcesses = Prohibited Processes
2019-11-20 16:12:38 +01:00
sebserver.examconfig.props.label.prohibitedProcesses.active = Active
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.prohibitedProcesses.active.tooltip = Indicates if this prohibited process item is active.
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.prohibitedProcesses.os = OS
2019-10-10 22:46:14 +02:00
sebserver.examconfig.props.label.prohibitedProcesses.os.0 = OS X
sebserver.examconfig.props.label.prohibitedProcesses.os.1 = Win
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.prohibitedProcesses.description = Description
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.prohibitedProcesses.description.tooltip = Optional, to explain what kind of process this is,\n because this might not be obvious only from the executable's name.
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.prohibitedProcesses.executable = Executable
2020-01-06 15:45:20 +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,\n only the filename of the exe file (like calc.exe).
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.prohibitedProcesses.originalName = Original Name
2019-05-31 12:19:58 +02:00
sebserver.examconfig.props.label.prohibitedProcesses.originalName.tooltip = Original file name (optional)
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.prohibitedProcesses.identifier = Identifier
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.prohibitedProcesses.identifier.tooltip = Title of the main window of a Java third party application.\n Mac OS X: Bundle identifier of the process in reverse domain notation.
2019-05-20 15:30:14 +02:00
sebserver.examconfig.props.label.prohibitedProcesses.strongKill = Force quit (risk of data loss)
2020-01-06 15:45:20 +01:00
sebserver.examconfig.props.label.prohibitedProcesses.strongKill.tooltip = Terminate process in a not-nice way,\n which may cause data loss if the application had unsaved data
2019-05-20 15:30:14 +02:00
2019-11-20 16:12:38 +01:00
sebserver.examconfig.props.group.urlFilter = Filter
2019-05-22 15:31:17 +02:00
sebserver.examconfig.props.label.URLFilterEnable = Activate URL Filtering
sebserver.examconfig.props.label.URLFilterEnableContentFilter = Filter also embedded content
sebserver.examconfig.props.label.URLFilterRules = Filter
2019-05-29 16:56:40 +02:00
sebserver.examconfig.props.label.URLFilterRules.row.title = URL Filter
sebserver.examconfig.props.label.URLFilterRules.active = Active
2019-05-22 15:31:17 +02:00
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
2019-11-20 16:12:38 +01:00
sebserver.examconfig.props.label.URLFilterRules.add.tooltip = Add new URL Filter
sebserver.examconfig.props.label.URLFilterRules.remove.tooltip = Remove selected URL Filter
2019-05-22 15:31:17 +02:00
2019-05-29 16:56:40 +02:00
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
sebserver.examconfig.props.label.AutoConfigurationEnabled = Auto configuration enabeld
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)
sebserver.examconfig.props.label.HTTPEnable = Web proxy eneabled
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)
sebserver.examconfig.props.label.HTTPSEnable = Secure web proxy eneabled
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
sebserver.examconfig.props.label.FTPEnable = FTP proxy eneabled
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
sebserver.examconfig.props.label.SOCKSEnable = SOCKS proxy eneabled
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)
sebserver.examconfig.props.label.RTSPEnable = RTSP proxy eneabled
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
2019-05-22 15:31:17 +02:00
sebserver.examconfig.props.group.servicePolicy = SEB Service policy
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.group.kioskMode = Kiosk Mode
sebserver.examconfig.props.label.kioskMode.tooltip = The kiosk mode setting reflects how the computer is locked down into SEB.
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
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).
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
2019-11-20 16:12:38 +01:00
sebserver.examconfig.props.label.allowSiri.tooltip = If enabled, Siri can be used by tapping th emenu bar icon, Touch Bar icon or shortcut set in System Preferences/Siri (default: hold command space). The Siri window won't be displayed though
2019-05-22 15:31:17 +02: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
2019-09-02 11:36:11 +02:00
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
2019-05-22 15:31:17 +02: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
sebserver.examconfig.props.label.insideSebEnableEaseOfAccess.tooltip = Shows options when the button "Ease of Access" in the lower left corner is clicked,\nwhich offers help e.g. to visually or aurally handicapped persons, like the Magnifier Glass.
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
sebserver.examconfig.props.label.insideSebEnableNetworkConnectionSelector.tooltip = Activates the button which allows to connect to WiFi networks, introduces in Windows 10.
sebserver.examconfig.props.group.specialKeys = Special Keys
2019-11-20 16:12:38 +01:00
sebserver.examconfig.props.group.specialKeys.tooltip = Settings to enable or block (hook) keys, key combinations and mouse buttons.
2019-05-22 15:31:17 +02:00
sebserver.examconfig.props.label.enableEsc = Enable Esc
sebserver.examconfig.props.label.enablePrintScreen = Enable Print Screen
sebserver.examconfig.props.label.enablePrintScreen.tooltip = Controls Print Screen and OS X screen capture, corresponds with Enable screen capture in Security settings.
sebserver.examconfig.props.label.enableCtrlEsc = Enable Ctrl-Esc
sebserver.examconfig.props.label.enableAltEsc = Enable Alt-Esc
sebserver.examconfig.props.label.enableAltTab = Enable Alt-Tap
2019-11-20 16:12:38 +01:00
sebserver.examconfig.props.label.enableAltF4 = Enable Alt-F4
2019-05-22 15:31:17 +02:00
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
2019-05-06 10:04:34 +02:00
sebserver.examconfig.props.validation.password.confirm = Please enter correct confirm password
2019-05-02 15:43:03 +02:00
sebserver.examconfig.props.validation.unexpected = Unexpected error happened. Value was not set correctly
2019-05-15 17:01:12 +02:00
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
2019-07-08 14:54:17 +02:00
sebserver.examconfig.props.validation.WindowsSizeValidator = Invalid number
2019-10-15 16:48:18 +02:00
################################
# SEB Exam Configuration Template
################################
2020-02-10 10:27:45 +01:00
sebserver.configtemplate.action.list = Configuration Templates
2019-10-15 16:48:18 +02:00
sebserver.configtemplate.list.title = Configuration Templates
sebserver.configtemplate.list.empty = There is currently no SEB-Exam configuration template available. Please create a new one
2020-02-05 13:18:22 +01:00
sebserver.configtemplate.list.actions =
2019-10-15 16:48:18 +02:00
2020-02-05 13:18:22 +01:00
sebserver.configtemplate.info.pleaseSelect = Please select first an Exam Configuration template from the list
2019-10-15 16:48:18 +02:00
2019-11-14 12:44:16 +01:00
sebserver.configtemplate.action.list.new = Add Configuration Template
sebserver.configtemplate.action.list.view = View Configuration Template
2019-11-21 13:12:00 +01:00
sebserver.configtemplate.action.view = View Template
sebserver.configtemplate.action.list.modify = Edit Template
sebserver.configtemplate.action.modify = Edit Template
sebserver.configtemplate.action.create-config = Create Configuration
sebserver.configtemplate.action.create-config.dialog = Exam Configuration
2019-10-15 16:48:18 +02:00
2019-11-21 13:12:00 +01:00
sebserver.configtemplate.form.title.new = Add Template
2019-10-15 16:48:18 +02:00
sebserver.configtemplate.form.title = Configuration Template
sebserver.configtemplate.form.name = Name
sebserver.configtemplate.form.description = Description
2019-11-21 13:12:00 +01:00
sebserver.configtemplate.action.save = Save Template
2019-10-15 16:48:18 +02:00
2019-10-21 12:11:01 +02: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
2019-10-15 16:48:18 +02:00
sebserver.configtemplate.attrs.list.title = Configuration Attributes
sebserver.configtemplate.attrs.list.name = Name
sebserver.configtemplate.attrs.list.view = View
sebserver.configtemplate.attrs.list.group = Group
2019-10-21 12:11:01 +02:00
sebserver.configtemplate.attrs.list.type = Type
2019-10-15 16:48:18 +02:00
2020-02-05 13:18:22 +01:00
sebserver.configtemplate.attr.list.actions =
2019-10-15 16:48:18 +02:00
sebserver.configtemplate.attr.list.actions.modify = Edit Attribute
sebserver.configtemplate.attr.list.actions.setdefault = Set Default Values
2019-10-16 12:53:28 +02:00
sebserver.configtemplate.attr.list.actions.removeview = Remove From View
2019-10-21 12:11:01 +02:00
sebserver.configtemplate.attr.list.actions.attach-default-view = Attach To View
2020-02-05 13:18:22 +01:00
sebserver.configtemplate.attr.info.pleaseSelect = Please select first an Attribute from the list
2019-10-16 12:53:28 +02:00
sebserver.configtemplate.attr.form.title = Template Attribute
sebserver.configtemplate.attr.form.name = Name
sebserver.configtemplate.attr.form.type = Type
sebserver.configtemplate.attr.form.view = View
sebserver.configtemplate.attr.form.group = Group
sebserver.configtemplate.attr.form.value = Template Attribute Value
sebserver.configtemplate.attr.action.setdefault = Set Default Values
sebserver.configtemplate.attr.action.template = View Template
2019-10-15 16:48:18 +02:00
2019-07-08 14:54:17 +02:00
################################
# Monitoring
################################
2019-09-03 14:49:24 +02:00
sebserver.monitoring.action.list = Running Exams
2019-07-08 14:54:17 +02:00
sebserver.monitoring.exam.list.title = Running Exams
2020-02-05 13:18:22 +01:00
sebserver.monitoring.exam.list.actions =
2020-01-06 13:13:27 +01:00
sebserver.monitoring.exam.action.detail.view = Back To Monitoring
2019-07-08 14:54:17 +02:00
sebserver.monitoring.exam.action.list.view = Monitoring
2020-02-05 13:18:22 +01:00
sebserver.monitoring.exam.info.pleaseSelect = Please select first an Exam from the list
2019-07-08 14:54:17 +02:00
sebserver.monitoring.exam.list.empty = There are currently no running exams
2019-07-24 12:46:48 +02:00
2019-07-08 14:54:17 +02:00
sebserver.monitoring.exam.list.column.name = Name
sebserver.monitoring.exam.list.column.type = Type
2020-01-30 16:19:50 +01:00
sebserver.monitoring.exam.list.column.startTime = Start Time {0}
sebserver.monitoring.exam.list.column.endTime = End Time {0}
2019-07-08 14:54:17 +02:00
2019-07-10 12:08:08 +02:00
sebserver.monitoring.exam = Monitoring Exam: {0}
2019-07-24 12:46:48 +02:00
sebserver.monitoring.connection.list.column.id = Client Identifier
2019-07-10 12:08:08 +02:00
sebserver.monitoring.connection.list.column.address = IP Address
sebserver.monitoring.connection.list.column.status = Status
2019-07-24 12:46:48 +02:00
sebserver.monitoring.connection.list.column.examname = Exam
sebserver.monitoring.connection.list.column.vdiAddress = IP Address (VDI)
2020-02-05 13:18:22 +01:00
sebserver.monitoring.exam.connection.emptySelection = Please select first a Connection from the list
2020-02-11 16:16:27 +01:00
sebserver.monitoring.exam.connection.emptySelection.active = Please select first an active Connection from the list
2019-07-24 12:46:48 +02:00
sebserver.monitoring.exam.connection.title = SEB Client Connection
2020-02-05 13:18:22 +01:00
sebserver.monitoring.exam.connection.list.actions =
2020-01-06 13:13:27 +01:00
sebserver.monitoring.exam.connection.action.view = View Details
2019-12-19 16:44:42 +01:00
sebserver.monitoring.exam.connection.action.instruction.quit = Send SEB Quit
sebserver.monitoring.exam.connection.action.instruction.quit.all = Send SEB Quit
2019-12-23 13:21:59 +01:00
sebserver.monitoring.exam.connection.action.instruction.quit.confirm = Are you sure to quit this SEB client connection?
2019-12-18 16:21:20 +01:00
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?
2019-12-23 13:21:59 +01:00
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?
2019-12-18 16:21:20 +01:00
sebserver.monitoring.exam.connection.action.disable = Mark As Disabled
2019-12-19 16:44:42 +01:00
sebserver.monitoring.exam.connection.action.hide.requested = Hide Requested
sebserver.monitoring.exam.connection.action.show.requested = Show Requested
sebserver.monitoring.exam.connection.action.hide.closed = Hide Closed
sebserver.monitoring.exam.connection.action.show.closed = Show Closed
sebserver.monitoring.exam.connection.action.hide.disabled = Hide Disabled
sebserver.monitoring.exam.connection.action.show.disabled = Show Disabled
sebserver.monitoring.exam.connection.action.hide.undefined = Hide Undefined
sebserver.monitoring.exam.connection.action.show.undefined = Show Undefined
2019-07-24 12:46:48 +02:00
sebserver.monitoring.exam.connection.eventlist.title = Events
sebserver.monitoring.exam.connection.eventlist.empty = No event found
sebserver.monitoring.exam.connection.eventlist.type = Event Type
2020-01-30 16:19:50 +01:00
sebserver.monitoring.exam.connection.eventlist.clienttime = Client Time {0}
sebserver.monitoring.exam.connection.eventlist.servertime = Server Time {0}
2019-07-24 12:46:48 +02:00
sebserver.monitoring.exam.connection.eventlist.value = Value
sebserver.monitoring.exam.connection.eventlist.text = Text
sebserver.monitoring.exam.connection.event.type.UNKNOWN = Unknown
sebserver.monitoring.exam.connection.event.type.DEBUG_LOG = Debug
sebserver.monitoring.exam.connection.event.type.INFO_LOG = Info
sebserver.monitoring.exam.connection.event.type.WARN_LOG = Warn
sebserver.monitoring.exam.connection.event.type.ERROR_LOG = Error
sebserver.monitoring.exam.connection.event.type.LAST_PING = Last Ping
2019-07-10 12:08:08 +02:00
2019-08-07 12:57:25 +02:00
sebserver.monitoring.exam.connection.status.UNDEFINED = Undefined
2019-08-12 13:11:34 +02:00
sebserver.monitoring.exam.connection.status.CONNECTION_REQUESTED = Connection Requested
sebserver.monitoring.exam.connection.status.AUTHENTICATED = Authenticated
2019-12-19 16:44:42 +01:00
sebserver.monitoring.exam.connection.status.ACTIVE = Active
2019-08-12 13:11:34 +02:00
sebserver.monitoring.exam.connection.status.CLOSED = Closed
sebserver.monitoring.exam.connection.status.ABORTED = Aborted
2019-12-18 16:21:20 +01:00
sebserver.monitoring.exam.connection.status.DISABLED = Disabled
2019-08-07 12:57:25 +02:00
2019-07-31 17:34:42 +02: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
sebserver.userlogs.list.column.user = User
2020-01-30 16:19:50 +01:00
sebserver.userlogs.list.column.dateTime = Date {0}
2019-07-31 17:34:42 +02:00
sebserver.userlogs.list.column.activityType = User Activity
2019-08-07 12:57:25 +02:00
sebserver.userlogs.list.column.entityType = Entity Type
sebserver.userlogs.list.column.entityId = Entity-ID
2019-07-31 17:34:42 +02:00
sebserver.userlogs.list.column.message = Message
sebserver.userlogs.details.title = User Activity Log Details
2020-02-05 13:18:22 +01:00
sebserver.userlogs.info.pleaseSelect = Please select first a User Log from the list
sebserver.userlogs.list.actions =
2019-07-31 17:34:42 +02:00
sebserver.userlogs.list.empty = No User activity logs has been found. Please adapt or clear the filter
sebserver.seblogs.list.title = SEB Client Logs
2020-02-05 13:18:22 +01:00
sebserver.seblogs.list.actions =
2019-07-31 17:34:42 +02:00
sebserver.seblogs.list.empty = No SEB client logs has been found. Please adapt or clear the filter
2020-02-05 13:18:22 +01:00
sebserver.seblogs.info.pleaseSelect = Please select first a SEB Client Log from the list
2019-08-22 13:00:14 +02:00
sebserver.seblogs.list.column.institution = Institution
2019-08-07 12:57:25 +02:00
sebserver.seblogs.list.column.exam = Exam
sebserver.seblogs.list.column.client-session = User Session-ID
sebserver.seblogs.list.column.type = Event Type
2020-01-30 16:19:50 +01:00
sebserver.seblogs.list.column.time = Event Time {0}
2019-08-07 12:57:25 +02:00
sebserver.seblogs.list.column.value = Value
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
2020-01-30 16:19:50 +01:00
sebserver.seblogs.details.dateTime = Date
2019-08-07 12:57:25 +02:00
sebserver.seblogs.form.column.client-session = Session-ID
sebserver.seblogs.form.column.type = Event Type
sebserver.seblogs.form.column.server-time = Server Time
sebserver.seblogs.form.column.client-time = SEB Client Time
sebserver.seblogs.form.column.value = Value
sebserver.seblogs.form.column.message = Message
sebserver.seblogs.form.column.connection.session-id = User Session-ID
sebserver.seblogs.form.column.connection.address = SEB Client Address
sebserver.seblogs.form.column.connection.token = SEB Connection Token
sebserver.seblogs.form.column.connection.status = Connection Status
sebserver.seblogs.form.column.exam.name = Name
sebserver.seblogs.form.column.exam.description = Description
sebserver.seblogs.form.column.exam.type = Type
sebserver.seblogs.form.column.exam.startTime = Start Time
2019-11-20 16:12:38 +01:00
sebserver.seblogs.form.column.exam.endTime = End Time